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 2003/09/16 18:35:33 UTC

cvs commit: avalon-sandbox/merlin/merlin-platform/tutorials README.TXT

mcconnell    2003/09/16 09:35:33

  Modified:    merlin/merlin-platform/tutorials README.TXT
  Log:
  Correct command line example (was referencing maven when it should have referenced merlin). Patch submitted by Melvin Dave P. Vivas.
  
  Revision  Changes    Path
  1.3       +9 -2      avalon-sandbox/merlin/merlin-platform/tutorials/README.TXT
  
  Index: README.TXT
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/merlin-platform/tutorials/README.TXT,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README.TXT	21 Aug 2003 06:57:37 -0000	1.2
  +++ README.TXT	16 Sep 2003 16:35:33 -0000	1.3
  @@ -37,9 +37,16 @@
   Runtime execution can be by simulation relative to the 
   target/classes directory, or by executing the generated jar 
   file as shown in the following two command variants.
  +
  +Windows:
    
  -  $ maven -execute target\classes
  -  $ maven -execute target\<jar-name>.jar
  +  $ merlin -execute target\classes
  +  $ merlin -execute target\<jar-name>.jar
  +
  +Unix/Linux:
  +
  +  $ merlin.sh -execute target\classes
  +  $ merlin.sh -execute target\<jar-name>.jar
   
   Alternatively, demonstrations can be built and deployed 
   via maven using the following command:
  
  
  

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