Re: SV: SV: [OT] [ANT] Re: SV: STRUTS AND JAVADOC.

2005-11-04 Thread Dave Newton
Søren Blidorf wrote: How does ANT work with JBuilder? Don't know, never used JBuilder. According to the jBuilder home page Ant support is built in, and I bet you have access to some documentation you could look at.. Dave

SV: SV: [OT] [ANT] Re: SV: STRUTS AND JAVADOC.

2005-11-04 Thread Søren Blidorf
How does ANT work with JBuilder? -Oprindelig meddelelse- Fra: Dave Newton [mailto:[EMAIL PROTECTED] Sendt: 4. november 2005 18:01 Til: Struts Users Mailing List Emne: Re: SV: [OT] [ANT] Re: SV: STRUTS AND JAVADOC. Søren Blidorf wrote: >Does it take a lot of effort to set it

Re: SV: [OT] [ANT] Re: SV: STRUTS AND JAVADOC.

2005-11-04 Thread Dave Newton
Søren Blidorf wrote: Does it take a lot of effort to set it up. No. http://ant.apache.org/ Setup info at http://ant.apache.org/manual/install.html#installing Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: SV: [OT] [ANT] Re: SV: STRUTS AND JAVADOC.

2005-11-04 Thread Collin VanDyck
wrote: Thanks both. Does it take a lot of effort to set it up. I am getting very interested, but my time is very limited these days. -Oprindelig meddelelse- Fra: Dave Newton [mailto:[EMAIL PROTECTED] Sendt: 4. november 2005 17:51 Til: Struts Users Mailing List Emne: [OT] [ANT] Re: SV: S

SV: [OT] [ANT] Re: SV: STRUTS AND JAVADOC.

2005-11-04 Thread Søren Blidorf
Thanks both. Does it take a lot of effort to set it up. I am getting very interested, but my time is very limited these days. -Oprindelig meddelelse- Fra: Dave Newton [mailto:[EMAIL PROTECTED] Sendt: 4. november 2005 17:51 Til: Struts Users Mailing List Emne: [OT] [ANT] Re: SV: STRUTS

[OT] [ANT] Re: SV: STRUTS AND JAVADOC.

2005-11-04 Thread Dave Newton
Søren Blidorf wrote: Basically because I don't know ANT Why do I need ANT? Ant lets you build Java projects in a robust and portable manner, pays attention to dependencies, and is extensible to allow a variety of tasks under a variety of conditions. It is very useful. "Ant: Makes Deve

Re: SV: STRUTS AND JAVADOC.

2005-11-04 Thread Collin VanDyck
It basically saves you tons of time over the normal course of the development lifecycle. All of your compilation, packaging, testing, deployment, and more can be automated with ant. If you've used makefiles in C, that's the analogy. You would simply type: % ant deploy Which, depending on yo

SV: STRUTS AND JAVADOC.

2005-11-04 Thread Søren Blidorf
Basically because I don't know ANT Why do I need ANT? -Oprindelig meddelelse- Fra: Dave Newton [mailto:[EMAIL PROTECTED] Sendt: 4. november 2005 17:27 Til: Struts Users Mailing List Emne: Re: STRUTS AND JAVADOC. Søren Blidorf wrote: >It's written that I need to install ANT as well. >