View Single Post
  #1   Spotlight this post!  
Unread 12-01-2015, 18:23
CreativeName55 CreativeName55 is offline
Registered User
FRC #2729 (Storm Robotics)
Team Role: Programmer
 
Join Date: Jan 2014
Rookie Year: 2011
Location: Marlton
Posts: 17
CreativeName55 is an unknown quantity at this point
[Solution] Eclipse cannot find build.xml

So, our team was having this problem, and figured others might be, too, so we decided on sharing the solution. If you get an error in your project, along the lines of: C:\Users\{user}\{project_location}\{project_name}\ build.xml:28: Cannot find C:\Users\{user}\{project_location}\{project_name}\ ${wpilib.ant.dir}\build.xml imported from C:\Users\{user}\{project_location}\{project_name}\ build.xml, then there's a very simple solution. Go to File -> New -> Other, find Robot Java Project and select it, name it whatever, it doesn't matter, just not whatever your main project is named, and after the project has been made, delete it. This should resolve your problem on all your projects.

Last edited by CreativeName55 : 12-01-2015 at 18:26.
Reply With Quote