Hi all,

I am trying to create a Tellurium project using the mvn commands and
got the following errors. Can someone help me to resolve this?

mvn scm:checkout -DconnectionUrl=scm:svn:http://aost.googlecode.com/
svn/trunk -DcheckoutDirectory=tellurium

C:\Program Files\apache-maven-2.2.1\bin>mvn scm:checkout -
DconnectionUrl=scm:svn:http://aost.googlecode.com/svn/trunk -D
checkoutDirectory=tellurium
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'scm'.
[INFO]
------------------------------------------------------------------------
[INFO] Building Maven Default Project
[INFO]    task-segment: [scm:checkout] (aggregator-style)
[INFO]
------------------------------------------------------------------------
[INFO] [scm:checkout {execution: default-cli}]
[INFO] Removing C:\Program Files\apache-maven-2.2.1\bin\tellurium
[INFO] Executing: cmd.exe /X /C "svn --non-interactive checkout
http://aost.googlecode.com/svn/trunk "C:\Program Files\a
pache-maven-2.2.1\bin\tellurium""
[INFO] Working directory: C:\Program Files\apache-maven-2.2.1\bin
[ERROR] Provider message:
[ERROR] The svn command failed.
[ERROR] Command output:
[ERROR] 'svn' is not recognized as an internal or external command,
operable program or batch file.

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Command failed.The svn command failed.
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Thu Mar 04 11:43:05 EST 2010
[INFO] Final Memory: 7M/16M
[INFO]
------------------------------------------------------------------------
C:\Program Files\apache-maven-2.2.1\bin>

mvn clean install

C:\Program Files\apache-maven-2.2.1\bin>mvn clean install
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Building Maven Default Project
[INFO]    task-segment: [clean, install]
[INFO]
------------------------------------------------------------------------
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.2/maven-clean-plugin-2.2.pom

Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/10/maven-plugins-10.pom

Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom

Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.2/maven-clean-plugin-2.2.jar

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Cannot execute mojo: clean. It requires a project with an
existing pom.xml, but the build is not using one.
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Thu Mar 04 11:36:38 EST 2010
[INFO] Final Memory: 2M/4M
[INFO]

mvn archetype:generate -DgroupId=your_group_id -
DartifactId=your_artifact_id -Da
rchetypeArtifactId=tellurium-junit-archetype -
DarchetypeGroupId=tellurium -DarchetypeVersion=0.6.0

C:\Program Files\apache-maven-2.2.1\bin>mvn archetype:generate -
DgroupId=your_group_id -DartifactId=your_artifact_id -Da
rchetypeArtifactId=tellurium-junit-archetype -
DarchetypeGroupId=tellurium -DarchetypeVersion=0.6.0
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO]
------------------------------------------------------------------------
[INFO] Building Maven Default Project
[INFO]    task-segment: [archetype:generate] (aggregator-style)
[INFO]
------------------------------------------------------------------------
[INFO] Preparing archetype:generate
[INFO] No goals needed for project - skipping
[INFO] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoad
er'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [archetype:generate {execution: default-cli}]
[INFO] Generating project in Interactive mode
[WARNING] No archetype repository found. Falling back to central
repository (http://repo1.maven.org/maven2).
[WARNING] Use -DarchetypeRepository=<your repository> if archetype's
repository is elsewhere.
Downloading: 
http://repo1.maven.org/maven2/tellurium/tellurium-junit-archetype/0.6.0/tellurium-junit-archetype-0.6.0.jar

[INFO] Unable to find resource 'tellurium:tellurium-junit-
archetype:jar:0.6.0' in repository tellurium-junit-archetype-r
epo (http://repo1.maven.org/maven2)
Downloading: 
http://repo1.maven.org/maven2/tellurium/tellurium-junit-archetype/0.6.0/tellurium-junit-archetype-0.6.0.jar

[INFO] Unable to find resource 'tellurium:tellurium-junit-
archetype:jar:0.6.0' in repository central (http://repo1.maven
.org/maven2)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] The desired archetype does not exist (tellurium:tellurium-junit-
archetype:0.6.0)
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Thu Mar 04 11:52:55 EST 2010
[INFO] Final Memory: 8M/14M
[INFO]
------------------------------------------------------------------------
C:\Program Files\apache-maven-2.2.1\bin>



-- 
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en.

Reply via email to