In continuum, the working copy looks like this
- parent-md
- mycommon
- myintegration
- mybusiness
- mydo
- pom.xml
the pom.xml is used for adding project into continuum
the pom.xml consist of those projects
<modules>
<module>parent-md</module>
<module>mycommon</module>
<module>myintegration</module>
<module>mybusiness</module>
<module>mydo</module>
</modules>
parent-md is the parentpom for all project listed
After developer making changes in sub-modules ex: myintegration in SVN,
continuum detects the changes during schedule run but nothing gets built
even myintegration itslef. This model works well in 1.1.
Thanks.
LJ
On Wed, Oct 1, 2008 at 4:22 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> On Wed, Oct 1, 2008 at 4:12 PM, L. J. <[EMAIL PROTECTED]> wrote:
>
> > How do I enable so the project will build when there is change in
> > sub-modules?
>
> Looks like this was intentionally changed in 1.2, see
> http://jira.codehaus.org/browse/CONTINUUM-1807.
>
> Can you explain your use case? A comment on the issue would be good
> also, in case it needs to be re-thought.
>
> --
> Wendy
>