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: > > > > > > > destdir="${build}" > > > > > > > > >

Re: proguard error !!!

2007-07-16 Thread Peter Reilly
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: my build.xml is ... ... 1) the shoul

Re: proguard error !!!

2007-07-16 Thread cuillandre frederic
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: my build.xml is ... ... the problem is that i've got in my build folder the excluded classes !!!

Re: proguard error !!!

2007-07-16 Thread Peter Reilly
The manual for progard (http://proguard.sourceforge.net/manual/ant.html) has the following: The resource is a relative path within the jar file, so you should *not* use ${progard.path} for the resource attribute. use this instead: Peter On 7/16/07, cuillandre frederic <[EMAIL PROTECTED

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