Gump is setting the jdom.jar property to the full path of the jar, which is concretely
/data3/gump/jdom/build/jdom.jar on lsd.student.utwente.nl.
In the testsuite/build.xml, which invoked via <ant/> from the main build file, there is this line :
<copy todir="${lib}" file="${basedir}/../lib/${jdom.jar}" overwrite="yes" />
this results in the error :
Could not find file /data3/gump/jakarta-slide/lib/data3/gump/jdom/build/jdom.jar to copy.
Conclusion :
we need to change the way jdom.jar is defined so that it is always a full path.
I am attaching a patch.
Cheers,
Antoine
Stefan Bodewig wrote:
To whom it may engage.......
This is an automated request, but not an unsolicited one. For help understanding the request please visit http://gump.apache.org/nagged.html, and/or contact [EMAIL PROTECTED]
Project jakarta-slide has an issue affecting it's community integration. The current state is 'Failed', for reason 'Build Failed'
Full details are available at: http://lsd.student.utwente.nl/gump/jakarta-slide/jakarta-slide.html, however some snippets follow:
BUILD FAILED /data3/gump/jakarta-slide/build.xml:558: Following error occured while executing this line /data3/gump/jakarta-slide/testsuite/build.xml:68: Following error occured while executing this line /data3/gump/jakarta-slide/testsuite/build.xml:53: Warning: Could not find file /data3/gump/jakarta-slide/lib/data3/gump/jdom/build/jdom.jar to copy.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
