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
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
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
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
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
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
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/
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
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
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
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\\
Thanks that is great.
Marijan (Mario) Madunic
Quoting Peter Reilly <[EMAIL PROTECTED]>:
> or use
>