Manu, just thinking out load, though this may not be what your looking for,
could you use some form of

<antcall target="blah">
 <param name="somename" value="${finalName}"/>
</antcall>

Then reference ${somename} in your ant build file.  Something like that...

-aps

On 10/31/06, Manu <[EMAIL PROTECTED]> wrote:

Hi all,

I'm trying to do something rather simple: pass the Maven "finalName" to my
Ant script, and can't make it.
Does anyone know how to do it ?
I precise I'm calling an external ant script through the following:

<configuration>
     <tasks>
          <ant antfile="build.xml" inheritRefs="true" target="prj.ejbgen"
/>
    [...]


Thxs for any clue.

--
Manu




--
"What lies behind us and what lies in front of us is of little concern to
what lies within us." -Ralph Waldo Emerson

Reply via email to