Olivier Dehon <[EMAIL PROTECTED]> writes: > Since Continuum builds the parent project in non-recursive mode, this is > a bit annoying, as all the parent sites deployed via site-deploy from > Continuum have broken links to their children modules. > > Is there a fix or a workaround? >
HEllo, I had similar problems (different behavior in non-recursive and recursive mode) and my workaround was to create a specific profile for continuum execution. More specifically, my problem was due to ../module1 in module references that generated bad links in site generation. I created a profile with <module>module1</module> tags so that top-level site generation works OK, even without modules being generated in the same run. May be you could do the same with the <url> tag ? Note that url tag cannot be redefined in profile, but your property can be. HTH -- Arnaud Bailly, PhD OQube - Software Engineering http://www.oqube.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
