All kinds of issues since I updated to 10.6.4 and the latest java update.
My install of ant can’t find anything!
[javac] /Users/path/to/my/build.xml:458: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 8 source files to /Users/path/to/WEB-INF/classes
[javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath
Line 458
<javac
nowarn="on"
destdir="${media.classes}"
fork="true"
debug="true"
target="1.5"
memoryMaximumSize="${maxHeapSize}"
bootclasspathref="bootclasspath"
>
Where bootclasspath is defined
<path id="bootclasspath">
<fileset dir="lib/xml">
<include name="xalan-2.7.1.jar"/>
<include name="xml-apis.jar"/>
</fileset>
<fileset dir="${java.home}/lib">
<include name="*.jar"/>
</fileset>
</path>
What does this mean?
Try to change
bootclasspahtrefon line 458 toilrn.bootclasspath