Optional bootimage listfile generation
| Project: | JNode Core |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | admin |
| Status: | closed |
Jump to:
Description
The hard disk space and generation time requirements of the bootimage listfile, as well as its low usage make it a good candidate for being an optional task in the build process, maybe controlled by a dedicated property in the Ant build property file.
- Login to post comments
Debug only
The bootimage.lst file is now only created on debug builds.
A debug build can be created by settings the jnode.debug property on the build commandline.
E.g.
build.bat -Djnode.debug=1
#1