Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2cb7aa88 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- Version 4.0

parent ab5723c9
No related branches found
No related tags found
No related merge requests found
####################################################################### #######################################################################
# Alignment Server launch instructions # # Alignment Server launch instructions #
# 07/01/2010, version 4+ # # 31/03/2010, version 4.0 #
####################################################################### #######################################################################
Using the alignment server requires an SQL database server. Using the alignment server requires an SQL database server.
...@@ -76,7 +76,7 @@ java -cp lib/kaon2.jar org.semanticweb.kaon2.server.ServerMain -registry -rmi -o ...@@ -76,7 +76,7 @@ java -cp lib/kaon2.jar org.semanticweb.kaon2.server.ServerMain -registry -rmi -o
7) launch the server 7) launch the server
java -jar lib/alignsvc.jar -O -d 4 java -jar lib/alignsvc.jar -O -d4
RUNNING THE ALIGNMENT SERVER RUNNING THE ALIGNMENT SERVER
......
####################################################################### #######################################################################
# Ontology alignment API and implementation # # Ontology alignment API and implementation #
# 09/01/2010, version 4.0a # # 31/03/2010, version 4.0 #
# http://alignapi.gforge.inria.fr # # http://alignapi.gforge.inria.fr #
####################################################################### #######################################################################
...@@ -82,7 +82,7 @@ Using with JWNL (Wordnet) ...@@ -82,7 +82,7 @@ Using with JWNL (Wordnet)
- jwnl.jar commons-logging.jar must be in lib. - jwnl.jar commons-logging.jar must be in lib.
(file_properties.xml need not anymore to be in current directory) (file_properties.xml need not anymore to be in current directory)
$ setenv WNDIR ../WordNet-2.0/dict $ setenv WNDIR ../WordNet-3.0/dict
$ java -jar lib/procalign.jar -Dwndict=$WNDIR file://$CWD/examples/rdf/edu.umbc.ebiquity.publication.owl file://$CWD/examples/rdf/edu.mit.visus.bibtex.owl -i fr.inrialpes.exmo.align.ling.JWNLAlignment -o examples/rdf/JWNL.rdf $ java -jar lib/procalign.jar -Dwndict=$WNDIR file://$CWD/examples/rdf/edu.umbc.ebiquity.publication.owl file://$CWD/examples/rdf/edu.mit.visus.bibtex.owl -i fr.inrialpes.exmo.align.ling.JWNLAlignment -o examples/rdf/JWNL.rdf
...@@ -109,7 +109,7 @@ README.AServ instructions for setting up an Alignment Server ...@@ -109,7 +109,7 @@ README.AServ instructions for setting up an Alignment Server
LICENSE.TXT the terms under which the software is licensed to you. LICENSE.TXT the terms under which the software is licensed to you.
build.xml the Ant build file for compiling and testing build.xml the Ant build file for compiling and testing
build.properties property file for this build.properties property file for this
classes/ empty directory for compiling the sources classes/ directory for compiling the sources
distrib/ some files for generating new jarfiles distrib/ some files for generating new jarfiles
dtd/ contains the ontoalign DTDs (and schemas) dtd/ contains the ontoalign DTDs (and schemas)
examples/ examples of use of the API and server examples/ examples of use of the API and server
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<property file="build.properties"/> <property file="build.properties"/>
<!-- default values --> <!-- default values -->
<property name="doing" value="running"/> <property name="doing" value="running"/>
<property name="version" value="4.0-"/> <property name="version" value="4.0"/>
<property name="date" value="${TODAY}"/> <property name="date" value="${TODAY}"/>
<property name="login" value="${user.name}"/> <property name="login" value="${user.name}"/>
<property name="debug" value="off"/> <property name="debug" value="off"/>
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
<!-- tested --> <!-- tested -->
<target name="init" depends="bind"> <target name="init" depends="bind">
<property name="jarclasspath" value="owlapi30/owlapi-bin.jar ontosim/ontosim.jar getopt/getopt.jar log4j/commons-logging.jar log4j/log4j.jar log4j/slf4j-api.jar log4j/slf4j-log4j.jar jwnl/jwnl.jar align.jar ontowrap.jar procalign.jar jena/jena.jar jena/iri.jar jena/icu4j.jar xerces/xercesImpl.jar xerces/resolver.jar procalign.jar"/> <property name="jarclasspath" value="owlapi30/owlapi-bin.jar ontosim/ontosim.jar getopt/getopt.jar log4j/commons-logging.jar log4j/log4j.jar log4j/slf4j-api.jar log4j/slf4j-log4j.jar jwnl/jwnl.jar jena/jena.jar jena/iri.jar jena/icu4j.jar xerces/xercesImpl.jar xerces/resolver.jar align.jar ontowrap.jar procalign.jar"/>
</target> </target>
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
<manifest> <manifest>
<attribute name="Built-Date" value="${TODAY}"/> <attribute name="Built-Date" value="${TODAY}"/>
<attribute name="Main-Class" value="fr.inrialpes.exmo.align.service.AlignmentService"/> <attribute name="Main-Class" value="fr.inrialpes.exmo.align.service.AlignmentService"/>
<attribute name="Class-Path" value="procalign.jar jade/jade.jar iiop.jar jade/http.jar jdbc/mysql-connector-java.jar jdbc/postgresql-jdbc4.jar servlet/servlet-api.jar jetty/jetty.jar jetty/jetty-util.jar xerces/xercesImpl.jar"/> <attribute name="Class-Path" value="procalign.jar jade/jade.jar jade/iiop.jar jade/http.jar jdbc/mysql-connector-java.jar jdbc/postgresql-jdbc4.jar servlet/servlet-api.jar jetty/jetty.jar jetty/jetty-util.jar xerces/xercesImpl.jar"/>
<attribute name="Implementation-Title" value="Alignment server"/> <attribute name="Implementation-Title" value="Alignment server"/>
<attribute name="Implementation-Version" value="${version}"/> <attribute name="Implementation-Version" value="${version}"/>
</manifest> </manifest>
...@@ -202,9 +202,9 @@ ...@@ -202,9 +202,9 @@
<manifest> <manifest>
<attribute name="Built-Date" value="${TODAY}"/> <attribute name="Built-Date" value="${TODAY}"/>
<attribute name="Main-Class" value="fr.inrialpes.exmo.align.service.AlignmentService"/> <attribute name="Main-Class" value="fr.inrialpes.exmo.align.service.AlignmentService"/>
<!-- usually each MANIFEST knows what it needs --> <!-- usually each MANIFEST knows what it needs, add here -->
<!-- oyster2.jar, semanticmapper-0.2.jar, sboalgorithms.jar --> <!-- semanticmapper-0.2.jar jwnl.jar sboa.jar TaxoMap.jar AROMA_aserv.jaroyster2.jar, semanticmapper-0.2.jar, sboalgorithms.jar -->
<attribute name="Class-Path" value="alignsvc.jar semanticmapper-0.2.jar jwnl.jar sboa.jar TaxoMap.jar AROMA_aserv.jar ontosim.jar"/> <attribute name="Class-Path" value="alignsvc.jar ontosim.jar"/>
<attribute name="Implementation-Title" value="Alignment server custom launcher"/> <attribute name="Implementation-Title" value="Alignment server custom launcher"/>
<attribute name="Implementation-Version" value="${version}"/> <attribute name="Implementation-Version" value="${version}"/>
</manifest> </manifest>
...@@ -278,7 +278,6 @@ ...@@ -278,7 +278,6 @@
<!-- tested --> <!-- tested -->
<target name="release" depends="init"> <target name="release" depends="init">
<echo message="Releasing version ${version}" /> <echo message="Releasing version ${version}" />
<copy file="distrib/README.TXT" tofile="README.TXT" filtering="true"/>
<copy file="distrib/LICENSE.TXT" tofile="LICENSE.TXT" filtering="true"/> <copy file="distrib/LICENSE.TXT" tofile="LICENSE.TXT" filtering="true"/>
<antcall target="zip"/> <antcall target="zip"/>
<!-- This should now go to GForge --> <!-- This should now go to GForge -->
...@@ -387,6 +386,7 @@ ...@@ -387,6 +386,7 @@
<antcall target="cleantest"/> <antcall target="cleantest"/>
<ant dir="plugins/neon" target="clean" /> <ant dir="plugins/neon" target="clean" />
<ant dir="plugins/webcontent" target="clean" /> <ant dir="plugins/webcontent" target="clean" />
<delete dir="examples/aligns"/>
<delete> <delete>
<fileset dir="classes" includes="**/*.class"/> <fileset dir="classes" includes="**/*.class"/>
<fileset dir="examples" includes="**/*.class"/> <fileset dir="examples" includes="**/*.class"/>
......
...@@ -16,6 +16,10 @@ ...@@ -16,6 +16,10 @@
[<a href="http://gforge.inria.fr/scm/?group_id=117">SVN access</a>] [<a href="http://gforge.inria.fr/scm/?group_id=117">SVN access</a>]
[<a href="aserv.html">Server</a>] [<a href="aserv.html">Server</a>]
<p style="background-color: yellow; text-align: center;">
New Alignment API 4.0. <a href="http://gforge.inria.fr/frs/?group_id=117">Get it!</a>
</p>
<h1 class="titre">Alignment API and Alignment Server</h1> <h1 class="titre">Alignment API and Alignment Server</h1>
<p>The Alignment API is an API and implementation for expressing and <p>The Alignment API is an API and implementation for expressing and
......
...@@ -43,6 +43,7 @@ Currently the development and maintainance of 3 versions continue. ...@@ -43,6 +43,7 @@ Currently the development and maintainance of 3 versions continue.
<li>Implement fully relaxed precision and recall (impl)</li> <li>Implement fully relaxed precision and recall (impl)</li>
<li>Implement database store for EDOAL (server)</li> <li>Implement database store for EDOAL (server)</li>
<li>Integrate some basic reasoning.</li> <li>Integrate some basic reasoning.</li>
<li>Complete tutorial4 with reasoning.</li>
<li>Genericize evaluators in <tt>GraphEvaluator</tt> and <tt>GenPlot</tt> (eval)</li> <li>Genericize evaluators in <tt>GraphEvaluator</tt> and <tt>GenPlot</tt> (eval)</li>
<li>Implementation of a provenance metadata tag (server/impl)</li> <li>Implementation of a provenance metadata tag (server/impl)</li>
<li>Online evaluation (server)</li> <li>Online evaluation (server)</li>
...@@ -61,18 +62,12 @@ Currently the development and maintainance of 3 versions continue. ...@@ -61,18 +62,12 @@ Currently the development and maintainance of 3 versions continue.
<li>Add more tests</li> <li>Add more tests</li>
</ul></p> </ul></p>
<h2>Next version (4.0: Rouquine carm&eacute;lite)</h2>
<p>
This version under development is planned for anytime soon.
</p>
<h2>Current SVN trunk version</h2> <h2>Current SVN trunk version</h2>
<!--h2>Version 4.2 (1xxx): xx/09/2009 - Zimt</h2--> <!--h2>Version 4.2 (1xxx): xx/09/2009 - Zimt</h2-->
<!--h2>Version 4.1 (1xxx): xx/09/2009 - Tring</h2--> <!--h2>Version 4.1 (1xxx): xx/09/2009 - Tring</h2-->
<!--h2>Version 4.0 (1310): xx/03/2010 - Rouquine carm&eacute;lite</h2-->
<h2>Version 4.0 (1415): 31/03/2010 - Rouquine carm&eacute;lite</h2>
<p>The Alignment API is now compiled in Java 1.6 (older versions <p>The Alignment API is now compiled in Java 1.6 (older versions
should still be able to run it). All <a href="lib.html">imported should still be able to run it). All <a href="lib.html">imported
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment