[jira] Commented: (MDEPLOY-21) Deploying an artifact from the local directory failed if the associated pom file is not renamed

2006-01-26 Thread Allan Ramirez (JIRA)
[ http://jira.codehaus.org/browse/MDEPLOY-21?page=comments#action_57095 ] Allan Ramirez commented on MDEPLOY-21: -- Did you execute your command with the url parameter as "..." or you just hide your real url? I can only replicate the issue when there is n

[jira] Commented: (MNGECLIPSE-56) Exception running M2 build

2006-01-26 Thread Kees de Kooter (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-56?page=comments#action_57094 ] Kees de Kooter commented on MNGECLIPSE-56: -- Another workaround: use the "DOS" name of the directory to get rid of the spaces: {{C:\DOCUME~1\...\.m2\repository}} > Exce

Re: allow maven to execute customized pom.xml

2006-01-26 Thread Brett Porter
mvn -f custom-pom.xml install Dave Maung wrote: > Is there a properties to allow maven to execute customized pom.xml? > something like mvn install -Dpom.files="custom-pom.xml" > - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

allow maven to execute customized pom.xml

2006-01-26 Thread Dave Maung
Is there a properties to allow maven to execute customized pom.xml? something like mvn install -Dpom.files="custom-pom.xml"

Re: svn commit: r371476 - in /maven/repository-manager/trunk/maven-repository-indexer

2006-01-26 Thread Edwin Punzalan
About the FLD_ID, the delete method for a document cannot have more than one Term object for groupId, artifactId, and version so an ID is used. i apologize about the others, I'll fix them right away... Brett Porter wrote: I think this is a possible NPE... [EMAIL PROTECTED] wrote: +

Re: svn commit: r369655 - in /maven/repository-manager/trunk/maven-repository-indexer/src/test: java/org/apache/maven/repository/indexing/MetadataRepositoryIndexingTest.java repository/test/maven-meta

2006-01-26 Thread Edwin Punzalan
Sorry... I'll get those fixed soon... thanks. ^_^ Brett Porter wrote: [EMAIL PROTECTED] wrote: +public void testExceptions() + throws Exception +{ +//test when the object passed in the index(..) method is not a RepositoryMetadat instance +RepositoryIndex

Re: mvn site using http://svn.apache.org/repos/asf/maven/plugins/trunk/ repository

2006-01-26 Thread Dave Maung
thanks. It worked now. On 1/26/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > Sorry, the instructions should have been "mvn install > -DupdateReleaseInfo=true" > > - Brett > > Dave Maung wrote: > > Hi Vincent, > > I tried your sugesstion. No Luck. I think I will wait until skin is > release > > o

[jira] Created: (MPA-45) create repository plugin JIRA project

2006-01-26 Thread Brett Porter (JIRA)
create repository plugin JIRA project - Key: MPA-45 URL: http://jira.codehaus.org/browse/MPA-45 Project: Maven Project Administration Type: Task Components: Issue Management Reporter: Brett Porter Assigned to: Jason van Z

Re: Maven-dashboard 1.9, Maven 1.0.2 and Cobertura

2006-01-26 Thread Lukas Theussl
My mistake, sorry about that. I removed one line that contained only a '%', mistaking it for an empty comment. It's fixed and the snapshot re-deployed. Thanks for your testing and feedback! -Lukas Nascif Abousalh-Neto wrote: It works, thanks. But the coverage aggragator reports its total a

[jira] Created: (MNG-2019) Please add support for multi-module projects in repository:bundle-create mojo

2006-01-26 Thread John R Fallows (JIRA)
Please add support for multi-module projects in repository:bundle-create mojo - Key: MNG-2019 URL: http://jira.codehaus.org/browse/MNG-2019 Project: Maven 2 Type: Improvement Components: S

[jira] Commented: (MAVENUPLOAD-698) Weblets 0.2

2006-01-26 Thread John R Fallows (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-698?page=comments#action_57092 ] John R Fallows commented on MAVENUPLOAD-698: https://weblets.dev.java.net/files/documents/4141/28161/weblets-0.2-bundle.jar https://weblets.dev.java.net/files/document

[jira] Closed: (MNG-2018) npe in maven-projecthelp-plugin

2006-01-26 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-2018?page=all ] Brett Porter closed MNG-2018: - Assign To: Brett Porter Resolution: Duplicate > npe in maven-projecthelp-plugin > --- > > Key: MNG-2018 > URL: http:/

[jira] Created: (MNG-2018) npe in maven-projecthelp-plugin

2006-01-26 Thread M. van der Plas (JIRA)
npe in maven-projecthelp-plugin --- Key: MNG-2018 URL: http://jira.codehaus.org/browse/MNG-2018 Project: Maven 2 Type: Bug Versions: 2.0.2 Environment: windows XP Reporter: M. van der Plas When running mvn help:describe -Dp

Re: rmic maven 2 plugin

2006-01-26 Thread Alejandro Escalante Medina
Thanks very much for the info, I'll give it a try On 1/26/06, dan tran <[EMAIL PROTECTED]> wrote: > it is already in sandbox at mojo > > http://mojo.codehaus.org/ > > you can give it a try and give feedback. > > -D > > > On 1/26/06, Alejandro Escalante Medina <[EMAIL PROTECTED]> wrote: > > > > I'm

[jira] Updated: (MNGECLIPSE-60) Improve behaviour of ExecutePom Launch shortcut if no goals are specified

2006-01-26 Thread Dmitri Maximovich (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-60?page=all ] Dmitri Maximovich updated MNGECLIPSE-60: Summary: Improve behaviour of ExecutePom Launch shortcut if no goals are specified (was: Improvement to ExecutePom Launch shortcut) > Improve be

Re: rmic maven 2 plugin

2006-01-26 Thread dan tran
it is already in sandbox at mojo http://mojo.codehaus.org/ you can give it a try and give feedback. -D On 1/26/06, Alejandro Escalante Medina <[EMAIL PROTECTED]> wrote: > > I'm in the need of a rmic plugin for maven2. I took a look at > http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matri

[jira] Updated: (MNGECLIPSE-60) Improve behaviour of ExecutePom Launch shortcut if no goals are specified

2006-01-26 Thread Dmitri Maximovich (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-60?page=all ] Dmitri Maximovich updated MNGECLIPSE-60: Priority: Minor (was: Major) > Improve behaviour of ExecutePom Launch shortcut if no goals are specified > --

[jira] Created: (MNGECLIPSE-60) Improvement to ExecutePom Launch shortcut

2006-01-26 Thread Dmitri Maximovich (JIRA)
Improvement to ExecutePom Launch shortcut - Key: MNGECLIPSE-60 URL: http://jira.codehaus.org/browse/MNGECLIPSE-60 Project: Maven 2.x Extension for Eclipse Type: Improvement Reporter: Dmitri Maximovich Assigned to: Dmitri

rmic maven 2 plugin

2006-01-26 Thread Alejandro Escalante Medina
I'm in the need of a rmic plugin for maven2. I took a look at http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix and it seems its development hasn't started yet. I know there's at least one plugin for maven 1 so maybe I can help with the porting. What do you think? Saludos, -- Alejandro

[jira] Updated: (MNG-1953) src/main/webapp should be added to "Introduction to the Standard Directory Layout" page

2006-01-26 Thread Maria Odea Ching (JIRA)
[ http://jira.codehaus.org/browse/MNG-1953?page=all ] Maria Odea Ching updated MNG-1953: -- Attachment: MNG-1953-documentation-introductions.patch > src/main/webapp should be added to "Introduction to the Standard Directory > Layout" page > -

[jira] Subscription: Design & Best Practices

2006-01-26 Thread jira
Issue Subscription Filter: Design & Best Practices (31 issues) Subscriber: mavendevlist Key Summary MNG-612 implement conflict resolution techniques http://jira.codehaus.org/browse/MNG-612 MNG-1931add a reportingManagement section http://jira.codehaus.org/b

[continuum build - SUCCESS - update] Fri Jan 27 02:00:00 GMT 2006

2006-01-26 Thread continuum
Distribution: http://maven.zones.apache.org/~continuum/builds/continuum-20060127.02.war Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20060127.02.txt

Re: [discuss] change to parent hierachy

2006-01-26 Thread Brett Porter
anyone? Brett Porter wrote: > Hi, > > I'd like to suggest we make the following changes to the parent hierarchy: > - maven/site/pom.xml will become the global root POM. It will be > versioned with a single digit (1, 2, etc) incremented whenever it is > changed. > - the parent will contain all the

problem building continuum

2006-01-26 Thread Bob Herrrmann
I downloaded maven 2.0.2 and put it in my path. $ svn co http://svn.apache.org/repos/asf/maven/continuum/trunk/ continuum ... $ sh build.sh [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Continuum Parent Project [INFO] Continuum Model [INFO] Continuum API [INFO] Conti

[jira] Created: (MSUREFIRE-52) Pass system properties into forked surefire execution

2006-01-26 Thread Jason van Zyl (JIRA)
Pass system properties into forked surefire execution - Key: MSUREFIRE-52 URL: http://jira.codehaus.org/browse/MSUREFIRE-52 Project: Maven 2.x Surefire Plugin Type: Bug Versions: 2.1.1 Reporter: Jason v

[jira] Updated: (MNG-2017) Dependencies with scope system and version range make the build fail

2006-01-26 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-2017?page=all ] Brett Porter updated MNG-2017: -- Comment: was deleted > Dependencies with scope system and version range make the build fail > > >

[continuum build - FAILED - checkout] Fri Jan 27 01:30:00 GMT 2006

2006-01-26 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20060127.013000.txt

[jira] Commented: (MNG-2017) Dependencies with scope system and version range make the build fail

2006-01-26 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-2017?page=comments#action_57088 ] Brett Porter commented on MNG-2017: --- is this a regression of MNG-1363? (a simple search found this: "mng systemPath AND range") > Dependencies with scope system and version range make

[maven2 build branches/maven-2.0.x - SUCCESS - update] Fri Jan 27 01:15:00 GMT 2006

2006-01-26 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20060127.011500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20060127.011500.txt - To unsubscribe, e-mai

[jira] Created: (CONTINUUM-572) Web interface doesn't say anything about notification depending on state changes

2006-01-26 Thread Jamie Flournoy (JIRA)
Web interface doesn't say anything about notification depending on state changes Key: CONTINUUM-572 URL: http://jira.codehaus.org/browse/CONTINUUM-572 Project: Continuum Type: Bug Com

[jira] Created: (MNG-2017) Dependencies with scope system and version range make the build fail

2006-01-26 Thread Carlos Sanchez (JIRA)
Dependencies with scope system and version range make the build fail Key: MNG-2017 URL: http://jira.codehaus.org/browse/MNG-2017 Project: Maven 2 Type: Bug Versions: 2.0.2 Reporter: Car

[jira] Updated: (MNG-2017) Dependencies with scope system and version range make the build fail

2006-01-26 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-2017?page=all ] Carlos Sanchez updated MNG-2017: Fix Version: 2.0.3 > Dependencies with scope system and version range make the build fail > > >

[maven2 build trunk - SUCCESS - update] Fri Jan 27 01:00:00 GMT 2006

2006-01-26 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/trunk/m2-20060127.010001.tar.gz Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20060127.010001.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

RE: Maven-dashboard 1.9, Maven 1.0.2 and Cobertura

2006-01-26 Thread Nascif Abousalh-Neto
It works, thanks. But the coverage aggragator reports its total as an integer, not as a percentage. Which means it is not reported as a bar graph (like the Junit pass report) and that the coverage percentages are totalled in the last row - which is quite wrong See the attached file. Tha

[maven2 build branches/maven-2.0.x - FAILED - checkout] Fri Jan 27 00:30:00 GMT 2006

2006-01-26 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20060127.003001.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[maven2 build trunk - SUCCESS - checkout] Fri Jan 27 00:00:02 GMT 2006

2006-01-26 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/trunk/m2-20060127.03.tar.gz Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20060127.03.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[jira] Commented: (MNG-2015) create an inter-plugin communication bus, for setting flags about the generalized build state

2006-01-26 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-2015?page=comments#action_57084 ] Brett Porter commented on MNG-2015: --- my understanding was that the MavenProject instance would always be this bus. > create an inter-plugin communication bus, for setting flags about t

[jira] Closed: (MPANTLR-6) antlr with multiple grammars files under multiproject site goal.

2006-01-26 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPANTLR-6?page=all ] Lukas Theussl closed MPANTLR-6: --- Resolution: Won't Fix Use maven.antlr.src.dir=${basedir}/src/java/org/CognitiveWeb/xpointer > antlr with multiple grammars files under multiproject site goal. >

[jira] Commented: (MNG-1667) M2_HOME is not used in the way described in README.txt and as such bootstrap build fails

2006-01-26 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1667?page=comments#action_57080 ] Brett Porter commented on MNG-1667: --- I broke it. Maven is installed using Maven, so you get the result of a tarball unpack, which includes the leading path. I want to move to a "prefix

[jira] Created: (MNG-2016) Document how to create a mirror of Ibiblio

2006-01-26 Thread Trygve Laugstol (JIRA)
Document how to create a mirror of Ibiblio -- Key: MNG-2016 URL: http://jira.codehaus.org/browse/MNG-2016 Project: Maven 2 Type: Task Components: documentation - general, Artifacts and Repositories Reporter: Trygve Lau

Re: [RFC] [m2] template mecanism in settings.xml (initialy for plugin sensitive information)

2006-01-26 Thread jerome lacoste
Hi Brett, thanks for the feedback. On 1/26/06, Brett Porter <[EMAIL PROTECTED]> wrote: > You can already configure plugins from settings.xml using profiles. Do you mean that the property will be set as the mojo property thanks to the plexus javadoc declaration? First I find that very verbose an

[ANN] maven 2 assembly plugin 2.0.1 released

2006-01-26 Thread Carlos Sanchez
This is a bugfix release from 2.0: - assembly jar-with-dependencies does not utilize or provide for manifest configuration - subsequent assemblies include all files from previous assemblies of the same type - Support for multiple assembly descriptors Changes: http://jira.codehaus.org/secure/Issue

[jira] Commented: (MNGECLIPSE-22) The Plug-In fails to run under Eclipse 3.0.x and IBM Rational Developer (RAD)

2006-01-26 Thread Victor Lar (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-22?page=comments#action_57071 ] Victor Lar commented on MNGECLIPSE-22: -- I have exactly the same error using Rational Software Architect, Version: 6.0.1 > The Plug-In fails to run under Eclipse 3.0.x and IBM

Re: [PROPOSAL] Integration testing proposal for Maven 2.0.x

2006-01-26 Thread Tomasz Pik
On 26/01/06, Brett Porter <[EMAIL PROTECTED]> wrote: > I have the following concerns: > - adding an "it" scope. I haven't seen explained how this will behave, > nor the impact on existing plugins. Maybe 'itest' (instead of 'it') will be easier to understand for those, who see it for the first tim

Re: [m2] Plugin inheritance

2006-01-26 Thread Brett Porter
no, sorry. The annotations are read from source files, not binaries. - Brett Jan Bartel wrote: > I think the answer to this question is likely to be no, > but I thought I'd ask anyway. > > If I have 2 plugins A and B, is there anyway that Mojos > in plugin B can inherit from the Mojos in plugin

Re: [vote] [m1] demote plugins

2006-01-26 Thread Arnaud HERITIER
ok to move it to the core plugins. I think (but I'm not sure) that we need to vote. Arnaud On 1/26/06, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > > On 1/26/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: > > It looks good to me, just two remarks: > > > > - did you test it with maven 1.0.2 and artif

[m2] Plugin inheritance

2006-01-26 Thread Jan Bartel
I think the answer to this question is likely to be no, but I thought I'd ask anyway. If I have 2 plugins A and B, is there anyway that Mojos in plugin B can inherit from the Mojos in plugin A *including the annotations for the configuration parameters* ? thanks in advance Jan -

Re: [RFC] [m2] template mecanism in settings.xml (initialy for plugin sensitive information)

2006-01-26 Thread Brett Porter
You can already configure plugins from settings.xml using profiles. The catch is that they must be used as part of the lifecycle (http://jira.codehaus.org/browse/MNG-860) I recently changed jar:sign so that this is the case, and I assume it is for webstart. The other alternative is to use and u

Re: ${modules}

2006-01-26 Thread Brett Porter
Yes. Ersin Er wrote: > Hi, > > Is ${modules} substitution supported in site.xml? I'm asking because > it's mentioned here: > http://docs.codehaus.org/display/MAVEN/Sites+and+Inheritence > > Thanks. > > -- > Ersin - To unsubscr

Re: Modello code generation

2006-01-26 Thread Brett Porter
Yes. dan tran wrote: > Brett, so you are okie with duplicate definitions in both .mod file for > > http://jira.codehaus.org/browse/MASSEMBLY-62 > > ? > > -Dan > > > > > On 1/24/06, Brett Porter <[EMAIL PROTECTED]> wrote: >> not right now. There is an open JIRA to implement some form of >> i

Re: [vote] [m1] demote plugins

2006-01-26 Thread Brett Porter
Arnaud HERITIER wrote: > Jason, in fact we're right ;-) > These plugins are used in the bootstrap but they are downloaded from the > remote repository instead of to be built before. > I'll change that to build them during the bootstrap. It's anormal that we > have to download them. > I think that

Re: [vote] [m1] demote plugins

2006-01-26 Thread Brett Porter
Arnaud HERITIER wrote: >> Plugins to demote with work to do: >> >> [+1] repository - (do we need upload-bundle? I don't see where it's used) > > > Carlos, Brett, are you sure that we can always use these bundles with the m2 > repo ? > Do you continue to upload in the old m1 repository ? > yep.

Re: [PROPOSAL] Integration testing proposal for Maven 2.0.x

2006-01-26 Thread Brett Porter
Vincent, There's a huge difference. Anything that goes into 2.0.3 must be made compatible. If it lands on trunk we can have a longer testing period and get people involved, and completely change it if it doesn't work out. I have the following concerns: - adding an "it" scope. I haven't seen expla

Re: mvn site using http://svn.apache.org/repos/asf/maven/plugins/trunk/ repository

2006-01-26 Thread Brett Porter
Sorry, the instructions should have been "mvn install -DupdateReleaseInfo=true" - Brett Dave Maung wrote: > Hi Vincent, > I tried your sugesstion. No Luck. I think I will wait until skin is release > or someone in the maillist might know how to fix it. > Thanks, > Dave > > On 1/25/06, Vincent Si

[jira] Created: (MJAVADOC-55) offline links not generated when offline

2006-01-26 Thread David DIDIER (JIRA)
offline links not generated when offline Key: MJAVADOC-55 URL: http://jira.codehaus.org/browse/MJAVADOC-55 Project: Maven 2.x Javadoc Plugin Type: Bug Environment: maven 2.0.2 javadoc plugin (beta-3) Reporter: David DIDI

[RFC] [m2] template mecanism in settings.xml (initialy for plugin sensitive information)

2006-01-26 Thread jerome lacoste
Hi, I think I've asked that in IRC only, but I don't remember seing an answer. Today the jar:sign and webstart:jnlp goals provide a way for the user to sign jars. To perform this operation, some sensitive information is required (mostly some passwords, maybe a user specific file path). This infor

[jira] Commented: (MAVENUPLOAD-686) Please, upload JXTA 2.3.6 to the ibiblio repository.

2006-01-26 Thread Loic Lefevre (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-686?page=comments#action_57055 ] Loic Lefevre commented on MAVENUPLOAD-686: -- Well, to properly upload JXTA 2.3.6, you'll have to upload bundles described in issues (in this order): - MAVENUPLOAD-704 - M

[jira] Created: (MAVENUPLOAD-706) Upload wicket-1.1.1-bundle.jar and wicket-extensions-1.1.1-bundle.jar

2006-01-26 Thread Martijn Dashorst (JIRA)
Upload wicket-1.1.1-bundle.jar and wicket-extensions-1.1.1-bundle.jar - Key: MAVENUPLOAD-706 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-706 Project: maven-upload-requests Type: Task Report

[jira] Created: (MAVENUPLOAD-705) Please, upload SWIXML 1.5.144 to the ibiblio repository.

2006-01-26 Thread Loic Lefevre (JIRA)
Please, upload SWIXML 1.5.144 to the ibiblio repository. Key: MAVENUPLOAD-705 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-705 Project: maven-upload-requests Type: Task Reporter: Loic Lefevre http://

[jira] Created: (MAVENUPLOAD-704) Please, upload Java2HTML 1.3.1 to the ibiblio repository.

2006-01-26 Thread Loic Lefevre (JIRA)
Please, upload Java2HTML 1.3.1 to the ibiblio repository. - Key: MAVENUPLOAD-704 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-704 Project: maven-upload-requests Type: Task Reporter: Loic Lefevre http:

Re: Maven-dashboard 1.9, Maven 1.0.2 and Cobertura

2006-01-26 Thread Lukas Theussl
It's here: http://cvs.apache.org/repository/maven/plugins/maven-dashboard-plugin-1.9-SNAPSHOT.jar -Lukas Nascif Abousalh-Neto wrote: Hi Lukas, I rolled back my Jelly changes. The latest snapshot is still broken as in the beginning. All the files in the snapshot .jar file (just downloaded

RE: Maven-dashboard 1.9, Maven 1.0.2 and Cobertura

2006-01-26 Thread Nascif Abousalh-Neto
Hi Lukas, I rolled back my Jelly changes. The latest snapshot is still broken as in the beginning. All the files in the snapshot .jar file (just downloaded it again, both from ibiblio and cvs.apache.org) have yesterday's date. Either it is a time zone issue (I am in the US, Eastern coast) or

[jira] Commented: (MNGECLIPSE-56) Exception running M2 build

2006-01-26 Thread Kees de Kooter (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-56?page=comments#action_57048 ] Kees de Kooter commented on MNGECLIPSE-56: -- I think you just solved the mystery Tom! I emptied the local repository box and now it runs just fine!! What does this setting

[jira] Closed: (MCOMPILER-26) Compiler plugin ignores includes / excludes

2006-01-26 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MCOMPILER-26?page=all ] Carlos Sanchez closed MCOMPILER-26: --- Assign To: Carlos Sanchez Resolution: Fixed Fixed deploying plexus-compiler-javac snapshot > Compiler plugin ignores includes / excludes > ---

[jira] Closed: (MNG-2013) The front page of the site still says Maven 2.0.1

2006-01-26 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/MNG-2013?page=all ] Dennis Lundberg closed MNG-2013: Resolution: Fixed > The front page of the site still says Maven 2.0.1 > - > > Key: MNG-2013 > UR

[jira] Commented: (MNG-2013) The front page of the site still says Maven 2.0.1

2006-01-26 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/MNG-2013?page=comments#action_57046 ] Dennis Lundberg commented on MNG-2013: -- This has been fixed by jdcasey in revision 372543. > The front page of the site still says Maven 2.0.1 >

Re: Maven-dashboard 1.9, Maven 1.0.2 and Cobertura

2006-01-26 Thread Lukas Theussl
Hi Nascif, I just replied to the other mail, please check if this is working before we go into SAX parser configuration issues (and make our headaches bigger!) -Lukas Nascif Abousalh-Neto wrote: Hi Lukas, Continuing the discussion at http://jira.codehaus.org/browse/MPDASHBOARD-31, yes, I ca

RE: Maven-dashboard 1.9, Maven 1.0.2 and Cobertura

2006-01-26 Thread Nascif Abousalh-Neto
Hi Lukas, OK, I will do so and report the results back here. Thanks, Nascif -Original Message- From: Lukas Theussl [mailto:[EMAIL PROTECTED] Sent: Thursday, January 26, 2006 1:55 PM To: Maven Developers List Subject: Re: Maven-dashboard 1.9, Maven 1.0.2 and Cobertura Hi Nascif, I ju

[jira] Commented: (MNGECLIPSE-58) Ignore dependent projects when building project classpath

2006-01-26 Thread Leonardo Quijano Vincenzi (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-58?page=comments#action_57044 ] Leonardo Quijano Vincenzi commented on MNGECLIPSE-58: - Here's the issue on the Workspace artifact resolution: http://jira.codehaus.org/browse/MNGECLIPSE-59 >

[jira] Updated: (MNG-2015) create an inter-plugin communication bus, for setting flags about the generalized build state

2006-01-26 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2015?page=all ] John Casey updated MNG-2015: Fix Version: 2.1 Complexity: Expert (was: Intermediate) > create an inter-plugin communication bus, for setting flags about the > generalized build state >

[jira] Updated: (MCOMPILER-21) compiler smarts

2006-01-26 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MCOMPILER-21?page=all ] Carlos Sanchez updated MCOMPILER-21: Fix Version: 2.1 > compiler smarts > --- > > Key: MCOMPILER-21 > URL: http://jira.codehaus.org/browse/MCOMPILER-21 > Pro

[jira] Created: (MNG-2015) create an inter-plugin communication bus, for setting flags about the generalized build state

2006-01-26 Thread John Casey (JIRA)
create an inter-plugin communication bus, for setting flags about the generalized build state - Key: MNG-2015 URL: http://jira.codehaus.org/browse/MNG-2015 Project: Maven 2 T

[jira] Updated: (MCOMPILER-16) ability to separate compilation parameters for different compilers / create a compilation configuration object

2006-01-26 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MCOMPILER-16?page=all ] Carlos Sanchez updated MCOMPILER-16: Fix Version: 2.1 > ability to separate compilation parameters for different compilers / create a > compilation configuration object >

[jira] Updated: (MCOMPILER-15) ability to have different test compilation parameters to general compilation parameters

2006-01-26 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MCOMPILER-15?page=all ] Carlos Sanchez updated MCOMPILER-15: Fix Version: 2.1 > ability to have different test compilation parameters to general compilation > parameters > ---

Re: [jira] Commented: (MPDASHBOARD-31) Create aggregators for Cobertura

2006-01-26 Thread Lukas Theussl
Cool, welcome! :) Actually I just republished another snapshot a minute ago, it is working now for me on m1.0 and m1.1. There was indeed a problem with the loadText tag as well, it seems in the m1.0 version it didn't understand the 'encoding' tag. Let me know how it goes and I commit the cha

[jira] Created: (MNGECLIPSE-59) Allow artifact resolution from workspace projects

2006-01-26 Thread Leonardo Quijano Vincenzi (JIRA)
Allow artifact resolution from workspace projects - Key: MNGECLIPSE-59 URL: http://jira.codehaus.org/browse/MNGECLIPSE-59 Project: Maven 2.x Extension for Eclipse Type: New Feature Components: Dependency Resolver

[jira] Updated: (MNG-2014) build extension libraries should be added to the current artifact filter used by the plugin manager

2006-01-26 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2014?page=all ] John Casey updated MNG-2014: Fix Version: 2.0.3 Complexity: Expert (was: Intermediate) > build extension libraries should be added to the current artifact filter used > by the plugin manager >

[jira] Commented: (MNGECLIPSE-58) Ignore dependent projects when building project classpath

2006-01-26 Thread Milos Kleint (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-58?page=comments#action_57041 ] Milos Kleint commented on MNGECLIPSE-58: Eugene, in MNG-1665 i've attached an embedder patch that allows to set custom component configurations, so also a custom artifact r

[jira] Commented: (MPMD-12) Use PMD 3.5

2006-01-26 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MPMD-12?page=comments#action_57040 ] Mike Perham commented on MPMD-12: - Please create an MEV issue to upload PMD 3.5 to the central repository. > Use PMD 3.5 > --- > > Key: MPMD-12 > URL: http://jir

[jira] Created: (MNG-2014) build extension libraries should be added to the current artifact filter used by the plugin manager

2006-01-26 Thread John Casey (JIRA)
build extension libraries should be added to the current artifact filter used by the plugin manager --- Key: MNG-2014 URL: http://jira.codehaus.org/browse/MNG-2014 Project: Maven

Maven-dashboard 1.9, Maven 1.0.2 and Cobertura

2006-01-26 Thread Nascif Abousalh-Neto
Hi Lukas, Continuing the discussion at http://jira.codehaus.org/browse/MPDASHBOARD-31, yes, I can help test 1.9 on 1.0.2. I will revert my libraries back to their original state and revert back to official 1.8 in the mean time. Let me know when you have a new version that should work on 1.0.2 as

[jira] Commented: (MPDASHBOARD-31) Create aggregators for Cobertura

2006-01-26 Thread Nascif A. Abousalh-Neto (JIRA)
[ http://jira.codehaus.org/browse/MPDASHBOARD-31?page=comments#action_57039 ] Nascif A. Abousalh-Neto commented on MPDASHBOARD-31: OK, just subscribed to dev, replying on the list. Thanks, Nascif > Create aggregators for Cobertura > --

[jira] Commented: (MNGECLIPSE-56) Exception running M2 build

2006-01-26 Thread tom perry (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-56?page=comments#action_57036 ] tom perry commented on MNGECLIPSE-56: - for what it's worth, I have seen the same error "java.lang.NoClassDefFoundError: and" initially in Window -> Preferences -> Maven2 I ha

[jira] Commented: (MNGECLIPSE-58) Ignore dependent projects when building project classpath

2006-01-26 Thread Eugene Kuleshov (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-58?page=comments#action_57037 ] Eugene Kuleshov commented on MNGECLIPSE-58: --- > Ahhh right, got you. Both solutions work towards the same end, though. Unfortunately we have no control on Eclipse or WTP b

[jira] Commented: (MNGECLIPSE-58) Ignore dependent projects when building project classpath

2006-01-26 Thread Leonardo Quijano Vincenzi (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-58?page=comments#action_57033 ] Leonardo Quijano Vincenzi commented on MNGECLIPSE-58: - Ahhh right, got you. Both solutions work towards the same end, though. Artifact resolution from Eclipse W

[jira] Commented: (MPDASHBOARD-31) Create aggregators for Cobertura

2006-01-26 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPDASHBOARD-31?page=comments#action_57032 ] Lukas Theussl commented on MPDASHBOARD-31: -- With jelly you are always in for a good surprise ! ;) I can try to test but I need some time since I'm not using cobertura, so

[jira] Commented: (MPDASHBOARD-31) Create aggregators for Cobertura

2006-01-26 Thread Nascif A. Abousalh-Neto (JIRA)
[ http://jira.codehaus.org/browse/MPDASHBOARD-31?page=comments#action_57031 ] Nascif A. Abousalh-Neto commented on MPDASHBOARD-31: Ah, it is bad. I have to change jxr, multiproject and dasboard to provide hard-coded references to the plu

[jira] Commented: (CONTINUUM-488) Continuum will not use mirrors or alternate repositories

2006-01-26 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-488?page=comments#action_57030 ] Emmanuel Venisse commented on CONTINUUM-488: I don't know because Continuum do nothing. All settings loading is done by maven api > Continuum will not use mirrors or a

[jira] Closed: (MNGECLIPSE-58) Ignore dependent projects when building project classpath

2006-01-26 Thread Eugene Kuleshov (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-58?page=all ] Eugene Kuleshov closed MNGECLIPSE-58: - Resolution: Won't Fix Leonardo, your issue is requesting to exclude dependent projects and because there is nothing we can do about it I closed it

[jira] Commented: (MPDASHBOARD-31) Create aggregators for Cobertura

2006-01-26 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPDASHBOARD-31?page=comments#action_57028 ] Lukas Theussl commented on MPDASHBOARD-31: -- 1) I think the problem is not u:loadText but rather u:replace, which does not work with maven 1.0.2. I have re-published a sna

[jira] Commented: (CONTINUUM-488) Continuum will not use mirrors or alternate repositories

2006-01-26 Thread Christian Mouttet (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-488?page=comments#action_57027 ] Christian Mouttet commented on CONTINUUM-488: - log looks better jvm 1| 2006-01-26 17:38:41,682 [Thread-1] DEBUG MavenSettingsBuilder - Building Maven glo

[jira] Reopened: (MNGECLIPSE-58) Ignore dependent projects when building project classpath

2006-01-26 Thread Leonardo Quijano Vincenzi (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-58?page=all ] Leonardo Quijano Vincenzi reopened MNGECLIPSE-58: - Just in case you forget to answer. > Ignore dependent projects when building project classpath > -

[jira] Created: (MEV-314) asn1-ber lists incorrect groupId

2006-01-26 Thread Aleksandr Tarutin (JIRA)
asn1-ber lists incorrect groupId Key: MEV-314 URL: http://jira.codehaus.org/browse/MEV-314 Project: Maven Evangelism Type: Bug Components: Invalid POM Reporter: Aleksandr Tarutin asn1-ber pom contains an incorrect groupId (

[jira] Commented: (MNGECLIPSE-58) Ignore dependent projects when building project classpath

2006-01-26 Thread Leonardo Quijano Vincenzi (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-58?page=comments#action_57020 ] Leonardo Quijano Vincenzi commented on MNGECLIPSE-58: - So, you're saying: 1) It can't be done right now (because it's "evil" or just because MNGECLIPSE can't d

[jira] Commented: (CONTINUUM-545) allow xmlrpc access to build results log

2006-01-26 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-545?page=comments#action_57019 ] Emmanuel Venisse commented on CONTINUUM-545: You can configure the build output directory in Configuration screen under Administration > allow xmlrpc access to build r

[jira] Commented: (CONTINUUM-545) allow xmlrpc access to build results log

2006-01-26 Thread Milos Kleint (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-545?page=comments#action_57014 ] Milos Kleint commented on CONTINUUM-545: the output files just need to be linked somehow from the webapp, they reside currently in the apps/continuum/build-results-director

[jira] Closed: (MNGECLIPSE-58) Ignore dependent projects when building project classpath

2006-01-26 Thread Eugene Kuleshov (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-58?page=all ] Eugene Kuleshov closed MNGECLIPSE-58: - Resolution: Won't Fix You should not be using dependent projects with Maven-enabled project. Once ebmedder will allow to specify custom artifact r

[jira] Created: (MDEPLOY-23) deploy:file favors parent groupId over the child's one

2006-01-26 Thread Jerome Lacoste (JIRA)
deploy:file favors parent groupId over the child's one -- Key: MDEPLOY-23 URL: http://jira.codehaus.org/browse/MDEPLOY-23 Project: Maven 2.x Deploy Plugin Type: Bug Versions: 2.2 Reporter: Jerome Lacost

[jira] Created: (MNGECLIPSE-58) Ignore dependent projects when building project classpath

2006-01-26 Thread Leonardo Quijano Vincenzi (JIRA)
Ignore dependent projects when building project classpath - Key: MNGECLIPSE-58 URL: http://jira.codehaus.org/browse/MNGECLIPSE-58 Project: Maven 2.x Extension for Eclipse Type: Improvement Components: Depende

[jira] Commented: (MPDASHBOARD-31) Create aggregators for Cobertura

2006-01-26 Thread Nascif A. Abousalh-Neto (JIRA)
[ http://jira.codehaus.org/browse/MPDASHBOARD-31?page=comments#action_57005 ] Nascif A. Abousalh-Neto commented on MPDASHBOARD-31: Thanks, I am playing with it. I found two problems so far: 1) The Cobertura Aggregator It introduces depen

  1   2   >