RE: My New Year Wish

2007-01-25 Thread Jacob Kjome
Quoting "Murray, Mike" <[EMAIL PROTECTED]>: > These will get you one level of nesting... > > > > > > > > > > Or use a property file, with the minor addition of an extra "$" prefix. So, using your example above... $${${x}} Jake > >

Re: My New Year Wish

2007-01-25 Thread Jack J. Woehr
On Jan 25, 2007, at 4:08 PM, Murray, Mike wrote: These will get you one level of nesting... I use macros like that one, thank you Mike, and also submitted a patch some time ago which would build it into Ant. http://issues.apache.org/bugzilla/show_bug.cgi?id=29347 We've never proven there is

RE: My New Year Wish

2007-01-25 Thread Murray, Mike
These will get you one level of nesting... -Original Message- From: Jack J. Woehr [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007 5:05 PM To: Ant Users List Subject: Re: My

RE: java.lang.AbstractMethodError: org/apache/commons/net/ftp/FTPFileEntryParser.parseFTPEntry

2007-01-25 Thread Tracy Jones
The issue is definetly with using j9. If I change my x86 platform to use j9 instead, I get the same issue. This version of j9 is based on java version 1.3. Does anyone know if it is possible to get this to work?? Here's the stack trace java.lang.AbstractMethodError: org/apache/commons/net/ftp/

Re: My New Year Wish

2007-01-25 Thread Jack J. Woehr
On Jan 25, 2007, at 3:09 PM, Res Pons wrote: I wish Ant was Do I get to wish, too? :-) I wish Ant did recursive property expansion! -- Jack J. Woehr Director of Development Absolute Performance, Inc. [EMAIL PROTECTED] 303-443-7000 ext. 527

RE: My New Year Wish

2007-01-25 Thread Res Pons
That would be nice too. I use Antcontrib for if/then/else. I'm not a Java programmer or I'd pitch in to help. Original Message Follows From: "Murray, Mike" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: "Ant Users List" Subject: RE: My New Year Wish Date: Thu, 25 Jan 2007 17:13:5

java.lang.AbstractMethodError: org/apache/commons/net/ftp/FTPFileEntryParser.parseFTPEntry

2007-01-25 Thread Tracy Jones
Hi - I am trying to use the optional FTP package with ant 1.7 running under IBM j9 1.4. I get the following error when using ftp. This works on a x86 maching using j2sdk1.4.2_08 [echo] Failed: java.lang.AbstractMethodError: org/apache/commons/net/ftp/FTPFileEntryParser.parseFTPEntry(Ljav

RE: My New Year Wish

2007-01-25 Thread Murray, Mike
I'd be happy if they'd pleeease just add if/unless attributes to all tasks. -Original Message- From: Res Pons [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007 4:09 PM To: user@ant.apache.org Subject: My New Year Wish I wish Ant was a full scripting language as well, so I could

My New Year Wish

2007-01-25 Thread Res Pons
I wish Ant was a full scripting language as well, so I could stay true to Ant. I hate system calls. I resort to Perl, Bat, and Linux shell scripting many times 'cuz it's just much easier. Is that the norm for everyone else? Some people wish for a million dollar and here I'm wishing for An

Problem with classpath of taskdef

2007-01-25 Thread Farhdine Boutzakhti
Hi all ! I have a problem of classpath when I use a created task. See the code: And: But, I got problems on the execution. It has not loaded my JAR

Re: Trying to convert a path reference to use as a fileset for packaging jars in an ear

2007-01-25 Thread Steve Loughran
Eric Wood wrote: Quoting Eric Wood <[EMAIL PROTECTED]>: Folks: I use ... which is composed of various filelists and filesets referencing jars used to build my application. I use this refid (projectSpecificLibs) as part of my classpath. I want to be able to use this same list when packag

Re: XSL task, I want to not process empty XML file

2007-01-25 Thread Dominique Devienne
I would like to add checking to not process empty xml files (0 bytes) which may be saved in my basedir. Then use an explicit nested instead of a basedir, with a file-size-based selector in the fileset. --DD - To unsubscribe, e

XSL task, I want to not process empty XML file

2007-01-25 Thread apryjom
Hi, I have following task in my build: I would like to add checking to not process empty xml files (0 bytes) which may be saved in my basedir. ANT version 1.6.5 thanks in advance, Adam. -- View this message in context: http://www.nabble.com/XSL-task%2C-I-want-to-not-process-empty-XML-file-

Re: intra-element attribute property resolution issue

2007-01-25 Thread Steve Loughran
Jacob Kjome wrote: At 04:54 AM 1/24/2007, you wrote: >Jacob Kjome wrote: >> >> I see your point. Even if the functionality was something you would >> support, I'm not sure there's anyone willing to put in the time to >> figure it out. But you never know. Like I said before, it could be an

RE: filelist/fileset with multiple directory

2007-01-25 Thread Mikael Sitruk
I've better understood your answer now, I've just a last question for the implementation of the custom selector: Can a custom selector get a reference to a patternset or can I define a pattern set in a custom selector If I take back your solution I would like to chan

Re: Exec task not to show a console window under Windows

2007-01-25 Thread dperez
Hi Peter, It is a regular console Windows app. I've taken from http://sourceforge.net/project/shownotes.php?release_id=325693&group_id=23617 It is the xgettext exec that is creating the window - were did you get it from ? -- View this message in context: http://www.nabble.com/Exec-task-not-

AW: Trying to convert a path reference to use as a fileset for packaging jars in an ear

2007-01-25 Thread Jan.Materne
Ant 1.7 Jan >-Ursprüngliche Nachricht- >Von: Eric Wood [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 24. Januar 2007 22:26 >An: Ant Users List >Betreff: RE: Trying to convert a path reference to use as a >fileset for packaging jars in an ear > >Thanks, I'll go the ant-co