El mar, 25-07-2006 a las 19:49 +0530, Rakesh Midha escribió: > Hello > > I downloaded latest trunk from svn today. and the build is failing > with following error message.
I think your problem is in your local.build.properties. Please follow the instructions http://issues.apache.org/bugzilla/show_bug.cgi?id=40113 and close the issue. HTH salu2 > > BUILD FAILED > C:\marquis1\lenya1.4-19-07\lenya-1.4.x\src\targets > \webapp-build.xml:163: The fol > lowing error occurred while executing this line: > C:\marquis1\lenya1.4-19-07\lenya-1.4.x\src\targets > \modules-build.xml:66: The fol > lowing error occurred while executing this line: > Syntax Error: Depend attribute for target "patch-modules-test" has an > empty stri > ng for dependency. > > This looks like a problem in build\lenya\temp\modules-build.xml line > "<target > depends=", , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , > , " name="patch-modules-test"/>" created by modules2build.xsl > > to avoid the above problem In modules2build.xsl i changed > <target name="patch-modules-test" depends="{$testDependencyList}"/> to > <target name="patch-modules-test" depends=""/> > > Now it started failing with > BUILD FAILED > C:\marquis1\lenya1.4-19-07\lenya-1.4.x\src\targets > \webapp-build.xml:163: The fol > lowing error occurred while executing this line: > C:\marquis1\lenya1.4-19-07\lenya- 1.4.x\src\targets > \modules-build.xml:66: The fol > lowing error occurred while executing this line: > Target `deploy-module-org.apache.lenya.modules.bxe' does not exist in > this proje > ct. It is used from target `compile-modules'. > > Any idea why is the build failing? > > I tried to look for target > `deploy-module-org.apache.lenya.modules.bxe', it looks like the > problem is the naming convention defined by modules2build.xsl, which > generated build\lenya\temp\modules- build.xml with > `deploy-module-org.apache.lenya.modules.bxe' dependency. > > Looks like there is major change happened in build since i saw it last > time. > > thanks > Rakesh -- thorsten "Together we stand, divided we fall!" Hey you (Pink Floyd) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
