Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Energy ADE
ADE Xjc
Commits
95c464c2
Commit
95c464c2
authored
Apr 13, 2021
by
Claus Nagel
Browse files
updated readme
parent
7fbcfdb4
Changes
2
Show whitespace changes
Inline
Side-by-side
build.gradle
View file @
95c464c2
...
@@ -62,7 +62,8 @@ distributions.main.contents {
...
@@ -62,7 +62,8 @@ distributions.main.contents {
date:
date
.
format
(
'yyyy-MM-dd'
),
date:
date
.
format
(
'yyyy-MM-dd'
),
copyright:
date
.
format
(
'yyyy'
),
copyright:
date
.
format
(
'yyyy'
),
javaCompatibility:
sourceCompatibility
.
toString
(),
javaCompatibility:
sourceCompatibility
.
toString
(),
appName:
project
.
name
appName:
project
.
name
,
citygml4jVersion:
citygml4jVersion
])
])
}
}
into
(
'jaxb-plugins'
)
{
into
(
'jaxb-plugins'
)
{
...
...
resources/doc/README
View file @
95c464c2
...
@@ -58,14 +58,14 @@ in your application.
...
@@ -58,14 +58,14 @@ in your application.
----------------------
----------------------
* Java JRE or JDK >= @javaCompatibility@ to launch the @appName@ binding compiler
* Java JRE or JDK >= @javaCompatibility@ to launch the @appName@ binding compiler
* citygml4j v@
v
ersion@ to use the generated JAXB classes
* citygml4j v@
citygml4jV
ersion@ to use the generated JAXB classes
5. How to use it
5. How to use it
----------------
----------------
@appName@ is a command line tool. Use the start scripts to launch the
@appName@ is a command line tool. Use the start scripts to launch the
application. The start scripts are located in the
"bin"
folder of the
application. The start scripts are located in the
root
folder of the
installation directory.
installation directory.
Please execute the start script suitable for your platform:
Please execute the start script suitable for your platform:
...
@@ -76,7 +76,7 @@ To get a list of supported arguments, open a shell environment, change
...
@@ -76,7 +76,7 @@ To get a list of supported arguments, open a shell environment, change
directory to the installation directory of @appName@, and invoke to following
directory to the installation directory of @appName@, and invoke to following
command.
command.
%
bin\
@appName@ -help
% @appName@ -help
The @appName@ compiler requires that your ADE schema points to the official
The @appName@ compiler requires that your ADE schema points to the official
CityGML and GML schemas provided in the subfolder "schemas". So please
CityGML and GML schemas provided in the subfolder "schemas". So please
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment