Using reactor to generate navigation.xml

2004-05-06 Thread Nigel Magnay
Is there any example of using the reactor to auto-generate a
navigation.xml to subprojects ?
 
I have

 j:forEach var=reactorProject items=${reactorProjects}

echo${reactorProject.artifactId}/echo

/j:forEach

But I haven't looked at how to write out the navigation.xml file so I
was wondering if someone
Had already done the donkeywork ?

 

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



Re: Using reactor to generate navigation.xml

2004-05-06 Thread Emmanuel Venisse
You can use the multiproject plugin, it's more simple.

Emmanuel

- Original Message - 
From: Nigel Magnay [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 6:02 PM
Subject: Using reactor to generate navigation.xml


Is there any example of using the reactor to auto-generate a
navigation.xml to subprojects ?
 
I have

 j:forEach var=reactorProject items=${reactorProjects}

 echo${reactorProject.artifactId}/echo

/j:forEach

But I haven't looked at how to write out the navigation.xml file so I
was wondering if someone
Had already done the donkeywork ?

 

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



RE: Using reactor to generate navigation.xml

2004-05-06 Thread Arnaud Heritier
The multiproject plugin does this.
It generates an entry for each subproject


Arnaud

 -Message d'origine-
 De : Nigel Magnay [mailto:[EMAIL PROTECTED]
 Envoyé : jeudi 6 mai 2004 18:02
 À : [EMAIL PROTECTED]
 Objet : Using reactor to generate navigation.xml
 
 Is there any example of using the reactor to auto-generate a
 navigation.xml to subprojects ?
 
 I have
 
  j:forEach var=reactorProject items=${reactorProjects}
 
   echo${reactorProject.artifactId}/echo
 
 /j:forEach
 
 But I haven't looked at how to write out the navigation.xml file so I
 was wondering if someone
 Had already done the donkeywork ?
 
 
 
 -
 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]