Starting step: Compiling Java code.
javac 23-ea
Completed successfully.
Starting step: Creating jar file.
Completed successfully.
Starting step: Creating XML file.
Ignoring: [org, com.android, com.example, com.hoho]
BADoclet2 version 2.00
starting...
Working with class: b4x.example.FirstLib
finish: C:\b4jExtraLibs\FirstLib.xml
Completed successfully.
*** Don't forget to refresh the libraries list in the IDE (right click and choose Refresh) ***
Does it still work with Java 11? Im a big user of SLC.I am looking for someone who uses SLC (a lot) to test a new version.
The new version works with the later Javas 21,22,23 ...
I haven't tested it with B4A, but works fine in B4J.
i can start on testing on weekend only. Needed to wait for the java11+-Version you published yesterday ;-)Any feedback appreciated on the xml output in java 11+
maybe i should wait and repost later since you're asking about the version that works with java 11+. as i'm testing b4a 13 (beta) and since i use slc, i tried the version that works with java 14+, specifically 19.0.2. attached is the result. i then tried it with 14.0.1 (which i happened to have but never used). same result. tried a different project with 19.0.2. same result.To the 18 members who downloaded it - has there been any problems with the generated XML file for the Java 11+ version?.
with version java 14+:
Starting step: Compiling Java code.
javac 19.0.2
Completed successfully.
Starting step: Creating jar file.
Completed successfully.
Starting step: Creating XML file.
error: option --boot-class-path not allowed with target 19
1 error
Error.
--------------------------------------------------------------------------------------------
Starting step: Compiling Java code.
javac 14.0.1
Completed successfully.
Starting step: Creating jar file.
Completed successfully.
Starting step: Creating XML file.
error: option --boot-class-path not allowed with target 14
Error.
javadoc -docletpath . -doclet BADoclet -b4atarget firstlib.xml -cp "C:\Program Files\Anywhere Software\B4A\Libraries\*" ./FirstLibrary/src/b4x/example/firstlib.java
pause
Starting step: Compiling Java code.
javac 11.0.1
Completed successfully.
Starting step: Creating jar file.
Completed successfully.
Starting step: Creating XML file.
error: option --boot-class-path not allowed with target 11
Error.