Re: Pattern with optional parameter doesn't seem to be evaluated correctly

2008-09-17 Thread Dave
> To: [EMAIL PROTECTED] > Sent: Wednesday, September 17, 2008 4:27:28 PM > Subject: Re: Pattern with optional parameter doesn't seem to be evaluated > correctly > > If I remove the (-[revision]) > from the ivysettings section, it works. > As far as I understand the () a

Re: Pattern with optional parameter doesn't seem to be evaluated correctly

2008-09-17 Thread Maarten Coene
t patterns to your settings.xml Maarten - Original Message From: Dave <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 4:27:28 PM Subject: Re: Pattern with optional parameter doesn't seem to be evaluated correctly If I remove the (-[revision])

Re: Pattern with optional parameter doesn't seem to be evaluated correctly

2008-09-17 Thread Dave
If I remove the (-[revision]) from the ivysettings section, it works. As far as I understand the () allows for the possibility the condition might occur, and should check for both possibilities (artifact does and does not have a -[revision] section in the filename) Does this mean it's a bug in Ivy,

Pattern with optional parameter doesn't seem to be evaluated correctly

2008-09-17 Thread Dave
I'm using the following parameter in my ivysettings.xml: [organisation]/[module]/[revision]/[artifact](-[revision]).[ext] In the ivy.xml file of a particular component, I've placed the following dependency: =