From: "Erik Hatcher" <[EMAIL PROTECTED]>
> This sounds kinda risky in that a sub-build could stomp on properties (I
> assume you'd want those exported back up too?) and references that you did
> expect to be altered.  Do you envision any mechanisms for controlling what
> gets exported? All references blindly?  Or some selection mechanism?

Right now I'm prepared to take the risk, as all Maven's properties and
references are prefixed with 'maven.' ;-)

However I guess a better approach might be to explicitly say what references
are required. Maybe something like

<ant antfile="${maven.home}/build-maven.xml" target="compile"/>
    <exportReference refid="maven.dependency.classpath"/>
</ant>

I'll have a go at patching the <ant> task...

James


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to