| Author |
how to make a .war file
|
mazoun yusuf
Greenhorn
Joined: Feb 11, 2005
Posts: 19
|
|
how can u make a .war file in order to deploy a file mazoun
|
 |
Arto Pastinen
Ranch Hand
Joined: Dec 13, 2002
Posts: 79
|
|
|
I use maven to build my projects. Internally it uses ant task.
|
 |
Tim Baker
Ranch Hand
Joined: Oct 04, 2003
Posts: 541
|
|
I Use ant, and ant has a jar task, which can create wars eg <jar destfile="releases/new/packages/gwa.war" basedir="releases/new/files" /> If you want to do it via the command lind you use the jar command, which you use according to these instructions: http://java.sun.com/docs/books/tutorial/jar/basics/
|
Kim Jong II (North Korea's Dear Leader) said:Nuclear weapons don't kill people, people kill people.
|
 |
 |
|
|
subject: how to make a .war file
|
|
|