----- Original Message -----
From: "Andrew Forward" <milkforlife@hotmail.com>
To: "Ant Users List" <ant-user@jakarta.apache.org>
Sent: Thursday, September 12, 2002 8:38 AM
Subject: Re: Recommendations for Ant talk?
> ps. But I think covering the basics about using plain old java / junit /
> javadoc tasks is equally fascinating.
for javac you can just show <javac src="src" />
showing junit and its integration exposes users to a test-centric build
process. I like to jump into deployment next, as that shows how ant does
everything 1-build, 2-test, 3-deploy.
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|