Wiki source code of OOOEngine
Last modified by christoph_lechleitner@iteg_at on 2012-08-10 04.22:28
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | OOOEngine provides Java tools to manipulate ODF documents by remotely controlling an OpenOffice or LibreOffice instance, usually maintained by [[LibO-Server>>doc:OOOENGINE.LibO-Server (Libre Office Server).WebHome]]. |
| 2 | |||
| 3 | OOOEngine is available as legacy library jar and as OSGi bundle, both from our Maven Server, at: [[http:~~/~~/maven.clazzes.org/org/clazzes/oooengine/>>url:http://maven.clazzes.org/org/clazzes/oooengine/||shape="rect"]] (see below for pom.xml). | ||
| 4 | |||
| 5 | ===== {{id name="OOOEngine-Repositories:"/}}Repositories: ===== | ||
| 6 | |||
| 7 | Subversion: [[https:~~/~~/svn.clazzes.org/svn/oooengine/trunk/oooengine/>>url:https://svn.clazzes.org/svn/oooengine/trunk/oooengine/||shape="rect"]]. | ||
| 8 | |||
| 9 | pom.xml snippet: | ||
| 10 | |||
| 11 | {{code language="none"}} | ||
| 12 | <repository> | ||
| 13 | <id>clazzes.org</id> | ||
| 14 | <url>http://mvn.clazzes.org/</url> | ||
| 15 | </repository> | ||
| 16 | |||
| 17 | ... | ||
| 18 | |||
| 19 | <dependency> | ||
| 20 | <groupId>org.clazzes.oooengine</groupId> | ||
| 21 | <artifactId>oooengine</artifactId> | ||
| 22 | <version>1.0.0</version> | ||
| 23 | </dependency> | ||
| 24 | {{/code}} | ||
| 25 | |||
| 26 | |||
| 27 | |||
| 28 | |||
| 29 | |||
| 30 | |||
| 31 | |||
| 32 |