AW: Looping number of times

2010-04-14 Thread Jan.Materne
> It did work with antconrib 1.0b3 > > I just have another question, is there a way to override jar > in ant lib > directory Try Jan - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For addi

Re: Calling CYGWIN from ANT via EXEC

2010-04-14 Thread Eric Fetzer
Yeah, I was using the scp task before. It started crashing every single week for no apparent reason. If you run it a second time with the exact same code it works. So here I am... On Apr 14, 2010, at 4:32 PM, Antoine Levy Lambert wrote: Eric Fetzer wrote: It's actually much easier to use

Re: IVYDE, Eclipse 3.5 & WTP

2010-04-14 Thread Tim Brown
We actually have this working. Had the same issue, but I don't recall exactly what the cause was. (it's been a while) I'll dig into my current setup and see how it differs, perhaps we can sort it out. I'm running OSX, Galileo SR2, but with Ivy 2.2.x-local-20091117220235 and IvyDE 2.1.0.200911161

Re: Calling CYGWIN from ANT via EXEC

2010-04-14 Thread Antoine Levy Lambert
Eric Fetzer wrote: It's actually much easier to use CYGWIN from Ant than stated in the documentation with the task. Here is an example of using Ant to run a shell script via CYGWIN (be sure the shell script is formatted for unix):

Re: Property File load issue

2010-04-14 Thread Antoine Levy Lambert
Hello Barry, did you make sure that ${user.home} resolves on the problematic desktop as "C:\Documents and Settings\[username]". I have had frustrating cases when running CruiseControl as a service on a Win32 box that ${user.home} was resolving to something unexpected. I think Java looks up

Property File load issue

2010-04-14 Thread Barry Pape
Hello All, I have a user experiencing a frustrating issue with our ant + ivy integration. The issue really has nothing to do with ivy except the properties it needs are not loaded by ant. For some reason, on a single desktop (that I know of) ant is not loading ${user.home}/build.properties.

RE: Calling CYGWIN from ANT via EXEC

2010-04-14 Thread Martin Gainty
the "religious wars" of cygwin vs windoz...similar to the differences between a ferrari and a yugo unix is the ferrari where yugo is the *glad to hear that worked for you* Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist

Re: Calling CYGWIN from ANT via EXEC

2010-04-14 Thread Eric Fetzer
Thanks Martin! If I had my choice I'd be running all of my builds from unix. All of it is deployed to unix. Unfortunately we're using this obtuse application called Versata that not only forces us to build in winders, but it doesn't support win2k3, only xp. I don't think it would survive cyg

RE: Calling CYGWIN from ANT via EXEC

2010-04-14 Thread Martin Gainty
i believe the majority of SGML parsers will parse   better known as non-braking space character as 'space character' you can also try the old hex 20 e.g. if its Windoze folder name try the '8.3 name' C:\Documents and Settings becomes C:\DOCUME~1 dumb question but i have to ask why not laun

Re: Calling CYGWIN from ANT via EXEC

2010-04-14 Thread Eric Fetzer
I figured out the space issue, you can single quote the args successfully. On Apr 14, 2010, at 9:26 AM, Eric Fetzer wrote: It's actually much easier to use CYGWIN from Ant than stated in the documentation with the task. Here is an example of using Ant to run a shell script via CYGWIN (be s

Re: Looping number of times

2010-04-14 Thread Jan
Thank you Jan It did work with antconrib 1.0b3 I just have another question, is there a way to override jar in ant lib directory For eg, in our ant.home/lib directory it has ant-contrib-0.3.jar, and the same installation is being used by different team and they're not ready to change the ant-co

Calling CYGWIN from ANT via EXEC

2010-04-14 Thread Eric Fetzer
It's actually much easier to use CYGWIN from Ant than stated in the documentation with the task.  Here is an example of using Ant to run a shell script via CYGWIN (be sure the shell script is formatted for unix):       

AW: AW: Using anteater in ant

2010-04-14 Thread Jan.Materne
No idea. Have you asked on the anteater user list? Jan > -Ursprüngliche Nachricht- > Von: Pooja Ganapathi [mailto:pooja.ganapa...@gmail.com] > Gesendet: Mittwoch, 14. April 2010 07:09 > An: user@ant.apache.org > Betreff: Re: AW: Using anteater in ant > > > hi, > > here is the URL -->

Re: Two pass compile for instrumented code

2010-04-14 Thread Greg Roodt
On Tue, Apr 13, 2010 at 7:51 PM, Antoine Levy-Lambert wrote: > > Original-Nachricht > > Datum: Tue, 13 Apr 2010 17:37:37 +0100 > > Von: Greg Roodt > > An: Ant Users List > > Betreff: Two pass compile for instrumented code > > > Hi > > > > I have an Ant build that consists of th