[
https://issues.apache.org/jira/browse/IVY-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528709
]
Steve Loughran commented on IVY-606:
------------------------------------
silly question: are you using ant-testutils for your ant testing? It should do
a lot of this stuff for you, and yes, its in the repository, though we make
less guarantees of stability than the rest of the Java API
> Call Project.init() in junit tests
> ----------------------------------
>
> Key: IVY-606
> URL: https://issues.apache.org/jira/browse/IVY-606
> Project: Ivy
> Issue Type: Bug
> Reporter: Maarten Coene
>
> Most of the junit tests don't call Project.init() after creating a new Ant
> Project.
> We should fix this:
> {code:java}
> Project project = new Project();
> project.init();
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.