My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Compiling  
How to compile RemoteObjects
Featured
Updated Dec 28, 2009 by maximilian.antoni

Compiling RemoteObjects sources

  • Check out the source code as describes here
  • Download and install eva-properties
  • mvn install:install-file -DgroupId=com.evaserver -DartifactId=eva-properties -Dversion=0.5.8 -Dpackaging=jar -Dfile=eva-properties-0.5.8.jar
  • run mvn clean install

Known issues

  • On Windows XP: SAX2 driver class org.apache.xerces.parsers.SAXParser not found
  • Solution: you need to download Xerces-J XML parser and put the xercesImpl.jar file into your JREs lib/ext directory.

Sign in to add a comment
Powered by Google Project Hosting