From f36402e64501e26532681b354e38110c08688311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Tue, 9 Feb 2010 07:06:58 +0000 Subject: [PATCH] - fixed the wrapping lines problem --- html/tutorial/tutorial3/index.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/html/tutorial/tutorial3/index.html b/html/tutorial/tutorial3/index.html index 56611d0c..7ef4d992 100644 --- a/html/tutorial/tutorial3/index.html +++ b/html/tutorial/tutorial3/index.html @@ -155,8 +155,8 @@ public class MyAlignment extends URIAlignment implements AlignmentProcess public MyAlignment() {} - public void align( Alignment alignment, Properties params ) throws -AlignmentException { + public void align( Alignment alignment, Properties params ) + throws AlignmentException { ... // to be replaced by the pieces of code below } } @@ -229,9 +229,7 @@ $ javac -classpath .:../../../lib/align.jar:../../../lib/procalign.jar MyAlignme </div> and can be used in: <div class="fragment"> -$ java -classpath .:../../../lib/ontowrap.jar:../../../lib/procalign.jar \\ - fr.inrialpes.exmo.align.util.Procalign \\ - -i MyAlignment file://$CWD/myOnto.owl file://$CWD/edu.mit.visus.bibtex.owl +$ java -classpath .:../../../lib/ontowrap.jar:../../../lib/procalign.jar fr.inrialpes.exmo.align.util.Procalign -i MyAlignment file://$CWD/myOnto.owl file://$CWD/edu.mit.visus.bibtex.owl </div> </p> <p> @@ -339,8 +337,7 @@ Main-Class: fr/inrialpes/exmo/align/util/Procalign The jar may then be launched by: <div class="fragment"> -$ java -jar lib/mymatcher.jar file://$CWD/rdf/onto1.owl file://$CWD/rdf/onto2.owl - -i my.domain.MyAlignment +$ java -jar lib/mymatcher.jar file://$CWD/rdf/onto1.owl file://$CWD/rdf/onto2.owl -i my.domain.MyAlignment </div> <h3>Preparing the class for the Alignment server</h3> -- GitLab