You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/07/01 17:47:24 UTC

svn commit: rev 22431 - avalon/trunk/planet/tutorials

Author: mcconnell
Date: Thu Jul  1 08:47:24 2004
New Revision: 22431

Modified:
   avalon/trunk/planet/tutorials/README.TXT
Log:
housekeeping

Modified: avalon/trunk/planet/tutorials/README.TXT
==============================================================================
--- avalon/trunk/planet/tutorials/README.TXT	(original)
+++ avalon/trunk/planet/tutorials/README.TXT	Thu Jul  1 08:47:24 2004
@@ -39,10 +39,10 @@
 
 Unless noted in a project readme, demonstrations can be built
 using the following command (assuming you have installed 
-Maven RC2 or later and a development release of Merlin 3.3):
+Ant 1.6.1 or later and the Magic antlib):
 
   $ cd [a-tutorial-dir-containing-a-project.xml-file]
-  $ maven jar:install
+  $ ant
 
 Runtime execution can normally by simulation relative to the 
 target/classes directory, or by executing the generated jar 
@@ -53,17 +53,11 @@
 
 then:
 
-  $ merlin -execute target\classes
+  $ ant -execute target\classes
 
 or:
 
-  $ merlin -execute target\<jar-name>.jar
-
-Alternatively, demonstrations can be built and deployed 
-via maven using the following command:
-
-  $ cd [a-tutorial-containing-a-project.xml]
-  $ maven demo
+  $ ant -execute target\deliverables\jars\<jar-name>.jar
 
 Additional tutorials are in constant preparation. 
 Questions and comments should be directed to 

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org