Page 1 of 1

maven issues

PostPosted: Sat Dec 20, 2014 7:13 pm
by kanita
About to work on the classLoader issues, which means I have to build from source. This is my first time using maven and I'm getting some errors, but only on 4 dependencies (commons-vfs-patched-1.9.1.jar, jms, jmxri, jmxtools). I'm kind of stumped because everything on google says that if you cant find jms jmxri, etc, that just means you haven't included sun's super duper maven 2 repo, but I see in the pom.xml that you have included that repo.

I was trying to follow the building from source guide, but maven is not cooperating.

Re: maven issues

PostPosted: Sun Dec 21, 2014 12:34 pm
by jason
Did you get the source code from GitHub? (Your mention of commons-vfs-patched-1.9.1.jar would say no!)

If you've cloned the GitHub repo, mvn install should "just work"

See http://www.docx4java.org/blog/2012/05/d ... n-eclipse/