Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
netlib-java
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor 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
Debian Java Maintainers
netlib-java
Commits
9ca8d67c
Commit
9ca8d67c
authored
6 years ago
by
Dominik Stadler
Browse files
Options
Downloads
Patches
Plain Diff
Add failonerror to generate-task to stop build on error
parent
6f6ef214
No related branches found
No related tags found
1 merge request
!2
Bug 923759
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/fail_when_generate_fails.patch
+13
-0
13 additions, 0 deletions
debian/patches/fail_when_generate_fails.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
14 additions
and
0 deletions
debian/patches/fail_when_generate_fails.patch
0 → 100644
+
13
−
0
View file @
9ca8d67c
Index: netlib-java/build.xml
===================================================================
--- netlib-java.orig/build.xml
+++ netlib-java/build.xml
@@ -25,7 +25,7 @@
</target>
<target name="generate" depends="compile">
<!-- Autogenerate the Java and C files -->
- <java fork="yes" classname="org.netlib.generate.JavaGenerator" classpath="${run.classpath}" />
+ <java fork="yes" classname="org.netlib.generate.JavaGenerator" classpath="${run.classpath}" failonerror="true"/>
</target>
<!--
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
9ca8d67c
update_classpath.patch
set_source_1_8.patch
URLClassLoader.patch
fail_when_generate_fails.patch
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