Incorrect sub-modules path from SVN
-----------------------------------

         Key: CONTINUUM-652
         URL: http://jira.codehaus.org/browse/CONTINUUM-652
     Project: Continuum
        Type: Bug

  Components: Core system  
    Versions: 1.0.2    
    Reporter: Hugo Palma


I have the following structure in SVN:

myproject
              | trunk
                      - pom.xml
              | childproject1
                      | trunk
                                - pom.xml
                                | src
                                      ......
              | childproject2
                      | trunk
                               - pom.xml
                               | src
                                     .....

When i configure continuum to build with the url to "myproject/trunk/pom.xml" 
it fails because it tries to find the submodules pom.xml in 
"myproject/trunk/childproject1/pom.xml" when the correct path should be 
"myproject/childproject/trunk/pom.xml"


Is this the intended behaviour ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to