You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by sc...@apache.org on 2004/12/02 23:42:24 UTC

svn commit: r109576 - /incubator/muse/trunk/src/site/content/tutorial/probe/probeclient /incubator/muse/trunk/src/site/content/tutorial/probe/probeclient.bat

Author: scamp
Date: Thu Dec  2 14:42:22 2004
New Revision: 109576

URL: http://svn.apache.org/viewcvs?view=rev&rev=109576
Log:
updated for new paths
Modified:
   incubator/muse/trunk/src/site/content/tutorial/probe/probeclient
   incubator/muse/trunk/src/site/content/tutorial/probe/probeclient.bat

Modified: incubator/muse/trunk/src/site/content/tutorial/probe/probeclient
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/tutorial/probe/probeclient?view=diff&rev=109576&p1=incubator/muse/trunk/src/site/content/tutorial/probe/probeclient&r1=109575&p2=incubator/muse/trunk/src/site/content/tutorial/probe/probeclient&r2=109576
==============================================================================
--- incubator/muse/trunk/src/site/content/tutorial/probe/probeclient	(original)
+++ incubator/muse/trunk/src/site/content/tutorial/probe/probeclient	Thu Dec  2 14:42:22 2004
@@ -5,13 +5,13 @@
   exit 1
 fi
 
-JMUWS_HOME=../..
-if [ -f "$JMUWS_HOME/target/muse/WEB-INF/lib/wsdm-xmlbeans-SNAPSHOT.jar" ]; then
-  WEBAPP_DIR="$JMUWS_HOME/target/muse"
-elif [ -f "$JMUWS_HOME/webapps/muse/WEB-INF/lib/wsdm-xmlbeans-SNAPSHOT.jar" ]; then
-  WEBAPP_DIR="$JMUWS_HOME/webapps/muse"
+MUSE_HOME=../../..
+if [ -f "$MUSE_HOME/target/muse/WEB-INF/lib/wsdm-xmlbeans-SNAPSHOT.jar" ]; then
+  WEBAPP_DIR="$MUSE_HOME/target/muse"
+elif [ -f "$MUSE_HOME/webapps/muse/WEB-INF/lib/wsdm-xmlbeans-SNAPSHOT.jar" ]; then
+  WEBAPP_DIR="$MUSE_HOME/webapps/muse"
 else
-  echo "muse webapp dir not found at $JMUWS_HOME/webapps/muse or $JMUWS_HOME/target/muse. Aborting..." >&2
+  echo "muse webapp dir not found at $MUSE_HOME/webapps/muse or $MUSE_HOME/target/muse. Aborting..." >&2
   exit 1
 fi
 

Modified: incubator/muse/trunk/src/site/content/tutorial/probe/probeclient.bat
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/tutorial/probe/probeclient.bat?view=diff&rev=109576&p1=incubator/muse/trunk/src/site/content/tutorial/probe/probeclient.bat&r1=109575&p2=incubator/muse/trunk/src/site/content/tutorial/probe/probeclient.bat&r2=109576
==============================================================================
--- incubator/muse/trunk/src/site/content/tutorial/probe/probeclient.bat	(original)
+++ incubator/muse/trunk/src/site/content/tutorial/probe/probeclient.bat	Thu Dec  2 14:42:22 2004
@@ -1,7 +1,7 @@
 @echo off
 
-if exist ..\..\webapps\muse\WEB-INF\lib\wsdm-xmlbeans-SNAPSHOT.jar set WEBAPP_HOME="..\..\webapps\muse\"
-if exist ..\..\target\muse\WEB-INF\lib\wsdm-xmlbeans-SNAPSHOT.jar set WEBAPP_HOME="..\..\target\muse\"
+if exist ..\..\..\webapps\muse\WEB-INF\lib\wsdm-xmlbeans-SNAPSHOT.jar set WEBAPP_HOME="..\..\..\webapps\muse\"
+if exist ..\..\..\target\muse\WEB-INF\lib\wsdm-xmlbeans-SNAPSHOT.jar set WEBAPP_HOME="..\..\..\target\muse\"
 
 if exist generated\classes\com\probe\nul goto noerror
 

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