[jira] Closed: (MNG-986) add configurable powered by logo

2005-12-01 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-986?page=all ]
 
Johnny R. Ruiz III closed MNG-986:
--

Resolution: Fixed

Fixed and Applied

> add configurable powered by logo
> 
>
>  Key: MNG-986
>  URL: http://jira.codehaus.org/browse/MNG-986
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0.1
>  Attachments: MNG-986-maven-site-plugin-2.patch, 
> MNG-986-maven-site-plugin.patch
>
>


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Closed: (MNG-1336) the issue management report should handle more issue management systems

2005-12-01 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1336?page=all ]
 
Johnny R. Ruiz III closed MNG-1336:
---

Resolution: Fixed

Applied and Fixed

> the issue management report should handle more issue management systems
> ---
>
>  Key: MNG-1336
>  URL: http://jira.codehaus.org/browse/MNG-1336
>  Project: Maven 2
> Type: Improvement
>   Components: maven-project-info-reports-plugin
> Versions: 2.0 (RC)
>  Environment: osx 10.4.2, java 1.4.2_09
> Reporter: Julian Wood
> Assignee: Johnny R. Ruiz III
> Priority: Trivial
>  Fix For: 2.0.1
>  Attachments: MNG-1336-project-info-reports-plugin.patch
>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> We use mantis as an issue-tracking management system, and I wanted this 
> report to reflect that choice. Before I get into that though, one tiny 
> grammar mistake should be fixed first in the project-info-report.properties:
> report.issuetracking.general.intro=This project uses an Issue Management 
> System to manage its issues.
> Note the "an Issue", rather than "a issue". This led me to believe that maven 
> was not grabbing the system I specified in the pom and making the proper 
> substitution (ie ... a Mantis Issue Management ...). Of course that wasn't at 
> all the case.
> Looking at the code, it was easy to add Mantis as an option, but why should 
> one need to specify a valid system in code, and then in the properties file? 
> And then make my customized version of the plugin available to the team? Just 
> so that we can have a custom link to our IM system.
> Well, I don't think that is going to get fixed, because that would mean a 
> change in the POM, so if Mantis can simply be added to the list of valid IM 
> systems: 
> report.issuetracking.mantis.intro=This project uses {Mantis, 
> http://www.mantisbt.org/}.
> and then the corresponding change in IssueTrackingReport.renderBody()
> Thanks.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-986) add configurable powered by logo

2005-11-13 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-986?page=all ]

Johnny R. Ruiz III updated MNG-986:
---

Attachment: MNG-986-maven-site-plugin-2.patch

Here's another patch,  this may be patch or just the first one.
 -  The difference on the first patch is it follows the Maven 1 Xdoc Plugin 
convention mentioned by Lukas.

  
http://www.bulldozer.net";
  img="maven-bulldozer.png"/>
  

Please apply whatever is more suitable. 

Thanks.

> add configurable powered by logo
> 
>
>  Key: MNG-986
>  URL: http://jira.codehaus.org/browse/MNG-986
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0.1
>  Attachments: MNG-986-maven-site-plugin-2.patch, 
> MNG-986-maven-site-plugin.patch
>
>


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-691) Ability to assign a report to choosen navigation menu

2005-11-11 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-691?page=comments#action_50662 ] 

Johnny R. Ruiz III commented on MNG-691:


How are we going to configure the menu for each report?  Do we need to add a 
configuration on reports  ?  

> Ability to assign a report to choosen navigation menu 
> --
>
>  Key: MNG-691
>  URL: http://jira.codehaus.org/browse/MNG-691
>  Project: Maven 2
> Type: Wish
>   Components: maven-site-plugin
> Reporter: Michal Maczka
> Priority: Minor
>  Fix For: 2.0.1

>
>
> It will be nice to have a possibiliy of deciding per report basis where (in 
> which menu) given report will appear in the left side navigation instead of 
> putting all reports into one bag (reports menu).

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-986) add configurable powered by logo

2005-11-10 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-986?page=all ]

Johnny R. Ruiz III updated MNG-986:
---

Attachment: MNG-986-maven-site-plugin.patch

- I have attached a patch that will allow to configure the PoweredByLogo
- I did some improvement, now you can include more than one logo.
- To test, add this to your site.xml


  Powered By Title
  http://www.yahoo.com


  Powered By Title 2
  maven-feather.png
  http://www.google.com



Please apply this patch.  Thanks   :)

> add configurable powered by logo
> 
>
>  Key: MNG-986
>  URL: http://jira.codehaus.org/browse/MNG-986
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0.1
>  Attachments: MNG-986-maven-site-plugin.patch
>
>


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-986) add configurable powered by logo

2005-11-10 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-986?page=all ]

Johnny R. Ruiz III updated MNG-986:
---

Attachment: (was: MNG-986-maven-site-plugin.patch)

> add configurable powered by logo
> 
>
>  Key: MNG-986
>  URL: http://jira.codehaus.org/browse/MNG-986
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0.1

>
>


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-1431) Create link in subscribe/unscribe field if field starts with http:// in mailinglist report.

2005-11-10 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-1431?page=comments#action_50633 ] 

Johnny R. Ruiz III commented on MNG-1431:
-

This is already being done by   maven-project-info-reports-plugin 2.0-beta-4.  
This issue should be closed.

> Create link in subscribe/unscribe field if field starts with http:// in 
> mailinglist report.
> ---
>
>  Key: MNG-1431
>  URL: http://jira.codehaus.org/browse/MNG-1431
>  Project: Maven 2
> Type: Improvement
>   Components: maven-project-info-reports-plugin
> Versions: 2.0
>  Environment: OpenSuSE 10, Maven 2.0, maven-project-info-reports-plugin 
> 2.0--beta-3
> Reporter: Rohnny Moland (JIRA)
> Priority: Minor

>
>
> When pom subscribe/unsubscribe field starts with http:// , should create a 
> link and hide the full url in the mailing list report. 
> Not all subscription systems can use a direct mailto: address in those fields.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-986) add configurable powered by logo

2005-11-09 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-986?page=all ]

Johnny R. Ruiz III updated MNG-986:
---

Attachment: MNG-986-maven-site-plugin.patch

- This patch is to make powered by logo configurable.


- To test put this in your site.xml
  
Powered By Title
maven-bulldozer.png
http://www.yahoo.com
  


> add configurable powered by logo
> 
>
>  Key: MNG-986
>  URL: http://jira.codehaus.org/browse/MNG-986
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0.1
>  Attachments: MNG-986-maven-site-plugin.patch
>
>


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-990) add basic positional configuration

2005-11-09 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-990?page=all ]

Johnny R. Ruiz III updated MNG-990:
---

Attachment: MNG-990-maven-site-plugin.patch

-  This patch is to enable Published date position to be configurable (left, 
right, navigation-top, navigation-bottom, bottom).

-  You may also specify the date Formatting.  
-  Note: Version will be displayed only when date position=left.
-  I also changed the dependency of  plexus site-renderer
   -  org.codehaus.plexus
   -  plexus-site-renderer
   -  1.0-alpha-4-SNAPSHOT  
  +  org.codehaus.doxia
  +  doxia-site-renderer
  +  1.0-alpha-6-SNAPSHOT


To test put this in your site descriptor (site.xml)

2.0.1


Please apply.  Thanks a lot.

> add basic positional configuration
> --
>
>  Key: MNG-990
>  URL: http://jira.codehaus.org/browse/MNG-990
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0.1
>  Attachments: MNG-990-maven-site-plugin.patch
>
> Original Estimate: 5 hours
> Remaining: 5 hours
>
> add the positional configuration, like maven.xdoc.date and maven.xdoc.version 
> in m1.
> Add date formatting properties.
> These should both be part of the site descriptor.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-1435) Test summary only prints out execution time for last test

2005-11-08 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1435?page=all ]

Johnny R. Ruiz III updated MNG-1435:


Assign To: Johnny R. Ruiz III

I submitted a patch for  SUREFIRE-12.   As soon as this is patched and the 
dependency to it is updated, this will be fixed.

> Test summary only prints out execution time for last test
> -
>
>  Key: MNG-1435
>  URL: http://jira.codehaus.org/browse/MNG-1435
>  Project: Maven 2
> Type: Bug
>   Components: maven-surefire-plugin
> Reporter: Boris Boehlen
> Assignee: Johnny R. Ruiz III

>
>
> The surefire plugin only prints out the execution time used for the last 
> test. The execution time of the previous tests is ignored.
> E.g. the end of the TEST-foo.xml says:
>   
>   
>   
> 
> And the surefire summary says:
> [surefire] Running i3.dragos.PsqlAllTests
> [surefire] Tests run: 157, Failures: 0, Errors: 0, Time elapsed: 0.056 sec
> Obviously, surefire should print out the total execution time of all tests.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-1387) surefire plugin crashes

2005-11-08 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-1387?page=comments#action_50398 ] 

Johnny R. Ruiz III commented on MNG-1387:
-

Yup, I believe there is a plan to support other testing frameworks like TestNG. 
 I am not sure if someone is already working on it.

> surefire plugin crashes
> ---
>
>  Key: MNG-1387
>  URL: http://jira.codehaus.org/browse/MNG-1387
>  Project: Maven 2
> Type: Bug
>   Components: maven-surefire-plugin
> Versions: 2.0.1, 2.0
>  Environment: win XP-SP2, jvm 1.4.2_08
> Reporter: Erick Dovale
> Assignee: Johnny R. Ruiz III
>  Attachments: MNG-1387-surefire.patch, test-surefire.zip
>
>
> The surefire plugin crashes with the following exception:
> Reporter method testStarting completed abruptly with an exception.
> java.lang.StringIndexOutOfBoundsException: String index out of range: -1
> at java.lang.String.substring(String.java:1444)
> at 
> org.codehaus.surefire.report.XMLReporter.testStarting(XMLReporter.jav
> a:101)
> at 
> org.codehaus.surefire.report.ReporterManager.testStarting(ReporterMan
> ager.java:304)
> at 
> org.codehaus.surefire.battery.TestListenerInvocationHandler.handleSta
> rtTest(TestListenerInvocationHandler.java:143)
> at 
> org.codehaus.surefire.battery.TestListenerInvocationHandler.invoke(Te
> stListenerInvocationHandler.java:120)
> at $Proxy0.startTest(Unknown Source)
> at junit.framework.TestResult.startTest(TestResult.java:151)
> at junit.framework.TestResult.run(TestResult.java:103)
> at junit.framework.TestCase.run(TestCase.java:118)
> at junit.framework.TestSuite.runTest(TestSuite.java:208)
> at junit.framework.TestSuite.run(TestSuite.java:203)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at 
> org.codehaus.surefire.battery.JUnitBattery.executeJUnit(JUnitBattery.
> java:246)
> at 
> org.codehaus.surefire.battery.JUnitBattery.execute(JUnitBattery.java:
> 220)
> at org.codehaus.surefire.Surefire.executeBattery(Surefire.java:204)
> at org.codehaus.surefire.Surefire.run(Surefire.java:153)
> at org.codehaus.surefire.Surefire.run(Surefire.java:77)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.codehaus.surefire.SurefireBooter.run(SurefireBooter.java:104)
> at 
> org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:309)
> at 
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
> nManager.java:412)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
> ultLifecycleExecutor.java:519)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
> fecycle(DefaultLifecycleExecutor.java:469)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
> ltLifecycleExecutor.java:448)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
> dleFailures(DefaultLifecycleExecutor.java:301)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
> ts(DefaultLifecycleExecutor.java:268)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
> fecycleExecutor.java:137)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> at 
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

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

[jira] Closed: (MNG-1392) Surefire Report fails if LANG is not US under Linux

2005-11-08 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1392?page=all ]
 
Johnny R. Ruiz III closed MNG-1392:
---

  Assign To: Johnny R. Ruiz III
 Resolution: Fixed
Fix Version: 2.0.1

Duplicate with MOJO-100
A patch is applied in SUREFIRE-9

> Surefire Report fails if LANG is not US under Linux
> ---
>
>  Key: MNG-1392
>  URL: http://jira.codehaus.org/browse/MNG-1392
>  Project: Maven 2
> Type: Bug
>   Components: maven-surefire-plugin
>  Environment: Linux
> Environment variable LANG=de_DE
> Reporter: Boris Boehlen
> Assignee: Johnny R. Ruiz III
> Priority: Blocker
>  Fix For: 2.0.1

>
>
> When the locale is de_DE Maven fails to generate the report for surefire.
> With this locale the execution times of the unit test is written as "3,52" 
> and not as "3.52". When the surefire-report is generated the following 
> exception is thrown:
> [INFO] Generate "Maven Surefire Report" report.
> java.lang.NumberFormatException: For input string: "1,858"
> at 
> sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1224)
> at java.lang.Float.parseFloat(Float.java:394)
> at 
> org.codehaus.mojo.surefire.ReportTestSuite.startElement(ReportTestSuite.java:78)
> at 
> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:533)
> at 
> com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.startElement(XMLDTDValidator.java:798)
> at 
> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:878)
> at 
> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElementHook(XMLDocumentScannerImpl.java:1157)
> at 
> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1794)
> at 
> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
> at 
> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
> at 
> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
> at 
> com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
> at 
> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
> at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
> at javax.xml.parsers.SAXParser.parse(SAXParser.java:311)
> at 
> org.codehaus.mojo.surefire.ReportTestSuite.(ReportTestSuite.java:59)
> at 
> org.codehaus.mojo.surefire.SurefireReportParser.parseXMLReportFiles(SurefireReportParser.java:42)

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Closed: (MNG-1387) surefire plugin crashes

2005-11-06 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1387?page=all ]
 
Johnny R. Ruiz III closed MNG-1387:
---

Resolution: Fixed

I committed a patch for surefire.  But I don't suggest overriding the 
toString() method of the testCase since the testCase name will be overriden.  

Fixed.

> surefire plugin crashes
> ---
>
>  Key: MNG-1387
>  URL: http://jira.codehaus.org/browse/MNG-1387
>  Project: Maven 2
> Type: Bug
>   Components: maven-surefire-plugin
> Versions: 2.0.1, 2.0
>  Environment: win XP-SP2, jvm 1.4.2_08
> Reporter: Erick Dovale
> Assignee: Johnny R. Ruiz III
>  Attachments: MNG-1387-surefire.patch, test-surefire.zip
>
>
> The surefire plugin crashes with the following exception:
> Reporter method testStarting completed abruptly with an exception.
> java.lang.StringIndexOutOfBoundsException: String index out of range: -1
> at java.lang.String.substring(String.java:1444)
> at 
> org.codehaus.surefire.report.XMLReporter.testStarting(XMLReporter.jav
> a:101)
> at 
> org.codehaus.surefire.report.ReporterManager.testStarting(ReporterMan
> ager.java:304)
> at 
> org.codehaus.surefire.battery.TestListenerInvocationHandler.handleSta
> rtTest(TestListenerInvocationHandler.java:143)
> at 
> org.codehaus.surefire.battery.TestListenerInvocationHandler.invoke(Te
> stListenerInvocationHandler.java:120)
> at $Proxy0.startTest(Unknown Source)
> at junit.framework.TestResult.startTest(TestResult.java:151)
> at junit.framework.TestResult.run(TestResult.java:103)
> at junit.framework.TestCase.run(TestCase.java:118)
> at junit.framework.TestSuite.runTest(TestSuite.java:208)
> at junit.framework.TestSuite.run(TestSuite.java:203)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at 
> org.codehaus.surefire.battery.JUnitBattery.executeJUnit(JUnitBattery.
> java:246)
> at 
> org.codehaus.surefire.battery.JUnitBattery.execute(JUnitBattery.java:
> 220)
> at org.codehaus.surefire.Surefire.executeBattery(Surefire.java:204)
> at org.codehaus.surefire.Surefire.run(Surefire.java:153)
> at org.codehaus.surefire.Surefire.run(Surefire.java:77)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.codehaus.surefire.SurefireBooter.run(SurefireBooter.java:104)
> at 
> org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:309)
> at 
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
> nManager.java:412)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
> ultLifecycleExecutor.java:519)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
> fecycle(DefaultLifecycleExecutor.java:469)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
> ltLifecycleExecutor.java:448)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
> dleFailures(DefaultLifecycleExecutor.java:301)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
> ts(DefaultLifecycleExecutor.java:268)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
> fecycleExecutor.java:137)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> at 
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

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

[jira] Updated: (MNG-1387) surefire plugin crashes

2005-11-06 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1387?page=all ]

Johnny R. Ruiz III updated MNG-1387:


Attachment: MNG-1387-surefire.patch

Here's a patch to surefire project itself.   This is committed in surefire 
project.  I attached here for reference. 

> surefire plugin crashes
> ---
>
>  Key: MNG-1387
>  URL: http://jira.codehaus.org/browse/MNG-1387
>  Project: Maven 2
> Type: Bug
>   Components: maven-surefire-plugin
> Versions: 2.0.1, 2.0
>  Environment: win XP-SP2, jvm 1.4.2_08
> Reporter: Erick Dovale
> Assignee: Johnny R. Ruiz III
>  Attachments: MNG-1387-surefire.patch, test-surefire.zip
>
>
> The surefire plugin crashes with the following exception:
> Reporter method testStarting completed abruptly with an exception.
> java.lang.StringIndexOutOfBoundsException: String index out of range: -1
> at java.lang.String.substring(String.java:1444)
> at 
> org.codehaus.surefire.report.XMLReporter.testStarting(XMLReporter.jav
> a:101)
> at 
> org.codehaus.surefire.report.ReporterManager.testStarting(ReporterMan
> ager.java:304)
> at 
> org.codehaus.surefire.battery.TestListenerInvocationHandler.handleSta
> rtTest(TestListenerInvocationHandler.java:143)
> at 
> org.codehaus.surefire.battery.TestListenerInvocationHandler.invoke(Te
> stListenerInvocationHandler.java:120)
> at $Proxy0.startTest(Unknown Source)
> at junit.framework.TestResult.startTest(TestResult.java:151)
> at junit.framework.TestResult.run(TestResult.java:103)
> at junit.framework.TestCase.run(TestCase.java:118)
> at junit.framework.TestSuite.runTest(TestSuite.java:208)
> at junit.framework.TestSuite.run(TestSuite.java:203)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at 
> org.codehaus.surefire.battery.JUnitBattery.executeJUnit(JUnitBattery.
> java:246)
> at 
> org.codehaus.surefire.battery.JUnitBattery.execute(JUnitBattery.java:
> 220)
> at org.codehaus.surefire.Surefire.executeBattery(Surefire.java:204)
> at org.codehaus.surefire.Surefire.run(Surefire.java:153)
> at org.codehaus.surefire.Surefire.run(Surefire.java:77)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.codehaus.surefire.SurefireBooter.run(SurefireBooter.java:104)
> at 
> org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:309)
> at 
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
> nManager.java:412)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
> ultLifecycleExecutor.java:519)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
> fecycle(DefaultLifecycleExecutor.java:469)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
> ltLifecycleExecutor.java:448)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
> dleFailures(DefaultLifecycleExecutor.java:301)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
> ts(DefaultLifecycleExecutor.java:268)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
> fecycleExecutor.java:137)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> at 
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

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

[jira] Commented: (MNG-1387) surefire plugin crashes

2005-11-02 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-1387?page=comments#action_49892 ] 

Johnny R. Ruiz III commented on MNG-1387:
-

It doesn't happen always;   Can you give me a sample project that I can use to 
duplicate this?   Thanks.


> surefire plugin crashes
> ---
>
>  Key: MNG-1387
>  URL: http://jira.codehaus.org/browse/MNG-1387
>  Project: Maven 2
> Type: Bug
>   Components: maven-surefire-plugin
> Versions: 2.0.1, 2.0
>  Environment: win XP-SP2, jvm 1.4.2_08
> Reporter: Erick Dovale
> Assignee: Johnny R. Ruiz III

>
>
> The surefire plugin crashes with the following exception:
> Reporter method testStarting completed abruptly with an exception.
> java.lang.StringIndexOutOfBoundsException: String index out of range: -1
> at java.lang.String.substring(String.java:1444)
> at 
> org.codehaus.surefire.report.XMLReporter.testStarting(XMLReporter.jav
> a:101)
> at 
> org.codehaus.surefire.report.ReporterManager.testStarting(ReporterMan
> ager.java:304)
> at 
> org.codehaus.surefire.battery.TestListenerInvocationHandler.handleSta
> rtTest(TestListenerInvocationHandler.java:143)
> at 
> org.codehaus.surefire.battery.TestListenerInvocationHandler.invoke(Te
> stListenerInvocationHandler.java:120)
> at $Proxy0.startTest(Unknown Source)
> at junit.framework.TestResult.startTest(TestResult.java:151)
> at junit.framework.TestResult.run(TestResult.java:103)
> at junit.framework.TestCase.run(TestCase.java:118)
> at junit.framework.TestSuite.runTest(TestSuite.java:208)
> at junit.framework.TestSuite.run(TestSuite.java:203)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at 
> org.codehaus.surefire.battery.JUnitBattery.executeJUnit(JUnitBattery.
> java:246)
> at 
> org.codehaus.surefire.battery.JUnitBattery.execute(JUnitBattery.java:
> 220)
> at org.codehaus.surefire.Surefire.executeBattery(Surefire.java:204)
> at org.codehaus.surefire.Surefire.run(Surefire.java:153)
> at org.codehaus.surefire.Surefire.run(Surefire.java:77)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.codehaus.surefire.SurefireBooter.run(SurefireBooter.java:104)
> at 
> org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:309)
> at 
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
> nManager.java:412)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
> ultLifecycleExecutor.java:519)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
> fecycle(DefaultLifecycleExecutor.java:469)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
> ltLifecycleExecutor.java:448)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
> dleFailures(DefaultLifecycleExecutor.java:301)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
> ts(DefaultLifecycleExecutor.java:268)
> at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
> fecycleExecutor.java:137)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> at 
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

-- 
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] Commented: (MNG-963) add "toplinks" configuration for FAQs

2005-11-02 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-963?page=comments#action_49886 ] 

Johnny R. Ruiz III commented on MNG-963:


Done.  toplink=true.   Please apply patch of DOXIA-21.  Thanks.

> add "toplinks" configuration for FAQs
> -
>
>  Key: MNG-963
>  URL: http://jira.codehaus.org/browse/MNG-963
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0.1

>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> need to be able to tell the FAQ whether to generate the top links.
> There are probably a few options for configuring the sinks:
> - put it in the fml file as metadata
> - add that configuration to the site mojo as various subsections that can be 
> passed as beans to doxia
> - add to site.xml

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-990) add basic positional configuration

2005-10-28 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-990?page=all ]

Johnny R. Ruiz III updated MNG-990:
---

 Assign To: Johnny R. Ruiz III
Remaining Estimate: 5 hours
 Original Estimate: 18000

> add basic positional configuration
> --
>
>  Key: MNG-990
>  URL: http://jira.codehaus.org/browse/MNG-990
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0.1

>
> Original Estimate: 5 hours
> Remaining: 5 hours
>
> add the positional configuration, like maven.xdoc.date and maven.xdoc.version 
> in m1.
> Add date formatting properties.
> These should both be part of the site descriptor.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-1336) the issue management report should handle more issue management systems

2005-10-27 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1336?page=all ]

Johnny R. Ruiz III updated MNG-1336:


Attachment: MNG-1336-project-info-reports-plugin.patch

This patch enables other Issue Management System to be displayed in the report.

Please apply, thanks.

> the issue management report should handle more issue management systems
> ---
>
>  Key: MNG-1336
>  URL: http://jira.codehaus.org/browse/MNG-1336
>  Project: Maven 2
> Type: Improvement
>   Components: maven-project-info-reports-plugin
> Versions: 2.0 (RC)
>  Environment: osx 10.4.2, java 1.4.2_09
> Reporter: Julian Wood
> Assignee: Johnny R. Ruiz III
> Priority: Trivial
>  Fix For: 2.0.1
>  Attachments: MNG-1336-project-info-reports-plugin.patch
>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> We use mantis as an issue-tracking management system, and I wanted this 
> report to reflect that choice. Before I get into that though, one tiny 
> grammar mistake should be fixed first in the project-info-report.properties:
> report.issuetracking.general.intro=This project uses an Issue Management 
> System to manage its issues.
> Note the "an Issue", rather than "a issue". This led me to believe that maven 
> was not grabbing the system I specified in the pom and making the proper 
> substitution (ie ... a Mantis Issue Management ...). Of course that wasn't at 
> all the case.
> Looking at the code, it was easy to add Mantis as an option, but why should 
> one need to specify a valid system in code, and then in the properties file? 
> And then make my customized version of the plugin available to the team? Just 
> so that we can have a custom link to our IM system.
> Well, I don't think that is going to get fixed, because that would mean a 
> change in the POM, so if Mantis can simply be added to the list of valid IM 
> systems: 
> report.issuetracking.mantis.intro=This project uses {Mantis, 
> http://www.mantisbt.org/}.
> and then the corresponding change in IssueTrackingReport.renderBody()
> Thanks.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-1336) the issue management report should handle more issue management systems

2005-10-27 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1336?page=all ]

Johnny R. Ruiz III updated MNG-1336:


 Assign To: Johnny R. Ruiz III
Remaining Estimate: 3 hours
 Original Estimate: 10800

> the issue management report should handle more issue management systems
> ---
>
>  Key: MNG-1336
>  URL: http://jira.codehaus.org/browse/MNG-1336
>  Project: Maven 2
> Type: Improvement
>   Components: maven-project-info-reports-plugin
> Versions: 2.0 (RC)
>  Environment: osx 10.4.2, java 1.4.2_09
> Reporter: Julian Wood
> Assignee: Johnny R. Ruiz III
> Priority: Trivial
>  Fix For: 2.0.1

>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> We use mantis as an issue-tracking management system, and I wanted this 
> report to reflect that choice. Before I get into that though, one tiny 
> grammar mistake should be fixed first in the project-info-report.properties:
> report.issuetracking.general.intro=This project uses an Issue Management 
> System to manage its issues.
> Note the "an Issue", rather than "a issue". This led me to believe that maven 
> was not grabbing the system I specified in the pom and making the proper 
> substitution (ie ... a Mantis Issue Management ...). Of course that wasn't at 
> all the case.
> Looking at the code, it was easy to add Mantis as an option, but why should 
> one need to specify a valid system in code, and then in the properties file? 
> And then make my customized version of the plugin available to the team? Just 
> so that we can have a custom link to our IM system.
> Well, I don't think that is going to get fixed, because that would mean a 
> change in the POM, so if Mantis can simply be added to the list of valid IM 
> systems: 
> report.issuetracking.mantis.intro=This project uses {Mantis, 
> http://www.mantisbt.org/}.
> and then the corresponding change in IssueTrackingReport.renderBody()
> Thanks.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (CONTINUUM-371) When logging in to Continuum, wrong user/password creates exception report. This can be improved.

2005-10-26 Thread Johnny R. Ruiz III (JIRA)
When logging in to Continuum,  wrong user/password creates exception report.  
This can be improved.
---

 Key: CONTINUUM-371
 URL: http://jira.codehaus.org/browse/CONTINUUM-371
 Project: Continuum
Type: Bug
  Components: continuum-web  
Versions: 1.0
 Reporter: Johnny R. Ruiz III
Priority: Minor


Here's the exception report.

java.lang.Exception: Your login/password is incorrect
at org.apache.maven.continuum.web.action.Login.execute(Login.java:67)
at 
org.codehaus.plexus.summit.pipeline.valve.ActionValve.invoke(ActionValve.java:68)
at 
org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(AbstractPipeline.java:70)
at org.codehaus.plexus.summit.Summit.doGet(Summit.java:54)
at org.codehaus.plexus.summit.Summit.doPost(Summit.java:108)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:615)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
at 
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)
at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
at 
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:525)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
at org.mortbay.http.HttpServer.service(HttpServer.java:879)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:789)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806)
at 
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520)


-- 
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-1314) The default project-jdk-name in project.ipr doesn't work when used on Idea when jdkName is not specified in pom

2005-10-26 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1314?page=all ]

Johnny R. Ruiz III updated MNG-1314:


Attachment: MNG-1314-maven-idea-plugin.patch

I have created a patch for this.

-  By default it will use the project-jdk-name format from Idea version 5.0.1 
which is  "1.4" or "1.5".  
-  You can set argument -DideaVersion=4.xxx   to use the format "java version 
"1.4.2_08""

Please apply.  Thanks.



> The default project-jdk-name  in project.ipr doesn't work when used on Idea  
> when jdkName is not specified in pom
> -
>
>  Key: MNG-1314
>  URL: http://jira.codehaus.org/browse/MNG-1314
>  Project: Maven 2
> Type: Bug
>   Components: maven-idea-plugin
> Reporter: Johnny R. Ruiz III
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0.1
>  Attachments: MNG-1314-maven-idea-plugin.patch
>
>
> When jdkName is not specified in configuration of idea:idea,  the default 
> java version is used.  It creates an entry in project.ipr that is not working.
>  jdk-15="false" project-jdk-name="java version 1.4.2_08" />  --> this doesn't 
> work
>  jdk-15="false" project-jdk-name="java version "1.4.2_08"" />  -->  
> this worked.
> Does anyone experience the same problem?  I'll create a patch for this, might 
> be useful if this is really an error.  

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-963) add "toplinks" configuration for FAQs

2005-10-26 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-963?page=comments#action_49279 ] 

Johnny R. Ruiz III commented on MNG-963:


I submitted patch for DOXIA-21.   

[top] links will be generated if attribute toplink="true".

eg.  



Is this OK?

> add "toplinks" configuration for FAQs
> -
>
>  Key: MNG-963
>  URL: http://jira.codehaus.org/browse/MNG-963
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0.1

>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> need to be able to tell the FAQ whether to generate the top links.
> There are probably a few options for configuring the sinks:
> - put it in the fml file as metadata
> - add that configuration to the site mojo as various subsections that can be 
> passed as beans to doxia
> - add to site.xml

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-963) add "toplinks" configuration for FAQs

2005-10-26 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-963?page=comments#action_49273 ] 

Johnny R. Ruiz III commented on MNG-963:


In FML file,  Can we add the configuration as one attribute to  tag?  If set to true then generate all [top] links 
of the FAQs.  

or an individual configuration per  is required? 

> add "toplinks" configuration for FAQs
> -
>
>  Key: MNG-963
>  URL: http://jira.codehaus.org/browse/MNG-963
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0.1

>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> need to be able to tell the FAQ whether to generate the top links.
> There are probably a few options for configuring the sinks:
> - put it in the fml file as metadata
> - add that configuration to the site mojo as various subsections that can be 
> passed as beans to doxia
> - add to site.xml

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-998) create modules instead of libraries for projects already in the workspace

2005-10-25 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-998?page=all ]

Johnny R. Ruiz III updated MNG-998:
---

Attachment: MNG-998-maven-idea-plugin.patch

- Here's a patch for this issue that will create module instead of libraries 
for projects already in the workspace.  
  What I did is get all modules of the parent and check each dependency if it 
is already in the module list.  

-  I cannot use the value of getCollectedProjects() since when plugin is 
executing in the modules, getParent.getCollectedProjects() returns null.
-  I cannot read the module line in workspace file since it is the last file to 
be created when running this plugin on a multi-project. 

Please check my patch, and apply if it is OK.   I already test this and it 
worked for Idea 4.5 and 5.0. Thanks!



> create modules instead of libraries for projects already in the workspace
> -
>
>  Key: MNG-998
>  URL: http://jira.codehaus.org/browse/MNG-998
>  Project: Maven 2
> Type: Improvement
>   Components: maven-idea-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0.1
>  Attachments: MNG-998-maven-idea-plugin.patch
>
>
> not sure whether it will be possible to identify these from the module line - 
> check it out.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-1314) The default project-jdk-name in project.ipr doesn't work when used on Idea when jdkName is not specified in pom

2005-10-24 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-1314?page=comments#action_49219 ] 

Johnny R. Ruiz III commented on MNG-1314:
-

Anyone knows the default format for IDEA 5.0?   

> The default project-jdk-name  in project.ipr doesn't work when used on Idea  
> when jdkName is not specified in pom
> -
>
>  Key: MNG-1314
>  URL: http://jira.codehaus.org/browse/MNG-1314
>  Project: Maven 2
> Type: Bug
>   Components: maven-idea-plugin
> Reporter: Johnny R. Ruiz III
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0.1

>
>
> When jdkName is not specified in configuration of idea:idea,  the default 
> java version is used.  It creates an entry in project.ipr that is not working.
>  jdk-15="false" project-jdk-name="java version 1.4.2_08" />  --> this doesn't 
> work
>  jdk-15="false" project-jdk-name="java version "1.4.2_08"" />  -->  
> this worked.
> Does anyone experience the same problem?  I'll create a patch for this, might 
> be useful if this is really an error.  

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MNG-1314) The default project-jdk-name in project.ipr doesn't work when used on Idea when jdkName is not specified in pom

2005-10-24 Thread Johnny R. Ruiz III (JIRA)
The default project-jdk-name  in project.ipr doesn't work when used on Idea  
when jdkName is not specified in pom
-

 Key: MNG-1314
 URL: http://jira.codehaus.org/browse/MNG-1314
 Project: Maven 2
Type: Bug
  Components: maven-idea-plugin  
 Reporter: Johnny R. Ruiz III
 Assigned to: Johnny R. Ruiz III 
 Fix For: 2.0.1


When jdkName is not specified in configuration of idea:idea,  the default java 
version is used.  It creates an entry in project.ipr that is not working.

  --> this doesn't 
work

  -->  
this worked.

Does anyone experience the same problem?  I'll create a patch for this, might 
be useful if this is really an error.  

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-996) add excludes for subprojects in the root iml of a multiproject

2005-10-24 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-996?page=all ]

Johnny R. Ruiz III updated MNG-996:
---

Attachment: MNG-996-maven-idea-plugin.patch

This is a patch for this issue. 

-  I added to the root .ipr  the root.iml of the root project so the root 
project can be browse.  



  

-  I did not add excludes for subprojects in the root iml of  a multiproject  
because by default the modules directory didn't show in the root project.  

I tested this fix in Idea 4.5.4.  Please verify if it is compatible in your 
Idea version.  

Please apply patch.  Thanks.  

> add excludes for subprojects in the root iml of a multiproject
> --
>
>  Key: MNG-996
>  URL: http://jira.codehaus.org/browse/MNG-996
>  Project: Maven 2
> Type: Improvement
>   Components: maven-idea-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0.1
>  Attachments: MNG-996-maven-idea-plugin.patch
>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> 
> 
>   
>  path="${project.file.parentFile.canonicalFile}" separator="/" />
>   
>   
> 

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-996) add excludes for subprojects in the root iml of a multiproject

2005-10-24 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-996?page=all ]

Johnny R. Ruiz III updated MNG-996:
---

 Assign To: Johnny R. Ruiz III
Remaining Estimate: 3 hours
 Original Estimate: 10800

> add excludes for subprojects in the root iml of a multiproject
> --
>
>  Key: MNG-996
>  URL: http://jira.codehaus.org/browse/MNG-996
>  Project: Maven 2
> Type: Improvement
>   Components: maven-idea-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0.1

>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> 
> 
>   
>  path="${project.file.parentFile.canonicalFile}" separator="/" />
>   
>   
> 

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-1001) add SCM info to project/module

2005-10-21 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1001?page=all ]

Johnny R. Ruiz III updated MNG-1001:


Attachment: MNG1001-maven-idea-plugin.patch

-  This is a patch to add configuration for VCS (svn, perforce, cvs) in 
workspace.xml template.
-  I also patch IdeaMojo to save scmType to ACTIVE_VCS_NAME in  
VcsManagerConfiguration.
-  Unit test included.

Please check the solution if I did the right thing.  and please patch if OK.
Thanks a lot.

:)

> add SCM info to project/module
> --
>
>  Key: MNG-1001
>  URL: http://jira.codehaus.org/browse/MNG-1001
>  Project: Maven 2
> Type: Improvement
>   Components: maven-idea-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Attachments: MNG1001-maven-idea-plugin.patch
>
>


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-1229) descriptorId not set via commandline switch

2005-10-19 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1229?page=all ]

Johnny R. Ruiz III updated MNG-1229:


Attachment: MNG-1229-maven-assembly-plugin.patch

I updated the Howto documentation.
  -  changed " -Dmaven.assembly.descriptorId"  -->  "-DdescriptorId"
  -  changed "-Dmaven.assembly.descriptor"  -->  "-Ddescriptor"
  -  updated the howto for assembly:goal

Please apply this patch.   Thanks a lot.

> descriptorId not set via commandline switch
> ---
>
>  Key: MNG-1229
>  URL: http://jira.codehaus.org/browse/MNG-1229
>  Project: Maven 2
> Type: Bug
>   Components: maven-assembly-plugin
> Versions: 2.0 (RC)
>  Environment: Linux u-235 2.6.10-gentoo-r4 #1 SMP Mon Jan 10 14:53:56 EST 
> 2005 i686 AMD Athlon(tm) MP 2400+ AuthenticAMD GNU/Linux
> java version "1.4.2_08"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03)
> Java HotSpot(TM) Client VM (build 1.4.2_08-b03, mixed mode)
> Reporter: Andrew Moore
> Assignee: Johnny R. Ruiz III
>  Attachments: MNG-1229-maven-assembly-plugin.patch
>
> Original Estimate: 2 hours
> Remaining: 2 hours
>
> When calling assembly:assembly, the assembly descriptorId does not
> appear to be set when specifying maven.assembly.descriptorId via a
> command line switch [1].
> org.apache.maven.BuildFailureException: You must specify descriptor or
> descriptorId
> If the descriptorId is set in the project POM [2] it works as expected [3].
> Listing 1:
> $ m2 -X -Dmaven.assembly.descriptorId=src clean:clean assembly:assembly
> + Error stacktraces are turned on.
> [DEBUG] Building Maven user-level plugin registry from:
> '/home/amm/.m2/plugin-registry.xml'
> [DEBUG] Building Maven global-level plugin registry from:
> '/opt/maven/conf/plugin-registry.xml'
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'clean'.
> [DEBUG] maven-clean-plugin: resolved to version 2.0 from repository central
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:maven-clean-plugin:maven-plugin:2.0
> [DEBUG] maven-assembly-plugin: resolved to version 2.0 from repository
> central
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:maven-assembly-plugin:maven-plugin:2.0
> [INFO]
> 
> [INFO] Building Maven Quick Start Archetype
> [INFO]task-segment: [clean:clean]
> [INFO]
> 
> [DEBUG] org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.0
> (selected for runtime)
> [DEBUG] Configuring mojo
> 'org.apache.maven.plugins:maven-clean-plugin:2.0:clean' -->
> [DEBUG]   (f) directory = /secure/home/amm/prj/bt3/distra/test/target
> [DEBUG]   (f) outputDirectory =
> /secure/home/amm/prj/bt3/distra/test/target/classes
> [DEBUG]   (f) testOutputDirectory =
> /secure/home/amm/prj/bt3/distra/test/target/test-classes
> [DEBUG] -- end configuration --
> [INFO] [clean:clean]
> [INFO] Deleting directory /secure/home/amm/prj/bt3/distra/test/target
> [INFO]
> 
> [INFO] Building Maven Quick Start Archetype
> [INFO]task-segment: [assembly:assembly] (aggregator-style)
> [INFO]
> 
> [INFO] Preparing assembly:assembly
> [INFO]
> 
> [INFO] Building Maven Quick Start Archetype
> [INFO]
> 
> [DEBUG] maven-resources-plugin: resolved to version 2.0 from repository
> central
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:maven-resources-plugin:maven-plugin:2.0
> [DEBUG] maven-compiler-plugin: resolved to version 2.0 from repository
> central
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:maven-compiler-plugin:maven-plugin:2.0
> [DEBUG] maven-surefire-plugin: resolved to version 2.0-beta-1 from
> repository central
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:maven-surefire-plugin:maven-plugin:2.0-beta-1
> [DEBUG] maven-jar-plugin: resolved to version 2.0 from repository central
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:maven-jar-plugin:maven-plugin:2.0
> [DEBUG] org.apache.maven.plugins:maven-resources-plugin:maven-plugin:2.0
> (selected for runtime)
> [DEBUG]   commons-io:commons-io:jar:1.0 (selected for runtime)
> [DEBUG] junit:junit:jar:3.8.1 (selected for runtime)
> [DEBUG] Configuring mojo
> 'org.apache.maven.plugins:maven-resources-plugin:2.0:resources' -->
> [DEBUG]   (f) filters = []
> [DEBUG]   (f) outputDirectory =
> /secure/home/amm/prj/bt3/distra/test/target/classes
> [DEBUG]   (f) project = [EMAIL PROTECTED]
> [DEBUG]   (f) resources = [EM

[jira] Updated: (MNG-1229) descriptorId not set via commandline switch

2005-10-19 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1229?page=all ]

Johnny R. Ruiz III updated MNG-1229:


Remaining Estimate: 2 hours
 Original Estimate: 7200

- I'm going to update the howto.apt.
- There is also need to change the expression value of  "outputDirectory" from  
 "${project.build.directory}/site" to "${project.reporting.outputDirectory}".


> descriptorId not set via commandline switch
> ---
>
>  Key: MNG-1229
>  URL: http://jira.codehaus.org/browse/MNG-1229
>  Project: Maven 2
> Type: Bug
>   Components: maven-assembly-plugin
> Versions: 2.0 (RC)
>  Environment: Linux u-235 2.6.10-gentoo-r4 #1 SMP Mon Jan 10 14:53:56 EST 
> 2005 i686 AMD Athlon(tm) MP 2400+ AuthenticAMD GNU/Linux
> java version "1.4.2_08"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03)
> Java HotSpot(TM) Client VM (build 1.4.2_08-b03, mixed mode)
> Reporter: Andrew Moore
> Assignee: Johnny R. Ruiz III

>
> Original Estimate: 2 hours
> Remaining: 2 hours
>
> When calling assembly:assembly, the assembly descriptorId does not
> appear to be set when specifying maven.assembly.descriptorId via a
> command line switch [1].
> org.apache.maven.BuildFailureException: You must specify descriptor or
> descriptorId
> If the descriptorId is set in the project POM [2] it works as expected [3].
> Listing 1:
> $ m2 -X -Dmaven.assembly.descriptorId=src clean:clean assembly:assembly
> + Error stacktraces are turned on.
> [DEBUG] Building Maven user-level plugin registry from:
> '/home/amm/.m2/plugin-registry.xml'
> [DEBUG] Building Maven global-level plugin registry from:
> '/opt/maven/conf/plugin-registry.xml'
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'clean'.
> [DEBUG] maven-clean-plugin: resolved to version 2.0 from repository central
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:maven-clean-plugin:maven-plugin:2.0
> [DEBUG] maven-assembly-plugin: resolved to version 2.0 from repository
> central
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:maven-assembly-plugin:maven-plugin:2.0
> [INFO]
> 
> [INFO] Building Maven Quick Start Archetype
> [INFO]task-segment: [clean:clean]
> [INFO]
> 
> [DEBUG] org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.0
> (selected for runtime)
> [DEBUG] Configuring mojo
> 'org.apache.maven.plugins:maven-clean-plugin:2.0:clean' -->
> [DEBUG]   (f) directory = /secure/home/amm/prj/bt3/distra/test/target
> [DEBUG]   (f) outputDirectory =
> /secure/home/amm/prj/bt3/distra/test/target/classes
> [DEBUG]   (f) testOutputDirectory =
> /secure/home/amm/prj/bt3/distra/test/target/test-classes
> [DEBUG] -- end configuration --
> [INFO] [clean:clean]
> [INFO] Deleting directory /secure/home/amm/prj/bt3/distra/test/target
> [INFO]
> 
> [INFO] Building Maven Quick Start Archetype
> [INFO]task-segment: [assembly:assembly] (aggregator-style)
> [INFO]
> 
> [INFO] Preparing assembly:assembly
> [INFO]
> 
> [INFO] Building Maven Quick Start Archetype
> [INFO]
> 
> [DEBUG] maven-resources-plugin: resolved to version 2.0 from repository
> central
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:maven-resources-plugin:maven-plugin:2.0
> [DEBUG] maven-compiler-plugin: resolved to version 2.0 from repository
> central
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:maven-compiler-plugin:maven-plugin:2.0
> [DEBUG] maven-surefire-plugin: resolved to version 2.0-beta-1 from
> repository central
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:maven-surefire-plugin:maven-plugin:2.0-beta-1
> [DEBUG] maven-jar-plugin: resolved to version 2.0 from repository central
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:maven-jar-plugin:maven-plugin:2.0
> [DEBUG] org.apache.maven.plugins:maven-resources-plugin:maven-plugin:2.0
> (selected for runtime)
> [DEBUG]   commons-io:commons-io:jar:1.0 (selected for runtime)
> [DEBUG] junit:junit:jar:3.8.1 (selected for runtime)
> [DEBUG] Configuring mojo
> 'org.apache.maven.plugins:maven-resources-plugin:2.0:resources' -->
> [DEBUG]   (f) filters = []
> [DEBUG]   (f) outputDirectory =
> /secure/home/amm/prj/bt3/distra/test/target/classes
> [DEBUG]   (f) project = [EMAIL PROTECTED]
> [DEBUG]   (f) resources = [EMAIL PROTECTED]
> [DEBUG] -- end configuration --
> [INFO] [resources:resources]
> [INFO] Using def

[jira] Updated: (MNG-1001) add SCM info to project/module

2005-10-19 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1001?page=all ]

Johnny R. Ruiz III updated MNG-1001:


Assign To: Johnny R. Ruiz III

> add SCM info to project/module
> --
>
>  Key: MNG-1001
>  URL: http://jira.codehaus.org/browse/MNG-1001
>  Project: Maven 2
> Type: Improvement
>   Components: maven-idea-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III

>
>


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-1229) descriptorId not set via commandline switch

2005-10-18 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-1229?page=comments#action_48815 ] 

Johnny R. Ruiz III commented on MNG-1229:
-

$ m2 -X -Dmaven.assembly.descriptorId=src clean:clean assembly:assembly 

I think you are using the wrong parameter for setting the descriptorId.   
Instead of using your command above, you should use:

$ m2 -X  -DdescriptorId=src clean:clean assembly:assembly

you could also set -Ddescriptor=

Try it out! Hope it works. 

> descriptorId not set via commandline switch
> ---
>
>  Key: MNG-1229
>  URL: http://jira.codehaus.org/browse/MNG-1229
>  Project: Maven 2
> Type: Bug
>   Components: maven-assembly-plugin
> Versions: 2.0 (RC)
>  Environment: Linux u-235 2.6.10-gentoo-r4 #1 SMP Mon Jan 10 14:53:56 EST 
> 2005 i686 AMD Athlon(tm) MP 2400+ AuthenticAMD GNU/Linux
> java version "1.4.2_08"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03)
> Java HotSpot(TM) Client VM (build 1.4.2_08-b03, mixed mode)
> Reporter: Andrew Moore
> Assignee: Johnny R. Ruiz III

>
>
> When calling assembly:assembly, the assembly descriptorId does not
> appear to be set when specifying maven.assembly.descriptorId via a
> command line switch [1].
> org.apache.maven.BuildFailureException: You must specify descriptor or
> descriptorId
> If the descriptorId is set in the project POM [2] it works as expected [3].
> Listing 1:
> $ m2 -X -Dmaven.assembly.descriptorId=src clean:clean assembly:assembly
> + Error stacktraces are turned on.
> [DEBUG] Building Maven user-level plugin registry from:
> '/home/amm/.m2/plugin-registry.xml'
> [DEBUG] Building Maven global-level plugin registry from:
> '/opt/maven/conf/plugin-registry.xml'
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'clean'.
> [DEBUG] maven-clean-plugin: resolved to version 2.0 from repository central
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:maven-clean-plugin:maven-plugin:2.0
> [DEBUG] maven-assembly-plugin: resolved to version 2.0 from repository
> central
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:maven-assembly-plugin:maven-plugin:2.0
> [INFO]
> 
> [INFO] Building Maven Quick Start Archetype
> [INFO]task-segment: [clean:clean]
> [INFO]
> 
> [DEBUG] org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.0
> (selected for runtime)
> [DEBUG] Configuring mojo
> 'org.apache.maven.plugins:maven-clean-plugin:2.0:clean' -->
> [DEBUG]   (f) directory = /secure/home/amm/prj/bt3/distra/test/target
> [DEBUG]   (f) outputDirectory =
> /secure/home/amm/prj/bt3/distra/test/target/classes
> [DEBUG]   (f) testOutputDirectory =
> /secure/home/amm/prj/bt3/distra/test/target/test-classes
> [DEBUG] -- end configuration --
> [INFO] [clean:clean]
> [INFO] Deleting directory /secure/home/amm/prj/bt3/distra/test/target
> [INFO]
> 
> [INFO] Building Maven Quick Start Archetype
> [INFO]task-segment: [assembly:assembly] (aggregator-style)
> [INFO]
> 
> [INFO] Preparing assembly:assembly
> [INFO]
> 
> [INFO] Building Maven Quick Start Archetype
> [INFO]
> 
> [DEBUG] maven-resources-plugin: resolved to version 2.0 from repository
> central
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:maven-resources-plugin:maven-plugin:2.0
> [DEBUG] maven-compiler-plugin: resolved to version 2.0 from repository
> central
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:maven-compiler-plugin:maven-plugin:2.0
> [DEBUG] maven-surefire-plugin: resolved to version 2.0-beta-1 from
> repository central
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:maven-surefire-plugin:maven-plugin:2.0-beta-1
> [DEBUG] maven-jar-plugin: resolved to version 2.0 from repository central
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:maven-jar-plugin:maven-plugin:2.0
> [DEBUG] org.apache.maven.plugins:maven-resources-plugin:maven-plugin:2.0
> (selected for runtime)
> [DEBUG]   commons-io:commons-io:jar:1.0 (selected for runtime)
> [DEBUG] junit:junit:jar:3.8.1 (selected for runtime)
> [DEBUG] Configuring mojo
> 'org.apache.maven.plugins:maven-resources-plugin:2.0:resources' -->
> [DEBUG]   (f) filters = []
> [DEBUG]   (f) outputDirectory =
> /secure/home/amm/prj/bt3/distra/test/target/classes
> [DEBUG]   (f) project = [EMAIL PROTECTED]
> [DEBUG]   (f) resources = [EMAIL PROTECTED]
> [DEBUG] -- end configuration --
> [INFO] [reso

[jira] Commented: (MNG-963) add "toplinks" configuration for FAQs

2005-10-18 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-963?page=comments#action_48775 ] 

Johnny R. Ruiz III commented on MNG-963:


I already submitted a patch for DOXIA-19 FmlParser.java. 
Please apply.   Thanks a lot!

> add "toplinks" configuration for FAQs
> -
>
>  Key: MNG-963
>  URL: http://jira.codehaus.org/browse/MNG-963
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0

>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> need to be able to tell the FAQ whether to generate the top links.
> There are probably a few options for configuring the sinks:
> - put it in the fml file as metadata
> - add that configuration to the site mojo as various subsections that can be 
> passed as beans to doxia
> - add to site.xml

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-937) Incorrect JRE classpath entry in eclipse .classpath file

2005-10-17 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-937?page=all ]

Johnny R. Ruiz III updated MNG-937:
---

Attachment: MNG-937-maven-eclipse-plugin.patch

I updated EclipseClasspathWriter and as well as Test Projects.  
This patches the requested improvement.
Please apply.   Thanks a lot!

> Incorrect JRE classpath entry in eclipse .classpath file
> 
>
>  Key: MNG-937
>  URL: http://jira.codehaus.org/browse/MNG-937
>  Project: Maven 2
> Type: Bug
>   Components: maven-eclipse-plugin
> Versions: 2.0 (RC)
>  Environment: WinXP, JDK 1.5
> Reporter: Oddmar Sandvik
> Assignee: Johnny R. Ruiz III
>  Attachments: MNG-937-maven-eclipse-plugin.patch
>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> This is an issue that was pointed out on this mailinglist in 2003 on maven 
> 1.0 and eclipse:
> When I run "maven eclipse", it generates the .classpath file with the
> following entry:
>  
>sourcepath="JRE_SRC"/>
>  
> whereas when I create a project in Eclipse, a reference to JRE_LIB is
> written as:
>  
>  path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
>  
> With the former setting, your classpath only includes rt.jar, and
> nothing else. As a result, you may fail to import some classes like
> javax.net.*, which sits in a different jar file.
> This seems to be sorted out in maven 1.  However, "m2 eclipse:eclipse" has 
> the same problem today.  I must edit the .classpath file manually after 
> generation - but this is of course overwritten whenever dependencies change 
> and is not a tenable option.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-937) Incorrect JRE classpath entry in eclipse .classpath file

2005-10-17 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-937?page=all ]

Johnny R. Ruiz III updated MNG-937:
---

 Assign To: Johnny R. Ruiz III
   Version: (was: 2.0-beta-1)
2.0 (RC)
Remaining Estimate: 3 hours
 Original Estimate: 10800

> Incorrect JRE classpath entry in eclipse .classpath file
> 
>
>  Key: MNG-937
>  URL: http://jira.codehaus.org/browse/MNG-937
>  Project: Maven 2
> Type: Bug
>   Components: maven-eclipse-plugin
> Versions: 2.0 (RC)
>  Environment: WinXP, JDK 1.5
> Reporter: Oddmar Sandvik
> Assignee: Johnny R. Ruiz III

>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> This is an issue that was pointed out on this mailinglist in 2003 on maven 
> 1.0 and eclipse:
> When I run "maven eclipse", it generates the .classpath file with the
> following entry:
>  
>sourcepath="JRE_SRC"/>
>  
> whereas when I create a project in Eclipse, a reference to JRE_LIB is
> written as:
>  
>  path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
>  
> With the former setting, your classpath only includes rt.jar, and
> nothing else. As a result, you may fail to import some classes like
> javax.net.*, which sits in a different jar file.
> This seems to be sorted out in maven 1.  However, "m2 eclipse:eclipse" has 
> the same problem today.  I must edit the .classpath file manually after 
> generation - but this is of course overwritten whenever dependencies change 
> and is not a tenable option.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-963) add "toplinks" configuration for FAQs

2005-10-14 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-963?page=all ]

Johnny R. Ruiz III updated MNG-963:
---

 Assign To: Johnny R. Ruiz III
Remaining Estimate: 3 hours
 Original Estimate: 10800

> add "toplinks" configuration for FAQs
> -
>
>  Key: MNG-963
>  URL: http://jira.codehaus.org/browse/MNG-963
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0

>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> need to be able to tell the FAQ whether to generate the top links.
> There are probably a few options for configuring the sinks:
> - put it in the fml file as metadata
> - add that configuration to the site mojo as various subsections that can be 
> passed as beans to doxia
> - add to site.xml

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-1185) Parameter in goal "site" conflicts with parameter of the same name in goal "deploy"

2005-10-13 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1185?page=all ]

Johnny R. Ruiz III updated MNG-1185:


Attachment: MNG-1185-maven-site-plugin-b.patch

- Here's another short patch.
- I think Martin is correct,  should be  since 
that is where the generated sites and reports go.
- Please apply, thanks.  

> Parameter  in goal "site" conflicts with parameter of the same 
> name in goal "deploy"
> ---
>
>  Key: MNG-1185
>  URL: http://jira.codehaus.org/browse/MNG-1185
>  Project: Maven 2
> Type: Bug
>   Components: maven-site-plugin
> Versions: 2.0-beta-4
> Reporter: Martin Desruisseaux
> Assignee: Johnny R. Ruiz III
>  Attachments: MNG-1185-maven-site-plugin-b.patch
>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> In the maven-site-plugin, goals "site" and "deploy" both have a parameter 
> named , but use it for different purpose.
> * Goal "site" uses it for locating files like site.xml. The default value is 
> "${basedir}/src/site".
> * Goal "deploy" uses it for locating the HTML pages produces by the goal 
> "site". The default value is "${project.reporting.outputDirectory}".
> Consequently, setting this parameter for one goal has undesirable side effect 
> on the other goal. It basically prevent "deploy" to work (unless there is 
> some way in Maven 2 to setup different parameter values for different goals 
> in the same plugin).
> A possible fix is to rename the  parameter for one of those 
> goals.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-1091) Reformat the autogenerated goal parameters page to improve readibility.

2005-10-12 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1091?page=all ]

Johnny R. Ruiz III updated MNG-1091:


 Assign To: Johnny R. Ruiz III
Remaining Estimate: 8 hours
 Original Estimate: 28800

Currently this plugin generates an xdoc file describing the goals and 
parameters of the plugin.   
Shouldn't be instead of generating an xdoc, we generate an HTML report??   
Currently it generates html report about the goal but not about the parameter.

> Reformat the autogenerated goal parameters page to improve readibility.
> ---
>
>  Key: MNG-1091
>  URL: http://jira.codehaus.org/browse/MNG-1091
>  Project: Maven 2
> Type: Improvement
>   Components: maven-plugin-plugin
> Versions: 2.0-beta-3
>  Environment: any, jdk 1.4.2_06
> Reporter: Corridor Software Developer
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0-beta-4

>
> Original Estimate: 8 hours
> Remaining: 8 hours
>
> The goal plugin:xdoc creates a table describing the parameters for a plugin. 
> An example may be found here: 
> http://mojo.codehaus.org/xmlbeans-maven-plugin/xmlbeans-mojo.html
> In the example, notice that the nowrap on the type, expression and 
> default-value columns causes the descriptions to be crammed into the right 
> side of the page.
> So rather than having these values in their own columns, position them in 
> rows below the parameter as is done in the maven-model documentation for the 
> project descriptor. This way the fields don't compete for space across the 
> page: 
> http://maven.apache.org/maven2/maven-model/maven.html
> What's more, the inclusion of hyperlinked xml at the top of the page 
> describing the configuration section of the plugin would benefit the end user 
> without manual effort of the plugin developer.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-1196) Eclipse add-maven-repo goal uses "org.eclipse.jdt.core.classpathVariable.MAVEN_REPO" instead of "org.eclipse.jdt.core.classpathVariable.M2_REPO"

2005-10-12 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1196?page=all ]

Johnny R. Ruiz III updated MNG-1196:


 Assign To: Johnny R. Ruiz III
   Description: 
Eclipse add-maven-repo goal uses 
"org.eclipse.jdt.core.classpathVariable.MAVEN_REPO" instead of  
"org.eclipse.jdt.core.classpathVariable.M2_REPO"

EclipseClassPathWriter() uses  "path = "M2_REPO/" //$NON-NLS-1$
+ EclipseUtils.toRelativeAndFixSeparator( localRepositoryFile, 
fullPath, false );" 


-  I also added expression="${eclipse.workspace}" so we can use 
-Declipse.workspace= when using this goal.

-   I attached a file patch here.  Please apply.  Thanks.

  was:

Remaining Estimate: 2 hours
 Original Estimate: 7200
Attachment: MNG-1196-maven-eclipse-plugin.patch
   Summary: Eclipse add-maven-repo goal uses 
"org.eclipse.jdt.core.classpathVariable.MAVEN_REPO" instead of  
"org.eclipse.jdt.core.classpathVariable.M2_REPO"  (was: Eclipse add-maven-repo 
goal uses "MAVEN_REPO)

Please apply patch.   Thanks a lot.  

> Eclipse add-maven-repo goal uses 
> "org.eclipse.jdt.core.classpathVariable.MAVEN_REPO" instead of  
> "org.eclipse.jdt.core.classpathVariable.M2_REPO"
> -
>
>  Key: MNG-1196
>  URL: http://jira.codehaus.org/browse/MNG-1196
>  Project: Maven 2
> Type: Bug
>   Components: maven-eclipse-plugin
> Versions: 2.0-beta-4
> Reporter: Johnny R. Ruiz III
> Assignee: Johnny R. Ruiz III
>  Attachments: MNG-1196-maven-eclipse-plugin.patch
>
> Original Estimate: 2 hours
> Remaining: 2 hours
>
> Eclipse add-maven-repo goal uses 
> "org.eclipse.jdt.core.classpathVariable.MAVEN_REPO" instead of  
> "org.eclipse.jdt.core.classpathVariable.M2_REPO"
> EclipseClassPathWriter() uses  "path = "M2_REPO/" //$NON-NLS-1$
> + EclipseUtils.toRelativeAndFixSeparator( 
> localRepositoryFile, fullPath, false );" 
> -  I also added expression="${eclipse.workspace}" so we can use 
> -Declipse.workspace= when using this goal.
> -   I attached a file patch here.  Please apply.  Thanks.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MNG-1196) Eclipse add-maven-repo goal uses "MAVEN_REPO

2005-10-12 Thread Johnny R. Ruiz III (JIRA)
Eclipse add-maven-repo goal uses "MAVEN_REPO


 Key: MNG-1196
 URL: http://jira.codehaus.org/browse/MNG-1196
 Project: Maven 2
Type: Bug
  Components: maven-eclipse-plugin  
Versions: 2.0-beta-4
 Reporter: Johnny R. Ruiz III




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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-1185) Parameter in goal "site" conflicts with parameter of the same name in goal "deploy"

2005-10-12 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1185?page=all ]

Johnny R. Ruiz III updated MNG-1185:


Attachment: MNG-1185-maven-site-plugin.patch

- Here's a short patch.
- I renamed the alias  "siteDirectory" in SiteDeploy mojo to "deployDirectory".
- I can't think of a better name for this parameter.   Anyone have any 
suggestion?

Please apply if parameter name is OK.  Thanks.

> Parameter  in goal "site" conflicts with parameter of the same 
> name in goal "deploy"
> ---
>
>  Key: MNG-1185
>  URL: http://jira.codehaus.org/browse/MNG-1185
>  Project: Maven 2
> Type: Bug
>   Components: maven-site-plugin
> Versions: 2.0-beta-4
> Reporter: Martin Desruisseaux
> Assignee: Johnny R. Ruiz III
>  Attachments: MNG-1185-maven-site-plugin.patch
>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> In the maven-site-plugin, goals "site" and "deploy" both have a parameter 
> named , but use it for different purpose.
> * Goal "site" uses it for locating files like site.xml. The default value is 
> "${basedir}/src/site".
> * Goal "deploy" uses it for locating the HTML pages produces by the goal 
> "site". The default value is "${project.reporting.outputDirectory}".
> Consequently, setting this parameter for one goal has undesirable side effect 
> on the other goal. It basically prevent "deploy" to work (unless there is 
> some way in Maven 2 to setup different parameter values for different goals 
> in the same plugin).
> A possible fix is to rename the  parameter for one of those 
> goals.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-1185) Parameter in goal "site" conflicts with parameter of the same name in goal "deploy"

2005-10-12 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1185?page=all ]

Johnny R. Ruiz III updated MNG-1185:


 Assign To: Johnny R. Ruiz III
   Version: (was: 2.0-beta-3)
2.0-beta-4
Remaining Estimate: 3 hours
 Original Estimate: 10800

> Parameter  in goal "site" conflicts with parameter of the same 
> name in goal "deploy"
> ---
>
>  Key: MNG-1185
>  URL: http://jira.codehaus.org/browse/MNG-1185
>  Project: Maven 2
> Type: Bug
>   Components: maven-site-plugin
> Versions: 2.0-beta-4
> Reporter: Martin Desruisseaux
> Assignee: Johnny R. Ruiz III

>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> In the maven-site-plugin, goals "site" and "deploy" both have a parameter 
> named , but use it for different purpose.
> * Goal "site" uses it for locating files like site.xml. The default value is 
> "${basedir}/src/site".
> * Goal "deploy" uses it for locating the HTML pages produces by the goal 
> "site". The default value is "${project.reporting.outputDirectory}".
> Consequently, setting this parameter for one goal has undesirable side effect 
> on the other goal. It basically prevent "deploy" to work (unless there is 
> some way in Maven 2 to setup different parameter values for different goals 
> in the same plugin).
> A possible fix is to rename the  parameter for one of those 
> goals.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-829) review all plugins for basedir aligned parameters and make them File's instead of String's

2005-10-12 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-829?page=all ]

Johnny R. Ruiz III updated MNG-829:
---

Attachment: MNG-829-maven-checkstyle-plugin.patch

This patch completes it.   :)   

Please apply.  Thanks.

> review all plugins for basedir aligned parameters and make them File's 
> instead of String's
> --
>
>  Key: MNG-829
>  URL: http://jira.codehaus.org/browse/MNG-829
>  Project: Maven 2
> Type: Improvement
>   Components: maven-plugins
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0-beta-4
>  Attachments: MNG-829-maven-checkstyle-plugin.patch, 
> MNG-829-maven-plugins.patch
>
> Original Estimate: 4 hours
>Time Spent: 3 hours
> Remaining: 1 hour
>


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-963) add "toplinks" configuration for FAQs

2005-10-11 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-963?page=all ]

Johnny R. Ruiz III updated MNG-963:
---

Assign To: (was: Johnny R. Ruiz III)

> add "toplinks" configuration for FAQs
> -
>
>  Key: MNG-963
>  URL: http://jira.codehaus.org/browse/MNG-963
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
>  Fix For: 2.0-beta-4

>
>
> need to be able to tell the FAQ whether to generate the top links.
> There are probably a few options for configuring the sinks:
> - put it in the fml file as metadata
> - add that configuration to the site mojo as various subsections that can be 
> passed as beans to doxia
> - add to site.xml

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Closed: (MNG-969) FAQ entries with in the question aren't properly formatted

2005-10-11 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-969?page=all ]
 
Johnny R. Ruiz III closed MNG-969:
--

Resolution: Fixed

plexus-site-renderer dependency to doxia-core must be updated to the patched 
version 1.0-alpha-5-SNAPSHOT.



> FAQ entries with  in the question aren't properly formatted
> -
>
>  Key: MNG-969
>  URL: http://jira.codehaus.org/browse/MNG-969
>  Project: Maven 2
> Type: Bug
>   Components: maven-site-plugin
> Versions: 2.0-beta-1
> Reporter: Trygve Laugstol
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0-beta-4

>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> The 5th element here contains  in verbatim: 
> http://maven.apache.org/maven2/maven1.html

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-969) FAQ entries with in the question aren't properly formatted

2005-10-11 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-969?page=all ]

Johnny R. Ruiz III updated MNG-969:
---

Remaining Estimate: 3 hours
 Original Estimate: 10800

> FAQ entries with  in the question aren't properly formatted
> -
>
>  Key: MNG-969
>  URL: http://jira.codehaus.org/browse/MNG-969
>  Project: Maven 2
> Type: Bug
>   Components: maven-site-plugin
> Versions: 2.0-beta-1
> Reporter: Trygve Laugstol
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0-beta-4

>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> The 5th element here contains  in verbatim: 
> http://maven.apache.org/maven2/maven1.html

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-829) review all plugins for basedir aligned parameters and make them File's instead of String's

2005-10-10 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-829?page=all ]

Johnny R. Ruiz III updated MNG-829:
---

Attachment: MNG-829-maven-plugins.patch

-  Change all plugins that has paramters with expression = "${basedir}--" from 
type String to File.
-  Made the necessary changes to the codes.

> review all plugins for basedir aligned parameters and make them File's 
> instead of String's
> --
>
>  Key: MNG-829
>  URL: http://jira.codehaus.org/browse/MNG-829
>  Project: Maven 2
> Type: Improvement
>   Components: maven-plugins
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0-beta-4
>  Attachments: MNG-829-maven-plugins.patch
>
> Original Estimate: 4 hours
> Remaining: 4 hours
>


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-829) review all plugins for basedir aligned parameters and make them File's instead of String's

2005-10-10 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-829?page=comments#action_48181 ] 

Johnny R. Ruiz III commented on MNG-829:


 /**
  * @parameter expression="${basedir}"
  */
  private String baseDir;

 + ->  the above should be changed to :  private File baseDir;


/**
 * @parameter expression="${basedir}/LICENSE.txt"
 */
private String  headerFile;

+--->  how about this one above?  should this be changed to : 
private File headerFile; ? 

> review all plugins for basedir aligned parameters and make them File's 
> instead of String's
> --
>
>  Key: MNG-829
>  URL: http://jira.codehaus.org/browse/MNG-829
>  Project: Maven 2
> Type: Improvement
>   Components: maven-plugins
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0-beta-4

>
> Original Estimate: 4 hours
> Remaining: 4 hours
>


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-829) review all plugins for basedir aligned parameters and make them File's instead of String's

2005-10-09 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-829?page=all ]

Johnny R. Ruiz III updated MNG-829:
---

Remaining Estimate: 4 hours
 Original Estimate: 14400

> review all plugins for basedir aligned parameters and make them File's 
> instead of String's
> --
>
>  Key: MNG-829
>  URL: http://jira.codehaus.org/browse/MNG-829
>  Project: Maven 2
> Type: Improvement
>   Components: maven-plugins
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0-beta-4

>
> Original Estimate: 4 hours
> Remaining: 4 hours
>


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-1116) Test classes named "Test*.java" are not executed by default while they should

2005-10-09 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-1116?page=comments#action_48170 ] 

Johnny R. Ruiz III commented on MNG-1116:
-

Can't duplicate this problem.   Everything is run on my tests...  
**/Test*.java", "**/*Test.java", "**/*TestCase.java. :)

> Test classes named "Test*.java" are not executed by default while they should
> -
>
>  Key: MNG-1116
>  URL: http://jira.codehaus.org/browse/MNG-1116
>  Project: Maven 2
> Type: Bug
>   Components: maven-surefire-plugin
> Versions: 2.0-beta-3
>  Environment: Win2k, Java 1.4.2_04, Maven 2.0 beta 3
> Reporter: Fabrice BELLINGARD
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0-beta-4

>
>
> Take a project:
> MyProject
>   + src
>  + test
> + java 
>+ foo
>   + TestExample.java
> With the following pom:
> 
> 
>   4.0.0
>   test
>   test
>   jar
>   Test
>   1.0.0
>   
>   
>   junit
>   junit
>   3.8.1
>   test
>   
>   
> 
> The test class "TestExample.java" gets compiled, but not executed. However, 
> looking at the code of the plugin, it should be (code found in the #execute 
> method of the Surefire plugin):
>  ...
>  if ( includes == null || includes.size() == 0 )
>  {
>  includes = new ArrayList( Arrays.asList( new String[] { 
> "**/Test*.java", "**/*Test.java", "**/*TestCase.java" } ) );
>  }
>  ...
> If you change the name from "TestExample.java" to "ExampleTest.java", this 
> works.
> Weird!

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-958) ability to optionally include site in binary distribution

2005-10-09 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-958?page=all ]

Johnny R. Ruiz III updated MNG-958:
---

Attachment: MNG-958-maven-assembly-plugin.patch

-  Added parameter siteDirectory=${basedir}/$project.reporting.outputDirectory 
and parameter includeSite=false.
-  Added method includeSiteInAssembled()  to include the generated site of the 
project. 

There's problem when site directory is not yet generated/existing in 
target/site.   Need to find a way how to call site:site when 
-DincludeSite=true.  

to test  "m2 site:site assembly:assembly  
-DdescriptorId=  -DincludeSite=true"



> ability to optionally include site in binary distribution
> -
>
>  Key: MNG-958
>  URL: http://jira.codehaus.org/browse/MNG-958
>  Project: Maven 2
> Type: New Feature
>   Components: maven-assembly-plugin
> Versions: 2.0-beta-4
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0-beta-4
>  Attachments: MNG-958-maven-assembly-plugin.patch
>
> Original Estimate: 4 hours
> Remaining: 4 hours
>


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-958) ability to optionally include site in binary distribution

2005-10-07 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-958?page=comments#action_48088 ] 

Johnny R. Ruiz III commented on MNG-958:


This could be done by creating your own Descriptor file. and adding this 
configuration.


  target/site
  site
  
**/*.*
  


Is this what you mean?  or you mean a different approach?

:)

> ability to optionally include site in binary distribution
> -
>
>  Key: MNG-958
>  URL: http://jira.codehaus.org/browse/MNG-958
>  Project: Maven 2
> Type: New Feature
>   Components: maven-assembly-plugin
> Versions: 2.0-beta-4
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0-beta-4

>
> Original Estimate: 4 hours
> Remaining: 4 hours
>


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-958) ability to optionally include site in binary distribution

2005-10-07 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-958?page=all ]

Johnny R. Ruiz III updated MNG-958:
---

   Version: 2.0-beta-4
   Fix Version: (was: 2.0)
2.0-beta-4
Remaining Estimate: 4 hours
 Original Estimate: 14400

> ability to optionally include site in binary distribution
> -
>
>  Key: MNG-958
>  URL: http://jira.codehaus.org/browse/MNG-958
>  Project: Maven 2
> Type: New Feature
>   Components: maven-assembly-plugin
> Versions: 2.0-beta-4
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0-beta-4

>
> Original Estimate: 4 hours
> Remaining: 4 hours
>


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-1034) change outputDirectory in reports to default to ${project.reporting.outputDirectory}

2005-10-05 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1034?page=all ]

Johnny R. Ruiz III updated MNG-1034:


Attachment: MNG-1034-maven-pmd-plugin.patch

Sorry I forgot Patch for PMD plugin outputDirectory. Please apply.

> change outputDirectory in reports to default to 
> ${project.reporting.outputDirectory}
> 
>
>  Key: MNG-1034
>  URL: http://jira.codehaus.org/browse/MNG-1034
>  Project: Maven 2
> Type: Bug
>   Components: maven-site-plugin, maven-reports, 
> maven-project-info-reports-plugin, maven-pmd-plugin, maven-plugin-plugin, 
> maven-clover-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0-beta-4
>  Attachments: MNG-1034-maven-plugins.patch, MNG-1034-maven-pmd-plugin.patch
>
>
> must be done after beta-3 release

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-1040) project-team goal incorrectly formats developers'

2005-10-05 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-1040?page=comments#action_47931 ] 

Johnny R. Ruiz III commented on MNG-1040:
-

This is a 4 letter patch :)  --  Please apply. 

> project-team goal incorrectly formats developers' 
> ---
>
>  Key: MNG-1040
>  URL: http://jira.codehaus.org/browse/MNG-1040
>  Project: Maven 2
> Type: Bug
>   Components: maven-project-info-reports-plugin
> Versions: 2.0-beta-2
> Reporter: Matthew Beermann
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0-beta-4
>  Attachments: MNG-1040-maven-reporting.patch
>
>
> If you have a developer with the attribute "http://foo", on the 
> project team page this will come out looking like "{http://foo, http://foo}";.
> While I'm here, I'm not sure what the column "Actual Time (GMT)" is for - 
> it's going to be the same for all developers, after all. I think you meant 
> "Local TIme"; as in, flexed off their timezone.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Reopened: (MNG-1034) change outputDirectory in reports to default to ${project.reporting.outputDirectory}

2005-10-05 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1034?page=all ]
 
Johnny R. Ruiz III reopened MNG-1034:
-


Forgot to include PMD plugin to the patch.

> change outputDirectory in reports to default to 
> ${project.reporting.outputDirectory}
> 
>
>  Key: MNG-1034
>  URL: http://jira.codehaus.org/browse/MNG-1034
>  Project: Maven 2
> Type: Bug
>   Components: maven-site-plugin, maven-reports, 
> maven-project-info-reports-plugin, maven-pmd-plugin, maven-plugin-plugin, 
> maven-clover-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0-beta-4
>  Attachments: MNG-1034-maven-plugins.patch
>
>
> must be done after beta-3 release

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-1034) change outputDirectory in reports to default to ${project.reporting.outputDirectory}

2005-10-05 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1034?page=all ]

Johnny R. Ruiz III updated MNG-1034:


Attachment: MNG-1034-maven-plugins.patch

changed all outputDirectory default value to 
${project.reporting.outputDirectory}.  Please apply.

> change outputDirectory in reports to default to 
> ${project.reporting.outputDirectory}
> 
>
>  Key: MNG-1034
>  URL: http://jira.codehaus.org/browse/MNG-1034
>  Project: Maven 2
> Type: Bug
>   Components: maven-site-plugin, maven-reports, 
> maven-project-info-reports-plugin, maven-pmd-plugin, maven-plugin-plugin, 
> maven-clover-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0-beta-4
>  Attachments: MNG-1034-maven-plugins.patch
>
>
> must be done after beta-3 release

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-1040) project-team goal incorrectly formats developers'

2005-10-04 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1040?page=all ]

Johnny R. Ruiz III updated MNG-1040:


Attachment: MNG-1040-maven-reporting.patch

Instead of printing the string created by 
createLinkPatternedText(text,parameter) method, I only printed the href 
parameter.

> project-team goal incorrectly formats developers' 
> ---
>
>  Key: MNG-1040
>  URL: http://jira.codehaus.org/browse/MNG-1040
>  Project: Maven 2
> Type: Bug
>   Components: maven-project-info-reports-plugin
> Versions: 2.0-beta-2
> Reporter: Matthew Beermann
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0-beta-4
>  Attachments: MNG-1040-maven-reporting.patch
>
>
> If you have a developer with the attribute "http://foo", on the 
> project team page this will come out looking like "{http://foo, http://foo}";.
> While I'm here, I'm not sure what the column "Actual Time (GMT)" is for - 
> it's going to be the same for all developers, after all. I think you meant 
> "Local TIme"; as in, flexed off their timezone.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-964) Surefire should have option to output to console

2005-09-29 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-964?page=all ]

Johnny R. Ruiz III updated MNG-964:
---

Attachment: MNG-978_MNG-979_MNG-964-maven-surefire-plugin.patch

This is a fix for JIRA Issue # : MNG-964, MNG-978, MNG-979

I added parameters printSummary, reportFormat, and useFile to configure the 
reporting format.  

> Surefire should have option to output to console
> 
>
>  Key: MNG-964
>  URL: http://jira.codehaus.org/browse/MNG-964
>  Project: Maven 2
> Type: Improvement
>   Components: maven-surefire-plugin
> Versions: 2.0-beta-2
> Reporter: mike perham
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0-beta-4
>  Attachments: MNG-978_MNG-979_MNG-964-maven-surefire-plugin.patch
>
> Original Estimate: 10 hours
> Remaining: 10 hours
>
> Just as maven1 supports the maven.junit.usefile property, I would like to see 
> the capability to turn on console output of the tests.  This can be useful 
> when tracking down a problem in one's unit tests.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-964) Surefire should have option to output to console

2005-09-27 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-964?page=all ]

Johnny R. Ruiz III updated MNG-964:
---

   Version: (was: 2.0-beta-1)
2.0-beta-2
Remaining Estimate: 10 hours
 Original Estimate: 36000

> Surefire should have option to output to console
> 
>
>  Key: MNG-964
>  URL: http://jira.codehaus.org/browse/MNG-964
>  Project: Maven 2
> Type: Improvement
>   Components: maven-surefire-plugin
> Versions: 2.0-beta-2
> Reporter: mike perham
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0-beta-4

>
> Original Estimate: 10 hours
> Remaining: 10 hours
>
> Just as maven1 supports the maven.junit.usefile property, I would like to see 
> the capability to turn on console output of the tests.  This can be useful 
> when tracking down a problem in one's unit tests.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-953) Add sample report to Project Info Report Plugin and brief How to use APT Document.

2005-09-26 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-953?page=comments#action_47212 ] 

Johnny R. Ruiz III commented on MNG-953:


Uploaded Patch MNG-953-maven-project-info-reports-plugin.patch:   

Patch for the following

introduction.apt
howto.apt
site.xml 

and sample reports

Please apply. Thanks.

> Add sample report to Project Info Report Plugin and brief How to use APT 
> Document.
> --
>
>  Key: MNG-953
>  URL: http://jira.codehaus.org/browse/MNG-953
>  Project: Maven 2
> Type: Improvement
>   Components: documentation
> Versions: 2.0-beta-2
> Reporter: Johnny R. Ruiz III
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0-beta-4
>  Attachments: MNG-953-maven-project-info-reports-plugin.patch, MNG-953.patch
>
> Original Estimate: 6 hours
> Remaining: 6 hours
>
> Add a brief how to use APT document and Sample Reports

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-953) Add sample report to Project Info Report Plugin and brief How to use APT Document.

2005-09-22 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-953?page=all ]

Johnny R. Ruiz III updated MNG-953:
---

Remaining Estimate: 6 hours
 Original Estimate: 21600
Attachment: MNG-953.patch

Documentation Patch Attached.  Please check it. Thanks.

> Add sample report to Project Info Report Plugin and brief How to use APT 
> Document.
> --
>
>  Key: MNG-953
>  URL: http://jira.codehaus.org/browse/MNG-953
>  Project: Maven 2
> Type: Improvement
>   Components: documentation
> Versions: 2.0-beta-2
> Reporter: Johnny R. Ruiz III
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Attachments: MNG-953.patch
>
> Original Estimate: 6 hours
> Remaining: 6 hours
>
> Add a brief how to use APT document and Sample Reports

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MNG-953) Add sample report to Project Info Report Plugin and brief How to use APT Document.

2005-09-22 Thread Johnny R. Ruiz III (JIRA)
Add sample report to Project Info Report Plugin and brief How to use APT 
Document.
--

 Key: MNG-953
 URL: http://jira.codehaus.org/browse/MNG-953
 Project: Maven 2
Type: Improvement
  Components: documentation  
Versions: 2.0-beta-2
 Reporter: Johnny R. Ruiz III
 Assigned to: Johnny R. Ruiz III 
Priority: Minor


Add a brief how to use APT document and Sample Reports

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-859) Maven compiler plugin documentation

2005-09-22 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-859?page=all ]

Johnny R. Ruiz III updated MNG-859:
---

Component: (was: maven-compiler-plugin)
   documentation

I think this should be in the documentation.  Please see patch file. Thanks

> Maven compiler plugin documentation
> ---
>
>  Key: MNG-859
>  URL: http://jira.codehaus.org/browse/MNG-859
>  Project: Maven 2
> Type: Improvement
>   Components: documentation
> Reporter: allan ramirez
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0-beta-2
>  Attachments: MNG-859.patch
>
> Original Estimate: 8 hours
>Time Spent: 5 hours
> Remaining: 3 hours
>
> Add java doc and apt doc for an overview

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-855) Maven Surefire Plugin Documentation

2005-09-21 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-855?page=all ]

Johnny R. Ruiz III updated MNG-855:
---

Component: (was: maven-surefire-plugin)
   documentation

I think this belongs to documentation issue.  Please see the patch file. Thanks.

> Maven Surefire Plugin Documentation
> ---
>
>  Key: MNG-855
>  URL: http://jira.codehaus.org/browse/MNG-855
>  Project: Maven 2
> Type: Improvement
>   Components: documentation
> Reporter: allan ramirez
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0-beta-2
>  Attachments: MNG-855.patch
>
> Original Estimate: 6 hours
> Remaining: 6 hours
>
> Add javadoc and apt doc for an overview

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-938) Javadoc plugin parameters and method for Maven Idea Plugin and Add a brief how to use APT doc

2005-09-21 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-938?page=all ]

Johnny R. Ruiz III updated MNG-938:
---

Remaining Estimate: 6 hours
 Original Estimate: 21600
Attachment: MNG-938.patch

Attached patch for Javadoc for plugin Parameters and Brief How to APT document.

> Javadoc plugin parameters and method for Maven Idea Plugin and Add a brief 
> how to use APT doc
> -
>
>  Key: MNG-938
>  URL: http://jira.codehaus.org/browse/MNG-938
>  Project: Maven 2
> Type: Improvement
>   Components: documentation
> Versions: 2.0-beta-2
> Reporter: Johnny R. Ruiz III
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0
>  Attachments: MNG-938.patch
>
> Original Estimate: 6 hours
> Remaining: 6 hours
>
> Javadoc plugin parameters and method for Idea Plugin and Add a brief how to 
> use APT doc

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MNG-938) Javadoc plugin parameters and method for Maven Idea Plugin and Add a brief how to use APT doc

2005-09-21 Thread Johnny R. Ruiz III (JIRA)
Javadoc plugin parameters and method for Maven Idea Plugin and Add a brief how 
to use APT doc
-

 Key: MNG-938
 URL: http://jira.codehaus.org/browse/MNG-938
 Project: Maven 2
Type: Improvement
  Components: documentation  
Versions: 2.0-beta-2
 Reporter: Johnny R. Ruiz III
 Assigned to: Johnny R. Ruiz III 


Javadoc plugin parameters and method for Idea Plugin and Add a brief how to use 
APT doc

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-857) Maven Archetype documentation

2005-09-20 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-857?page=all ]

Johnny R. Ruiz III updated MNG-857:
---

Fix Version: (was: 2.0)
 2.0-beta-2
  Component: documentation

> Maven Archetype documentation
> -
>
>  Key: MNG-857
>  URL: http://jira.codehaus.org/browse/MNG-857
>  Project: Maven 2
> Type: Improvement
>   Components: documentation
> Reporter: allan ramirez
> Assignee: allan ramirez
> Priority: Minor
>  Fix For: 2.0-beta-2

>
> Original Estimate: 8 hours
> Remaining: 8 hours
>
> add javadoc and apt doc for an overview

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-859) Maven compiler plugin documentation

2005-09-20 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-859?page=all ]

Johnny R. Ruiz III updated MNG-859:
---

Fix Version: (was: 2.0)
 2.0-beta-2
  Component: maven-compiler-plugin

> Maven compiler plugin documentation
> ---
>
>  Key: MNG-859
>  URL: http://jira.codehaus.org/browse/MNG-859
>  Project: Maven 2
> Type: Improvement
>   Components: maven-compiler-plugin
> Reporter: allan ramirez
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0-beta-2
>  Attachments: MNG-859.patch
>
> Original Estimate: 8 hours
>Time Spent: 5 hours
> Remaining: 3 hours
>
> Add java doc and apt doc for an overview

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-855) Maven Surefire Plugin Documentation

2005-09-20 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-855?page=all ]

Johnny R. Ruiz III updated MNG-855:
---

   Fix Version: (was: 2.0)
2.0-beta-2
 Component: maven-surefire-plugin
Remaining Estimate: 6 hours
 Original Estimate: 21600

> Maven Surefire Plugin Documentation
> ---
>
>  Key: MNG-855
>  URL: http://jira.codehaus.org/browse/MNG-855
>  Project: Maven 2
> Type: Improvement
>   Components: maven-surefire-plugin
> Reporter: allan ramirez
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0-beta-2
>  Attachments: MNG-855.patch
>
> Original Estimate: 6 hours
> Remaining: 6 hours
>
> Add javadoc and apt doc for an overview

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-926) Add javadoc comments/description to plugin parameters.

2005-09-20 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-926?page=all ]

Johnny R. Ruiz III updated MNG-926:
---

Attachment: MNG-926.patch

Added javadocumentation to plugin.
Added brief how to use APT document.

> Add javadoc comments/description to plugin parameters.  
> 
>
>  Key: MNG-926
>  URL: http://jira.codehaus.org/browse/MNG-926
>  Project: Maven 2
> Type: Improvement
>   Components: maven-assembly-plugin
> Reporter: Johnny R. Ruiz III
> Assignee: Johnny R. Ruiz III
>  Attachments: MNG-926.patch
>
> Original Estimate: 6 hours
> Remaining: 6 hours
>
> Add javadoc comment/description to plugin parameters.  Create a brief 
> overview/configuration of the plugin.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-926) Add javadoc comments/description to plugin parameters.

2005-09-19 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-926?page=all ]

Johnny R. Ruiz III updated MNG-926:
---

 Assign To: Johnny R. Ruiz III
Remaining Estimate: 6 hours
 Original Estimate: 21600

> Add javadoc comments/description to plugin parameters.  
> 
>
>  Key: MNG-926
>  URL: http://jira.codehaus.org/browse/MNG-926
>  Project: Maven 2
> Type: Improvement
>   Components: maven-assembly-plugin
> Reporter: Johnny R. Ruiz III
> Assignee: Johnny R. Ruiz III

>
> Original Estimate: 6 hours
> Remaining: 6 hours
>
> Add javadoc comment/description to plugin parameters.  Create a brief 
> overview/configuration of the plugin.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MNG-926) Add javadoc comments/description to plugin parameters.

2005-09-19 Thread Johnny R. Ruiz III (JIRA)
Add javadoc comments/description to plugin parameters.  


 Key: MNG-926
 URL: http://jira.codehaus.org/browse/MNG-926
 Project: Maven 2
Type: Improvement
  Components: maven-assembly-plugin  
 Reporter: Johnny R. Ruiz III


Add javadoc comment/description to plugin parameters.  Create a brief 
overview/configuration of the plugin.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-855) Maven Surefire Plugin Documentation

2005-09-19 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-855?page=all ]

Johnny R. Ruiz III updated MNG-855:
---

Attachment: MNG-855.patch

Added brief description of the plugin and sample configuration.

> Maven Surefire Plugin Documentation
> ---
>
>  Key: MNG-855
>  URL: http://jira.codehaus.org/browse/MNG-855
>  Project: Maven 2
> Type: Improvement
> Reporter: allan ramirez
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0
>  Attachments: MNG-855.patch
>
>
> Add javadoc and apt doc for an overview

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-859) Maven compiler plugin documentation

2005-09-19 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-859?page=all ]

Johnny R. Ruiz III updated MNG-859:
---

Attachment: MNG-859.patch

Update Patch.  Documentation.

> Maven compiler plugin documentation
> ---
>
>  Key: MNG-859
>  URL: http://jira.codehaus.org/browse/MNG-859
>  Project: Maven 2
> Type: Improvement
> Reporter: allan ramirez
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0
>  Attachments: MNG-859.patch
>
> Original Estimate: 8 hours
>Time Spent: 5 hours
> Remaining: 3 hours
>
> Add java doc and apt doc for an overview

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-859) Maven compiler plugin documentation

2005-09-19 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-859?page=all ]

Johnny R. Ruiz III updated MNG-859:
---

Attachment: MNG-859.patch

Added Javadoc for Plugin Parameters
Added brief how to use APT document.  

> Maven compiler plugin documentation
> ---
>
>  Key: MNG-859
>  URL: http://jira.codehaus.org/browse/MNG-859
>  Project: Maven 2
> Type: Improvement
> Reporter: allan ramirez
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0
>  Attachments: MNG-859.patch
>
> Original Estimate: 8 hours
>Time Spent: 5 hours
> Remaining: 3 hours
>
> Add java doc and apt doc for an overview

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-577) surefire plugin doesn't generate a report

2005-09-18 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-577?page=all ]

Johnny R. Ruiz III updated MNG-577:
---

Attachment: MNG-901_MNG-577.patch

This patch is for JIRA# MNG-901 and MNG-577.

I added Javadoc description for Plugin Parameters.
I added dependency (plexus-utils) to the POM.XML for the XMLReporter to use.  
I added XMLReporter to be generated bu Surefirebooter.



> surefire plugin doesn't generate a report
> -
>
>  Key: MNG-577
>  URL: http://jira.codehaus.org/browse/MNG-577
>  Project: Maven 2
> Type: Improvement
>   Components: maven-surefire-plugin
> Versions: 2.0-alpha-3
> Reporter: Yann Le Du
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0-beta-2
>  Attachments: MNG-901_MNG-577.patch
>
>
> For the moment, maven-surefire-plugin doesn't generate a report (as 
> junit-report used to do in Maven 1). If we try to include surefire in the 
> reports list of the pom, we get a ClassCastException :
> java.lang.ClassCastException:
> org.apache.maven.test.SurefirePlugin
> -| at org.apache.maven.doxia.DoxiaMojo.categorizeReports(DoxiaMojo.java:332)
> ...

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-901) Surefire Plugin Javadoc for Plugin Parameters

2005-09-18 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-901?page=all ]

Johnny R. Ruiz III updated MNG-901:
---

Description: Describe each plugin parameters of Surefire Plugin  (was: 
Describe each plugin parameters.)
Summary: Surefire Plugin Javadoc for Plugin Parameters  (was: Javadoc 
for Plugin Parameters)

> Surefire Plugin Javadoc for Plugin Parameters
> -
>
>  Key: MNG-901
>  URL: http://jira.codehaus.org/browse/MNG-901
>  Project: Maven 2
> Type: Improvement
>   Components: maven-surefire-plugin
> Versions: 2.0-beta-1
> Reporter: Johnny R. Ruiz III
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0-beta-2
>  Attachments: MNG-901.patch
>
> Original Estimate: 3 minutes
>Time Spent: 1 hour
> Remaining: 0 minutes
>
> Describe each plugin parameters of Surefire Plugin

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-901) Javadoc for Plugin Parameters

2005-09-16 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-901?page=all ]

Johnny R. Ruiz III updated MNG-901:
---

Attachment: MNG-901.patch

Added Javadoc description to plugin parameters.  Hope this helps the 
plugin:xdoc report to be informative.

> Javadoc for Plugin Parameters
> -
>
>  Key: MNG-901
>  URL: http://jira.codehaus.org/browse/MNG-901
>  Project: Maven 2
> Type: Improvement
>   Components: maven-surefire-plugin
> Versions: 2.0-beta-1
> Reporter: Johnny R. Ruiz III
> Assignee: Johnny R. Ruiz III
>  Attachments: MNG-901.patch
>
> Original Estimate: 3 minutes
> Remaining: 3 minutes
>
> Describe each plugin parameters.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-901) Javadoc for Plugin Parameters

2005-09-16 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-901?page=all ]

Johnny R. Ruiz III updated MNG-901:
---

Remaining Estimate: 3 minutes
 Original Estimate: 180

> Javadoc for Plugin Parameters
> -
>
>  Key: MNG-901
>  URL: http://jira.codehaus.org/browse/MNG-901
>  Project: Maven 2
> Type: Improvement
>   Components: maven-surefire-plugin
> Versions: 2.0-beta-1
> Reporter: Johnny R. Ruiz III
> Assignee: Johnny R. Ruiz III

>
> Original Estimate: 3 minutes
> Remaining: 3 minutes
>
> Describe each plugin parameters.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MNG-901) Javadoc for Plugin Parameters

2005-09-16 Thread Johnny R. Ruiz III (JIRA)
Javadoc for Plugin Parameters
-

 Key: MNG-901
 URL: http://jira.codehaus.org/browse/MNG-901
 Project: Maven 2
Type: Improvement
  Components: maven-surefire-plugin  
Versions: 2.0-beta-1
 Reporter: Johnny R. Ruiz III
 Assigned to: Johnny R. Ruiz III 


Describe each plugin parameters.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-577) surefire plugin doesn't generate a report

2005-09-15 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-577?page=comments#action_46480 ] 

Johnny R. Ruiz III commented on MNG-577:


I'm already finished with the XML Reporter in Surefire.  As soon as this is 
patched in surefire, I'll submit a patch for the Maven Surefire Plugin.   I 
might need to add a dependency in Maven Surefire Plugin's POM.XML

plexus
plexus-utils
1.0.3-SNAPSHOT

I added this in surefire's dependency but when running the Maven Surefire 
Plugin, it shows error (see below):

---
 T E S T S
---
[surefire] Running com.shape.CircleTest
RUN ABORTED
java.lang.NoClassDefFoundError
org.codehaus.surefire.Runner
An exception or error caused a run to abort.
org/codehaus/plexus/util/xml/Xpp3Dom

Help please..  

> surefire plugin doesn't generate a report
> -
>
>  Key: MNG-577
>  URL: http://jira.codehaus.org/browse/MNG-577
>  Project: Maven 2
> Type: Improvement
>   Components: maven-surefire-plugin
> Versions: 2.0-alpha-3
> Reporter: Yann Le Du
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0-beta-2

>
>
> For the moment, maven-surefire-plugin doesn't generate a report (as 
> junit-report used to do in Maven 1). If we try to include surefire in the 
> reports list of the pom, we get a ClassCastException :
> java.lang.ClassCastException:
> org.apache.maven.test.SurefirePlugin
> -| at org.apache.maven.doxia.DoxiaMojo.categorizeReports(DoxiaMojo.java:332)
> ...

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MEV-80) POM for xml-apis:xml-apis:1.0.2b contains wrong version.

2005-09-06 Thread Johnny R. Ruiz III (JIRA)
POM for  xml-apis:xml-apis:1.0.2b  contains wrong version.
--

 Key: MEV-80
 URL: http://jira.codehaus.org/browse/MEV-80
 Project: Maven Evangelism
Type: Bug
  Components: Invalid POM  
 Reporter: Johnny R. Ruiz III


The POM version is "4.0.0" instead  of "1.0.2b"

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-746) Add **/*TestCase.java and **/Abstract*TestCase to default surefire configuration.

2005-08-18 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-746?page=all ]

Johnny R. Ruiz III updated MNG-746:
---

Attachment: SurefirePlugin2.patch

This patch is both for adding **/*TestCase.java   and 
**/Abstract*TestCase.java  in the default values of Surefire 
Plugin configuration.

> Add **/*TestCase.java and 
> **/Abstract*TestCase to default surefire configuration.
> ---
>
>  Key: MNG-746
>  URL: http://jira.codehaus.org/browse/MNG-746
>  Project: Maven 2
> Type: Improvement
>   Components: maven-plugins
> Reporter: Jose Peleteiro
>  Attachments: SurefirePlugin.patch, SurefirePlugin2.patch
>
>


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-746) Add **/*TestCase.java and **/Abstract*TestCase to default surefire configuration.

2005-08-18 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-746?page=all ]

Johnny R. Ruiz III updated MNG-746:
---

Attachment: SurefirePlugin.patch

This a one liner patch to add **/Abstract*TestCase.java by default in  
test.

> Add **/*TestCase.java and 
> **/Abstract*TestCase to default surefire configuration.
> ---
>
>  Key: MNG-746
>  URL: http://jira.codehaus.org/browse/MNG-746
>  Project: Maven 2
> Type: Improvement
>   Components: maven-plugins
> Reporter: Jose Peleteiro
>  Attachments: SurefirePlugin.patch
>
>


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]