Author: vkumar Date: Tue Oct 14 07:47:05 2008 New Revision: 704553 URL: http://svn.apache.org/viewvc?rev=704553&view=rev Log: Fixing Jetspeed-2 tutorial issues in pluto refactoring branch
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/branches/JS2-871-pluto-2.0-upgrade/tutorial/xdocs/jetspeed-2-resources.zip (with props) Modified: portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/tutorial/xdocs/01/genapp.xml portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/tutorial/xdocs/01/run-it.xml portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/tutorial/xdocs/index.xml Modified: portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/tutorial/xdocs/01/genapp.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/tutorial/xdocs/01/genapp.xml?rev=704553&r1=704552&r2=704553&view=diff ============================================================================== --- portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/tutorial/xdocs/01/genapp.xml (original) +++ portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/tutorial/xdocs/01/genapp.xml Tue Oct 14 07:47:05 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/branches/JS2-871-pluto-2.0-upgrade/tutorial/xdocs/01/run-it.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/tutorial/xdocs/01/run-it.xml?rev=704553&r1=704552&r2=704553&view=diff ============================================================================== --- portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/tutorial/xdocs/01/run-it.xml (original) +++ portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/tutorial/xdocs/01/run-it.xml Tue Oct 14 07:47:05 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/branches/JS2-871-pluto-2.0-upgrade/tutorial/xdocs/index.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/tutorial/xdocs/index.xml?rev=704553&r1=704552&r2=704553&view=diff ============================================================================== --- portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/tutorial/xdocs/index.xml (original) +++ portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/tutorial/xdocs/index.xml Tue Oct 14 07:47:05 2008 @@ -1,10 +1,10 @@ <?xml version="1.0"?> <!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 @@ -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/branches/JS2-871-pluto-2.0-upgrade/tutorial/xdocs/jetspeed-2-resources.zip URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/tutorial/xdocs/jetspeed-2-resources.zip?rev=704553&view=auto ============================================================================== Binary file - no diff available. Propchange: portals/jetspeed-2/portal/branches/JS2-871-pluto-2.0-upgrade/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]
