Hi there,
"samples/jsplike" would need the non-existent Windows-dependent ActveX
scripting support and got removed therefore.
As I do not want to touch the 'build.xml' file, here would be a
suggestion to remove that error (by commenting out the offending entry,
alternatively, just delete that line):
-------------------- cut here ------------------
Index: build.xml
===================================================================
--- build.xml (revision 442569)
+++ build.xml (working copy)
@@ -257,7 +257,9 @@
<fileset dir="${samples.dir}" />
</copy>
<javac srcdir="${build.samples.calc}" destdir="${build.samples.calc}"
classpath="${build.lib}/${project.name}.jar" debug="${project.debug}" deprecation="${project.deprecation}"
source="${source.level}" />
+ <!-- this would need a Windows-dependent support that is not
available, -rgf
<javac srcdir="${build.samples.jsplike}" destdir="${build.samples.jsplike}"
classpath="${build.lib}/${project.name}.jar" debug="${project.debug}" deprecation="${project.deprecation}"
source="${source.level}" />
+ -->
<javac srcdir="${build.samples.scriptedui}" destdir="${build.samples.scriptedui}"
classpath="${build.lib}/${project.name}.jar" debug="${project.debug}" deprecation="${project.deprecation}"
source="${source.level}" />
<javac srcdir="${build.samples.xsl}" destdir="${build.samples.xsl}"
classpath="${build.lib}/${project.name}.jar" debug="${project.debug}" deprecation="${project.deprecation}"
source="${source.level}" />
</target>
@@ -407,4 +409,4 @@
</target>
<target name="all" depends="build-site, dist" />
-</project>
\ No newline at end of file
+</project>
-------------------- cut here ------------------
Regards,
---rony
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]