[
https://issues.apache.org/jira/browse/IVY-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12635548#action_12635548
]
Maarten Coene commented on IVY-924:
-----------------------------------
I've found a workaround, don't use "ivy.instance" as id of your settings, just
do something like this:
{noformat}
<ivy:settings id="ivy.instance2" file="ivysettings.xml" />
{noformat}
or (and here you can use ivy.instance again)
{noformat}
<ivy:configure settingsId="ivy.instance" file="ivysettings.xml"
override="true" />
{noformat}
Maarten
> StackOverflow with new Ivy
> --------------------------
>
> Key: IVY-924
> URL: https://issues.apache.org/jira/browse/IVY-924
> Project: Ivy
> Issue Type: Bug
> Components: Ant
> Affects Versions: 2.0-RC1
> Environment: Windows XP SP3,
> Java version "1.6.0_07"
> Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
> Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode, sharing)
> Apache Ant version 1.7.1 compiled on June 27 2008
> Ivy 2.0-RC1
> Reporter: Pavel Krupets
> Attachments: ant-ivy-build.zip, ant-ivy-simplest-build.zip,
> ant-lib.dump, error.log
>
>
> After I switched to Ivy 2.0 RC1 everything ceased working (was okay in
> beta-2). See attachments.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.