Hi Richard,
At 06:29 PM 7/9/2003 +0200, you wrote:
How about this:
- rename xerces.jar to xmlc-xerces.jar
- rename xmlc.jar to xmlc-base.jar
- have the toplevel build produce xmlc.jar by merging xmlc-xerces.jar and
xmlc-base.jar
this gives us four jars for distribution:
xmlc.jar - the essentials
xhtml.jar - XHTML support
wireless.jar - wireless support
xmlc-all-runtime.jar - everything rolled into one
Would xmlc-base.jar and xmlc-xerces.jar still exist as well after xmlc.jar
is generated, or are you saying those would be deleted? I'd like them to
continue to exist, but yes, the essential jars would be the 4 you
mentioned. Also, I assume that the xmlc.jar would be generated by default
where the target that creates the xmlc-all-runtime.jar is
optional. Actually, maybe you can hook things up so that
xmlc-all-runtime.jar also gets created by default? Anyway, I'll have to
make a mod to the example app builds after you commit this, so if you can
drop me a note when you are done doing the commit, it would be appreciated.
If you all are OK with this, I go ahead and commit it.
Yeah, I think this sounds good.
Jake
|