> 3. How to automate testing with JUnit.
This should get you started:
http://www-106.ibm.com/developerworks/java/library/j-junitmail/
Erik
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
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
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
> 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:
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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
--- 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
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
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
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
24 matches
Mail list logo