Re: [poll] Requiring users to specify plugin versions in Maven 2.1 or later

2007-09-03 Thread Bob Allison
I should start by saying that I haven't followed the entire thread on this subject, so if something I say here has been beat to death elsewhere just write me off as a lurker and go on... I have started specifying versions for all lifecycle plugins in my "company POM" with the hopes that would

Re: Lifecycle issues with Cobertura plugin and custom plugin

2007-02-07 Thread Bob Allison
- all the reports show 0 coverage. Ralph Bob Allison wrote: Sounds like the well-known Cobertura 2.1 problem. Try explicitly specifying version 2.0 of the plugin and see if that fixes it. - Original Message - From: "drekka" <[EMAIL PROTECTED]> To: Sent: Wednesday, Fe

Re: Lifecycle issues with Cobertura plugin and custom plugin

2007-02-07 Thread Bob Allison
Sounds like the well-known Cobertura 2.1 problem. Try explicitly specifying version 2.0 of the plugin and see if that fixes it. - Original Message - From: "drekka" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 07, 2007 1:13 AM Subject: Lifecycle issues with Cobertura plugin and c

Re: Using maven to build RPMs and problems with the RPM database

2007-01-31 Thread Bob Allison
The RPM plugin I wrote in Codehaus uses a subdirectory of "${basedir}/target" as the place where everything to be packaged is assembled. This should mean that the _BUILD_ of an RPM can run in parallel with another _BUILD_. It is always going to be bad form to try to do multiple _INSTALL_ acti

Re: Request for Summary element in POM

2006-12-26 Thread Bob Allison
ween the original project creator and the spec writer. Cheers, - Ole --- Bob Allison <[EMAIL PROTECTED]> wrote: You might take a look at the RPM plugin in the Mojo sandbox... - Original Message - From: "Ole Ersoy" <[EMAIL PROTECTED]> To: "Maven Developers Li

Re: Request for Summary element in POM

2006-12-24 Thread Bob Allison
You might take a look at the RPM plugin in the Mojo sandbox... - Original Message - From: "Ole Ersoy" <[EMAIL PROTECTED]> To: "Maven Developers List" Sent: Sunday, December 24, 2006 4:38 PM Subject: Request for Summary element in POM Hi, I'm in the process of releasing an RPM Spec

Re: Maven and Fedora

2006-12-09 Thread Bob Allison
I have only been half following this thread so please excuse me if what I say is OT or repeats what someone else said. As the author of the RPM plugin, I think I can safely say that we could easily build RPMs of each Maven release (containing the same content as the tarball) that installs by d

[jira] Commented: (MNG-2039) Fails to install netbeans-freeform plugin

2006-02-05 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-2039?page=comments#action_57866 ] Bob Allison commented on MNG-2039: -- The NetBeans-Freeform plugin is currently in the Mojo sandbox. I believe you need to build it from source. > Fails to install netbeans-freef

[jira] Commented: (MCOMPILER-13) New Mojos for compiler and jar plugins to allow alternate jars

2006-01-12 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MCOMPILER-13?page=comments#action_55628 ] Bob Allison commented on MCOMPILER-13: -- I should probably add that the mock object sources are in a different source tree than the implementation sources, as opposed to merely

[jira] Commented: (MCOMPILER-13) New Mojos for compiler and jar plugins to allow alternate jars

2006-01-12 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MCOMPILER-13?page=comments#action_55627 ] Bob Allison commented on MCOMPILER-13: -- If we use a profile to change the sourceDirectory, how do I do the following in a single build (since this has to run from the reactor

[jira] Created: (MNG-1732) Improve methods to define the scope and packaging of dependencies

2005-12-02 Thread Bob Allison (JIRA)
Improve methods to define the scope and packaging of dependencies - Key: MNG-1732 URL: http://jira.codehaus.org/browse/MNG-1732 Project: Maven 2 Type: Improvement Versions: 2.0 Reporter: Bob

[jira] Created: (MNG-1558) Manifest generation problems caused by valid POM information

2005-11-14 Thread Bob Allison (JIRA)
Reporter: Bob Allison It looks like we have some problems with the contents of manifests in jar files. According to Sun's documentation (http://java.sun.com/j2se/1.5.0/docs/guide/jar/jar.html), there are three basic formatting rules which are not always being enforced: 1) All text mu

[jira] Updated: (MNG-1445) NPE thrown when parsing bad plugin jar

2005-11-07 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-1445?page=all ] Bob Allison updated MNG-1445: - Attachment: MNG-1445-testcase.zip The attached test case contains two projects: -- testplugin creates a simple plugin -- test references the plugin To replicate the

[jira] Created: (MNG-1445) NPE thrown when parsing bad plugin jar

2005-11-07 Thread Bob Allison (JIRA)
NPE thrown when parsing bad plugin jar -- Key: MNG-1445 URL: http://jira.codehaus.org/browse/MNG-1445 Project: Maven 2 Type: Bug Versions: 2.0 Environment: Java 1.5.0 on Linux Reporter: Bob Allison Due to a

[jira] Commented: (MNG-1174) New Mojos for compiler and jar plugins to allow alternate jars

2005-10-12 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-1174?page=comments#action_48421 ] Bob Allison commented on MNG-1174: -- Holding off is not a problem. I had started to try to build this as a separate plugin that leveraged off of the compiler plugin code. Although I

[jira] Updated: (MNG-1174) New Mojos for compiler and jar plugins to allow alternate jars

2005-10-11 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-1174?page=all ] Bob Allison updated MNG-1174: - Attachment: pom.xml The build section from a POM which shows how to use the new mojos > New Mojos for compiler and jar plugins to allow alternate j

[jira] Updated: (MNG-1174) New Mojos for compiler and jar plugins to allow alternate jars

2005-10-11 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-1174?page=all ] Bob Allison updated MNG-1174: - Attachment: AltJarMojo.java AltJarMojo is identical to JarMojo except: -- Goal changed to "altjar" -- Parameter "outputDirectory" renamed to &quo

[jira] Updated: (MNG-1174) New Mojos for compiler and jar plugins to allow alternate jars

2005-10-11 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-1174?page=all ] Bob Allison updated MNG-1174: - Attachment: AltCompilerMojo.java The AltCompilerMojo is identical to CompilerMojo except: -- Goal changed to "altcompile" -- A parameter "suffix" ad

[jira] Created: (MNG-1174) New Mojos for compiler and jar plugins to allow alternate jars

2005-10-11 Thread Bob Allison (JIRA)
: Linux using JDK 1.5.0_01 Reporter: Bob Allison Fix For: 2.0-beta-4 Add mojos so that mock objects and other affiliated source roots can be compiled and packaged in the same project -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the

[jira] Commented: (MNG-1041) Classifier-specific dependencies colliding with generic dependencies

2005-10-03 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-1041?page=comments#action_47677 ] Bob Allison commented on MNG-1041: -- I don't think I can use this for my mocks, and here's why: I have proj-a and proj-b, both of which have unit tests in src/test. Proj-b

[jira] Commented: (MNG-1045) resolve ordering of parent build in reactor

2005-09-29 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-1045?page=comments#action_47477 ] Bob Allison commented on MNG-1045: -- Not being up-to-speed on all the details of the DAG process, this may not be possible, but... How about this approach: Do not automatically add

[jira] Created: (CONTINUUM-321) Maven 2 properties are ignored

2005-09-26 Thread Bob Allison (JIRA)
release Reporter: Bob Allison My Maven 2 project tree consists of a parent directory with a pom.xml and a set of child projects in subdirectories of the parent directory. In the parent project, I am using a pair of properties to define the build version as follows: 3.0 -SNAPSHOT

[jira] Updated: (MNG-690) Make text in appear the same size as the rest of the text

2005-09-23 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-690?page=all ] Bob Allison updated MNG-690: Attachment: MNG-690.diff Based the previous file starting at the wrong directory. This one should be correct. > Make text in appear the same size as the rest of the t

[jira] Commented: (MNG-794) Deploy fails with NPE

2005-09-23 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-794?page=comments#action_46981 ] Bob Allison commented on MNG-794: - Retried this with beta-1 and it appears to be working now. Probably fixed while fixing other deployment issues. > Deploy fails with

[jira] Updated: (MNG-690) Make text in appear the same size as the rest of the text

2005-09-23 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-690?page=all ] Bob Allison updated MNG-690: Attachment: MNG-690.diff This patch updates the current maven-theme.css to correct this problem. > Make text in appear the same size as the rest of the t

[jira] Created: (MNG-971) Allow goals such as "clean:clean" to be specified as "clean"

2005-09-22 Thread Bob Allison (JIRA)
Allow goals such as "clean:clean" to be specified as "clean" Key: MNG-971 URL: http://jira.codehaus.org/browse/MNG-971 Project: Maven 2 Type: Improvement Versions: 2.0-beta-1 R

[jira] Commented: (MNG-875) Duplicate repository IDs prevent mirroring Maven2 development repositories

2005-09-16 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-875?page=comments#action_46512 ] Bob Allison commented on MNG-875: - Took out all of my mirrors from settings.xml; the same it tests still fail. Must be related to the release process. > Duplicate repository

[jira] Commented: (MNG-875) Duplicate repository IDs prevent mirroring Maven2 development repositories

2005-09-16 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-875?page=comments#action_46495 ] Bob Allison commented on MNG-875: - OK. I backed out the changes of this patch and tried to build m2 with "snapshots" mirrored from "http://snapshots.maven.codehaus.o

[jira] Commented: (MPJCOVERAGE-33) XmlPullParserException

2005-09-16 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MPJCOVERAGE-33?page=comments#action_46493 ] Bob Allison commented on MPJCOVERAGE-33: So searching the source for "metod" won't find the typo? > XmlPullParserException > --

[jira] Commented: (MPJCOVERAGE-33) XmlPullParserException

2005-09-16 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MPJCOVERAGE-33?page=comments#action_46490 ] Bob Allison commented on MPJCOVERAGE-33: To me, this looks like a typo in the XML. In the stanza for class "com.ai.utils.rule.RuleBean" the tag is closed

[jira] Commented: (MNG-875) Duplicate repository IDs prevent mirroring Maven2 development repositories

2005-09-16 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-875?page=comments#action_46487 ] Bob Allison commented on MNG-875: - Does that mean that the m2 POMs no longer reference snapshots... and snapshots as diffrent URLs? That is what the patch fixes. > Duplic

[jira] Created: (MNG-891) Javadoc fails to include libraries

2005-09-14 Thread Bob Allison (JIRA)
Javadoc fails to include libraries -- Key: MNG-891 URL: http://jira.codehaus.org/browse/MNG-891 Project: Maven 2 Type: Bug Versions: 2.0-beta-1 Environment: SVN revision 280814 on Linux using JRockit 1.4.2 Reporter: Bob

[jira] Created: (MNG-875) Duplicate repository IDs prevent mirroring Maven2 development repositories

2005-09-13 Thread Bob Allison (JIRA)
-1 Reporter: Bob Allison Priority: Minor Attachments: fix-repos-id.patch Within the Maven 2 codebase, two different development repositories are given the "snapshots" ID. Because the repositories are at different web addresses, it is impossible to specify a mirror which sati

[jira] Created: (MNG-839) Checkstyle plugin fails with default parameters

2005-09-06 Thread Bob Allison (JIRA)
: SVN revision 279038 on Linux Reporter: Bob Allison Attachments: CheckstyleReport.diff After updating from revision 278582, the checkstyle plugin fails with the following: Caused by: org.apache.maven.reporting.MavenReportException: Invalid configuration file format: sun at

[jira] Commented: (MNG-139) server definitions should be reusable

2005-08-30 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-139?page=comments#action_45474 ] Bob Allison commented on MNG-139: - One place where problems can occur is using a mirror for codehaus while building m2. In the m2 top-level plugin, there is a repository named

[jira] Created: (MNG-794) Deploy fails with NPE

2005-08-26 Thread Bob Allison (JIRA)
Deploy fails with NPE - Key: MNG-794 URL: http://jira.codehaus.org/browse/MNG-794 Project: Maven 2 Type: Bug Versions: 2.0-beta-1 Environment: SVN revision 240249 on Linux Reporter: Bob Allison Trying to deploy a project (I have tried

[jira] Created: (MNG-779) JavadocReport throws NPE

2005-08-23 Thread Bob Allison (JIRA)
JavadocReport throws NPE Key: MNG-779 URL: http://jira.codehaus.org/browse/MNG-779 Project: Maven 2 Type: Bug Versions: 2.0-beta-1 Environment: SVN revision 239419 on Linux Reporter: Bob Allison Running site:site on a project

[jira] Commented: (MNG-754) Exception thrown building site

2005-08-22 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-754?page=comments#action_44953 ] Bob Allison commented on MNG-754: - I ended up having to rebuild my repository (both my local repository and the one I deploy to). Now, I cannot duplicate the problem. My guess is that

[jira] Commented: (MNG-755) Running "m2 -fae" does not use POM or reactor

2005-08-22 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-755?page=comments#action_44949 ] Bob Allison commented on MNG-755: - I wasn't sure if this was one bug or two. I did not know if the NPE was a result of using the "Default Maven Project" or something di

[jira] Commented: (MNG-755) Running "m2 -fae" does not use POM or reactor

2005-08-19 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-755?page=comments#action_44747 ] Bob Allison commented on MNG-755: - It looks like "m2 -fn" exhibits the same behavior. > Running "m2 -fae" does

[jira] Created: (MNG-755) Running "m2 -fae" does not use POM or reactor

2005-08-19 Thread Bob Allison (JIRA)
Running "m2 -fae" does not use POM or reactor - Key: MNG-755 URL: http://jira.codehaus.org/browse/MNG-755 Project: Maven 2 Type: Bug Versions: 2.0-beta-1 Environment: SVN revision 233464 on Linux Rep

[jira] Commented: (MNG-754) Exception thrown building site

2005-08-19 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-754?page=comments#action_44743 ] Bob Allison commented on MNG-754: - I have to take back something I said. It turns out that the problem does not go away with a POM for the app server's library jar. At least,

[jira] Commented: (MNG-754) Exception thrown building site

2005-08-19 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-754?page=comments#action_44741 ] Bob Allison commented on MNG-754: - Looking at the artifact that it is complaining about, it is one that depends on a jar which I copied from my app server's library and placed i

[jira] Updated: (MNG-754) Exception thrown building site

2005-08-19 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-754?page=all ] Bob Allison updated MNG-754: Attachment: ActiveProjectArtifact.diff With this patch, the exception reads: Caused by: java.lang.IllegalArgumentException: Can't find a valid Maven project in the repos

[jira] Created: (MNG-754) Exception thrown building site

2005-08-19 Thread Bob Allison (JIRA)
Exception thrown building site -- Key: MNG-754 URL: http://jira.codehaus.org/browse/MNG-754 Project: Maven 2 Type: Bug Versions: 2.0-beta-1 Environment: SVN revision 233464 on Linux Reporter: Bob Allison Starting a new project

[jira] Created: (MNG-753) Check for artifacts in POM-defined repositories before checking the central repository

2005-08-19 Thread Bob Allison (JIRA)
: Improvement Versions: 2.0-beta-1 Reporter: Bob Allison Priority: Minor In our Maven 1.0.2 build environment, we went to the trouble of building a replica of the ibiblio repository on a local machine because we would have builds hang for minutes if ibiblio decided to hiccup while the build was

[jira] Commented: (MNG-747) Javadoc classpath does not match compiler classpath

2005-08-18 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-747?page=comments#action_44679 ] Bob Allison commented on MNG-747: - Updated my SVN tree and tried things again. Works fine. > Javadoc classpath does not match compiler classp

[jira] Created: (MNG-747) Javadoc classpath does not match compiler classpath

2005-08-18 Thread Bob Allison (JIRA)
ET) Reporter: Bob Allison Project A depends on library X with scope "provided". Project B depends on project A with scope "provided" but also uses library X. When compiling project B, there is no need to declare the dependency on library X. Trying to build the JavaDoc

[jira] Commented: (MNG-745) Deploying source jar to repository receives wrong name

2005-08-17 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-745?page=comments#action_44640 ] Bob Allison commented on MNG-745: - I'm not worried about the build ID being part of the artifact, I was looking at the file xx-SNAPSHOT.version.txt that is placed in the repos

[jira] Commented: (MNG-745) Deploying source jar to repository receives wrong name

2005-08-16 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-745?page=comments#action_44598 ] Bob Allison commented on MNG-745: - Correction on the above: In the repository, the file is log4j-3.0-20050816.233900-8-artifactClassifier.artifactType I am also noticing that the

[jira] Created: (MNG-745) Deploying source jar to repository receives wrong name

2005-08-16 Thread Bob Allison (JIRA)
Environment: Working from SVN revision 233074 Project defined with jar Reporter: Bob Allison When the source jar is deployed to the repository (both as a release and as a snapshot), the jar file is named wrong. The jar that is built is named log4j-3.0-SNAPSHOT-sources.jar (as expected) but when it is

[jira] Commented: (MNG-734) java.lang.InstantiationException while deploying snapshot

2005-08-16 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-734?page=comments#action_44595 ] Bob Allison commented on MNG-734: - Well, that description does explain why when I simplified my POM for testing I started geting the exception for both snapshots and releases. Adding

[jira] Commented: (MNG-734) java.lang.InstantiationException while deploying snapshot

2005-08-16 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-734?page=comments#action_44572 ] Bob Allison commented on MNG-734: - I renamed "deploymentRepository" to "ploymentRepository" so that it comes after "localRepository" during processing.

[jira] Commented: (MNG-734) java.lang.InstantiationException while deploying snapshot

2005-08-16 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-734?page=comments#action_44562 ] Bob Allison commented on MNG-734: - After putting a few System.out.println in the plexus code, I have traced the cause of the exception back a little. When the deploy plugin is loaded

[jira] Commented: (MNG-734) java.lang.InstantiationException while deploying snapshot

2005-08-14 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-734?page=comments#action_44416 ] Bob Allison commented on MNG-734: - I have simplified my POM to the following: 4.0.0 qaccess log4j jar 3.0-SNAPSHOT Q.Access log4j Interface log4j log4j

[jira] Commented: (MNG-734) java.lang.InstantiationException while deploying snapshot

2005-08-14 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-734?page=comments#action_44415 ] Bob Allison commented on MNG-734: - Exception is thrown because org.apache.maven.artifact.repository.ArtifactRepository is an interface. To try to see what is happening, I added a

[jira] Created: (MNG-734) java.lang.InstantiationException while deploying snapshot

2005-08-14 Thread Bob Allison (JIRA)
Reporter: Bob Allison Setting up a project to deploy a snapshot. From comments of others, I have a bad POM in one of my dependencies (haven't tracked that down yet). When I set the project's version to "3.0", the jar is deployed properly. When I set the project's version

[jira] Created: (MNG-696) Web site cannot be generated with duplicate file names in different directories

2005-08-03 Thread Bob Allison (JIRA)
-plugins Versions: 2.0-beta-1 Reporter: Bob Allison Priority: Minor I have a tool I am using to generate UML diagrams for the project I am working on. This tool is capable of generating a web site with all of the diagrams and text, organized in a set of directories based on the way

[jira] Commented: (MNG-695) Exceptions thrown building project information report "Source Repository"

2005-08-03 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-695?page=comments#action_43857 ] Bob Allison commented on MNG-695: - I made the following changes to ScmReport.java to eliminate the problem: In method renderDeveloperAccessSection, added the following at the top of the

[jira] Created: (MNG-695) Exceptions thrown building project information report "Source Repository"

2005-08-03 Thread Bob Allison (JIRA)
en-plugins Versions: 2.0-beta-1 Reporter: Bob Allison (This was working yesterday. This morning I updated my SVN tree to 227227 and this started happening.) I am not currently using SCM features of Maven, so I do not have a developer connection defined. In v1.0.2, I have always had an em

[jira] Created: (MNG-693) Reporting stanza is not inherited from parent

2005-08-03 Thread Bob Allison (JIRA)
Reporting stanza is not inherited from parent - Key: MNG-693 URL: http://jira.codehaus.org/browse/MNG-693 Project: Maven 2 Type: Bug Versions: 2.0-beta-1 Reporter: Bob Allison Priority: Minor I have a multi

[jira] Created: (MNG-690) Make text in appear the same size as the rest of the text

2005-08-02 Thread Bob Allison (JIRA)
: 2.0-alpha-3 Reporter: Bob Allison Priority: Minor As currently defined, text in a paragraph that is enclosed in ... will appear much smaller. This has been true since v1.0.2 or earlier. Adding the following four lines to "maven-theme.css" will fix the problem (I would sugg