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 The comment on the change is: Just an info capture, needs to be linked to from the SDO Java Overview build in New page: Document in progress ... very raw = Notes on sing 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. Here's a dump of the information I gleaned for getting this working in Windows Open an eclipse workspace at some location on the file system ''(Initially when I created a workspace right on top of where I had extracted from SVN, I got a problem relating to "overlap" of path names when I tried to import the projects --- not sure what the criteria for overlap are)'' * In a java perspective, do a File => Import => Existing project into workspace * Select a folder which contains a generated .project folder (e.g. <svn extraction path>/java/spec/sdo) * Import the project * Fix up the build problem by defining the M2_REPO variable * Right click the project in package explorer and select Properties * Click on Java Build Path * Click on the "Libraries" tab * Select a (the) valriable that includes an M2_REPO prefix * Click Edit * Click Variable * Click New * Set the valiable name to M2_REPO * set the Path to the Folder C:\Documants and Settings\<username>\.m2\repository * Click OK as many times as it takes to get back rid of all the dialogs * Accept the offer of a full rebuild --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
