-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Is this even possible? I have gone over everything and can't seem to figure out
a way to do this.
I want to manage my classpath AKA WEB-INF/lib but I want to provide my own
directory for doing this.
Basically I have a LOT of .jar files and I want to startup ant with a minimum
set and have it find the rest.
AKA I want to startup in . and then do this:
<fileset dir="." id="jarfiles">
<include name="lib/*.jar"/>
<include name="webapps/reptile/WEB-INF/lib/*.jar"/>
</fileset>
<pathconvert pathsep=":" property="java.class.path" refid="jarfiles"/>
- From the source, it looks like this will not modify the system classpath.
Any suggestions here?
- --
Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] )
Location - San Francisco, CA, Cell - 415.595.9965
Jabber - [EMAIL PROTECTED], Web - http://relativity.yi.org/
Windows XP. Now with more evil in every box!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Get my public key at: http://relativity.yi.org/pgpkey.txt
iD8DBQE76IDgAwM6xb2dfE0RArrwAKDHPLhZV0dXkWXaiFjtTrs8gDcedwCgtKD1
IAbjnKDCD+IN62EvcL/JFlI=
=A+q5
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>