[
https://issues.apache.org/jira/browse/IVYDE-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798822#action_12798822
]
Dan Diodati commented on IVYDE-228:
-----------------------------------
The problem occurs from the ivy.xml having a property not the ivysettings.xml.
The ivy.xml includes a outside file for its defaults configurations. So our
ivy.xml contains a section like:
<configurations>
<include file="${build.system.dir}/default-ivy-configurations.xml"/>
</configurations>
So I need to define a property file that defines the build.system.dir property.
This works only in the global area but not in the project specific area.
> Can not add a project specific property file when adding a library
> ------------------------------------------------------------------
>
> Key: IVYDE-228
> URL: https://issues.apache.org/jira/browse/IVYDE-228
> Project: IvyDE
> Issue Type: Bug
> Components: classpath container
> Affects Versions: 2.0.0.final
> Environment: Eclipse 3.5
> Reporter: Dan Diodati
>
> I right click on a ivy.xml file and select Add Ivy Library, then I select the
> Enable project specific settings.
> And add a entry into the Property files text box but it never loads it.
> If I add in the global location then it does see the properties file and
> loads it correctly.
> It would also be nice if there was a browse button on this field too.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.