Hello

I downloaded latest trunk from svn today. and the build is failing with following error message.

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

Reply via email to