Hi,
I am trying to do a manual build of the code (release 0.9) using the guidelines on
http://www.marketcetera.org/confluence/display/MDN/Building+Photon to import it into Eclipse.
There are a lot (105) critical errors occurring and warnings (874), here is a sample:
--------------------------------------------------------------------------------------
Description Resource Path Location Type
The project was not built since its build path is incomplete. Cannot find the class file for
quickfix.FieldNotFound. Fix the build path then try building this project org.marketcetera.photon.testfragment Unknown Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for quickfix.Group. Fix the build path then try building this project org.marketcetera.marketdata Unknown Java Problem
Bundle 'org.kxml' cannot be resolved MANIFEST.MF com.swtworkbench.community.xswt/META-INF line 22 Plug-in Problem
The import org.xmlpull cannot be resolved ICustomNSHandler.java com.swtworkbench.community.xswt/src/com/swtworkbench/community/xswt line 14 Java Problem
XmlPullParser cannot be resolved to a type ICustomNSHandler.java com.swtworkbench.community.xswt/src/com/swtworkbench/community/xswt line 32 Java Problem
--------------------------------------------------------------------------------------------
Being relatively new to Eclipse, I am sure that I have done something wrong...but I tried to follow the instructions closely.
My Qs ?
1. Are these instructions upto date ?
2. Should I get a Clean installation/build on importing or do I need to manually fix issues like imports, etc.
My system:
Eclipse 3.4.1
Windows XP
Maven 2.0.9
Java 1.6.0_10
Thankyou.