Can't build with ant script
Opened this issue · 0 comments
atomicpages commented
This project can't build since XMLBeans was retired in June 2014. I was able to find the required files to build XMLBeans 2.6.0 and eventually build this project with xbeans.jar
and jsr173_1.0_api.jar
.
Note: ant will not build with Java 1.8.
- Builds on Windows 7 JDK 1.7
- Builds on Windows 8 JDK 1.7
- Builds on OS X 10.10 JDK 1.7
Here's some info on running ant with the java
command: https://ant.apache.org/manual/running.html
For anyone wishing to do this follow here:
- Clone XMLBeans:
git clone git://git.apache.org/xmlbeans.git
orsvn checkout http://svn.apache.org/repos/asf/xmlbeans/tags/2.6.0/
- Download
jsr173_1.0
- Move
jsr173_1.0.jar
toexternal/lib
. - Make a copy of
jsr173_1.0.jar
and rename the copy tojsr173_1.0_api_bundle.jar
- Rename
jsr173_1.0.jar
tojsr173_1.0_api.jar
- Run
ant
and all files will be inbuild/lib
To build this jar do the following:
- Clone this project
git clone https://github.com/jsdoc3/rhino
- Copy
xbean.jar
andjsr173_1.0_api.jar
into/lib
- Run
ant jar
Kind of a hacky way to go about it but I tested js.jar
and everything seemed to be working just as well – all of the tests passed.