https://bz.apache.org/bugzilla/show_bug.cgi?id=60300
--- Comment #2 from Matthias Kraft <[email protected]> --- I see, I'll have a look into the pull request ... gimme some time though. Just to have it complete, I'll log my issues with Solaris here too: It turns out that it also is an issue on older Solaris (here: Solaris 10) machines: ---- $ /bin/sh -x ../apache-ant-1.9.7/bin/ant -file some.xml FooTarget --execdebug ant_exec_args= no_config=false use_jikes_default=false ant_exec_debug=false show_help=false ../apache-ant-1.9.7/bin/ant: syntax error at line 339: `end of file' unexpected ---- Calling the script with /usr/xpg4/bin/sh is working fine, though. On a recent Solaris 11.3 machine, I get an error like on HP-UX only when called through Jenkins ... ---- $ /path/to/hudson.tasks.Ant_AntInstallation/Ant-1.9/apache-ant-1.9.7/bin/ant -file some.xml -D...=... -D...=... -D...=... -D...=... -D...=... -D...=... -D...=... -D...=... -D..=... 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 ---- ... but not when called manually from a terminal. -- makr -- You are receiving this mail because: You are the assignee for the bug.
