Hello!

This might be a FAQ, but i didnt managed to find the correct search keywoards to find the information.

I use commons-compress to handle bzip2 files in commons-vfs, now its build fails on gump as there is no commons-compress available in gump.
A short pointer how to add it to gump would be nice.


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?

Thanks!

---gump.xml---
<?xml version="1.0" encoding="UTF-8"?>

<module name="commons-compress">
<description>Commons Compress</description>
<url href="http://jakarta.apache.org/commons/sandbox/compress/index.html";>
</url>
<cvs module="jakarta-commons-sandbox/compress" repository="jakarta">
</cvs>
<project name="commons-compress">
<ant buildfile="build.xml" target="dist">
<property name="final.name" value="commons-compress-@@DATE@@">
</property>
</ant>
<package>org.apache.commons.compress.*</package>
<depend project="jakarta-ant">
</depend>
<depend project="junit">
</depend>
<depend project="xml-xerces">
</depend>
<work nested="target/classes">
</work>
<home nested="target">
</home>
<jar name="commons-compress-@@DATE@@.jar">
</jar>
<javadoc module="jakarta-commons-sandbox" nested="target/docs/apidocs">
</javadoc>
<nag to="[EMAIL PROTECTED]" from="commons-compress development &lt;[EMAIL PROTECTED]&gt;">
</nag>
</project>
</module>
---gump.xml---


--
Mario


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



Reply via email to