On 17 Apr, Derek Harding wrote:
> yes exactly thanks.  What is the difference using the java tool
> instead of the Ant tool?

I don't know exactly what you mean by the java tool, but Ant is similar
to the unix program make(1). It knows about special things that java web
applications need. Such as running the java compiler on a bunch of
files, creating jar and war files. This is in addition to the normal
things that make does like knowing when a source file is newer than a
class file.

=eas=
> [EMAIL PROTECTED] writes:
>>1. open a prompt or shell.
>>2. go to the root of your web-app.
>>3. run:
>>jar cf <directory-name>.war *
>>
>>is this what you are asking about, or are you asking about creating
>>the web-app directory structure as well?
>>
>>Tim Julien
>>HP Middleware
>>
>>-----Original Message-----
>>From: Derek Harding [mailto:[EMAIL PROTECTED]]
>>Sent: Monday, April 16, 2001 9:00 PM
>>To: [EMAIL PROTECTED]
>>Subject: how do I create a WAR file?
>>
>>
>>Are there any examples of how to create a WAR file?
> 
> 

Reply via email to