[Concern-users] building the CVS version
Brought to you by:
hengels,
leonchiver
|
From: Ivanhoe A. <Iva...@lb...> - 2004-07-13 14:56:21
|
Hi Guys, Finally managed to get hold of the version on CVS, we are behind a firewall so had to get CvsGrab I have created a batch file...similar to the following lines set CONCERN_HOME=C:\Concern\concern\concern set ANT_HOME=C:\Ant\apache-ant-1.6.0 set JAVA_HOME=c:\jdk14 set PATH=%PATH%;%JAVA_HOME%/bin;%ANT_HOME%/bin set CLASSPATH= ant compile Howevere I get SAXParseException exception, ....... [ejbdoclet] Generating EJB deployment descriptor (ejb-jar.xml). [ejbdoclet] org.xml.sax.SAXParseException: Element "enterprise-beans" requires additional elements. ...... Any ideas, BTW I copied my jboss-j2ee.jar file into the lib directory , my Jboss version is jboss-4.0.0DR2, I have JDK14 I have Ant 1.6 Thank you in advance Ivanhoe |