Re: Proguard

2007-09-27 Thread gillian.lopes
Thanks people!! I did it in a diferent way, but now I got to errors. 1º) I can't login in my system 2º) The lookandfeel of my app got diferent. Well, when I run the ant task I got this [proguard] Note: br.com.bancoob.cedente.command.MontarMenuLookAndFeelCommand calls '(javax.swing.L

Re: Proguard

2007-09-27 Thread reno
> Ok Peter, I've already read this article before but I didn't understand what > should go inside the archieve > "myconfigfile.pro" > > I don't know if the problem is my English, but I couldn't understand this. > > In the article we have the second option. What does this mean?? > > > -libr

Re: Proguard

2007-09-26 Thread gillian.lopes
ual/ant.html > > Peter > > On 9/26/07, gillian.lopes <[EMAIL PROTECTED]> wrote: >> >> Ok! >> Thanks a lot! >> Gil >> >> >> Dominique Devienne-2 wrote: >> > >> > On 9/26/07, gillian.lopes <[EMAIL PROTECTED]> wrote: >

Re: Proguard

2007-09-26 Thread Peter Reilly
> >> What's the content of "myconfigfile.pro"?? > > > > That's a question for proguard, not Ant ;-) > > I'm sure they have documentation and support. --DD > > > >

Re: Proguard

2007-09-26 Thread gillian.lopes
Ok! Thanks a lot! Gil Dominique Devienne-2 wrote: > > On 9/26/07, gillian.lopes <[EMAIL PROTECTED]> wrote: >> What's the content of "myconfigfile.pro"?? > > That's a question for proguard, not Ant ;-) > I&#

Re: Proguard

2007-09-26 Thread Dominique Devienne
On 9/26/07, gillian.lopes <[EMAIL PROTECTED]> wrote: > What's the content of "myconfigfile.pro"?? That's a question for proguard, not Ant ;-) I'm sure they have documentation and support. --DD --

Proguard

2007-09-26 Thread gillian.lopes
Good morning pleope!! Sorry, but I've already made lots of search and I couldn't find anything that could explain me what should I put in the archieve of proguard!! Here a I have what should I put in my build.xml I just wanna obfuscate my classes. But what shou

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
uild folder the excluded classes !!! i may have done something wrong but i don't know what !!! Regards F > The manual for progard > (http://proguard.sourceforge.net/manual/ant.html) has the following: > classpath="/usr/local/java/proguard/lib/proguard.jar" />

Re: proguard error !!!

2007-07-16 Thread cuillandre frederic
asses !!! i may have done something wrong but i don't know what !!! Regards F > The manual for progard > (http://proguard.sourceforge.net/manual/ant.html) has the following: > classpath="/usr/local/java/proguard/lib/proguard.jar" /> > > > The resour

Re: proguard error !!!

2007-07-16 Thread Peter Reilly
AIL PROTECTED]> wrote: 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 cre

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 ta

Re: Out of memory running Proguard

2005-10-15 Thread Jeffrey E Care
Google "ANT_OPTS" -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) Mark McKay <[EMAIL PROTECTED]> wrote on 10/15/2005 08:36:52 AM: > I'm getting OutOfMemoryErrors while running a task that uses the >

Out of memory running Proguard

2005-10-15 Thread Mark McKay
I'm getting OutOfMemoryErrors while running a task that uses the ProGuard ant task. This is an obfuscator that analyzes the classes of a jar and assembles a new jar which is a subset of the jar. Because ProGuard must consider several large jars, I'm running out of memory. Is there