Adam R. B. Jack wrote:

I already created a gump.xml using "maven gump", but now ....
Should i add it to /gump/project/jakarta-commons-sandbox.xml in gumps cvs?


Might be a good idea. Just the project, not the whole module. Also, you
might need to tweak to the fact that it is inside that 'larger' module (so
adding an extra path entry for it's own dir.)


Could you please have a look if this looks good? As a commons comitter i should be able to commit this change to gump, right?
But i dont wont to break the whole sandbox module due to an incorrect addition - is there a change to check this before such a change gets committed?


--cut--
<project name="commons-compress">
<package>org.apache.commons.compress</package>
<description>Commons Compression Package</description> <maven basedir="compress" goal="jar">
<property name="component.version" value="@@DATE@@"/>
</maven>
<depend project="jakarta-ant" />
<depend project="junit" />
<depend project="xml-xerces" />


<work nested="target/classes" />
<home nested="compress/target" />
<jar name="compress/target/commons-compress-@@DATE@@.jar" />
<javadoc nested="target/docs/apidocs" />


<nag to="[EMAIL PROTECTED]" from="commons-compress development &lt;[EMAIL PROTECTED]&gt;" />

 </project>
--cut--

Thanks!
Mario


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



Reply via email to