summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index b72239284c..18eb801b9c 100644
--- a/build.xml
+++ b/build.xml
@@ -216,6 +216,9 @@ LOCAL REFERENCE BUILD (LOCKER)
target="1.5" source="1.5">
<compilerarg line="${javac.args}"/>
</javac>
+ <!-- NOTE: Potential problem with maximal command line length on Windows
+ (32768 characters for XP, since executed with Java's "exec"). See
+ src/build/msil.xml for more details. -->
<scalacfork
destdir="${build-locker.dir}/classes/library"
compilerpathref="starr.classpath"