Re: Changing directory structure in copy

2007-08-06 Thread cuillandre frederic
> I need to copy the following directories: > > ../dir1/db/* > ../dir2/db/* > ../foo/db/* > ../bar/db/* > > To: > > dbutil/dir1 > dbutil/dir2 > dbutil/foo > dbutil/bar > > Basically, I want to copy all directories: > > ../*/db > > to: > > dbutil/* why

Re: Execution of windows command in ant's build.xml

2007-07-18 Thread cuillandre frederic
check out this http://ant.apache.org/manual/CoreTasks/exec.html > Hi All, > > Need to execute windows 'cls' command in the Ant's build.xml file. > > Can somebody please help. > > Regards > Irfan. > > Frederic Cuillandre + 33 176616524 + 33 661948720 [EMAIL PROTECTED] www.airweb.fr

Re: proguard error !!!

2007-07-16 Thread cuillandre frederic
> On 7/16/07, cuillandre frederic <[EMAIL PROTECTED]> wrote: > > thanks Peter, > > it is now working. > > just a few things . i hope it will be the last of the day :-) > > > > according to the documentation, we can do: >

Re: proguard error !!!

2007-07-16 Thread cuillandre frederic
ce is a relative path within the jar file, so you should *not* > use ${progard.path} for the resource attribute. > > use this instead: > classpath="${proguard.path}/lib/proguard.jar" /> > > Peter > > On 7/16/07, cuillandre frederic &

proguard error !!!

2007-07-16 Thread cuillandre frederic
one more time today ! i'm a bit confused because i tried this: ... ... and my lovely ant says: Could not create task or type of type: proguard. so i'm a bit stucked! the ${proguard.path}/src/proguard/ant/task.properties exists but it cannot create the proguard task i don't k

Re: adding additional classes...

2007-07-16 Thread cuillandre frederic
thanks it works :-) > Hi, > the following is incorrect: > > > > > > > > > > It should be: > > > > > > > > Peter > On 7/16/07, Dominique Devienne <[EMAIL PROTECTED]> wrote: > > On 7/16/07, c

adding additional classes...

2007-07-16 Thread cuillandre frederic
hi guys, i tried to add additionals classes to my build.xml but it doesn't work !! i tried this: ... ... ... it loads the additional jars but not the additionals classes. i tried it under linux with eclipse 3.2 and jdk 5 is anybody could help me and tell