Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moex
Transmorpher
Commits
95c363bd
Commit
95c363bd
authored
May 10, 2022
by
Jérôme Euzenat
Browse files
Added includeantruntime (is this necessary?) and lint comment in build.xml
parent
56cd2d18
Pipeline
#507273
passed with stage
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
transmorpher/scripts/build.xml
View file @
95c363bd
...
...
@@ -145,12 +145,15 @@
<target
name=
"optional-warnings"
depends=
"fop-warn, tidy-warn,jfor-warn,mail-warn"
>
</target>
<!-- tested -->
<!-- tested -->
<target
name=
"compile"
depends=
"init,optional-tests, optional-warnings"
>
<echo
message=
"Compiling..."
/>
<javac
srcdir=
"src"
destdir=
"classes"
encoding=
"iso8859-15"
>
<!-- includeantruntime set to true, in order to compile TransmorphTask -->
<!-- Another option could be to add ant to the lib directory -->
<javac
srcdir=
"src"
destdir=
"classes"
encoding=
"iso8859-15"
includeantruntime=
"true"
>
<!--compilerarg value="-Xlint:deprecation"/-->
<compilerarg
value=
"-Xlint:unchecked"
/>
<classpath
refid=
"classpath"
/>
<exclude
name=
"**/PDF*"
unless=
"fop.present"
/>
<exclude
name=
"**/tidy*"
unless=
"tidy.present"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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