LGenerator is another python script wrapped in pyInstaller.
What it does?
It generates an xml/jar file for a wrapped library.
It is similar to SLC (SLC never worked for me).
It is the same as Ecplise's 2 step (Generate Javadoc + Export JAR).
What it doesnt do?
Automatically create libraries without writing Java code
Why?
To be able to create proper build scripts.
As I improve on this it will be possible to make a code change to a library, and a one-click:
- deployment on a device
- jar/xml saving
- commiting source / git
- uploading/updating javadocs
Other reasons:
- Want to change the method names or documentation in a text editor? Recompile with LGenerator!
Improvements:
- Testing
- Cleanup after generation
Download
What it does?
It generates an xml/jar file for a wrapped library.
It is similar to SLC (SLC never worked for me).
It is the same as Ecplise's 2 step (Generate Javadoc + Export JAR).
What it doesnt do?
Automatically create libraries without writing Java code
Why?
To be able to create proper build scripts.
As I improve on this it will be possible to make a code change to a library, and a one-click:
- deployment on a device
- jar/xml saving
- commiting source / git
- uploading/updating javadocs
Other reasons:
- Want to change the method names or documentation in a text editor? Recompile with LGenerator!
Improvements:
- Testing
- Cleanup after generation
Download
Last edited: