Hi,
Is there something I need to do differently in rc1?
Here is what I get (below). Note that beta2 works fine.
Warning: Reference ivy.instance has not been set at runtime, but was
found during
build file parsing, attempting to resolve. Future versions of Ant may
support
referencing ids defined in non-executed targets.
... (thousands of times)
Could not create type antlib:org.apache.ivy.ant:settings due to Could
not create
type antlib:org.apache.ivy.ant:settings due to Could not create type
antlib:org.
apache.ivy.ant:settings due to Could not create type
antlib:org.apache.ivy.ant:s
ettings due to Could not create type antlib:org.apache.ivy.ant:settings
due to C
ould not create type antlib:org.apache.ivy.ant:settings due to Could not
create
... (id finitum)... type antlib:org.apache.ivy.ant:settings due to
java.lang.StackOv
erflowError
<path id="ivy.lib.path">
<fileset dir="${ivy.home}" includes="*.jar"/>
<fileset dir="${ivy.home}/lib" includes="*.jar"/>
</path>
<taskdef resource="org/apache/ivy/ant/antlib.xml"
uri="antlib:org.apache.ivy.ant" classpathref="ivy.lib.path"/>
<pathconvert property="ivy.default.conf.dir">
<path location="${workspace.build}/internal"/>
</pathconvert>
<pathconvert property="ivy.default.ivy.user.dir">
<path location="${user.home}/.ivy"/>
</pathconvert>
<pathconvert property="ivy.resolution.cache">
<path location="${workspace.root}/ivy/cache/resolution"/>
</pathconvert>
<pathconvert property="ivy.repository.cache">
<path location="${workspace.root}/ivy/cache/repository"/>
</pathconvert>
<pathconvert property="ivy.volatile.repos">
<path location="${workspace.root}/ivy/repos/volatile"/>
</pathconvert>
<ivy:settings id="ivy.instance"
file="${ivy.default.conf.dir}/ivysettings.xml" override="true"/> <<<
COMPLAINS HERE
/Bob