| Author |
WAR error - Unexpected element "{}war"
|
sue sen
Greenhorn
Joined: Jun 23, 2006
Posts: 3
|
|
Hi all, I'm using Apache Ant version 1.6.5 and I get the error Unexpected element "{}war". My code is as follows - <war destfile="myapp.war" webxml="../Webroot/WEB-INF/web.xml"> <fileset dir="../Webroot"/> <fileset dir="../Webroot/admin"/> <fileset dir="../Webroot/conf"/> <fileset dir="../Webroot/css"/> <fileset dir="../Webroot/images"/> <fileset dir="../Webroot/resources"/> <fileset dir="../Webroot/scripts"/> <lib dir="../WebRoot/WEB-INF/lib"/> <classes dir="../WebRoot/WEB-INF/classes"/> </war> My build.xml exists in the root directory in a folder called buid Any help will be appreciated. Hurry please Thanks!
|
 |
sue sen
Greenhorn
Joined: Jun 23, 2006
Posts: 3
|
|
|
All right..got this fixed. Thanks to anyone who may have stopped by
|
 |
 |
|
|
subject: WAR error - Unexpected element "{}war"
|
|
|