Re: Why does Hatcher put # in front of properties.xml comments?

2005-07-08 Thread Erik Hatcher
On Jul 8, 2005, at 6:04 PM, Scott Simpson wrote: I noticed in Hatcher's properties.xml example file from Java Development with Ant that he puts a # in front of the comments? What is the reason for this? Thanks. Dredging up ancient painful memories... The reason is because those # marks wer

Why does Hatcher put # in front of properties.xml comments?

2005-07-08 Thread Scott Simpson
I noticed in Hatcher's properties.xml example file from Java Development with Ant that he puts a # in front of the comments? What is the reason for this? Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

RE: cvs task failing from cron

2005-07-08 Thread S I
Try to remove the port attribute and that should make it work. Same thing happened to me when I tried to define a dedicated port number and the server did not like it; must be the firewall. Just do it w/o the port #. Original Message Follows From: "George Dibi" <[EMAIL PRO

RE: cvs task failing from cron

2005-07-08 Thread George Dibi
All, After a build I send an email notification for PASS/FAIL. The problem is that sometimes I get this IO error. Have anyone ran to this problem before? I am using ant version 161 and 162. In either cases I am getting the same error. I would appreciate any help. hmpsuccess: [mail] Sending

Re: and listeners: incompatibility?

2005-07-08 Thread Juergen Hermann
On Fri, 8 Jul 2005 15:20:04 +0200, [EMAIL PROTECTED] wrote: >I am using the -listener net.sf.antcontrib.perf.AntPerformanceListener option from antcontrib and at the same time i wanted to record the output of my antscripts to a log file(i don't use the -logfile option because i want the output

-listener net.sf.antcontrib.perf.AntPerformanceListener: bugged

2005-07-08 Thread hind.lwahhabi
hHello guys; i am posting again about this issue because i don't get any clue about the problem. I am experiencing strange behaviour with this listener: - it does not work for targets specified on the command line - it crashes 1/2 times for default target. Knowing that i am using an exec task in

Exception in CheckStyle task

2005-07-08 Thread Frank W. Zammetti
Hi everyone... this might actually be a question I need to ask elsewhere, but I figured it's a good place to start (after 20 minutes of Googling didn't turn anything up)... I have a CheckStyle task in my build script. When I execute the script, for *some* of the classes it checks, but not all, I

Re: Ant 1.6.5 on Linux: Unknown argument: -cp / Wrong version info

2005-07-08 Thread Gisbert Amm
Sorry, I had seen this thread but thought it would not apply to my problem. After re-reading it I found that especially this post is exactly what I was looking for: http://www.opensubscriber.com/message/user@ant.apache.org/1619605.html Thank you vey much. Gisbert Amm RADEMAKERS Tanguy wrote

and listeners: incompatibility?

2005-07-08 Thread hind.lwahhabi
Hi all; I am using the -listener net.sf.antcontrib.perf.AntPerformanceListener option from antcontrib and at the same time i wanted to record the output of my antscripts to a log file(i don't use the -logfile option because i want the output to be recorded on console and stored in a file at the

RE: Ant 1.6.5 on Linux: Unknown argument: -cp / Wrong version info

2005-07-08 Thread RADEMAKERS Tanguy
Hello, Search the list archives for a thread titled "problem with ant under linux" posted a week or two ago by Diana Steffen. /t >-Original Message- >From: Gisbert Amm [mailto:[EMAIL PROTECTED] >Sent: Friday, July 08, 2005 3:32 PM >To: user@ant.apache.org >Subject: Ant 1.6.5 on Linux:

Ant 1.6.5 on Linux: Unknown argument: -cp / Wrong version info

2005-07-08 Thread Gisbert Amm
I just downloaded Ant 1.6.5 and it gives me the error message "Unknown argument: -cp" when I try to start it. The culprit is the ant_exec_command in the ant shell wrapper which contains the string -cp \"$CLASSPATH\" When I delete this part, Ant starts. However, with -version it says it was "Ap

AntSpaces - Ant / JavaSpace Integration

2005-07-08 Thread Brian Agnew
AntSpaces 1.1 has just been released. AntSpaces integrates Ant with JavaSpaces to allow scripting of distributed tasks. This release allows invoking on serialised objects read or taken from a space. The serialisation mechanism can be used separately from the space mechanism, allowing Ant to lo

Re: Manifestations

2005-07-08 Thread Juergen Hermann
On Fri, 08 Jul 2005 17:37:53 +1000, Kai Hendry wrote: Seems easy enough. use and a filter to load the ear manifest EXCEPT the first line ( I think). btw, you could also load this easy manifest file as a property file, giving you a "class-path" property in memory. then use a 2nd filterchain

Re: Manifestations

2005-07-08 Thread Kai Hendry
Juergen Hermann wrote: On Fri, 08 Jul 2005 16:23:49 +1000, Kai Hendry wrote: Is there a way in ant to merge the content of two manifest files? Maybe by some (complex) filterchains, depends on what exactly you want to merge. Those two: Something specific to EAR [EMAIL PROTEC

AW: Nested element problem in custom task

2005-07-08 Thread Jan.Materne
see also in the manual - http://ant.apache.org/manual/tutorial-writing-tasks.html#NestedElements - http://ant.apache.org/manual/develop.html#nested-elements Jan >-Ursprüngliche Nachricht- >Von: Conor MacNeill [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 8. Juli 2005 01:09 >An: Ant User

AW: Ant Configuration Problem

2005-07-08 Thread Jan.Materne
Usually you dont need to set ANT_HOME. If ANT_HOME is not set, ant.bat will do it for you. Jan >-Ursprüngliche Nachricht- >Von: Liying Miao [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 7. Juli 2005 14:34 >An: 'Ant Users List' >Betreff: RE: Ant Configuration Problem > >Hi Jurgen, > >

Re: Manifestations

2005-07-08 Thread Juergen Hermann
On Fri, 08 Jul 2005 16:23:49 +1000, Kai Hendry wrote: >Is there a way in ant to merge the content of two manifest files? Maybe by some (complex) filterchains, depends on what exactly you want to merge. Ciao, Jürgen - To unsu