AW: FTP Task doesn't work with ANT with all JARs included

2007-09-26 Thread Jan.Materne
As in every software project ... could you update to a newer version? Ant 1.6.2 is very old (3years), 1.7.0 is the latest (Dez.2006). The required libraries listed in the online manual are for the last released version, which is here 1.7.0. If you cant update, have a look at that section in your

Re: ant script just hang when checking out of CVS [Similar problem with cvstagdiff]

2007-09-26 Thread Saladin Sharif
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > In general, people will help right away > if they know the answer > already, or can find it out easily. If > not, which should someone else > invest time in helping you for free? > Sometimes some question simply > don't interest the community t

FTP Task doesn't work with ANT with all JARs included

2007-09-26 Thread Z
Hi Platform - windows XP Env Variables - name - ANT_HOME Value - C:\apache-ant-1.6.2 name - JAVA_HOMEValue - C:\Program Files\Java\jdk1.5.0_12 name - PATH Value - C:\Program Files\Java\jdk1.5.0_12\lib;%ANT_HOME%\bin I've downloaded and dropped the followin

test - new to ant mailing list

2007-09-26 Thread Z

Re: ant script just hang when checking out of CVS [Similar problem with cvstagdiff]

2007-09-26 Thread Dominique Devienne
On 9/26/07, Saladin Sharif <[EMAIL PROTECTED]> wrote: > So far I have not received any responses to my > question. Was my question too difficult to answer? Sarcasm really gets you anywhere with people that help other for free. > Why does the cvstagdiff Ant task NOT work when I have > the CVSROOT

Re: ant script just hang when checking out of CVS [Similar problem with cvstagdiff]

2007-09-26 Thread Saladin Sharif
So far I have not received any responses to my question. Was my question too difficult to answer? Let me try to re-phrase my question. Why does the cvstagdiff Ant task NOT work when I have the CVSROOT environment variable set with the password? Is this a bug in Ant? Should I request a fix for

Re: Proguard

2007-09-26 Thread gillian.lopes
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?? -libraryjars ${java.home}/

Re: Proguard

2007-09-26 Thread Peter Reilly
a quick google: http://proguard.sourceforge.net/manual/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: > >> What's the content of "myconfigfile.pro"?? >

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'm sure they have documentation and support. --DD > > ---

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 - To unsubscribe, e-mail: [EMAIL PRO

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 should I do in "myconfigfi

Re: problems with ant optional tasks

2007-09-26 Thread Peter Reilly
I would just use ant 1.7.0, download from the the ant site, this will ignore the jpackage installed ant, if you define ANT_HOME env variable, To use optional tasks with the jpackage version of ant requires placing of the defendant libraries in the right place. This involves using the associated r

Re: problems with ant optional tasks

2007-09-26 Thread David Weintraub
You may want to look at which tells you the various JAR dependencies for each task. You also need to read about each specific ant task too and see what jars are needed. I haven't used any optional task, but I am using the AntContrib t

RE: problems with ant optional tasks

2007-09-26 Thread Stephen Wilkinson
Hi there and thank you for responding; I downloaded and installed ant-optional-1.6.5-20.3.i586.rpm Which is the closest version I could find to ant-1.6.5-4jpp.noarch.rpm, it just contained ant-antlr Ant -diagnostics still says optional tasks: not available The install put the ant-antlr jar into

Re: problems with ant optional tasks

2007-09-26 Thread Steve Loughran
Stephen Wilkinson wrote: Hi there, I'm pretty much totally new to linux and am having some build problems with Dspace which I believe is because I don't have my Ant optional tasks working. aah DSpace. Basics I'm using Suse Linux Enterprise Server version 10 with sp 1 I downloaded and insta