diff options
author | Sven Gothel <[email protected]> | 2019-08-19 11:19:17 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-08-19 11:19:17 +0200 |
commit | c834ffbeffe454f758089c6ee17f8863acc3e7c5 (patch) | |
tree | 15dd5b7cbae33826cc119270527a74121f887b28 /make/joglversion-test-android | |
parent | 4eaa83358b6518c667e9517685eeaafaef692656 (diff) |
Fixed clean target so it doesn't fail if GlueGenTask is not present
If gluegen was cleaned, the GlueGenTask would be absent, which would
cause a failure in jogl clean (even though GlueGenTask isn't needed in
the clean target). So, modified the jogl build so it doesn't load
GlueGenTask in the clean target.
Orig commit by Wade Walker.
This alternative patch uses the ant target common.gluegen.init
to define the 'gluegen' task post gluegen compile check and pre 'gluegen' call,
avoiding the if-then-else ant-task state query:
<equals arg1="${ant.project.invoked-targets}" arg2="clean" />
Diffstat (limited to 'make/joglversion-test-android')
0 files changed, 0 insertions, 0 deletions