AW: Changing directory structure in copy

2007-08-07 Thread Jan.Materne
Try instead of Jan >-Ursprüngliche Nachricht- >Von: David Weintraub [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 7. August 2007 21:35 >An: Ant Users List >Betreff: Re: Changing directory structure in copy > >I have the following build.xml: > > > > > >

Re: Changing directory structure in copy

2007-08-07 Thread David Weintraub
I have the following build.xml: When I run it, the directories are copied and the names of the directories are modified, but the files under those directories aren't copied over. I tried the f

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

Re: Input Task problem

2007-08-07 Thread Darin Swanson
An Eclipse bug not an Ant issue. https://bugs.eclipse.org/bugs/show_bug.cgi?id=195986 Fixed in the 3.4 stream. Planning to fix in the 3.3.1 stream. Thanks Darins Jean-Francois Croteau <[EMAIL PROTECTED]> 08/07/2007 11:01 AM Please respond to "Ant Users List" To user@ant.apache.org cc Su

Input Task problem

2007-08-07 Thread Jean-Francois Croteau
Hi, can anyone help me with this one? I've switched to Eclipse 3.3, that now uses Ant 1.7. Since that time, I cannot executed those lines of code: If I downgrade my eclipse plugins to 1.6.5, it works j

suppress exception in xml logger output

2007-08-07 Thread stanS
When I run the ant command line with xmllogger specified, and when the build has some kind of trivial build errors, like [javac] fails out of compilation error, the end of the xml output contains the stack trace.

Fwd: Duplicate Target found

2007-08-07 Thread Peter Reilly
-- Forwarded message -- From: Parandhaman, Vishnu Prasad (STSD) <[EMAIL PROTECTED]> Date: Aug 7, 2007 1:40 PM Subject: Duplicate Target found To: [EMAIL PROTECTED], [EMAIL PROTECTED] Hi Peter, Greetings. Our product was built initially using Ant 1.6, and now we are porting to J

AW: Changing directory structure in copy

2007-08-07 Thread Jan.Materne
Using the was implied :-) The difficult part was the renaming ... Jan >-Ursprüngliche Nachricht- >Von: cuillandre frederic [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 7. August 2007 08:53 >An: Ant Users List >Betreff: Re: Changing directory structure in copy > >> I need to copy the