View Single Post
  #3   Spotlight this post!  
Unread 21-01-2017, 17:01
david.e.boles david.e.boles is offline
Bringer of Whales and Petunias
AKA: david476
FRC #5940 (BREAD)
Team Role: Leadership
 
Join Date: Dec 2015
Rookie Year: 2011
Location: San Francisco, CA
Posts: 30
david.e.boles is on a distinguished road
Re: Unable to deploy project which imports another project

We just tried that, with BREAD-Robot-Core.jar in C:\Users\David Boles\wpilib\java\current\lib, it crashes. If we add:

<fileset file="C:\Users\David Boles\wpilib\java\current\lib\BREAD-Robot-Core.jar"/>

<path id="classpath.path">
<fileset dir="${userLibs.dir}" includes="*.jar"/>
<fileset file="${wpilib.jar}"/>
<fileset file="${networktables.jar}"/>
<fileset file="${opencv.jar}"/>
<fileset file="${cscore.jar}"/>
here
<fileset dir="${userLibs}" erroronmissingdir="false"/>
</path>

in WPILib's build.xml it seems to work fine. Are we doing something wrong or is this an issue with WPILib's 3rd party library building process?

Last edited by david.e.boles : 21-01-2017 at 17:06.
Reply With Quote