Re: [classlib] build file stuff

2006-07-03 Thread Tim Ellison
: Saturday, July 01, 2006 10:26 AM To: harmony-dev@incubator.apache.org Subject: Re: [classlib] build file stuff Nathan Beyer wrote: Occasionally I use make/build-tests.xml to access the 'gen-reports' target. I only do this when I run a test from within a single module, instead of a full

RE: [classlib] build file stuff

2006-07-03 Thread Nathan Beyer
: [classlib] build file stuff Nathan Beyer wrote: Cool, I'll use that instead. Is there any way to eliminate the junit library dependency from the command-line? Put the JUnit library into your Ant installation's 'lib' directory. Regards, Tim -Original Message- From: George

Re: [classlib] build file stuff

2006-07-03 Thread Geir Magnusson Jr
@incubator.apache.org Subject: Re: [classlib] build file stuff Nathan Beyer wrote: Cool, I'll use that instead. Is there any way to eliminate the junit library dependency from the command-line? Put the JUnit library into your Ant installation's 'lib' directory. Regards, Tim -Original Message

Re: [classlib] build file stuff

2006-07-03 Thread Tim Ellison
PROTECTED] Sent: Monday, July 03, 2006 4:14 AM To: harmony-dev@incubator.apache.org Subject: Re: [classlib] build file stuff Nathan Beyer wrote: Cool, I'll use that instead. Is there any way to eliminate the junit library dependency from the command-line? Put the JUnit library into your Ant

Re: [classlib] build file stuff

2006-07-03 Thread Geir Magnusson Jr
. Are we ready to move to Maven 2 yet? :) -Original Message- From: Tim Ellison [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 4:14 AM To: harmony-dev@incubator.apache.org Subject: Re: [classlib] build file stuff Nathan Beyer wrote: Cool, I'll use that instead. Is there any way

RE: [classlib] build file stuff

2006-07-02 Thread Nathan Beyer
Cool, I'll use that instead. Is there any way to eliminate the junit library dependency from the command-line? -Original Message- From: George Harley [mailto:[EMAIL PROTECTED] Sent: Saturday, July 01, 2006 10:26 AM To: harmony-dev@incubator.apache.org Subject: Re: [classlib] build

Re: [classlib] build file stuff

2006-07-01 Thread George Harley
have to venture out of the enhanced/classlib folder. Best regards, George -Original Message- From: Mark Hindess [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 4:26 AM To: harmony-dev@incubator.apache.org Subject: Re: [classlib] build file stuff Matt, this sounds great to me

Re: [classlib] build file stuff

2006-06-30 Thread Mark Hindess
Matt, this sounds great to me. Thanks! I look forward to the JIRAs. I had a couple of things I was still thinking I'd change (descriptions in the top-level and module build.xml files was one of them). I was also wondering if it was better to use imports for the make/build-*.xml files since

Re: [classlib] build file stuff

2006-06-30 Thread Matt Benson
--- Mark Hindess [EMAIL PROTECTED] wrote: Matt, this sounds great to me. Thanks! I look forward to the JIRAs. I had a couple of things I was still thinking I'd change (descriptions in the top-level and module build.xml files was one of them). I was also wondering if it was better to

RE: [classlib] build file stuff

2006-06-30 Thread Nathan Beyer
: Friday, June 30, 2006 4:26 AM To: harmony-dev@incubator.apache.org Subject: Re: [classlib] build file stuff Matt, this sounds great to me. Thanks! I look forward to the JIRAs. I had a couple of things I was still thinking I'd change (descriptions in the top-level and module build.xml

[classlib] build file stuff

2006-06-29 Thread Matt Benson
Now that I've (finally, thanks Gregory!) got the classlib built I'd like to start playing with the Ant buildfiles to apply some of the practices encouraged with modern Ant versions, but possibly lesser-known to old-school (aka learned Ant 1.5.x or earlier) users. The first thing I plan to do is

Re: [classlib] build file stuff

2006-06-29 Thread Geir Magnusson Jr
I know Mark and Oliver are knee deep in this stuff to different dimensions, so engage w/ them, but... sounds good to me :) Matt Benson wrote: Now that I've (finally, thanks Gregory!) got the classlib built I'd like to start playing with the Ant buildfiles to apply some of the practices

Re: [classlib] build file stuff

2006-06-29 Thread Tim Ellison
Matt Benson wrote: Now that I've (finally, thanks Gregory!) got the classlib built I'd like to start playing with the Ant buildfiles to apply some of the practices encouraged with modern Ant versions, but possibly lesser-known to old-school (aka learned Ant 1.5.x or earlier) users. That

Re: [classlib] build file stuff

2006-06-29 Thread Matt Benson
--- Tim Ellison [EMAIL PROTECTED] wrote: Matt Benson wrote: [SNIP] -When you are calling a target with an antcall, but you also want it to be available as an atomic target What do you mean by 'atomic target' ? The particular example I was thinking of was in the top-level build.xml,