Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
py3o.renderers.juno
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Florent Aide
py3o.renderers.juno
Commits
67bef1a9dbcb
Commit
67bef1a9dbcb
authored
6 years ago
by
Florent Aide
Browse files
Options
Downloads
Patches
Plain Diff
Updated requirements list for building the jar
parent
ed661a6b52d8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+5
-0
5 additions, 0 deletions
README.rst
java/py3oconvertor/compile.sh
+2
-1
2 additions, 1 deletion
java/py3oconvertor/compile.sh
with
7 additions
and
1 deletion
README.rst
+
5
−
0
View file @
67bef1a9
...
...
@@ -29,6 +29,11 @@
windows this can be addressed by using the py3o.renderserver
Open Office service.)
We have a dependency on gson from google. Which can be installed on
ubuntu like this:
sudo apt-get install libgoogle-gson-java
This has been tested to build correctly with:
- Oracle JDK 1.6 and OpenOffice 3.2.1 on Windows 7 and Windows server 2003
...
...
This diff is collapsed.
Click to expand it.
java/py3oconvertor/compile.sh
+
2
−
1
View file @
67bef1a9
...
...
@@ -7,6 +7,7 @@
export
OOO_HOME
=
/usr/lib/libreoffice
export
JUNO_HOME
=
$OOO_HOME
/program/classes
export
GSON_HOME
=
/usr/share/java
if
[
-d
"/usr/lib/ure/share/java"
]
then
export
JOOO_HOME
=
/usr/lib/ure/share/java
...
...
@@ -14,7 +15,7 @@
export
JOOO_HOME
=
/usr/share/java
fi
export
CLASSPATH
=
"
$JOOO_HOME
/juh.jar:
$JOOO_HOME
/jurt.jar:
$JOOO_HOME
/ridl.jar:
$JOOO_HOME
/unoloader.jar:
$JOOO_HOME
/java_uno.jar:
$JUNO_HOME
/unoil.jar:
$
JOOO
_HOME
/gson.jar:./bin/py3oconverter/.:.:/usr/bin"
export
CLASSPATH
=
"
$JOOO_HOME
/juh.jar:
$JOOO_HOME
/jurt.jar:
$JOOO_HOME
/ridl.jar:
$JOOO_HOME
/unoloader.jar:
$JOOO_HOME
/java_uno.jar:
$JUNO_HOME
/unoil.jar:
$
GSON
_HOME
/gson.jar:./bin/py3oconverter/.:.:/usr/bin"
javac py3oconverter/Launch.java
-Xlint
:unchecked
javac py3oconverter/Convertor.java
-Xlint
:unchecked
...
...
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