AW: How to silence javac task?

2006-11-27 Thread Jan.Materne
mmm ... I had tested that in the past ... I did a retest on Ant 1.5 (failed, ok - no scriptdef ;) 1.6.0+1.6.5 (no "self"). But works on 1.7.0RC1 ... (mmm ... I had posted that in 2004 ... I should play in a lottery ;) I have found the snippet in my local library. With a note Benoetigt An

Virtual Ant - Highly innovative, new GUI for Apache ANT

2006-11-27 Thread Prashant Deva
Hi, We have just released a demo of Virtual Ant, a revolutionary new GUI for Ant. http://www.placidsystems.com/virtualant/Default.aspx You can of course use the above link to skip right to the video, but for those who wont do so until they know about it a little, here is a (very) little descript

RE: containsregex and concat

2006-11-27 Thread Rebhan, Gilbert
Hi, Summary == ${summary} gives only the text = depends: main: [echo] Summary == was wrong BUILD SUCCES

RE: How to silence javac task?

2006-11-27 Thread Rebhan, Gilbert
:-) i just saved it for further use (in November 2004) , i never tried it until now. yup it doesn't work = ReferenceError: "self" is not defined. Regards, Gilbert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 7:54 AM To: user@an

AW: How to silence javac task?

2006-11-27 Thread Jan.Materne
Hihi - I thought I had implemented something ;-) Jan >-Ursprüngliche Nachricht- >Von: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 27. November 2006 15:45 >An: Ant Users List >Betreff: RE: How to silence javac task? > > >Hi, > > >/* >Would that be ok? > > > > >

RE: [help] Search a string in a file

2006-11-27 Thread Rebhan, Gilbert
Hi, i'm still a newbie to ruby, maybe there's a more elegant solution, you need jruby available for ant http://dist.codehaus.org/jruby/jruby-bin-0.9.1.tar.gz given test.txt = abcd xyz what why Rebuild All: 1 failed, 0 skipped new world Rebuild All: 0 failed, 0 skipped techno Rebuild All: 1 fa

RE: containsregex and concat

2006-11-27 Thread Rebhan, Gilbert
Ooops, sorry i anwered the wrong mail ;-) my mail below was meant as followup for = http://marc.theaimsgroup.com/?l=ant-user&m=116464147926867&w=2 subject = [help] Search a string in a file Sorry, Gilbert -Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Tuesda

RE: containsregex and concat

2006-11-27 Thread Rebhan, Gilbert
Hi, i'm still a newbie to ruby, maybe there's a more elegant solution, you need jruby available for ant http://dist.codehaus.org/jruby/jruby-bin-0.9.1.tar.gz given test.txt = abcd xyz what why Rebuild All: 1 failed, 0 skipped new world Rebuild All: 0 failed, 0 skipped techno Rebuild All: 1 fa

Re: containsregex and concat

2006-11-27 Thread George Bills
Thanks: the regular expression works now, which is progress. Unfortunately I'm getting all of the concatenated text, not just the matching text. If I use replace: /> I end up getting something like: [concat] [concat] [concat] summary [concat] [concat] [concat] [concat] [c

Re: javac compile errors logs with priority="warn"

2006-11-27 Thread John Norvell
Does anyone know if this behavior is a bug or intentional? Thanks, John John Norvell wrote: I'm working on an xlst script to convert our xml build logs to html and have run across this somewhat odd behavior. The javac task seems to log compile errors using the "warn" logging priority level

RE: [help] Search a string in a file

2006-11-27 Thread Rebhan, Gilbert
Hi, use a combined with a filterchain, f.e. = test.txt abcd xyz what why Rebuild All: 1 failed, 0 skipped new world Rebuild All: 0 failed, 0 skipped techno

Re: [help] Search a string in a file

2006-11-27 Thread Scot P. Floess
You can use the task to load a whole file into a property, then apply your regular expression. Just curious...where are you getting the task? Dharmesh Vyas wrote: Hello all, Here is what I am trying to implement to identify if my build process has failed. For e.g this are the contents of t

Re: [help] Search a string in a file

2006-11-27 Thread Dominique Devienne
I have used with nested filter readers inside, like because my expected failure string was supposed to be at the end, and regexp filtering, to extract just the error status. If the resulting property was empty, the external process didn't have error, otherwise my property contained the error cou

[help] Search a string in a file

2006-11-27 Thread Dharmesh Vyas
Hello all, Here is what I am trying to implement to identify if my build process has failed. For e.g this are the contents of the input file: abcd xyz what why Rebuild All: 1 failed, 0 skipped new world Rebuild All: 0 failed, 0 skipped techno - Read this file to search for string "Rebuild All:

RE: How to silence javac task?

2006-11-27 Thread Rebhan, Gilbert
Hi, /* Would that be ok? Jan */ as posted by Jan Materne = http://marc.theaimsgroup.com/?l=ant-user&m=110077914931555&w=2 Regards, Gilbert -Original Message- From: Hans Schwaebli [mailto:[EMAIL PROTECTED] Sent:

Re: How to silence javac task?

2006-11-27 Thread Hans Schwaebli
I have to reply to a message because if I post my problem as a new message it is always rejected as spam! Here is it: I want to echo the current target name. Is this possible? There is no build-in property ant.target.name. Maybe another way? Why I want to do this? Because if a

Re: [HELP] How to use ant-contrib inside an ant plugin?

2006-11-27 Thread Peter Reilly
On 11/27/06, Scot P. Floess <[EMAIL PROTECTED]> wrote: Am I missing something? Does ant-contrib's task support this kind of "for" looping? It has been recently added, and a new release of ant-contrib (1.0b3) picked it up. Peter Dharmesh Vyas wrote: > Hello, > > Thanks for the reply and su

Re: [HELP] How to use ant-contrib inside an ant plugin?

2006-11-27 Thread Scot P. Floess
Am I missing something? Does ant-contrib's task support this kind of "for" looping? Dharmesh Vyas wrote: Hello, Thanks for the reply and suggestion Peter. I tried out a thing and it worked for me. Here it is. Set the classpath till directory net and then you need to include this taskdef.

Re: [HELP] How to use ant-contrib inside an ant plugin?

2006-11-27 Thread Dharmesh Vyas
Hello, Thanks for the reply and suggestion Peter. I tried out a thing and it worked for me. Here it is. Set the classpath till directory net and then you need to include this taskdef. in your script and the script is running all fine and well.. I shall try out the solution Peter provided.

RE: Compare

2006-11-27 Thread Pritesh Saharey
http://www.hsrl.rutgers.edu/ug/make_help.html http://www.aero.lr.tudelft.nl/facilities/manuals/fortran/node6.html -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 4:07 PM To: Ant Users List Subject: Re: Compare Venkatesh Vijayakumar04

RE: containsregex and concat

2006-11-27 Thread Rebhan, Gilbert
Hi, /]*>(.*?) should match : foobar also with more than one attribute foobar foobar is /1 (group 1) Regards, Gilbert -Original Message- From: George Bills [mailto:[EMAIL PROTECTED] Sent: Monday, November 27, 2006 6:41 AM To: Ant Users List Subject: Re: containsregex and conc