> 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}" >
> >
> >
> >
> >
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
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 !!!
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
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