Wildcards in depends?

2008-07-02 Thread jonathan doklovic
Hi, I was wondering if anyone else thought being able to specify wildcards in the depends attribute of the target would be helpful. Where I work, we use a lot of build fragments that get imported, and we would like the ability to allow the developer to add/remove build funtionality easilt with

Re: Ivy 2.0 roadmap

2008-07-01 Thread jonathan doklovic
Any chance of getting IVY-819 on the list? - Jonathan Nicolas Lalevée wrote: Le 25 juin 08 à 13:24, Xavier Hanin a écrit : Hi, Following the discussion we had already in April or May, I've reviewed all issues targeted at 2.0, postponed some of them, and target others to 2.0-RC1 so that we

Re: Wildcards in depends?

2008-07-01 Thread jonathan doklovic
n Tue, Jul 1, 2008 at 12:41 PM, jonathan doklovic <[EMAIL PROTECTED]> wrote: I was wondering if anyone else thought being able to specify wildcards in the depends attribute of the target would be helpful. Where I work, we use a lot of build fragments that get imported, and we would lik

Wildcards in depends?

2008-07-01 Thread jonathan doklovic
Hi, I was wondering if anyone else thought being able to specify wildcards in the depends attribute of the target would be helpful. Where I work, we use a lot of build fragments that get imported, and we would like the ability to allow the developer to add/remove build funtionality easilt with

Re: ClasspathUtils with or vs. JavaResource

2008-01-16 Thread jonathan doklovic
decisions can be made about the use of ClasspathUtils or refactoring the other code. sound like a plan? - Jonathan On Wed, 2008-01-16 at 16:03 +, Steve Loughran wrote: > jonathan doklovic wrote: > > Hey, > > > > I've been working on refactoring some code to make

Re: AW: Need build help

2008-01-16 Thread jonathan doklovic
sometimes (need to look > > into it!). > > > > I would to ./build.sh, and then ./build.sh test > > > > Peter > > > > On Jan 15, 2008 7:10 PM, jonathan doklovic <[EMAIL PROTECTED]> wrote: > > > I'm building using build.sh now, however if I do:

ClasspathUtils with or vs. JavaResource

2008-01-16 Thread jonathan doklovic
Hey, I've been working on refactoring some code to make it easier to implement relative resources in things like the import task. After looking at BaseDef and AntLibDefinition, it seemed that it was a bit backwards and AntlibDefinition should actually extend a base class that provides basic class

Re: Need build help

2008-01-15 Thread jonathan doklovic
5:19 PM, jonathan doklovic <[EMAIL PROTECTED]> wrote: > > oops, sorry i missed that. > > > > Thanks, > No problem, > slightly better build instructions are in the manual: > http://ant.apache.org/manual/install.html#buildingant > Peter > > > > > - Jo

Re: Need build help

2008-01-15 Thread jonathan doklovic
e optional jars in ANT_SOURCE/lib/optional > 5) ./build.sh > > - i.e. do not use ant to build ant. > > Peter > > > On Jan 15, 2008 5:05 PM, jonathan doklovic <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I checked out the core trunk and tried to run the ma

Need build help

2008-01-15 Thread jonathan doklovic
Hi, I checked out the core trunk and tried to run the main target in the build file. I get the following error: test-jar: BUILD FAILED ant-core/build.xml:859: We cannot build the test jar unless JUnit is present, as JUnit is needed to compile the test classes. Shouldn't the test-jar targe