Re: Looking for Ant references/examples

2001-10-05 Thread Erik Hatcher
> 3. How to automate testing with JUnit. This should get you started: http://www-106.ibm.com/developerworks/java/library/j-junitmail/ Erik

Re: Junit Report!

2001-10-05 Thread Erik Hatcher
Can't you just use the todir attributes on the and elements? Erik - Original Message - From: "Natalia Bello" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 03, 2001 12:34 AM Subject: Junit Report! > Hi! > I am executing the same unit test with differents co

Can Depend task use includes? It appears so!

2001-10-05 Thread Scott Ellsworth
Howdy, all. Earlier today, I was opining that my various build problems might get easier if the depend task understood the same includes and excludes directives of javac. I must presume I had a typo when I tried it before, because it certainly works now. Using the 1.4.1b1 milestone build, I

Can Depend task use includes? Can it grok jars?

2001-10-05 Thread Scott Ellsworth
Howdy, all. Below is an edited build.xml file. For some reason, depend is convinced that things are out of date when they are most definitely not. I suspect this is because it and I differ on what we think it should be looking at. First problem: when building the files in the experiment sour

Re: Looking for Ant references/examples

2001-10-05 Thread Paul Michali
> 3. How to automate testing with JUnit. Go to the JUnit home page & follow instructions to install and set up your own JUnit tests. (http://www.junit.org/) In Ant, you can add a JUnit target. Here's what I use:

RE: WebLogic DDInit Task

2001-10-05 Thread Gary Keim
I've made several improvements since the GA that I've attached. -- Gary -Original Message- From: Herry Koh [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 7:51 AM To: [EMAIL PROTECTED] Subject: WebLogic DDInit Task Hi, I've just installed WebLogic 6.1 on

Ant references/examples for 'advanced' tasks

2001-10-05 Thread Frot
I also need some help with following topics.. 1. I need to add a target to check the developer environment, e.g. ant version, jdk version Any suggestions ??? 2. A customer deployment task, once thepackage is delivered at customer site this task will take over

Re: Looking for Ant references/examples

2001-10-05 Thread Frot
Hi, We use one (very big) build xml file on top of the project directory. Specific user settings are stored in file 'user.properties' and define local distribution directories. e.g. for local testing, the associated target is ldist. (user can change these properties to their liking). They can s

Re: Can't get to work

2001-10-05 Thread Erik Hatcher
Conor, Sorry about that 'cls' mistake, and you are absolutely right of course. I've updated the FAQ entry: http://www.jguru.com/faq/view.jsp?EID=511266 and made sure to specify "shell command" rather than just "command". Erik - Original Message - From: "Conor MacNeill" <[EMAIL PR

Re: Can't get to work

2001-10-05 Thread Erik Hatcher
Conor, Sorry about that 'cls' mistake, and you are absolutely right of course. I've updated the FAQ entry: http://www.jguru.com/faq/view.jsp?EID=511266 and made sure to specify "shell command" rather than just "command". Erik - Original Message - From: "Conor MacNeill" <[EMAIL PR

RE: Looking for Ant references/examples

2001-10-05 Thread Jason Rogers
> Ok here it comes. > > 1. I want one buildfile which is on a central place >which I can use for each package. Not one buildfile >in each folder. So I just have to maintain one > file. Take the following for example: /Working \__ProjectFoo \__src

RE: Looking for Ant references/examples

2001-10-05 Thread Ralph Jocham
Ok here it comes. 1. I want one buildfile which is on a central place which I can use for each package. Not one buildfile in each folder. So I just have to maintain one file. 2. A buildfile which compiles the whole application down from com. But this one should exlude all folders na

RE: Book on Ant

2001-10-05 Thread Timothy Shadel
I want to know how to structure things like that. We've setup some basic stuff (compile, deploy, javadoc), but I'd like to learn more about how to setup build processes that will work for several projects, and run most of the things talked about by Jim Jackl-Mochel ( http://marc.theaimsgroup.c

RE: Looking for Ant references/examples

2001-10-05 Thread Jason Rogers
What do you need examples of? Be specific... -jason > -Original Message- > From: Ralph Jocham [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 05, 2001 12:25 PM > To: [EMAIL PROTECTED] > Subject: Looking for Ant references/examples > > > Hi, > I a

Looking for Ant references/examples

2001-10-05 Thread Ralph Jocham
Hi, I am desperately looking for some Ant references. The Ant documtation itself is too confusing for me. You get all explained but not how you can combine and use them. Examples is that waht I need. The more the better. Thanks, Ralph

RE: Book on Ant

2001-10-05 Thread Arun Batchu
Having read the paper, we have implemented a build process that builds every 15 minutes. This works very well for us. We integrate all the time. This coaxes us to keep our changes short, refactor now rather than later. Ant is indispensable. We use the amazing IDE from www.intellij.com that integra

Re: WebLogic DDInit Task

2001-10-05 Thread James Bullington
Be careful about ant and Weblogic 6.1 running on Windows NT/2000. Weblogic 6.1 uses a modified ant batch file that will not allow spaces in properties. i.e. ant -Dtest="This is a test" This will not work, but will work with the old ant batch file. If you look at the old batch file it has the f

Re: WebLogic DDInit Task

2001-10-05 Thread Herry Koh
Sorry, typo error, it will actually generate XML deployment descriptors, not Ant tasks :), apologies, maybe I was too excited when typing. Cheers Herry. On 5 Oct 2001, at 22:51, Herry Koh wrote: > Hi, > I've just installed WebLogic 6.1 on my machine, and to my > pleasent surprise, I found th

Re: Can't get to work

2001-10-05 Thread Conor MacNeill
Erik Hatcher wrote: > I just promoted this to a FAQ at jGuru (it takes an hour or so for it to > appear as an FAQ), but here's a link to the forum entry: > > http://www.jguru.com/forums/view.jsp?EID=503205 > > (answer a few entries down) > > Erik Is that this one? > To a command on

WebLogic DDInit Task

2001-10-05 Thread Herry Koh
Hi, I've just installed WebLogic 6.1 on my machine, and to my pleasent surprise, I found that Weblogic actually has an Ant task ( which I assumed was coded by BEA) that will automatically generate Ant task called 'DDInit'. Unfortunately, the example given only teaches me how to run the task di

Re: Getting all properties in a complex environment?

2001-10-05 Thread Diane Holt
--- Wayne Stidolph <[EMAIL PROTECTED]> wrote: > (1) Is there already a way to dump the properties tree in Ant, at > various points in the runtime? Running 'ant' with the -debug flag will list each property as it gets set (and also list any properties files it's loading properties from). Those pr

RE: Book on Ant

2001-10-05 Thread Herry Koh
I totally agree that Ant can be a very powerful tool in helping companies and developers develop better designs, version control and build process. I have seen a very good article on that as well at http://www.thoughtworks.com/cl_library.html the paper on Continuous Integration which includes

defaults.properties?

2001-10-05 Thread JohnA
I am changing some taskdefs I wrote to be in their own jar file. But now I'd also like to move the properties out of defaults.properties (so that I can reinstall ant without having to reapply any changes to it). What is the best way to do this? John

Re: Installation problem

2001-10-05 Thread Dhirendra Kulkarni
Thanks Diane, Now iam very clear on that. regards DK - Original Message - From: Diane Holt <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 03, 2001 11:03 PM Subject: Re: Installation problem > --- Dhirendra Kulkarni <[EMAIL PROTECTED]> wrote: > > is it that i