This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Bug 58874: Ant fails to run if ANT_HOME contains a double-quote character.
master
Jeffrey Adamson
9 years ago
parent
790987e702
commit
14e71c1a93
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/script/ant
+ 1
- 1
src/script/ant
View File
@@ -329,7 +329,7 @@ else
ant_sys_opts="-Djikes.class.path=\"$JIKESPATH\""
fi
fi
ant_exec_command="exec \"$JAVACMD\" $ANT_OPTS -classpath \"$LOCALCLASSPATH\" -Dant.home=\"$ANT_HOME\" -Dant.library.dir=\"$ANT_LIB\" $ant_sys_opts org.apache.tools.ant.launch.Launcher $ANT_ARGS -cp \"$CLASSPATH\""
ant_exec_command="exec \"
\
$JAVACMD\" $ANT_OPTS -classpath \"
\
$LOCALCLASSPATH\" -Dant.home=\"
\
$ANT_HOME\" -Dant.library.dir=\"
\
$ANT_LIB\" $ant_sys_opts org.apache.tools.ant.launch.Launcher $ANT_ARGS -cp \"
\
$CLASSPATH\""
if $ant_exec_debug ; then
echo $ant_exec_command $ant_exec_args
fi
Write
Preview
Loading…
Cancel
Save