jvanzyl 01/07/19 15:51:55
Added: jjar NOTES
Log:
- start of a proposal for a universal java build system using
ant and jjar
Revision Changes Path
1.1 jakarta-commons-sandbox/jjar/NOTES
Index: NOTES
===================================================================
--------------------------------------------------------------------------
U N I V E R S A L B U I L D S Y S T E M
--------------------------------------------------------------------------
o get Ant installed
o get JJAR installed
o lib.repo needs to be set in ${user.home}/build.properties
If we could use an installer or JNLP for this stage it
would be dead simple to build any application after these
first three steps were done.
o define set of standard properties, standard names
for properties of jar files
o how can projects maintain their own deps.
use the gump profiles, but allow them to be
distributed eventually. a project keeping its
own descriptor in its own CVS repo
o how people can register new properties, so
new projects can leverage JJAR right off
the block.
o how to alter ant build files to take advantage
of this and check to make sure that necessary
requirements are met