Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Alignment API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
moex
Alignment API
Commits
95225d48
Commit
95225d48
authored
21 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
- Added how to introduce owl-api in the directory
parent
ccb2c58c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
html/align.html
+20
-5
20 additions, 5 deletions
html/align.html
with
20 additions
and
5 deletions
html/align.html
+
20
−
5
View file @
95225d48
...
...
@@ -49,14 +49,14 @@ If you are not familiar with CVS, its is time to document yourself.
</p>
<h1>
Distribu
tion
</h1>
<h1>
Installa
tion
</h1>
<p>
It comes in a zip file:
<a
href=
"align.zip"
>
align.zip
</a>
.
</p>
<p>
"Installing" is really straightforward
.
</p>
<h2>
Files
</h2>
<p>
Everything is built on top of the OWL-API binary distribution
(which does not need to be recompiled).
It is made of
:
<p>
Whatever your mode of getting ontolign you will get an ontoalign
directory containing the following subdirectories
:
<ul
compact=
"1"
>
<li>
src: source classes;
</li>
<li>
rdf: some examples to be tested;
</li>
...
...
@@ -88,6 +88,21 @@ It is made of:
not included in the CVS repositories). It is also very usefull to
have
<a
ref=
"http://ant.apache.org"
>
Ant
</a>
.
</p>
<h1>
Assembling
</h1>
<p>
A good way of setting your environment (from the CVS archive) for
developing is to unzip the OWL-API binary distribution and put the
files in the ontoalign directories:
<pre>
$ unzip owlapi-bin-03-10-15.zip
$ mv owl/lib/* lib
$ ant jar
$ mv owl/javadoc/* javadoc
$ ant javadoc
$ rm -rf owl
</pre>
</p>
<h1>
Compilation and use
</h1>
<p>
Generating the lib/procalign.jar file can be done by launching:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment