Hi,
I'd like to Jar all the classes (and dependent classes) in a package
without listing each class via the <class> element:
<genjar jarfile="Bar.jar">
<class name="com.foo.bar.class1"/>
<class name="com.foo.bar.class2"/>
<class name="com.foo.bar.class3"/>
</genjar>
Does anyone if its possible to replace the collective <class> elements with
something that would pull in the entire package?
Thanks,
Brian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]