Hello devs, I am developing some usecases for a lenya pub based on 1.4.x. The problem that I run into is that I added a new usecase to the one I already had. After a couple of rebuilds and checking the code I finally made a "build clean" and the second usecase showed up.
After looking again in the docu and in my code I found the reason why I had to "build clean" (taken from default pub): <xconf xpath="/cocoon/usecases" unless="/cocoon/usecases/[EMAIL PROTECTED] = 'default/workflow.submit']"/> The @unless prevent that we can add and activate new usecases unless we do a "build clean". That is because we have a dependency on *one* usecase "/cocoon/usecases/[EMAIL PROTECTED] = 'default/workflow.submit']". Do I understand that right? How can we overcome that problem because a build clean is IMO not necessary. TIA for any feedback. salu2 -- thorsten "Together we stand, divided we fall!" Hey you (Pink Floyd) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
