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