Author: vkumar Date: Tue Oct 14 07:46:32 2008 New Revision: 704552 URL: http://svn.apache.org/viewvc?rev=704552&view=rev Log: Fixing Jetspeed-2 tutorial issues
https://issues.apache.org/jira/browse/JS2-841 https://issues.apache.org/jira/browse/JS2-840 https://issues.apache.org/jira/browse/JS2-843 Added: portals/jetspeed-2/portal/trunk/tutorial/xdocs/jetspeed-2-resources.zip (with props) Modified: portals/jetspeed-2/portal/trunk/tutorial/xdocs/01/genapp.xml portals/jetspeed-2/portal/trunk/tutorial/xdocs/01/run-it.xml portals/jetspeed-2/portal/trunk/tutorial/xdocs/index.xml Modified: portals/jetspeed-2/portal/trunk/tutorial/xdocs/01/genapp.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/tutorial/xdocs/01/genapp.xml?rev=704552&r1=704551&r2=704552&view=diff ============================================================================== --- portals/jetspeed-2/portal/trunk/tutorial/xdocs/01/genapp.xml (original) +++ portals/jetspeed-2/portal/trunk/tutorial/xdocs/01/genapp.xml Tue Oct 14 07:46:32 2008 @@ -38,7 +38,7 @@ mvn archetype:create -DarchetypeGroupId=org.apache.portals.jetspeed-2 -DarchetypeArtifactId=portal-archetype - -DarchetypeVersion=2.1 + -DarchetypeVersion=2.1.3 -DgroupId=org.apache.portals.tutorials -DartifactId=jetexpress -Dversion=1.0 @@ -46,7 +46,7 @@ </source> <p> <b>Paste into Command Line:</b> - <input id='genapp' size="80" value="mvn archetype:create -DarchetypeGroupId=org.apache.portals.jetspeed-2 -DarchetypeArtifactId=portal-archetype -DarchetypeVersion=2.1 -DgroupId=org.apache.portals.tutorials -DartifactId=jetexpress -Dversion=1.0"/> + <input id='genapp' size="80" value="mvn archetype:create -DarchetypeGroupId=org.apache.portals.jetspeed-2 -DarchetypeArtifactId=portal-archetype -DarchetypeVersion=2.1.3 -DgroupId=org.apache.portals.tutorials -DartifactId=jetexpress -Dversion=1.0"/> </p> <p> A directory named <b>jetexpress</b> under <i>/JetspeedTraining/workspace</i> should have been created. Modified: portals/jetspeed-2/portal/trunk/tutorial/xdocs/01/run-it.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/tutorial/xdocs/01/run-it.xml?rev=704552&r1=704551&r2=704552&view=diff ============================================================================== --- portals/jetspeed-2/portal/trunk/tutorial/xdocs/01/run-it.xml (original) +++ portals/jetspeed-2/portal/trunk/tutorial/xdocs/01/run-it.xml Tue Oct 14 07:46:32 2008 @@ -34,9 +34,9 @@ cd tomcat-express cd bin # Windows -catdebug +startup.bat # Linux -./catdebug.sh +./startup.sh ]]> </source> <p> Modified: portals/jetspeed-2/portal/trunk/tutorial/xdocs/index.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/tutorial/xdocs/index.xml?rev=704552&r1=704551&r2=704552&view=diff ============================================================================== --- portals/jetspeed-2/portal/trunk/tutorial/xdocs/index.xml (original) +++ portals/jetspeed-2/portal/trunk/tutorial/xdocs/index.xml Tue Oct 14 07:46:32 2008 @@ -46,6 +46,7 @@ <li>Java 1.4 or higher</li> <li>Maven-2</li> <li>An internet connection so that Maven can download plugins</li> + <li>Jetspeed-2 tutorial resources <a href="jetspeed-2-resources.zip">download</a></li> </ul> <p> Before getting started with the tutorial, review the Custom Build commands available to you: Added: portals/jetspeed-2/portal/trunk/tutorial/xdocs/jetspeed-2-resources.zip URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/tutorial/xdocs/jetspeed-2-resources.zip?rev=704552&view=auto ============================================================================== Binary file - no diff available. Propchange: portals/jetspeed-2/portal/trunk/tutorial/xdocs/jetspeed-2-resources.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
