![]() |
Unable to deploy project which imports another project
I can import one project from eclipse into another project, and no errors are showing up, but when I try to deploy it, the console says the import does not exist, and it does not work.
Thanks for your help. |
Re: Unable to deploy project which imports another project
You need to have the first project generate a jar, which you can then use in accordance with http://wpilib.screenstepslive.com/s/...arty-libraries
|
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"/></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? |
Re: Unable to deploy project which imports another project
Whoooops!::rtm:: Thanks for the tip Joe.
![]() Any hints on auto-building our core? |
| All times are GMT -5. The time now is 21:49. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi