Java Question how to use BADoclet covert xml file

laomms

Member
Licensed User
Longtime User
I use this batch under android studio:
B4X:
If Not Exist %2\build\B4Alibs\ ( mkdir %2\build\B4Alibs\ )
%1\bin\javadoc.exe -doclet BADoclet -docletpath D:\Doclet -sourcepath %2\src\main\java %3 -classpath %4 -b4atarget %5

BADoclet.class under folder D:\Doclet
it prompt The system cannot find the path specified.
 
Last edited:
Top