Problem by [surefire:test]

2007-07-20 Thread Wei Chen
Hi all, I run mvn install or mvn test. But I got error as follow. Could someone tell me why? Best regards *** [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Nothing to compile - all classes are up

Re: Problem by [surefire:test]

2007-07-20 Thread Wei Chen
by [surefire:test] Hi, Do you still have the same code base as yesterday? I've tested it just now and it seems fine. Could it be just an internet connection problem? Or testng.org being down? Hope this helps. :) Teody Wei Chen wrote: Hi all, I run mvn install or mvn test

Fatal error by running mvn install

2007-07-19 Thread Wei Chen
Hi all, I downloaded a sample project from http://galaxy.andromda.org/images/stories/tutorial_java/timetracker-completed.zip;. As I want to to build the project by running mvn install, I got error as follow. This project contains several pom.xml. But none of them has an ArtifactID:

Re: Fatal error by running mvn install

2007-07-19 Thread Wei Chen
of commons-digester in any of the repositories. I had a successful build using 1.7 though. Regards, Teody Wei Chen wrote: Hi all, I downloaded a sample project from http://galaxy.andromda.org/images/stories/tutorial_java/timetracker-completed.zip;. As I want to to build

Error [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-18 Thread Wei Chen
Hi all, I downloaded and installed the maven2 today. As I try to create the local repositories with mvn -U -X archetype:create -DgroupId=testapp -DartifactId=testapp, I got following error/exception. I've tried the resolution under

Re: Error [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-18 Thread Wei Chen
On Wed, 2007-07-18 at 14:09 +0200, Wei Chen wrote: [INFO] Searching repository for plugin with prefix: 'archetype'. [DEBUG] Loading plugin prefixes from group: org.apache.maven.plugins [INFO] org.apache.maven.plugins: checking for updates from central [WARNING] repository metadata

Re: Error [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-18 Thread Wei Chen
I wonder if I can overcome this problem manually. I mean I download the plugin myself and save it under the local repositories. Then I comment out some entries in the setting.xml. Original-Nachricht Datum: Wed, 18 Jul 2007 14:48:09 +0200 Von: Wei Chen [EMAIL PROTECTED

Re: Error [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-18 Thread Wei Chen
-DartifactId=testapp + Error stacktraces are turned on. Maven version: 2.0.7 Java version: 1.5.0_09 OS name: windows xp version: 5.1 arch: x86 [DEBUG] Building Maven user-level plugin registry from: 'C:\Dokumente und Einste llungen\Wei Chen\.m2\plugin-registry.xml' [DEBUG] Building Maven global-level plugin

Re: Error [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-18 Thread Wei Chen
I solve the new problem. I just take out the MAVEN_OPTS and it runs. But tomorrow I will try further if it runs in the office. Original-Nachricht Datum: Wed, 18 Jul 2007 17:05:05 +0200 Von: Wei Chen [EMAIL PROTECTED] An: Maven Users List users@maven.apache.org Betreff: Re

Re: Error [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-18 Thread Wei Chen
\'org.apache.maven.plugins:maven-archetype-plugin\' does not exist or no valid version could be found On Wed, 2007-07-18 at 17:08 +0200, Wei Chen wrote: I solve the new problem. I just take out the MAVEN_OPTS and it runs. But tomorrow I will try further if it runs in the office

Error [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-18 Thread Wei Chen
Hi all, I downloaded and installed the maven2 today. As I try to create the local repositories with mvn -U -X archetype:create -DgroupId=testapp -DartifactId=testapp, I got following error/exception. I've tried the resolution under