AW: possible to open an alert window?

2007-10-25 Thread Jan.Materne
Oh, yes. But I would write a scriptdef ... >-Ursprüngliche Nachricht- >Von: Mario Madunic [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 25. Oktober 2007 18:47 >An: Ant Users List; Peter Reilly >Betreff: Re: possible to open an al

Re: Fileset group

2007-10-25 Thread Peter Reilly
You could try the pathtofileset task in ant-contrib: http://ant-contrib.sourceforge.net/tasks/tasks/pathtofileset.html Peter On 10/25/07, Alain ROY <[EMAIL PROTECTED]> wrote: > > Usage of is not possible in my case because if I do so, I can't get a > single checkstyle report for all my java sour

Re: AW: Eclipse still using Ant 1.6.5 because of bug in Ant 1.7.0

2007-10-25 Thread Kevin Jackson
Hi, > We will move to the Ant 1.7.1 release as soon as we can get our hands on > it and it makes it through the Eclipse IP review. > Unfortunately this is not looking good for Eclipse 3.3.2 as we are running > out of time. I'm going to try to get an alpha release of 1.7.1 out this weekend (I stil

Re: Fileset group

2007-10-25 Thread Alain ROY
Usage of is not possible in my case because if I do so, I can't get a single checkstyle report for all my java sources. The report file is overwritten every time I invoke checkstyle. Regards On Thu, 25 Oct 2007 10:05:37 +0200 "Rebhan, Gilbert" <[EMAIL PROTECTED]> wrote: > > > -Origina

Re: Fileset group

2007-10-25 Thread Alain ROY
Hi, Thanks for your answer. Problem : type doesn't support the nested "path" element. Regards On Thu, 25 Oct 2007 10:05:37 +0200 "Rebhan, Gilbert" <[EMAIL PROTECTED]> wrote: > > > -Original Message- > From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 25, 2

Re: AW: Eclipse still using Ant 1.6.5 because of bug in Ant 1.7.0

2007-10-25 Thread Darin Swanson
Eclipse 3.3.* ships with Ant 1.7.0 We were able to come up with a workaround for the Ant problem on Windows and decided to ship with the known problem for Mac and Unix machines as outlined in https://bugs.eclipse.org/bugs/show_bug.cgi?id=187993 where it also outlines that this problem is fixed

How do I filter a file of files

2007-10-25 Thread Dick, Brian E.
I have a file of files that I need to load into a property and filter according to expressions similar to the "include" and "exclude" elements of a patternset. For example, assume I have a file, fof.dat, containing the following. /export/home/myaccount/myapp/bin/pgm1 /export/home/myaccount/myapp/

Re: SCP task to preserve exact time stamp

2007-10-25 Thread Alexis Votta
That's because bash excepts a shell script as it's arguments. Your translates to "bash scp -p -r ..." and scp is not a script, it is a binary file. So it fails. To execute any binary with bash, you need to give the -c argument. bash -c scp -p -r ... So you can adjust your task accordingly. O

RE: using private key authentication (deploy option)

2007-10-25 Thread Anderson, Rob (Global Trade)
Yes. It is documented in the manual. http://ant.apache.org/manual/OptionalTasks/sshexec.html -Rob A > -Original Message- > From: Joao Miguel Ferreira [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 25, 2007 10:33 AM > To: Ant Users List > Subject: Re: using private key authenticati

Re: using private key authentication (deploy option)

2007-10-25 Thread Joao Miguel Ferreira
On Thu, 2007-10-25 at 16:17 +0100, Steve Loughran wrote: > Joao Miguel Ferreira wrote: > > Hello all, > > > > In our project we have this script to automate the build and send it to > > our test server (all Linux, test server and dev PCs): > > > > --- > > expor

RE: Ant build vs. CruiseControl

2007-10-25 Thread david
Hello Ruel, thanks for the reply. I have commented out the taskdef completely and of course the CC builds with Ant correctly. Please find the classpath as issued by a target using: [echoproperties] java.class.path=C\:\\Documents and Settings\\davidb\\My Documents\\dev\\apache-ant-1.7.0\\lib\\

Re: possible to open an alert window?

2007-10-25 Thread Mario Madunic
Thanks that is great. Marijan (Mario) Madunic Quoting Peter Reilly <[EMAIL PROTECTED]>: > or use >