Hi James,

<project>
   <!-- contains definition of foo goal>
 <include file="../maven.xml" />

 <goal name="bar">
  <attainGoal name="foo" />
 </goal>

</project>

should be:

<project xmlns:j="jelly:core">
   <!-- contains definition of foo goal>
 <j:include file="../maven.xml" />

 <goal name="bar">
  <attainGoal name="foo" />
 </goal>

</project>

--
dIon Gillard, Multitask Consulting



[EMAIL PROTECTED] wrote on 06/05/2004 08:19:11 PM:

> Quick question:
> 
> If I've got a maven.xml that looks like this:
> 
> <project>
>    <!-- contains definition of foo goal>
 <include file="../maven.
> xml" />

 <goal name="bar">
  <attainGoal name="foo" />
 </goal>

> </project>

When I execute it works as expected, but this gets 
> printed in the output

 <include file="../maven.xml"></include>


> which obviously isn't fatal, but is annoying.  Can this be 
> suppressed, or am
I just doing it wrong?

thanks

James




> ------------------------------------------------------------------------
> 
For more information about Barclays Capital, please
visit our web site at 
> http://www.barcap.com.


Internet communications are not secure and 
> therefore the Barclays 
Group does not accept legal responsibility 
> for the contents of this 
message.  Although the Barclays Group 
> operates anti-virus programmes, 
it does not accept responsibility 
> for any damage whatsoever that is 
caused by viruses being passed. 
> Any views or opinions presented are 
solely those of the author and 
> do not necessarily represent those of the 
Barclays Group.  Replies 
> to this email may be monitored by the Barclays 
Group for 
> operational or business reasons.


> ------------------------------------------------------------------------
> 



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



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

Reply via email to