https://bz.apache.org/bugzilla/show_bug.cgi?id=60300
Bug ID: 60300
Summary: new bin/ant argument handling is incompatible with
/bin/sh on HP-UX
Product: Ant
Version: 1.9.7
Hardware: HP
OS: HP-UX
Status: NEW
Severity: blocker
Priority: P2
Component: Wrapper scripts
Assignee: [email protected]
Reporter: [email protected]
The bin/ant script changed between 1.9.6 and 1.9.7. The change, however, is
incompatible with /bin/sh on HP-UX:
----
$ ../apache-ant-1.9.7/bin/ant -file some.xml FooTarget --execdebug
exec "$JAVACMD" -classpath "$LOCALCLASSPATH" -Dant.home="$ANT_HOME"
-Dant.library.dir="$ANT_LIB" org.apache.tools.ant.launch.Launcher -cp
"$CLASSPATH" "" "" ""
Buildfile: build.xml does not exist!
Build failed
----
I currently have no other solution than to go back to 1.9.6 which worked on all
platforms we have in use. -- makr
--
You are receiving this mail because:
You are the assignee for the bug.