Just a quick update...

I've posted an 0.2 release. A build issue was reported (see docs/ReleaseNotes.txt for details). Its available at

http://www.ehatchersolutions.com/downloads/

Also, you will need JUnit 3.8(.1) as I take advantage of the new lack of required String-arg constructors. junit.jar should live in ANT_HOME/lib. Ant 1.5(.1) is required also.

Erik

Erik Hatcher wrote:
Hesitantly (because I'm afraid of the support issues I'm about to field :)....

Here is the much hyped and long awaited sample application that I've mentioned and promised. It is a trimmed down version of the application Steve and I developed for our Java Development with Ant book.
[...]

The one documentation I need to provide now is to note that you'll need j2ee.jar to build. I include all other API's. To build, unzip the file (link below) and it will expand into JavaDevWithAnt directory. In that directory, run Ant. If you have J2EE_HOME set you shouldn't need to do anything... just "ant". You'll also need to build a site index, so run "ant build-site-index". This is intentionally two separate steps. If you don't have J2EE_HOME set, then you need to provide j2ee.jar to the build. Do it this way:

ant -Dj2ee.jar=/path/to/my/j2ee.jar

Where "/path/to/my/j2ee.jar" is the actual path to your j2ee.jar

Post any questions/problems to me directly. E-mail me at [EMAIL PROTECTED]

Download:
http://www.ehatchersolutions.com/downloads/JavaDevWithAnt-0.1.zip

There will be updates in the next week or so as I polish the documentation and address any issues that turn up.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to