I am not sure whether you are aware of it : your project is built with gump, or more exactly gump tries to build it.
See this URL :
http://lsd.student.utwente.nl/gump/jrefactory/jrefactory.html
/data3/gump/jrefactory/src/org/acm/seguin/pmd/jaxen/DocumentNavigator.java:193: parseXPath(java.lang.String) in org.acm.seguin.pmd.jaxen.DocumentNavigator cannot implement parseXPath(java.lang.String) in org.jaxen.Navigator; overridden method does not throw org.saxpath.SAXPathException
[javac] public XPath parseXPath(String arg0) throws SAXPathException {
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 1 error
BUILD FAILED
/data3/gump/jrefactory/build.xml:371: Compile failed; see the compiler error output for details.
at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:938)
at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:758)
Saxpath has been integrated into jaxen, and I guess that org.jaxen.Navigator API has changed.
Can you adapt to all these changes.
Also gump has a feature called "nagging". nagging means that an automatic email gets sent when your project fails to build.
Can I set up gump to nag you ?
Thanks in advance, and cheers from Walldorf.
Antoine
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
