Re: ParseException during install with namespaces

2010-11-18 Thread Stephen Haberman
> My guess is that your ivy:install target is wrong, it should be: > > >organisation="apache" > module="commons-lang" That worked! Thanks. Of course it makes sense that the system namespace org/module should be used. Pretty neat. - Stephen

Re: ParseException during install with namespaces

2010-11-18 Thread Maarten Coene
ption during install with namespaces Hi, I'm trying to use ivy:install and have it translate from one namespace to another. E.g. translate ibiblio's commons-lang/commons-lang to apache/commons-lang while installing it into a local repo. I think it should work, but I'm getting this