Re: Possible Ivy resolver bug

2008-02-09 Thread Adrian Sandor
> Not sure what you mean by complete binary. I mean a jar ready to use, just like the ivy-2.0.0-beta1.jar included in the binary download. > Calling "ant jar" creates ivy.jar in build/artifacts/jars/ and copy it with an eclipse bundle name in > build/artifacts/. That's all

Re: Possible Ivy resolver bug

2008-02-09 Thread Adrian Sandor
Argh, this list server is driving me crazy, screwing up my emails like that. Let's see if it likes gmail better. Resending: > Not sure what you mean by complete binary. I mean a jar ready to use, just like the ivy-2.0.0-beta1.jar included in the binary download. > Calling "ant jar" creates ivy.ja

Re: Possible Ivy resolver bug

2008-02-09 Thread Xavier Hanin
On Feb 9, 2008 10:35 AM, Adrian Sandor <[EMAIL PROTECTED]> wrote: > Argh, this list server is driving me crazy, screwing up my emails like > that. > Let's see if it likes gmail better. Resending: > > Not sure what you mean by complete binary. > > I mean a jar ready to use, just like the ivy-2.0.0-

Re: Add maven2 resolver?

2008-02-09 Thread Nicolas Lalevée
Le 9 févr. 08 à 08:56, Xavier Hanin a écrit : On Feb 8, 2008 11:01 PM, Nicolas Lalevée <[EMAIL PROTECTED] > wrote: Le 8 févr. 08 à 21:29, Adrian Sandor a écrit : Hi, IMHO it would be much better to build a clean, well-organized and reliable ivy repository instead of supporting that maven

Re: Add maven2 resolver?

2008-02-09 Thread Adrian Sandor
> >>> Therefore the only solution was to manually build an "enterprise > >>> repository" from scratch. > >> > >> Well, to build a "entreprise repository", you will need some > >> "entreprise maintainers". I was talking about a private repository for me and my coworkers. It's called "entreprise re

Re: Possible Ivy resolver bug

2008-02-09 Thread Adrian Sandor
On Feb 9, 2008 5:49 PM, Xavier Hanin wrote: > > I see that now, but everything I tried with the ant build script ended > up > > with this: > > /mnt/tc/workspace/ivy-trunk/build.xml:50: ivy:settings doesn't support > the > > "override" attribute > > Check the list archive or JIRA, others have alrea

How to retrieve any params from build.xml internally to the ant source code environment?

2008-02-09 Thread rigel
Hello Everyone, I'd like to print out additional test cases descriptive info into any final Junit report, for this I started patching "XMLJUnitResultFormatter" to accept a custom annotation associated to tested method So now to parameterize well the annotation introspection, I need some informat