On Fri, Apr 11, 2008 at 12:12 AM, Shawn Castrianni < [EMAIL PROTECTED]> wrote:
> Does IVY support files without extensions as artifacts? Yes > > > I am getting this error looking for my policy file which has no extension: > > > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > > [ivy:resolve] :: FAILED DOWNLOADS :: > > [ivy:resolve] :: ^ see resolution messages for details ^ :: > > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > > [ivy:resolve] :: > Landmark#dsinfra#HEAD;R5000_1.HEAD.1!policy.(homes) > > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > > > The (homes) is the type of the artifact and I specified the empty string > for the ext attribute since there is no extension. What pattern do you use? You can use conditional parts in your pattern to tell Ivy you don't want the dot when there's no extension. Eg [artifact](.[ext]) Xavier > > > This is a show stopper for us. > > > --- > Shawn Castrianni > > ---------------------------------------------------------------------- > This e-mail, including any attached files, may contain confidential and > privileged information for the sole use of the intended recipient. Any > review, use, distribution, or disclosure by others is strictly prohibited. > If you are not the intended recipient (or authorized to receive information > for the intended recipient), please contact the sender by reply e-mail and > delete all copies of this message. -- Xavier Hanin - Independent Java Consultant http://xhab.blogspot.com/ http://ant.apache.org/ivy/ http://www.xoocode.org/
