> On Mon, 9 Jul 2001 [EMAIL PROTECTED] wrote: > > > ok made the change and now I get the following > > > > C:\>cd Cocoon-2.0b1 > > > > C:\Cocoon-2.0b1>.\build.bat -Dinclude.webapp.libs=yes webapps > > > > C:\Cocoon-2.0b1>if not "c:\jdk1.3" == "" goto gotJavaHome > > > > C:\Cocoon-2.0b1>if not "c:\Cocoon-2.0b1" == "" goto gotAntHome > > > > C:\Cocoon-2.0b1>set CP=c:\jdk1.3\lib\tools.jar;c: > > \Cocoon-2.0b1\lib\ant_1_3.jar;c:\Coc > > oon-2.0b1\lib\ant_1_3-optional.jar;.\lib\xerces_1_4_0.jar;. > > \lib\xalan-2.1.0.jar > > > > C:\Cocoon-2.0b1>c:\jdk1.3\bin\java.exe -classpath c: > > \jdk1.3\lib\tools.jar;c:\Cocoon- > > 2.0b1\lib\ant_1_3.jar;c:\Cocoon-2.0b1\lib\ant_1_3-optional.jar;. > > \lib\xerces_1_4_0.jar > > ;.\lib\xalan-2.1.0.jar org.apache.tools.ant.Main -Djava.home=c:\jdk1.3 > > -Dant.home=c:\ > > Cocoon-2.0b1 -Dinclude.webapp.libs yes webapps > > Buildfile: build.xml > > > > BUILD FAILED > > > > Target `webapps' does not exist in this project. > > > ok. The target name is actually 'webapp', not 'webapps'. Give this a > try: > > C:\Cocoon-2.0b1>.\build.bat -Dinclude.webapp.libs=yes webapp Btw, maybe it'd be better to change build.bat to include webapp.libs by default, so users could run simply: C:\xml-cocoon2>build.bat webapp and get a complete Web App? More experienced people can use -Dinclude.webapp.libs=no option if there is no need for libs. > > And see how that goes. > > Cheers, > > Marcus > -- Regards, Konstantin Piroumian. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]