The last couple updates to Java and OS X have broke my paths on ant on my command line.
So sad. 
Last update Apple completely moved where $JAVA_HOME was located and how the symlinks are set up. This time, it doesn't seem as severe but it's pretty bad as before I updated (this morning) it was working fine. Now it doesn't.
Is what I'm getting when trying to run any ant task. What could be going on? Did the Java_Home path get changed? It's been long enough that I don't remember the directory stuff well enough to know if something has changed.
Thanks MR!
Last update Apple completely moved where $JAVA_HOME was located and how the symlinks are set up. This time, it doesn't seem as severe but it's pretty bad as before I updated (this morning) it was working fine. Now it doesn't.
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
Is what I'm getting when trying to run any ant task. What could be going on? Did the Java_Home path get changed? It's been long enough that I don't remember the directory stuff well enough to know if something has changed.
Thanks MR!