ant script annoyances
Jean-Baptiste Quenot
jb.quenot at caraldi.com
Thu Sep 11 11:32:50 PDT 2003
* Herve Quiroz:
> --all -> CLASSPATH contains all JARs and subdirs from $JAVASHAREDIR.
This is the current behaviour.
> --add -> Add selected paths and JARs in the current CLASSPATH variable
> instead of overriding it.
This is easily achieved by setting
CLASSPATH="$CLASSPATH:additionalLib.jar" anywhere you want that to
happen.
I think we should keep things simple.
BTW would it be possible to include the classpath computing script in
either the jdk port or the javavmwrapper port, to avoid creating a port
just for that?
Because a port is maybe too much for just that script. The script
probably won't have version numbers, tarballs, and so on...
--
Jean-Baptiste Quenot
http://caraldi.com/jbq/
More information about the freebsd-java
mailing list