|
Re: WPILib-J source code
I got it to run by using maven3 and Java7.
Now I'm getting the following when I execute 'mvn package' from the wpilibj folder:
[ERROR] Failed to execute goal on project wpilibJava: Could not resolve dependencies for project edu.wpi.first.wpilibj:wpilibJava:jar:0.1.0-SNAPSHOT: Could not find artifact edu.wpi.first.wpilib.networktables.java:NetworkTab les:jar:0.1.0-SNAPSHOT -> [Help 1]
I moved to the NetworkTables folder and built it using 'mvn package' then switched back to the wpilibj folder and still receive the same error.
Any suggestions out there? I've never used maven before, so I'm running blind.
|