Works great! Thanks Barrie!!! Here's the log entry for my run:
macbookpro:myproject dashorst$ mvn eclipse:eclipse [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'eclipse'. Downloading: http://repository/artifactory/repo/org/apache/maven/plugins/maven-eclipse-plugin/2.7-SNAPSHOT/maven-eclipse-plugin-2.7-20090529.071922-5.pom 9K downloaded Downloading: http://repository/artifactory/repo/org/apache/maven/plugins/maven-eclipse-plugin/2.7-SNAPSHOT/maven-eclipse-plugin-2.7-20090529.071922-5.jar 203K downloaded [INFO] ------------------------------------------------------------------------ [INFO] Building quickstart [INFO] task-segment: [eclipse:eclipse] [INFO] ------------------------------------------------------------------------ [INFO] Preparing eclipse:eclipse [INFO] snapshot org.mortbay.jetty:maven-jetty-plugin:6.1-SNAPSHOT: checking for updates from topicus-plugin-snapshot-repository [INFO] snapshot org.mortbay.jetty:project:6.1-SNAPSHOT: checking for updates from topicus-plugin-snapshot-repository [INFO] No goals needed for project - skipping [WARNING] Attempting to build MavenProject instance for Artifact (org.apache.maven.plugins:maven-eclipse-plugin:2.7-20090529.071922-5) of type: maven-plugin; constructing POM artifact instead. [INFO] [eclipse:eclipse] [INFO] Using Eclipse Workspace: /Workspaces/eduarte [WARNING] Workspace defines a VM that does not contain a valid jre/lib/rt.jar: /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home [WARNING] Workspace defines a VM that does not contain a valid jre/lib/rt.jar: /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home [WARNING] Workspace defines a VM that does not contain a valid jre/lib/rt.jar: /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home [WARNING] Workspace defines a VM that does not contain a valid jre/lib/rt.jar: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home [WARNING] Workspace defines a VM that does not contain a valid jre/lib/rt.jar: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home [WARNING] Workspace defines a VM that does not contain a valid jre/lib/rt.jar: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home [WARNING] Workspace defines a VM that does not contain a valid jre/lib/rt.jar: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home [INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAINER [INFO] Resource directory's path matches an existing source directory. Resources will be merged with the source directory src/main/java [INFO] Resource directory's path matches an existing source directory. Resources will be merged with the source directory src/test/java [INFO] Not writing settings - defaults suffice [INFO] Wrote Eclipse project for "myproject" to /Workspaces/eduarte/myproject. [INFO] Javadoc for some artifacts is not available. Please run the same goal with the -DdownloadJavadocs=true parameter in order to check remote repositories for javadoc. List of artifacts without a javadoc archive: o junit:junit:3.8.2 o log4j:log4j:1.2.14 o org.slf4j:slf4j-api:1.4.2 o org.mortbay.jetty:jetty:6.1.4 o org.mortbay.jetty:jetty-util:6.1.4 o org.mortbay.jetty:servlet-api-2.5:6.1.4 o org.mortbay.jetty:jetty-management:6.1.4 o mx4j:mx4j:3.0.1 o mx4j:mx4j-tools:3.0.1 o org.slf4j:slf4j-log4j12:1.4.2 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18 seconds [INFO] Finished at: Fri May 29 10:06:15 CEST 2009 [INFO] Final Memory: 9M/16M [INFO] ------------------------------------------------------------------------ On Fri, May 29, 2009 at 9:20 AM, Arnaud HERITIER <[email protected]> wrote: > I just deployed it in the snapshots repo. It's numbered > : 2.7-20090529.071922-5Thx for your hard work Barrie. > Cheers > > > Arnaud > > > On Fri, May 29, 2009 at 6:05 AM, Barrie Treloar <[email protected]> wrote: > >> On Wed, May 27, 2009 at 8:51 PM, Martijn Dashorst >> <[email protected]> wrote: >> > On Wed, May 27, 2009 at 10:47 AM, Barrie Treloar <[email protected]> >> wrote: >> >> I went quickly hacking an existing IT test to include the resources >> >> definition you provided and some debugging output (as ERROR so I could >> >> see it) >> > >> > Great! >> > >> >> So src/main/resources is correctly on the resources list. >> >> The problem is that the list of directories to parse is a Set and the >> >> second addition is returning false to add() but nothing is checking >> >> this condition. >> >> >> >> Now I need to work out how to handle the collision >> > >> > Let me know when there's a new snapshot to try. >> >> http://jira.codehaus.org/browse/MECLIPSE-551 has code committed to fix >> this problem with a suitable IT as well. >> >> But I can't create snapshots at work. >> >> You might want to pull down the source and build a snapshot yourself. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > -- Become a Wicket expert, learn from the best: http://wicketinaction.com Apache Wicket 1.3.5 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
