Bug? [solved]SLC 1.0.3 Problems under Windows 10

DonManfred

Expert
Licensed User
Longtime User
Starting step: Compiling Java code.
Completed successfully.
Starting step: Creating jar file.
Completed successfully.
Starting step: Creating XML file.
Loading source file C:\Users\Mannes\workspace\FlyTextView\src\com\github\FlyTxtView.java...
Loading source file C:\Users\Mannes\workspace\FlyTextView\src\de\donmanfred\FlyTxtViewWrapper.java...
Constructing Javadoc information...
[-doclet, BADoclet]
[-docletpath, E:\Basic4android3\Tools\SimpleLibraryCompiler]
[-doclet, BADoclet]
[-docletpath, E:\Basic4android3\Tools\SimpleLibraryCompiler]
[-bootclasspath, E:\Android\android-sdk\platforms\android-22\android.jar]
[-classpath, E:\Basic4android3\B4A.exe\../libraries\B4AShared.jar;E:\Basic4android3\B4A.exe\../libraries\Core.jar;C:\Users\Mannes\workspace\FlyTextView\libs\android-support-v4.jar;C:\Users\Mannes\workspace\FlyTextView\libs\android-support-v7-appcompat.jar;]
[-sourcepath, src]
[-b4atarget, E:\Basic4android3\AdditionalLibraries\FlyTextView.xml]
[-b4aignore, snow.skittles,com.example,com.github]
Ignoring: [snow.skittles, com.example, com.github]
starting....
Working with class: de.donmanfred.FlyTxtViewWrapper
finish: E:\Basic4android3\AdditionalLibraries\FlyTextView.xml
Completed successfully.
*** Don't forget to refresh the libraries list in the IDE (right click and choose Refresh) ***
but the file FlyTextView.xml does not exists. Even no jar

I´ve included SLC into Eclipse... Before Windows 10 Eclipse showed me the output of SLC on a console-window. Now it shows nothing.

Any idea?
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Try to change the additional libraries folder in B4A.
did not work. Change the path to a complete new folder to see if SLC will create files here. But nothing. No jar, no xml

Starting step: Compiling Java code.
Completed successfully.
Starting step: Creating jar file.
Completed successfully.
Starting step: Creating XML file.
Loading source file C:\Users\Mannes\workspace\FlyTextView\src\com\github\FlyTxtView.java...
Loading source file C:\Users\Mannes\workspace\FlyTextView\src\de\donmanfred\FlyTxtViewWrapper.java...
Constructing Javadoc information...
[-doclet, BADoclet]
[-docletpath, E:\Basic4android3\Tools\SimpleLibraryCompiler]
[-doclet, BADoclet]
[-docletpath, E:\Basic4android3\Tools\SimpleLibraryCompiler]
[-bootclasspath, E:\Android\android-sdk\platforms\android-22\android.jar]
[-classpath, E:\Basic4android3\B4A.exe\../libraries\B4AShared.jar;E:\Basic4android3\B4A.exe\../libraries\Core.jar;]
[-sourcepath, src]
[-b4atarget, P:\AdditionalLibs\FlyTextView.xml]
[-b4aignore, snow.skittles,com.example,com.github]
Ignoring: [snow.skittles, com.example, com.github]
starting....
Working with class: de.donmanfred.FlyTxtViewWrapper
finish: P:\AdditionalLibs\FlyTextView.xml

Completed successfully.
*** Don't forget to refresh the libraries list in the IDE (right click and choose Refresh) ***
 

LucaMs

Expert
Licensed User
Longtime User
Almost off-topic (a little less than usual :)) but this Windows 10 has something special; my tool AddLogs (.exe), on Win 10, has problems in a simple folder select and drag&drop (even to "choose" a folder) does not work!

Go on like this, MS :D.
 
Top