Re: [jira] Commented: (MNG-556) NPE in MavenProject class

2005-07-12 Thread Kris Bravo
yes it did: http://jira.codehaus.org/browse/MNG-565 was the ticket and patch. -- Kris Bravo Corridor Software, Inc. http://www.corridor-software.us > [ http://jira.codehaus.org/browse/MNG-556?page=comments#action_42735 ] > > John Casey commented on MNG-556: > --

[jira] Commented: (MNG-576) Support of EAR lifecycle

2005-07-12 Thread J. Matthew Pryor (JIRA)
[ http://jira.codehaus.org/browse/MNG-576?page=comments#action_42739 ] J. Matthew Pryor commented on MNG-576: -- I am pretty sure this is the same basic problem that has frustrated my attempts to write an M2 plugin to support Eclipse PDE artifacts. The on

[jira] Commented: (MNG-479) unable to override the default central repository

2005-07-12 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-479?page=comments#action_42738 ] John Casey commented on MNG-479: Actually, I disagree. I believe that this could be a very useful feature in certain circumstances. For example, if a company wishes to have ultimate cont

[jira] Updated: (MNG-576) Support of EAR lifecycle

2005-07-12 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-576?page=all ] John Casey updated MNG-576: --- Priority: Blocker (was: Minor) Escalating the priority on this, since patching maven-core isn't appropriate for new packaging handlers. The object of the game is to allow new

[jira] Commented: (MNG-282) mojos should be able to declare project independence

2005-07-12 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-282?page=comments#action_42736 ] John Casey commented on MNG-282: perhaps when a mojo declares @requiresProject == false: if that mojo is the only one in the task list we can skip iteration through the project hierarchy

[jira] Created: (CONTINUUM-223) URL validator doesn't accept url http://myserver/mypath

2005-07-12 Thread Emmanuel Venisse (JIRA)
URL validator doesn't accept url http://myserver/mypath --- Key: CONTINUUM-223 URL: http://jira.codehaus.org/browse/CONTINUUM-223 Project: Continuum Type: Bug Reporter: Emmanuel Venisse Fix For: 1.0-beta-1 h

[jira] Commented: (MNG-556) NPE in MavenProject class

2005-07-12 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-556?page=comments#action_42735 ] John Casey commented on MNG-556: I thought I saw a fix for this go flying by in the commit emails. I'll verify and fix if it hasn't already been done. > NPE in MavenProject class > -

[jira] Commented: (MNG-581) Add target/classes director to compiler:compile classpath

2005-07-12 Thread David Jencks (JIRA)
[ http://jira.codehaus.org/browse/MNG-581?page=comments#action_42733 ] David Jencks commented on MNG-581: -- Just including the generated classes in target/classes seems to be adequate for m1. I think a fix for this is needed in m2. To me asking xmlbeans to

[jira] Commented: (MNG-581) Add target/classes director to compiler:compile classpath

2005-07-12 Thread Corridor Software Developer (JIRA)
[ http://jira.codehaus.org/browse/MNG-581?page=comments#action_42732 ] Corridor Software Developer commented on MNG-581: - Someone please check me, but I believe this won't do any good now that I have another look at it. MavenProject.getCompil

[jira] Created: (MAVENUPLOAD-435) Please upload cglib-nodep-2.1_2

2005-07-12 Thread Chris Nokleberg (JIRA)
Please upload cglib-nodep-2.1_2 --- Key: MAVENUPLOAD-435 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-435 Project: maven-upload-requests Type: Task Reporter: Chris Nokleberg http://cglib.sf.net/ http://cglib.sourceforge.net/team-lis

[jira] Created: (MAVENUPLOAD-434) Please upload cglib-2.1_2

2005-07-12 Thread Chris Nokleberg (JIRA)
Please upload cglib-2.1_2 - Key: MAVENUPLOAD-434 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-434 Project: maven-upload-requests Type: Task Reporter: Chris Nokleberg http://cglib.sf.net/ http://cglib.sourceforge.net/team-list.html CGLI

[jira] Closed: (MNG-524) [regression] non o.a.m.plugins grouped plugins not discovered from POM when executed from command line

2005-07-12 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-524?page=all ] John Casey closed MNG-524: -- Resolution: Fixed see it0031 > [regression] non o.a.m.plugins grouped plugins not discovered from POM when > executed from command line > ---

svn commit: r216013 - in /maven/components/trunk: maven-artifact-manager/src/main/java/org/apache/maven/artifact/repository/metadata/ maven-core-it/it0013/ maven-core-it/it0015/ maven-core-it/it0020/ maven-core-it/it0021/ maven-plugins/ maven-plugins/m...

2005-07-12 Thread jdcasey
Author: jdcasey Date: Tue Jul 12 13:08:21 2005 New Revision: 216013 URL: http://svn.apache.org/viewcvs?rev=216013&view=rev Log: Fixing problem with using distributionManagement repository definition for download of plugins.xml metadata. Now, in order to build a maven plugin, you need two things:

[jira] Created: (CONTINUUM-222) Update modello model UpdateScmResult to capture new information provided by Maven SCM

2005-07-12 Thread Jason van Zyl (JIRA)
Update modello model UpdateScmResult to capture new information provided by Maven SCM - Key: CONTINUUM-222 URL: http://jira.codehaus.org/browse/CONTINUUM-222 Project: Continuum Type:

[jira] Created: (MNG-581) Add target/classes director to compiler:compile classpath

2005-07-12 Thread Corridor Software Developer (JIRA)
Add target/classes director to compiler:compile classpath - Key: MNG-581 URL: http://jira.codehaus.org/browse/MNG-581 Project: Maven 2 Type: Improvement Components: maven-plugins Versions: 2.0-alpha-3

Re: How to get Maven plug-in to operate in the context of Eclipse Workspace

2005-07-12 Thread Peter Neubauer
On Tuesday 12 July 2005 20:47, Miks Rozenbergs wrote: > So the question is how to call Maven from Eclipse providing Maven plug-in > (which we are about to develop) with access to Eclipse Workspace and > Eclipse plug-in classes? Is there anything out there already? As far as I can tell, M2 is writte

How to get Maven plug-in to operate in the context of Eclipse Workspace

2005-07-12 Thread Miks Rozenbergs
Hello everybody! We are investigating the use of Maven (M2) as a way to describe dependancies between various components making up our Web applications and do builds. Components are developed using our own in-house development and configuration tools which already have implemented code generatio

svn commit: r215987 - /maven/maven-1/plugins/trunk/clover/xdocs/properties.xml

2005-07-12 Thread carlos
Author: carlos Date: Tue Jul 12 10:51:24 2005 New Revision: 215987 URL: http://svn.apache.org/viewcvs?rev=215987&view=rev Log: Fixed name of check properties Modified: maven/maven-1/plugins/trunk/clover/xdocs/properties.xml Modified: maven/maven-1/plugins/trunk/clover/xdocs/properties.xml UR

[jira] Closed: (MNG-580) possibility too change the directory of web.xml

2005-07-12 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/MNG-580?page=all ] Emmanuel Venisse closed MNG-580: Resolution: Fixed org.apache.maven.plugins maven-war-plugin PATH_TO_WEB.XML > possibili

[jira] Updated: (MNG-579) a dependency of type tld is not added to the package

2005-07-12 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-579?page=all ] Kenney Westerhof updated MNG-579: - Attachment: MNG-579.patch this patch fixes the tld handling. Sample pom to test it: 4.0.0 maven-tests war-tld war 2.0-beta-1-SNAPSHOT spri

[jira] Created: (MNG-580) possibility too change the directory of web.xml

2005-07-12 Thread jeremi Joslin (JIRA)
possibility too change the directory of web.xml --- Key: MNG-580 URL: http://jira.codehaus.org/browse/MNG-580 Project: Maven 2 Type: Wish Versions: 2.0-alpha-3 Reporter: jeremi Joslin Priority: Minor add the

[maven2 build - FAILED - checkout] Tue Jul 12 11:29:20 EDT 2005

2005-07-12 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050712.112920.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Created: (MNG-579) a dependency of type tld is not added to the package

2005-07-12 Thread Dennisg Geurts (JIRA)
a dependency of type tld is not added to the package Key: MNG-579 URL: http://jira.codehaus.org/browse/MNG-579 Project: Maven 2 Type: Bug Components: maven-plugins Versions: 2.0-alpha-3 Environment: Wi

[jira] Created: (MNG-578) dependencies otherthan of type jar are added to the .classpath

2005-07-12 Thread Dennisg Geurts (JIRA)
dependencies otherthan of type jar are added to the .classpath -- Key: MNG-578 URL: http://jira.codehaus.org/browse/MNG-578 Project: Maven 2 Type: Bug Components: maven-plugins Versions: 2.0-alpha-3

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

2005-07-12 Thread Yann Le Du (JIRA)
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-plugins Versions: 2.0-alpha-3 Reporter: Yann Le Du For th

[jira] Commented: (MNG-563) Add generation of application.xml in EAR plugin

2005-07-12 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MNG-563?page=comments#action_42706 ] Stephane Nicoll commented on MNG-563: - See MNG-576. > Add generation of application.xml in EAR plugin > --- > > Key: MNG-563 >

[jira] Created: (MNG-576) Support of EAR lifecycle

2005-07-12 Thread Stephane Nicoll (JIRA)
Support of EAR lifecycle Key: MNG-576 URL: http://jira.codehaus.org/browse/MNG-576 Project: Maven 2 Type: Improvement Components: maven-plugins, maven-core Versions: 2.0-alpha-3 Reporter: Stephane Nicoll Priority: Minor

RE: Mixed plugins and functional tests for plugins? (was RE: [m2] Clvoer plugin location (was RE: [m2] Forking a customlifecycle in a report plugin?))

2005-07-12 Thread Jens Fournais
Best Regards Global Identity A/S, Jens Fournais CEO Bygstubben 3 | DK-2950 Vedbaek | Denmark Phone: +45 45 99 31 | E-mail: [EMAIL PROTECTED] Please visit our website at: http://www.elibitum.com "Vincent Massol" <[EMAIL PROTECTED]> 07-07-2005 19:40 Please respond to "Maven Developers

[jira] Closed: (MNG-571) Improve plugin-overview and fix site.xml

2005-07-12 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-571?page=all ] Jason van Zyl closed MNG-571: - Resolution: Fixed Patch applied. > Improve plugin-overview and fix site.xml > > > Key: MNG-571 > URL: http://

svn commit: r215942 - in /maven/components/trunk/maven-site/src/site: apt/guides/releasing.apt apt/plugin-overview.apt site.xml

2005-07-12 Thread jvanzyl
Author: jvanzyl Date: Tue Jul 12 05:06:17 2005 New Revision: 215942 URL: http://svn.apache.org/viewcvs?rev=215942&view=rev Log: o applying http://jira.codehaus.org/browse/MNG-571 Thanks to Tim. Modified: maven/components/trunk/maven-site/src/site/apt/guides/releasing.apt maven/compo

[jira] Closed: (MNG-563) Add generation of application.xml in EAR plugin

2005-07-12 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MNG-563?page=all ] Vincent Massol closed MNG-563: -- Assign To: Vincent Massol Resolution: Won't Fix Generation of application.xml is already implemented. See MNG-148. Stephane, open a new issue if you want for int

[jira] Commented: (MAVENUPLOAD-431) Upload request for NLOG4J 1.2.14 and SLF4J 1.0-beta4

2005-07-12 Thread Nick Faiz (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-431?page=comments#action_42703 ] Nick Faiz commented on MAVENUPLOAD-431: --- Hi, Any word on using the attached POM (check the zip) to place nlog4j.1.2.14 on the maven repository? As soon as it is listed s

[jira] Commented: (MNG-563) Add generation of application.xml in EAR plugin

2005-07-12 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MNG-563?page=comments#action_42701 ] Stephane Nicoll commented on MNG-563: - Vincent, I don't agree. Application.xml generation is there since the first version of the plugin, see MNG-148. This issue is *NOT* about appl

[jira] Commented: (MNG-563) Add generation of application.xml in EAR plugin

2005-07-12 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MNG-563?page=comments#action_42699 ] Stephane Nicoll commented on MNG-563: - Someone with Edit right, could you please change the issue's summary. This is not about generating the application.xml ; this is about the ear l

[jira] Commented: (MNG-563) Add generation of application.xml in EAR plugin

2005-07-12 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MNG-563?page=comments#action_42700 ] Vincent Massol commented on MNG-563: Stephane, I don't think the issue(s summary should be changed. I was not able to find any issue about generating the EAR application.xml so let's

[jira] Created: (MNG-575) Add a way to configure permissions on deployed files

2005-07-12 Thread Kenney Westerhof (JIRA)
Add a way to configure permissions on deployed files Key: MNG-575 URL: http://jira.codehaus.org/browse/MNG-575 Project: Maven 2 Type: Improvement Components: maven-artifact Versions: 2.0-alpha-3 Report

[jira] Created: (MNG-574) Add version info to plugins.xml and cache that in plugin-registry.xml

2005-07-12 Thread Kenney Westerhof (JIRA)
Add version info to plugins.xml and cache that in plugin-registry.xml - Key: MNG-574 URL: http://jira.codehaus.org/browse/MNG-574 Project: Maven 2 Type: Improvement Reporter: Kenney Westerhof Pr

[jira] Created: (MNG-573) Last artifactId under project/plugins/plugin overrides project/artifactId

2005-07-12 Thread Carlos Sanchez (JIRA)
Last artifactId under project/plugins/plugin overrides project/artifactId - Key: MNG-573 URL: http://jira.codehaus.org/browse/MNG-573 Project: Maven 2 Type: Bug Components: maven-artifact