From: JAYANTHI, G. \(SBCSI\) <gj...@sb...> - 2004-12-21 16:26:31
|
BUILD FAILED file:C:/Documents%20and%20Settings/gj2131/.antworks/lib/build-bootstrap. xml:78: Warning: Could not find file C:\Documents and Settings\gj2131\.antworks\lib\src\java\org\krysalis\antworks\importer\ve rsion\Version.java.txt to copy. The above error is happening when I run bootstrap.xml. Can you please provide me all the required steps to install antworks and the associated antlets. Your website does not have all the info. Thanks Gopal P.s unexpected tstamp error was also occuring when I ran ant -f build-bootstrap.xml -----Original Message----- From: ant...@li... [mailto:ant...@li...] On Behalf Of Nick Chalko Sent: Tuesday, December 21, 2004 12:13 AM To: ant...@li... Subject: Re: Typedef class not found error First do a ant -f build-bootstrap.xml That will install the "importer" JAYANTHI, GOPAL (SBCSI) wrote: >HI >I am getting a typedef not found error when I do "ant - f seed.xml" I >am attaching the file seed.xml <<seed.xml>>=20 > =20 > >----------------------------------------------------------------------- - > ><?xml version=3D"1.0" encoding=3D"UTF-8"?> ><project basedir=3D"." name=3D"seed" default =3D ""> > <description>Seed a new project.</description> > =20 > <!-- Standard antlets repository --> > <property name=3D"importer.repository"=20 > value=3D"http://antworks.sourceforge.net/library/antlets/"/> > > <property name=3D"antworks.importer.jar"=20 > value=3D"C:/project/.antworks/lib/antworks-importer.jar"/> = =09 > =20 > <typedef resource=3D"org/krysalis/antworks/importer/antlib.xml" > classpath=3D"${antworks.importer.jar}"/> > =20 > <importer name=3D"seed-0.1" href=3D"${importer.repository}"/> ></project> > > =20 > |