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
d9855398
Commit
d9855398
authored
16 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
- set default test to noling
parent
4339279d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.xml
+4
-3
4 additions, 3 deletions
build.xml
with
4 additions
and
3 deletions
build.xml
+
4
−
3
View file @
d9855398
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<echo
message=
"compileall: recompiles all sources"
/>
<echo
message=
"compileall: recompiles all sources"
/>
<echo
message=
"lint: compiles all sources with bug flags on"
/>
<echo
message=
"lint: compiles all sources with bug flags on"
/>
<echo
message=
"jar: archives compiled code"
/>
<echo
message=
"jar: archives compiled code"
/>
<echo
message=
"test: performs unit tests
[nyi]
"
/>
<echo
message=
"test: performs unit tests"
/>
<echo
message=
"zip: creates a new zip file"
/>
<echo
message=
"zip: creates a new zip file"
/>
<echo
message=
"javadoc: generates documentation"
/>
<echo
message=
"javadoc: generates documentation"
/>
<echo
message=
"release: releases a new version"
/>
<echo
message=
"release: releases a new version"
/>
...
@@ -190,8 +190,9 @@
...
@@ -190,8 +190,9 @@
<javac
srcdir=
"test/src"
destdir=
"test/classes"
debug=
"on"
>
<javac
srcdir=
"test/src"
destdir=
"test/classes"
debug=
"on"
>
<classpath
refid=
"classpath"
/>
<classpath
refid=
"classpath"
/>
</javac>
</javac>
<!-- possible groups: impl, serv, ling, onto, full -->
<!-- possible groups: impl, serv, ling, noling, io, onto, omwg, full -->
<testng
groups=
"full"
<!-- ling requires WordNet and takes ages initialising it -->
<testng
groups=
"noling"
sourcedir=
"test/src"
sourcedir=
"test/src"
outputDir=
"test/html"
outputDir=
"test/html"
haltOnFailure=
"true"
verbose=
"1"
>
haltOnFailure=
"true"
verbose=
"1"
>
...
...
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