niclas 2004/03/14 08:36:51
Modified: xdocs/developing repository.xml
Log:
Developing With Avalon saga continues...
Revision Changes Path
1.3 +5 -1 avalon-site/xdocs/developing/repository.xml
Index: repository.xml
===================================================================
RCS file: /home/cvs/avalon-site/xdocs/developing/repository.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- repository.xml 14 Mar 2004 16:34:56 -0000 1.2
+++ repository.xml 14 Mar 2004 16:36:51 -0000 1.3
@@ -73,11 +73,15 @@
Just make sure you have the merlin-cli-N.n.jar, and type;
</p>
<source>
- java -jar merlin-cli-3.3.jar -impl "merlin:merlin-impl;3.3"
+ java -jar merlin-cli-3.3.jar -impl "merlin:merlin-impl;3.3" -execute block.xml
</source>
<p>
Please note that the first delimiter is a colon (:) and the second
one is a semicolon (;).
+ </p>
+ <p>
+ And the <code>block.xml</code> can either be a local file or a remote
+ URL, such as <code>http://myhost.org/blocks/someApp/block.xml</code>
</p>
</section>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]