Re: Way to not hard-code these values?

2010-10-16 Thread reno
http://lmgtfy.com/?q=ant+properties+file+load Hi, I'm using Ant 1.7. I'm trying to de-hardcode a few things from my script, and would prefer to have them properties-file driven. However, I'm not sure how to go about it.I have I would like to mo

Re: setting tools.jar without administrative privileges (already searched on google!)

2010-09-07 Thread reno
Antonio, ask for administrator privileges or ask to the administrator to install a sun jdk (open or not) or download the jdk in your home, unzip it and install it in your home ($USER_HOME/apps) and modify your .bashrc to set your JAVA_HOME ... the second option is the better choice but i don't

Re: stcheckout on

2010-06-11 Thread reno
shes because it created the first with 666 perms. So it appears that stcheckout is rather jacked up in unix. From: reno To: Ant Users List Sent: Fri, June 11, 2010 12:57:45 PM Subject: Re: stcheckout on Eric Fetzer wrote: When using stcheckout recursivel

Re: stcheckout on

2010-06-11 Thread reno
Eric Fetzer wrote: When using stcheckout recursively in Linux, I'm getting a folder created with permissions of 666, and thus, it can't checkout anything below the folder out because it doesn't have permissions. Any way to say check out and give files / folders ??? perms? Eric,

Re: multiple switch case

2010-05-17 Thread reno
Marco, a bit of "googling" will give you that link: http://ant-contrib.sourceforge.net/tasks/tasks/switch.html hope this help S. Hello, it is possible to use multiple case in a switch command, for example: switch value: case a: case b: echo "a or b" case c: echo "c" Thank a lo

Re: Need help with jdk1.6.0_11 build

2010-04-02 Thread reno
Greg, it's better to set the bootclasspath for different jdks (cross-compilation) than changing $JAVA_HOME http://java.sun.com/javase/6/docs/technotes/tools/windows/javac.html#crosscomp-example :-) S. JDK 1.6.0u11can be found here: http://java.sun.com/products/archive/j2se/6u11/index.html It

Re: Need help with jdk1.6.0_11 build

2010-04-01 Thread reno
Shilpa, http://java.sun.com/products/archive/ hope this help Corrected subject for the post below. On Thu, Apr 1, 2010 at 5:13 PM, Shilpa Kulkarni wrote: Hi Everyone, Just joined the ant mailing list. I am working on getting a build system set up. It needs to produce jdk 1.6.11 binarie

Re: Can I edit web.xml from an ANT script

2010-03-18 Thread reno
Or you can try this: http://ant.apache.org/manual/CoreTasks/replace.html (@Brian: i will have a look to XMl Task this week ;-) ) S. XMLTask is what you want. It was specifically designed for such things. http://www.oopsconsultancy.com/software/xmltask Brian On 18/03/2010 18:52, Rob Tanner wr

Re: Convert Eclipse project to Ant without installing Eclipse IDE, Possibility?

2010-03-08 Thread reno
Yasir, this task may help you but i never try it :-) http://trac.sarugo.org/ant-eclipse S. Dear Guys, I am just starting to use ant, I just would like to build an eclipse project using ant tool. Is there any idea how to do it without using an Eclipse IDE itself. Thanks.

Re: FTP task timing out

2010-02-26 Thread reno . rkcrew
Rhino, did you try with the passive option to yes? S. > I'm losing connections via the FTP task in Ant. I'm running Ant 1.7.1 in > Eclipse 3.5.1 (Galileo). I am running the Ant script directly from > within Eclipse, not from the command line. commons-net-2.0 and > jakarta-oro-2.0.8 are both visi

Re: Ant , maven , antrun , ddlutils

2010-02-24 Thread reno . rkcrew
venkat, you don't need to send us 3 same mails, only one is needed :-) did you try to build the modules separately ?? i mean: did you try an "mvn [test | package | install | goal specified in the ant-run-plugin] on Lean, Applications, ... ??? why launching the command as sudoer ?? i hope that i

Re: running shell script on unix

2009-12-28 Thread reno . rkcrew
eran, could you try with the executable argument to "/bin/sh"? did you try to launch it on the unix server using the ant command line? regards supareno > > Hi, > > I hope you can help me figure out what is wrong with my script. > I am trying to run shell script calls stopServer. The ant script

Re: Preserving file permissions with task

2009-01-08 Thread reno . rkcrew
Loic, check out this: (from the copy task) Unix Note: File permissions are not retained when files are copied; they end up with the default UMASK permissions instead. This is caused by the lack of any means to query or set file permissions in the current Java runtimes. If you need a permission-pr

Re: AW: deploy and undeploy tomcat task hang under ganymede

2009-01-08 Thread reno . rkcrew
Selon jan.mate...@rzf.fin-nrw.de: > >second, we're faced to a strange thing with ganymede and ant > > > >under my linux box, everything works fine (deploy and undeploy...) > >with our windows box, the output hangs on the tomcat tasks! it > >works but nothing > >is printed in the eclipse console :-

Re: AW: deploy and undeploy tomcat task hang under ganymede

2009-01-08 Thread reno . rkcrew
Selon jan.mate...@rzf.fin-nrw.de: > >second, we're faced to a strange thing with ganymede and ant > > > >under my linux box, everything works fine (deploy and undeploy...) > >with our windows box, the output hangs on the tomcat tasks! it > >works but nothing > >is printed in the eclipse console :-

deploy and undeploy tomcat task hang under ganymede

2009-01-08 Thread reno . rkcrew
hello everyone, first, (i forgot in my last post), Happy new year 2009 second, we're faced to a strange thing with ganymede and ant under my linux box, everything works fine (deploy and undeploy...) with our windows box, the output hangs on the tomcat tasks! it works but nothing is printed in the

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