Re: regarding path id

2007-08-08 Thread Peter Reilly
On 8/8/07, Anil Kumar pippalapalli <[EMAIL PROTECTED]> wrote: > hi mani, > > you can do this, > This will not work. The ** and * are for patterns - line includes="" and the element. The location attribute is a file name/path and not a pattern. Peter > this will take care of all jars in that fol

Re: regarding path id

2007-08-08 Thread Anil Kumar pippalapalli
hi mani, you can do this, this will take care of all jars in that folder and subfolders anil. On 8/8/07, Manivannan Palanichamy <[EMAIL PROTECTED]> wrote: > > Hi, > Actually, I add the jar files in classpath using the following way. > > > > > > > It looks bit tediou

Re: regarding path id

2007-08-07 Thread David Weintraub
You can use the element to define a path: You can limit files inside the directive too using and : The great advantage of this is that you can easily add new jars to your classpath by simply adding jar files into that directory. On 8/7/07, Mani

Re: regarding path id

2007-08-07 Thread Peter Reilly
On 8/7/07, Manivannan Palanichamy <[EMAIL PROTECTED]> wrote: > Hi, > Actually, I add the jar files in classpath using the following way. > > > > use: Peter > > > It looks bit tedious, since every jar file should be listed in the > pathelement tag. Ins

Re: regarding path id

2007-08-07 Thread Matt Benson
--- Manivannan Palanichamy <[EMAIL PROTECTED]> wrote: > Hi, > Actually, I add the jar files in classpath using the > following way. > > location="${resc}/mysql-connector-java-3.1.12-bin.jar"/> >location="${resc}/activation.jar"/> > > > > It looks bit tedious, since

regarding path id

2007-08-07 Thread Manivannan Palanichamy
Hi, Actually, I add the jar files in classpath using the following way. 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.Palanich