Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   C/C++ (http://www.chiefdelphi.com/forums/forumdisplay.php?f=183)
-   -   Strange file not found issue when compiling (http://www.chiefdelphi.com/forums/showthread.php?t=135079)

DrOmni9885 02-23-2015 07:35 PM

Strange file not found issue when compiling
 
Up until now Eclipse has had no problem compiling and uploading code to the robot. However today it started giving me a java.io.FileNotFound as could be seen here:

Code:

C:\Users\USERNAME\wpilib\cpp\current\ant\build.xml:66: com.jcraft.jsch.JSchException: Could not send 'C:\Users\USERNAME\ECLIPSE\workspace\PROJECTNAME\Debug\FRCUserProgram' to '/home/lvuser' - 4: java.io.FileNotFoundException: C:\Users\USERNAME\ECLIPSE\workspace\PROJECTNAME\Debug\FRCUserProgram (The system cannot find the file specified)
This has never happened before and I'd appreciate any help. Thanks!

Joe Ross 02-23-2015 08:54 PM

Re: Strange file not found issue when compiling
 
It probably indicates that your project didn't build. Look at the log from the build process.

bob.wolff68 02-23-2015 10:53 PM

Re: Strange file not found issue when compiling
 
Yea - I think the build system is a bit confused. I'd suggest doing a 'clean project' followed by a 'build project' and then try deploying. I've seen Eclipse get fairly confused before.


All times are GMT -5. The time now is 10:10 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi