https://issues.apache.org/bugzilla/show_bug.cgi?id=44568
Summary: Build fails
Product: Lenya
Version: 2.0
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build System
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
./build.sh does not successfully compile unless the following change is made.
Index: src/modules/cforms/config/module.xml
===================================================================
--- src/modules/cforms/config/module.xml (revision 634891)
+++ src/modules/cforms/config/module.xml (working copy)
@@ -21,9 +21,10 @@
<module xmlns="http://apache.org/lenya/module/1.0">
<id>org.apache.lenya.modules.cforms</id>
<depends module="org.apache.lenya.modules.usecase"/>
+ <depends module="org.apache.lenya.modules.workflow"/>
<package>org.apache.lenya.modules</package>
<version>0.1-dev</version>
<name>CForms Editor</name>
<lenya-version>@lenya.version@</lenya-version>
<description>CForms Editor</description>
-</module>
\ No newline at end of file
+</module>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]