Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by KelvinGoodson: http://wiki.apache.org/ws/Tuscany/TuscanyJava/SDO_Java_Overview/EclipseDev ------------------------------------------------------------------------------ Document in progress ... very raw - = Notes on sing the Eclipse projects generated by the '''mvn eclipse:eclipse''' command. = + = Notes on using the Eclipse projects generated by the mvn eclipse:eclipse command. = The build instructions in the SDO Java Overview talk about running mvn eclipse:eclipse to permit development in eclipse, but don't give detailed instructions on how to go on to use eclipse. @@ -26, +26 @@ * Click OK as many times as it takes to get back rid of all the dialogs * Accept the offer of a full rebuild + If you see an error saying Syntax error on token "assert" you must set some Java compiler preferences + + * Go to Window => Preferences =>> Java => Compiler and select the Compliance and Classfiles tab + * Set ... + * Compiler Compliance Level: to 1.4 + * Use default compliance settings to unchecked + * Generated .class files compatibility: to 1.4 + * Source compatibility: to 1.4 + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
