I'm seeing some errors when running an ivy build under eclipse:
ivy-warn-no-ivy:
ivy-init:
ivy-resolve:
[ivy:resolve] impossible to define new type: class not found:
fr.jayasoft.ivy.ant.AntCallTrigger in [] nor Ivy classloader
[ivy:resolve] impossible to define new type: class not found:
fr.jayasoft.ivy.ant.AntBuildTrigger in [] nor Ivy classloader
[ivy:resolve] :: configuring :: file =
/home/slo/Projects/SmartFrog/Forge/core/smartfrog/ivyconf.xml
[ivy:resolve]
org.apache.xerces.parsers.XIncludeAwareParserConfiguration in
file:/home/slo/Projects/SmartFrog/Forge/core/smartfrog/ivy.xml
BUILD FAILED
/home/slo/Projects/SmartFrog/Forge/core/smartfrog/build.xml:998: syntax
errors in ivy file: java.text.ParseException:
org.apache.xerces.parsers.XIncludeAwareParserConfiguration in
file:/home/slo/Projects/SmartFrog/Forge/core/smartfrog/ivy.xml
Anyone seen problems like this. I see what looks like some classloader
trouble, then an XML parser problem. Everything goes away when I switch
to separate JVM, so its clearly eclipse/java6 related....