I would like to add jspf to Gump but I have no idea about where to start.
I think I have to write something similar to:
<module name="jspf">
<description>Apache James jSPF library</description>
<url href="http://james.apache.org/jspf/"/>
<!--
<nag from="james development <server-dev@james.apache.org>"
to="server-dev@james.apache.org"/>
-->
<svn repository="james" dir="jspf/trunk" />
<project name="jspf">
<maven goal="jar">
<property name="maven.final.name" value="jspf-@@DATE@@"/>
</maven>
<depend project="junit" />
<depend project="logging-log4j" />
<jar name="target/jspf-@@DATE@@.jar" />
<javadoc nested="target/docs/apidocs" />
<junitreport nested="target/test-reports" />
</project>
</module>
Maybe we also have to change our pom.xml to be @@DATE@@ aware, I don't
know how, also...
Is there a place where to test such descriptor?
If I understood the final place is
https://svn.apache.org/repos/asf/gump/metadata/project, right? And I
don't have permissions on that folder...
Any hint is welcome!
Thank you,
Stefano
http://issues.apache.org/jira/browse/JSPF-8
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]