Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
djinni
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
djinni
Commits
19ed2247
Commit
19ed2247
authored
Nov 11, 2015
by
Paul Wais
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nice error message
parent
d74d3ae5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
test-suite/java/build.xml
test-suite/java/build.xml
+17
-1
No files found.
test-suite/java/build.xml
View file @
19ed2247
...
@@ -2,7 +2,23 @@
...
@@ -2,7 +2,23 @@
<project
name=
"Djinni-test"
>
<project
name=
"Djinni-test"
>
<target
name=
"compile"
>
<target
name=
"compile"
>
<mkdir
dir=
"build"
/>
<mkdir
dir=
"build"
/>
<mkdir
dir=
"build/local"
/>
<mkdir
dir=
"build/local"
/>
<!-- Veteran djinni users might not have cmake. Given them some advice. -->
<property
environment=
"env"
/>
<fail
message=
"****${line.separator}
Can't find cmake! Please install, using e.g.:${line.separator}
$ brew install cmake ${line.separator}
$ sudo port install cmake ${line.separator}
$ apt-get install cmake ${line.separator}
$ yum install cmake ${line.separator}
****${line.separator}"
>
<condition>
<not><available
file=
"cmake"
filepath=
"${env.PATH}"
/></not>
</condition>
</fail>
<exec
executable=
"cmake"
failonerror=
"true"
dir=
"build"
>
<exec
executable=
"cmake"
failonerror=
"true"
dir=
"build"
>
<!-- Verbose helps make debugging compiler issues easier -->
<!-- Verbose helps make debugging compiler issues easier -->
<arg
value=
"-DCMAKE_VERBOSE_MAKEFILE=ON"
/>
<arg
value=
"-DCMAKE_VERBOSE_MAKEFILE=ON"
/>
...
...
Write
Preview
Markdown
is supported
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