You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.
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.
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
andjsr173_1.0_api.jar
.Note: ant will not build with Java 1.8.
Here's some info on running ant with the
java
command: https://ant.apache.org/manual/running.htmlFor anyone wishing to do this follow here:
git clone git://git.apache.org/xmlbeans.git
orsvn checkout http://svn.apache.org/repos/asf/xmlbeans/tags/2.6.0/
jsr173_1.0
jsr173_1.0.jar
toexternal/lib
.jsr173_1.0.jar
and rename the copy tojsr173_1.0_api_bundle.jar
jsr173_1.0.jar
tojsr173_1.0_api.jar
ant
and all files will be inbuild/lib
To build this jar do the following:
git clone https://github.com/jsdoc3/rhino
xbean.jar
andjsr173_1.0_api.jar
into/lib
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.The text was updated successfully, but these errors were encountered: