| regarding path id | regarding path id 2007-08-07 - By peter reilly
On 8/7/07, Manivannan Palanichamy <manivannan.palanichamy@(protected)> wrote: > Hi, > Actually, I add the jar files in classpath using the following way. > <path id="sab.classpath"> > <pathelement location="${resc}/mysql-connector-java-3.1.12-bin.jar"/> > <pathelement location="${resc}/activation.jar"/> > <pathelement location="${resc}/imap.jar"/>
use: <path id="sab.classpath"> <fileset dir="${resc}" includes="*.jar"/> </path>
Peter
> </path> > > It looks bit tedious, since every jar file should be listed in the > pathelement tag. Instead of doing this, is there anyway to specify a > directory, containing all jar files? > > -- > Manivannan.Palanichamy (@) Oracle.com > http://mani.gw.googlepages.com/index.html >
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |