jars were added by Dzmitry, now build is successful 2012/2/5 Andrus Adamchik <[email protected]>
> Trying to do a fresh plugin build against the new Cayenne trunk, looks > like there are some new dependencies that are not in our Maven repo. Can > somebody remind me where did we get the Eclipse artifacts from? (or even > better - add this missing Jar to nexus ;)) > > Thanks > Andrus > > > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 28.481s > [INFO] Finished at: Sun Feb 05 19:39:34 EET 2012 > [INFO] Final Memory: 5M/81M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project cayenne-modeler-eclipse-plugin: > Could not resolve dependencies for project > org.apache.cayenne:cayenne-modeler-eclipse-plugin:bundle:3.1M4-SNAPSHOT: > The following artifacts could not be resolved: > org.eclipse.core:commands:jar:3.6.0.I20100512-1500, > org.eclipse.swt:org.eclipse.swt.cocoa.macosx:jar:3.6.2: Could not find > artifact org.eclipse.core:commands:jar:3.6.0.I20100512-1500 in cayenne-deps > (http://maven.objectstyle.org/nexus/content/groups/cayenne-deps/) -> > [Help 1] > > > > > On Sep 23, 2011, at 5:00 PM, Dzmitry Kazimirchyk wrote: > > > There is a lot of time passed since the idea of Cayenne Eclipse > integration appeared. And finally we have actual code in our svn repository > (thanks to Eshan and Ksenia mentoring him for their work). I've fixed some > bugs and did some cleanup on the code last days and it seems like the > plugin is quite workable. > > As a benefit of Eclipse integration we receive such useful thing as > ability to open project in Cayenne Modeler right from Eclipse IDE just by > double clicking on Cayenne project's xml file (now all cayenne xml files > are marked with Cayenne icon in Eclipse) at Project Explorer view. And > another handy feature is automatic class regeneration and update of Eclipse > project when we save it in the Modeler. > > > > To try it you just need to do svn checkout from > http://svn.apache.org/repos/asf/cayenne/sandbox/cayenne-modeler-eclipse-plugin-gsoc/and > build it with maven by running "mvn clean install". Then copy > cayenne-modeler-eclipse-plugin*.jar to your .../eclipse/plugins/ directory, > restart Eclipse and the plugin is ready to work. > > > > So, everyone is welcome to try it out and express opinion on it. > > > > Dzmitry > > > > -- Regards, Ksenia Khailenko
