|
Re: WPILib-J source code
I'm trying to rebuild the wpilibj, I'm running on a Mac OS 10.9.5. What version of Maven do I need and what version of Java? I've tried Maven3 and got an error when it tried to pull in some packages. I tried Maven2 and it's throwing a Java exception: Invalid JDK version in profile 'docline-java8-disable'
I am only trying to build the wpilibj, so I navigated to the wpilibj folder and executed: mvn package
I left out the -D.... that was in the .md file because that appears to be the info that allows building of the ARM JVM installer.
|