Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Error with Eclipse build (http://www.chiefdelphi.com/forums/showthread.php?t=100719)

bschormann 20-01-2012 16:51

Error with Eclipse build
 
Does anybody know how to fix this error?

Buildfile: E:\Eclipse\Team4030DemoProject\build.xml
-pre-init:
-do-init:
-post-init:
-warn-jar-file:
init:
-set-selector-for-nonbasestation:
-prim-find-spots:
-checkhasremoteaddress:
-do-find-spots:
-jar-and-deploy:
-pre-init:
-do-init:
-post-init:
-warn-jar-file:
init:
-check-for-manifest:
-set-to-jar-name:

BUILD FAILED
C:\Eclipse32\plugins\edu.wpi.first.javadev.sunspot frcsdk_1.0.7.0\sunspotfrcsdk\build.xml:96: The following error occurred while executing this line:
C:\Eclipse32\plugins\edu.wpi.first.javadev.sunspot frcsdk_1.0.7.0\sunspotfrcsdk\build.xml:125: :confused: /META-INF/MANIFEST.MF

Total time: 2 seconds

Ryan O 22-01-2012 18:23

Re: Error with Eclipse build
 
Hi bschormann,

Could you start by letting me know what version of the plug-ins/feature you are running, and checking for updates? This sounds a little like a previously fixed bug.

Also, did you use a wizard that came with the plug-ins to start this project? There should be a file "resources/META-INF/MANIFEST.MF" under the project folder. In that file, there should be a line starting with "MIDlet-Name: " followed by the name of the main class (which implements the autonomous and tele-op functions). There should be another line that starts with "MIDlet-1: " that is followed by "<previously mentioned class name>, ,<fully qualified name of class.". The fully qualified name is the package name the "robot" class is in and the name of the class. If either of these lines is incorrect, they need to be changed to reflect the current names of those classes.

Also, the version of Eclipse you are running, and the template wizard you used to create the project if any would be useful.


All times are GMT -5. The time now is 23:32.

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