Re: ant for and foreach tasks use them or not

2009-01-08 Thread Stefan Bodewig
On 2009-01-08, Dominique Devienne wrote: > On Thu, Jan 8, 2009 at 9:24 AM, Stefan Bodewig wrote: >> Your specific problem is extraordinarily commons, though. A companion >> task to that provides what is to has been asked >> for many times before, >> it just seems as if nobofy has found th

Re: How to trace visually ANT script processing?

2009-01-08 Thread Darin Swanson
I will have to chime in with a "me too" for the Eclipse IDE :-) Darins http://runnerwhocodes.blogspot.com/ Klaus Malorny 01/08/2009 01:47 PM Please respond to "Ant Users List" To Ant Users List cc Subject Re: How to trace visually ANT script processing? On 2009-01-08 20:53, Ben St

Re: How to trace visually ANT script processing?

2009-01-08 Thread Klaus Malorny
On 2009-01-08 20:53, Ben Stover wrote: As well known I can start an Ant script by entering ant However the visual output at the command prompt will be very small. What I am searching for is a visual trace which outputs every statement BEFORE and AFTER execution. Here embedded variables like $

How to trace visually ANT script processing?

2009-01-08 Thread Ben Stover
As well known I can start an Ant script by entering ant However the visual output at the command prompt will be very small. What I am searching for is a visual trace which outputs every statement BEFORE and AFTER execution. Here embedded variables like ${jome.home} should be at first shown an

How to declare artifact dependencies for versions X.Y OR NEWER (!) ?

2009-01-08 Thread Ben Stover
In an Ant script I can declare dependencies similar to the sample shown at the bottom. However, if the version coded in the Ant script is outdated then the version is NOT found/downloaded. How can I tell Ant that if the specified version is NOT existing (any more) but a newer one then this newe

Re: ant for and foreach tasks use them or not

2009-01-08 Thread Dominique Devienne
On Thu, Jan 8, 2009 at 9:24 AM, Stefan Bodewig wrote: > Your specific problem is extraordinarily commons, though. A companion > task to that provides what is to has been asked > for many times before, I'm pretty certain there is a bugzilla issue > for it[1] I've used to fork java.exe in the

Re: ant for and foreach tasks use them or not

2009-01-08 Thread Stefan Bodewig
On 2009-01-08, patrick wyss wrote: > so now i found for and foreach from the ant-contrib > *but* [disclaimer, I've contributed to ant-contrib and I am an Ant committer, don't expect an unbiased response] > 2) some of the other tasks seem rather obscure to me (AntCallBack, > RunTarget, Throw) so

Re: ant for and foreach tasks use them or not

2009-01-08 Thread Francis Galiegue
Le jeudi 08 janvier 2009, patrick wyss a écrit : > > hi there, > > i have the reqirement to do a java call for each file in a filelist. > > first i tought i'd use the "Apply" task, but then again i do not realy want > to start a new process and load a new JVM etc. for each file i handle. > > so

RE: ant for and foreach tasks use them or not

2009-01-08 Thread Rémon van Gijn
Hi patrick, I think you can use the lib (just 1) without hesitation, why they are not in normal ant is mystery to us as well, but we have been using ant contrib. For 4 years now and use it in our entire build system (and it quite large). I would not know what to do without them. As far we are

ant for and foreach tasks use them or not

2009-01-08 Thread patrick wyss
hi there, i have the reqirement to do a java call for each file in a filelist. first i tought i'd use the "Apply" task, but then again i do not realy want to start a new process and load a new JVM etc. for each file i handle. so next i tried with macrodef but this gets rather clumsy when a lot

RE: Use cases of resolver force mode

2009-01-08 Thread Brown, Carlton
Submitted this as https://issues.apache.org/jira/browse/IVY-998 (better late than never) -Original Message- From: Shawn Castrianni [mailto:shawn.castria...@halliburton.com] Sent: Thursday, October 23, 2008 12:35 PM To: 'ivy-u...@ant.apache.org' Subject: RE: Use cases of resolver force mo

RE: Preserving file permissions with task

2009-01-08 Thread Loic Decloedt
I indeed did not read this section until the end pages notes. Sorry for this. I wanted to ensure that no advanced solutions exist. Thanks, Loïc -Original Message- From: reno.rkc...@free.fr [mailto:reno.rkc...@free.fr] Sent: jeudi 8 janvier 2009 14:13 To: Ant Users List Subject: Re: Pres

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 :-

Re: equal weights in specialMeaning on latest-revision

2009-01-08 Thread Niklas Matthies
On Thu 2009-01-08 at 03:56h, Konstantin Rekk wrote on ivy-user: : > So the idea is to have some kind of 1.0-local-buildnumber and > 1.0-int-buildnumber and forcing the latest-revision to ignore local and > int: > > >usedefaultspecialmeanings="false"> [...] You probably co

Preserving file permissions with task

2009-01-08 Thread Loic Decloedt
Hello, Does anybody whether it is possible to use the task while preserving the same permissions as the input files? My tests show that all created files all have the same file rights, whatever the rights of the source files. At least, I would like to preserve the 'x' attribute of some specific

AW: Ant running in debug mode?

2009-01-08 Thread Jan.Materne
p.s. See the last example in the manual. Jan >-Ursprüngliche Nachricht- >Von: jan.mate...@rzf.fin-nrw.de [mailto:jan.mate...@rzf.fin-nrw.de] >Gesendet: Donnerstag, 8. Januar 2009 13:30 >An: user@ant.apache.org >Betreff: AW: Ant running in debug mode? > >>Is there any way to detect my a

AW: Ant running in debug mode?

2009-01-08 Thread Jan.Materne
>Is there any way to detect my ant is running in debug mode or not ? eg. >using -d or not > >I want to track it. The debug level directly passed to Ants logging framework. Once Ant is running you cant access this information. But you could write Jan ---

AW: deploy and undeploy tomcat task hang under ganymede

2009-01-08 Thread Jan.Materne
>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 :-( Does that work on cmd.exe? Jan -

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

Ant running in debug mode?

2009-01-08 Thread Md. Jahidul Hasan
Hi Is there any way to detect my ant is running in debug mode or not ? eg. using -d or not I want to track it. Br, Jahid - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant