# HG changeset patch # User jjg # Date 1282760670 25200 # Node ID 7729fe9665a25094d2430e68e80930732b014b2f # Parent 6bad8be140fcecd985e5d4037f721272df37a01d 6979564: ":" for path separator in dist/bin/javac does not work on Windows Reviewed-by: jjh diff -r 6bad8be140fc -r 7729fe9665a2 langtools/make/build.xml --- a/langtools/make/build.xml Tue Aug 24 15:09:21 2010 -0700 +++ b/langtools/make/build.xml Wed Aug 25 11:24:30 2010 -0700 @@ -673,6 +673,7 @@ + diff -r 6bad8be140fc -r 7729fe9665a2 langtools/src/share/bin/launcher.sh-template --- a/langtools/src/share/bin/launcher.sh-template Tue Aug 24 15:09:21 2010 -0700 +++ b/langtools/src/share/bin/launcher.sh-template Wed Aug 25 11:24:30 2010 -0700 @@ -40,8 +40,8 @@ if [ "$LANGTOOLS_USE_BOOTCLASSPATH" != "no" ]; then cp=`unzip -c "$mylib/#PROGRAM#.jar" META-INF/MANIFEST.MF | grep "Class-Path:" | - sed -e 's|Class-Path: *||' -e 's|\([a-z]*\.jar\) *|'"$mylib"'/\1:|g'` - bcp="$mylib/#PROGRAM#.jar":$cp + sed -e 's|Class-Path: *||' -e 's|\([a-z]*\.jar\) *|'"$mylib"'/\1#PS#|g'` + bcp="$mylib/#PROGRAM#.jar#PS#$cp" fi # tools currently assumes that assertions are enabled in the launcher