Hi,
I am fighting to get Excalibur building with Gump. and have come across that
Fortress now depends on d-haven stuff.
The general Gump policy is to pull out the sources from the external projects
as well, and build them.
Please find attached skeleton files for setting up the d-haven projects. Could
you fill them out and send them back to me?
One of the 'strangest' things is that @@DATE@@ property, which in my sample is
set to "gump.signature", but could be any property that drives the version of
the build.
The <jar> tag is relative to the <home> directory.
A <work> tag is needed if some output is needed in the classpath, for instance
junit testing.
And of course, need the list of dependencies.
Any questions, I am often available on ICQ #7643698 or "niclas" on the
irc.freenode.org channels.
Cheers
Niclas
--
+------//-------------------+
/ http://www.bali.ac /
/ http://niclas.hedhman.org /
+------//-------------------+
<?xml version="1.0" ?>
<!--
Copyright 2001-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<module name="eyebrowse">
<url href="http://projects.d-haven.org/"/>
<description>
Berin Loritsch has not yet provided any description.
</description>
<cvs repository="d-haven"/>
<project name="d-haven-event">
<package>org.d_haven.event</package>
<ant basedir="mpool/" target="build" >
<property name="gump.signature" value="@@DATE@@"/>
</ant>
<depend project="commons-collections"/>
<depend project="ant" inherit="runtime"/>
<depend project="xml-xerces"/>
<home nested="target/"/>
<work nested="target/classes"/>
<jar name="deliverables/jars/d-haven-event-@@DATE@@.jar"/>
</project>
<project name="d-haven-managed-pool">
<package>org.d_haven.mpool</package>
<ant basedir="mpool/" target="build" >
<property name="gump.signature" value="@@DATE@@"/>
</ant>
<depend project="commons-collections"/>
<depend project="ant" inherit="runtime"/>
<depend project="xml-xerces"/>
<home nested="target/"/>
<work nested="target/classes"/>
<jar name="deliverables/jars/d-haven-managed-pool-@@DATE@@.jar"/>
</project>
</module>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright 2001,2003-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<repository name="d-haven" type="cvs" compress="-z0">
<title>d-haven</title>
<home-page>http://projects.d-haven.org/</home-page>
<cvsweb>http://www.d-haven.org/cgi-bin/cvsweb.cgi/</cvsweb>
<root>
<method>pserver</method>
<user>anoncvs</user>
<password>anoncvs</password>
<hostname>www.d-haven.org</hostname>
<path>/cvs</path>
</root>
</repository>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Apache Excalibur Project -- URL: http://excalibur.apache.org/