Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 70719 invoked from network); 28 Nov 2000 11:08:38 -0000 Received: from bam.codec.ro (root@193.230.247.72) by locus.apache.org with SMTP; 28 Nov 2000 11:08:38 -0000 Received: from gabi (gabi.bam.codec.ro [10.10.10.2]) by bam.codec.ro (8.11.0/8.11.0) with SMTP id eAS96ob05200 for ; Tue, 28 Nov 2000 11:06:51 +0200 Message-ID: <002c01c01bd7$ba5316e0$020a0a0a@gabi> Reply-To: "Gabriel Ciuloaica" From: "Gabriel Ciuloaica" To: Subject: try to create a war file Date: Mon, 11 Sep 2000 13:04:07 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0029_01C01BF0.C50739E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0029_01C01BF0.C50739E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I try to create a war file. My build.xml file is : but I get the error: Buildfile: c:\java_work\beta_ie\InternetPortal.xml Project base dir set to: C:\java_work\beta_ie\InternetPortal BUILD CONFIG ERROR: Could not create task of type: war because I can't = find it in the list of task class definitions where need to configure for creating the war file ? gabi ------=_NextPart_000_0029_01C01BF0.C50739E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I try to create a war file. My = build.xml file is=20 :
<project name=3D"InternetPortal"=20 basedir=3D"c:\java_work\beta_ie\InternetPortal">
<target=20 name=3D"dist">
<war warfile=3D"InternetPortal.war"=20 webxml=3D"c:\java_work\beta_ie\InternetPortal\web.xml">
  = <fileset=20 dir=3D"c:\java_work\beta_ie\InternetPortal\files" />
  = <lib=20 dir=3D"c:\java_work\beta_ie\InternetPortal\lib">
 =20 </lib>
  <classes=20 dir=3D"c:\java_work\beta_ie\InternetPortal\classes"=20 />
</war>
</target>
</project>
=
 
but I get the error:
 
Buildfile:=20 c:\java_work\beta_ie\InternetPortal.xml
Project base dir set to:=20 C:\java_work\beta_ie\InternetPortal
BUILD CONFIG ERROR: Could not = create task=20 of type: war because I can't find it in the list of task class=20 definitions
where need to configure for creating = the war file=20 ?
gabi
------=_NextPart_000_0029_01C01BF0.C50739E0--