You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by wo...@apache.org on 2009/03/26 16:05:13 UTC

svn commit: r758672 - /portals/jetspeed-2/portal/trunk/etc/tck-jsr-286/readme.txt

Author: woonsan
Date: Thu Mar 26 15:05:06 2009
New Revision: 758672

URL: http://svn.apache.org/viewvc?rev=758672&view=rev
Log:
JS2-941: adds ANT installation notice

Modified:
    portals/jetspeed-2/portal/trunk/etc/tck-jsr-286/readme.txt

Modified: portals/jetspeed-2/portal/trunk/etc/tck-jsr-286/readme.txt
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/etc/tck-jsr-286/readme.txt?rev=758672&r1=758671&r2=758672&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/etc/tck-jsr-286/readme.txt (original)
+++ portals/jetspeed-2/portal/trunk/etc/tck-jsr-286/readme.txt Thu Mar 26 15:05:06 2009
@@ -78,18 +78,21 @@
   a) build and deploy Jetspeed, for example using:
    
      mvn jetspeed:mvn -Dtarget=min
+  
+  b) If you don't have ANT installed on your machine, install Apache ANT. (See http://ant.apache.org/.)
+     Please make sure that $ANT_HOME is properly set. 
      
-  b) Deploy the TCK portlet applications to jetspeed.
+  c) Deploy the TCK portlet applications to jetspeed.
      If you installed jetspeed under $CATALINA_HOME, then execute the following:
    
      $TS_HOME/bin/tsant deploy.all -Dwebapp.dir=$CATALINA_HOME/webapps/jetspeed/WEB-INF/deploy
      
-  c) Copy the TCK test psml files to the jetspeed installation:
+  d) Copy the TCK test psml files to the jetspeed installation:
   
      mkdir $CATALINA/HOME/webapps/jetspeed/WEB-INF/pages/tck-jsr286
      cp pages/*.psml $CATALINA_HOME/webapps/jetspeed/WEB-INF/pages/tck-jsr286/
      
-  d) Startup Jetspeed once to ensure the TCK portlet applications are deployed
+  e) Startup Jetspeed once to ensure the TCK portlet applications are deployed
 
 3) Running the TCK against Jetspeed
   



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org