[jira] Updated: (MNG-3475) Some directories are not basedir aligned

2008-08-28 Thread John Casey (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-3475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Casey updated MNG-3475:


Fix Version/s: (was: 2.0.10)
   2.1.0-M1

 Some directories are not basedir aligned
 

 Key: MNG-3475
 URL: http://jira.codehaus.org/browse/MNG-3475
 Project: Maven 2
  Issue Type: Bug
  Components: POM
Affects Versions: 2.0.8
Reporter: Benjamin Bentmann
Assignee: John Casey
 Fix For: 2.1.0-M1

 Attachments: base-directory-alignment.patch, 
 base-directory-alignment.patch


 The output from
 {code:xml}
 echo${project.build.sourceDirectory}/echo
 echo${project.build.testSourceDirectory}/echo
 echo${project.build.scriptSourceDirectory}/echo
 echo${project.build.directory}/echo
 echo${project.build.outputDirectory}/echo
 echo${project.build.testOutputDirectory}/echo
 echo${project.reporting.outputDirectory}/echo
 {code}
 delivers something like
 {noformat}
 [echo] M:\maven\z\antrun\src\main\java
 [echo] M:\maven\z\antrun\src\test\java
 [echo] src/main/scripts
 [echo] M:\maven\z\antrun\target
 [echo] M:\maven\z\antrun\target\classes
 [echo] M:\maven\z\antrun\target\test-classes
 [echo] target/site
 {noformat}
 revealing that neither the script source directory nor the reporting output 
 directory are basedir aligned.

-- 
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




[jira] Updated: (MNG-3475) Some directories are not basedir aligned

2008-04-21 Thread Benjamin Bentmann (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-3475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Bentmann updated MNG-3475:
---

Fix Version/s: 2.0.10

 Some directories are not basedir aligned
 

 Key: MNG-3475
 URL: http://jira.codehaus.org/browse/MNG-3475
 Project: Maven 2
  Issue Type: Bug
  Components: POM
Affects Versions: 2.0.8
Reporter: Benjamin Bentmann
 Fix For: 2.0.10

 Attachments: base-directory-alignment.patch, 
 base-directory-alignment.patch


 The output from
 {code:xml}
 echo${project.build.sourceDirectory}/echo
 echo${project.build.testSourceDirectory}/echo
 echo${project.build.scriptSourceDirectory}/echo
 echo${project.build.directory}/echo
 echo${project.build.outputDirectory}/echo
 echo${project.build.testOutputDirectory}/echo
 echo${project.reporting.outputDirectory}/echo
 {code}
 delivers something like
 {noformat}
 [echo] M:\maven\z\antrun\src\main\java
 [echo] M:\maven\z\antrun\src\test\java
 [echo] src/main/scripts
 [echo] M:\maven\z\antrun\target
 [echo] M:\maven\z\antrun\target\classes
 [echo] M:\maven\z\antrun\target\test-classes
 [echo] target/site
 {noformat}
 revealing that neither the script source directory nor the reporting output 
 directory are basedir aligned.

-- 
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




[jira] Updated: (MNG-3475) Some directories are not basedir aligned

2008-03-23 Thread Benjamin Bentmann (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-3475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Bentmann updated MNG-3475:
---

Attachment: base-directory-alignment.patch

Not even that {{DefaultPathTranslator}} misses some directories, it crashes on 
certain inputs, too. E.g. {{alignToBaseDirectory( ${basedir}, basedir )}} 
bails out with a {{StringIndexOutOfBoundsException}}.

I took this opportunity to clean this component up, adding javadocs and unit 
tests.

 Some directories are not basedir aligned
 

 Key: MNG-3475
 URL: http://jira.codehaus.org/browse/MNG-3475
 Project: Maven 2
  Issue Type: Bug
  Components: POM
Affects Versions: 2.0.8
Reporter: Benjamin Bentmann
 Attachments: base-directory-alignment.patch, 
 base-directory-alignment.patch


 The output from
 {code:xml}
 echo${project.build.sourceDirectory}/echo
 echo${project.build.testSourceDirectory}/echo
 echo${project.build.scriptSourceDirectory}/echo
 echo${project.build.directory}/echo
 echo${project.build.outputDirectory}/echo
 echo${project.build.testOutputDirectory}/echo
 echo${project.reporting.outputDirectory}/echo
 {code}
 delivers something like
 {noformat}
 [echo] M:\maven\z\antrun\src\main\java
 [echo] M:\maven\z\antrun\src\test\java
 [echo] src/main/scripts
 [echo] M:\maven\z\antrun\target
 [echo] M:\maven\z\antrun\target\classes
 [echo] M:\maven\z\antrun\target\test-classes
 [echo] target/site
 {noformat}
 revealing that neither the script source directory nor the reporting output 
 directory are basedir aligned.

-- 
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




[jira] Updated: (MNG-3475) Some directories are not basedir aligned

2008-03-22 Thread Benjamin Bentmann (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-3475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Bentmann updated MNG-3475:
---

Attachment: base-directory-alignment.patch

Overlooked unalignment.

 Some directories are not basedir aligned
 

 Key: MNG-3475
 URL: http://jira.codehaus.org/browse/MNG-3475
 Project: Maven 2
  Issue Type: Bug
  Components: POM
Affects Versions: 2.0.8
Reporter: Benjamin Bentmann
 Attachments: base-directory-alignment.patch


 The output from
 {code:xml}
 echo${project.build.sourceDirectory}/echo
 echo${project.build.testSourceDirectory}/echo
 echo${project.build.scriptSourceDirectory}/echo
 echo${project.build.directory}/echo
 echo${project.build.outputDirectory}/echo
 echo${project.build.testOutputDirectory}/echo
 echo${project.reporting.outputDirectory}/echo
 {code}
 delivers something like
 {noformat}
 [echo] M:\maven\z\antrun\src\main\java
 [echo] M:\maven\z\antrun\src\test\java
 [echo] src/main/scripts
 [echo] M:\maven\z\antrun\target
 [echo] M:\maven\z\antrun\target\classes
 [echo] M:\maven\z\antrun\target\test-classes
 [echo] target/site
 {noformat}
 revealing that neither the script source directory nor the reporting output 
 directory are basedir aligned.

-- 
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




[jira] Updated: (MNG-3475) Some directories are not basedir aligned

2008-03-22 Thread Benjamin Bentmann (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-3475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Bentmann updated MNG-3475:
---

Attachment: (was: base-directory-alignment.patch)

 Some directories are not basedir aligned
 

 Key: MNG-3475
 URL: http://jira.codehaus.org/browse/MNG-3475
 Project: Maven 2
  Issue Type: Bug
  Components: POM
Affects Versions: 2.0.8
Reporter: Benjamin Bentmann
 Attachments: base-directory-alignment.patch


 The output from
 {code:xml}
 echo${project.build.sourceDirectory}/echo
 echo${project.build.testSourceDirectory}/echo
 echo${project.build.scriptSourceDirectory}/echo
 echo${project.build.directory}/echo
 echo${project.build.outputDirectory}/echo
 echo${project.build.testOutputDirectory}/echo
 echo${project.reporting.outputDirectory}/echo
 {code}
 delivers something like
 {noformat}
 [echo] M:\maven\z\antrun\src\main\java
 [echo] M:\maven\z\antrun\src\test\java
 [echo] src/main/scripts
 [echo] M:\maven\z\antrun\target
 [echo] M:\maven\z\antrun\target\classes
 [echo] M:\maven\z\antrun\target\test-classes
 [echo] target/site
 {noformat}
 revealing that neither the script source directory nor the reporting output 
 directory are basedir aligned.

-- 
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