Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.3.5 (Beta)
-
Component/s: Core system
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
I have a flat multi module project with the following structure:
MultiModuleSample
|
`-- myparent-project
| |
| `-- pom.xml
|
`-- module1
| |
| `-- pom.xml
|
`-- module2
|
`-- pom.xml
The scm root url created was http://host/repos/MultiModuleSample/trunk/m
It should be http://host/repos/MultiModuleSample/trunk/
Activity
Maria Catherine Tan
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Maria Catherine Tan [ ctan ] |
Maria Catherine Tan
made changes -
| Description |
I have a flat multi module project with the following structure: MultiModuleSample | `---- myparent-project | `---- pom.xml | `----- module1 | `---- pom.xml | `----- module2 | `---- pom.xml The scm root url created was http://stan.manila.exist.com/repos/MultiModuleSample/trunk/m It should be http://stan.manila.exist.com/repos/MultiModuleSample/trunk/ |
I have a flat multi module project with the following structure: {noformat} MultiModuleSample | `-- myparent-project | | | `-- pom.xml | `-- module1 | | | `-- pom.xml | `-- module2 | `-- pom.xml {noformat} The scm root url created was http://host/repos/MultiModuleSample/trunk/m It should be http://host/repos/MultiModuleSample/trunk/ |
Maria Catherine Tan
made changes -
| Affects Version/s | 1.3.1 [ 14741 ] |
Wendy Smoak
made changes -
| Fix Version/s | 1.4.x [ 15104 ] |
Maria Catherine Tan
made changes -
| Resolution | Fixed [ 1 ] | |
| Fix Version/s | 1.3.5 [ 15641 ] | |
| Fix Version/s | 1.4.x [ 15104 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
My mistake. I encountered this in continuum flat-multi-module branch not in 1.3.1
Will leave this open for now while waiting for flat-multi-module branch to get merge in trunk to verify this.