Stefan Seelmann schrieb: > Hi Felix, > > Please see my mail from 2008-06-02: > http://www.mail-archive.com/[email protected]/msg23353.html
Thanks, I haven't found the thread. Continuing there. Felix > > The workaround works well however the additional "compile" run takes too > much time, 6 minutes compared to 2 minues. > > Not a big deal, someone must just run "mvn clean install" before "mvn > studio:eclipse". > > Regards, > Stefan > > > Felix Knecht schrieb: >> What's the exact problem? >> Missing jar files somewhere? Missing target/classes/...? >> >> [email protected] schrieb: >>> Author: seelmann >>> Date: Sun Feb 22 21:13:56 2009 >>> New Revision: 746821 >>> >>> URL: http://svn.apache.org/viewvc?rev=746821&view=rev >>> Log: >>> Reverted r741552, compile takes too long >>> >>> Modified: >>> >>> directory/studio-plugin/trunk/src/main/java/org/apache/directory/studio/maven/plugins/StudioEclipseMojo.java >>> >>> Modified: >>> directory/studio-plugin/trunk/src/main/java/org/apache/directory/studio/maven/plugins/StudioEclipseMojo.java >>> URL: >>> http://svn.apache.org/viewvc/directory/studio-plugin/trunk/src/main/java/org/apache/directory/studio/maven/plugins/StudioEclipseMojo.java?rev=746821&r1=746820&r2=746821&view=diff >>> ============================================================================== >>> --- >>> directory/studio-plugin/trunk/src/main/java/org/apache/directory/studio/maven/plugins/StudioEclipseMojo.java >>> (original) >>> +++ >>> directory/studio-plugin/trunk/src/main/java/org/apache/directory/studio/maven/plugins/StudioEclipseMojo.java >>> Sun Feb 22 21:13:56 2009 >>> @@ -144,9 +144,6 @@ >>> { >>> try >>> { >>> - // compile first, otherwise bundle:manifest won't create >>> - // Export-Package instructions properly >>> - forkMvnGoal( "compile" ); >>> forkMvnGoal( "bundle:manifest" ); >>> } >>> catch ( Exception e ) >>> >>> >
