Author: hlship
Date: Fri Feb 2 12:20:54 2007
New Revision: 502721
URL: http://svn.apache.org/viewvc?view=rev&rev=502721
Log:
Update more references to the Tapestry version number.
Modified:
tapestry/tapestry5/tapestry-simple/trunk/src/site/apt/index.apt
Modified: tapestry/tapestry5/tapestry-simple/trunk/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-simple/trunk/src/site/apt/index.apt?view=diff&rev=502721&r1=502720&r2=502721
==============================================================================
--- tapestry/tapestry5/tapestry-simple/trunk/src/site/apt/index.apt (original)
+++ tapestry/tapestry5/tapestry-simple/trunk/src/site/apt/index.apt Fri Feb 2
12:20:54 2007
@@ -16,12 +16,12 @@
From the command line, you execute the following command (it's a bit of a
doozy):
- mvn archetype:create -DarchetypeGroupId=org.apache.tapestry
-DarchetypeArtifactId=tapestry-simple -DarchetypeVersion=5.0.0-SNAPSHOT
-DgroupId=<<org.example>> -DartifactId=<<myapp>>
-DpackageName=<<org.example.myapp>> -Dversion=<<1.0.0-SNAPSHOT>>
+ mvn archetype:create -DarchetypeGroupId=org.apache.tapestry
-DarchetypeArtifactId=tapestry-simple -DarchetypeVersion=5.0.1
-DgroupId=<<org.example>> -DartifactId=<<myapp>>
-DpackageName=<<org.example.myapp>> -Dversion=<<1.0.0-SNAPSHOT>>
Maven will use the information from that massive command line to locate and
configure the archetpe, and produce the project:
+---+
-$ mvn archetype:create -DarchetypeGroupId=org.apache.tapestry
-DarchetypeArtifactId=tapestry-simple -DarchetypeVersion=5.0.0-SNAPSHOT
-DgroupId=org.example -DartifactId=myapp -DpackageName=org.example.myapp
-Dversion=1.0.0-SNAPSHOT
+$ mvn archetype:create -DarchetypeGroupId=org.apache.tapestry
-DarchetypeArtifactId=tapestry-simple -DarchetypeVersion=5.0.1
-DgroupId=org.example -DartifactId=myapp -DpackageName=org.example.myapp
-Dversion=1.0.0-SNAPSHOT
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO]
----------------------------------------------------------------------------
@@ -33,7 +33,7 @@
[INFO] [archetype:create]
[INFO]
----------------------------------------------------------------------------
-[INFO] Using following parameters for creating Archetype:
tapestry-simple:5.0.0-SNAPSHOT
+[INFO] Using following parameters for creating Archetype: tapestry-simple:5.0.1
[INFO]
----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: org.example
[INFO] Parameter: packageName, Value: org.example.myapp
@@ -89,7 +89,7 @@
[INFO] Webapp directory = /Users/Howard/work/myapp/src/main/webapp
[INFO] Starting jetty 6.1.0pre0 ...
2007-01-23 12:00:56.739::INFO: jetty-6.1.0pre0
-[INFO] Classpath = [file:/Users/Howard/work/myapp/target/classes/,
file:/Users/Howard/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar,
file:/Users/Howard/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar,
file:/Users/Howard/.m2/repository/javassist/javassist/3.1/javassist-3.1.jar,
file:/Users/Howard/.m2/repository/log4j/log4j/1.2.9/log4j-1.2.9.jar,
file:/Users/Howard/.m2/repository/org/apache/tapestry/tapestry-core/5.0.0-SNAPSHOT/tapestry-core-5.0.0-SNAPSHOT.jar,
file:/Users/Howard/.m2/repository/org/apache/tapestry/tapestry-ioc/5.0.0-SNAPSHOT/tapestry-ioc-5.0.0-SNAPSHOT.jar]
+[INFO] Classpath = [file:/Users/Howard/work/myapp/target/classes/,
file:/Users/Howard/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar,
. . .
[INFO] TapestryFilter Startup time: 306 ms to build IoC Registry, 761 ms
overall.
2007-01-23 12:00:57.962::INFO: Started SelectChannelConnector @ 0.0.0.0:8080
[INFO] Started Jetty Server