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

2007-01-26 Thread Jan.Materne
>>> 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 packaging my EAR file >>> using the

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

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 > >

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

2007-01-24 Thread Eric Wood
Thanks, I'll go the ant-contrib route first. Eric -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 3:53 PM To: Ant Users List Subject: Re: Trying to convert a path reference to use as a fileset for packaging jars in an ear I thin

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

2007-01-24 Thread Jacob Kjome
I think Ant-1.7 supports copying paths. Otherwise, you can use Ant-Contrib's Jake 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)

Re: AW: Convert a path

2005-05-03 Thread Nicolas Vervelle
the File.getAbsolutePath() method. That should have the platform dependend separators and roots (/, A: B: ...). So you could try a . Jan -UrsprÃngliche Nachricht- Von: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED] Gesendet am: Dienstag, 3. Mai 2005 19:49 An: Ant Users List Betreff: Re: Convert a pa

AW: Convert a path

2005-05-03 Thread Jan . Materne
n: Ant Users List > Betreff: Re: Convert a path > > I would use with your preferred scripting language. There > are several scripting languages written in Java (Jython, Groovy, > BeanShell,...) and they are as portable as Java itself. > > - Alexey. > > Nicolas Vervelle

Re: Convert a path

2005-05-03 Thread Alexey N. Solofnenko
I would use with your preferred scripting language. There are several scripting languages written in Java (Jython, Groovy, BeanShell,...) and they are as portable as Java itself. - Alexey. Nicolas Vervelle wrote: I didn't have much success with my last question :( I will try with only a small p

Convert a path

2005-05-03 Thread Nicolas Vervelle
I didn't have much success with my last question :( I will try with only a small problem then : How to expand a path (${build.dir}) to match what I get with and the reverse modification? For example : E:\Java\Jmol-web -> E\:\\Java\\Jmol-web -> E:\Java\Jmol- web It must be portable (Windows, Lin