Maarten,
I'm 99% sure i know what the problem is.
IvyDE editor doesn't know how to parse XML includes and $properties while
ivy itself does that with no problem.
I mean that we have ivy.settings which doesn't have repositories listed in
chain resolver directly in the file, but includes the file with this
information:
<include file="/some/folder/extendedivysettings.xml">
or even something like this:
<include file="${IVYFOLDER}/extendedivysettings.xml">
We also *don't* use direct addresses in patterns like:
<filesystem name="myname">
<ivy
pattern=/some/shared/folder/[organisation]/[module]/[revision]/ivy.xml/>
<ivy
pattern=/some/shared/folder/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]/>
</filesystem>
but we use
<filesystem name="myname">
<ivy pattern=${IVYREPO}[organisation]/[module]/[revision]/ivy.xml/>
<ivy
pattern=${IVYREPO}/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]/>
</filesystem>
As i said - Ivy works with this fine, but IVYDE Editor doesn't.
Thanks,
Eugene
On Mar 15, 2010 7:16pm, Eugene Sajine <[email protected]> wrote:
No,no I'm using the ivy editor as it even changes the color schema of the
code coloring... so that's not it
On Mar 15, 2010 4:24 PM, "Maarten Coene" [email protected]> wrote:
Maybe you did open the ivy.xml with the standard Eclipse "XML Editor"?
Did you try to open the ivy.xml file with the special "Ivy Editor"?
Maarten
________________________________
From: Eugene Sajine [email protected]>
To: Maarten Coene [email protected]>
Cc: [email protected]; [email protected]
Sent: Mon, March 15, 2010 5:55:11 PM
Subject: Re: extended Autocompletion in IvyDE ivy editor
Maarten,
Unfortunately, it doesn't work as it should so far. We have no maven
compatibility flags ...