RE: maven-jar-plugin 2.1: jar.forceCreation

2006-09-01 Thread Allison, Bob
Just to stick my $0.02 worth in: I would not want a single parameter that causes everything to change how it works like this. If we have a single parameter value, then how would I, for example, force the WAR to be rebuilt without making all of the JARs get rebuilt as well? -Original Message-

RE: How to execute a plugin prior to the reactor sorting?

2006-08-08 Thread Allison, Bob
I may be a little ignorant (since I use NetBeans instead of Visual Studio), but it sounds like you need something in VS to run just before invoking Maven. I know that NetBeans has the ability to add modules which alter the default behavior (the Maven 2 integration module is an example). You might

RE: Maven Repository Manager: Will it avoid aggregation of repositories?

2006-07-25 Thread Allison, Bob
al Message- From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 09:11 To: Maven Developers List Subject: Re: Maven Repository Manager: Will it avoid aggregation of repositories? Allison, Bob wrote: > Something else of note I discovered using Proximity: > > I

RE: Maven Repository Manager: Will it avoid aggregation of repositories?

2006-07-25 Thread Allison, Bob
Something else of note I discovered using Proximity: If you have multiple repositories mirrored, you need to keep the snapshot repositories away from the release repositories. In my case, I was using Proximity to mirror "central" but it also had several other repositories in its configuration inc

RE: Problem Accessing docck Plugin

2006-07-13 Thread Allison, Bob
[mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 15:25 To: Maven Developers List Subject: Re: Problem Accessing docck Plugin Allison, Bob wrote: > I have seen references to the docck plugin floating around the list and > thought I would give it a try to see what it does. When I tr

Problem Accessing docck Plugin

2006-07-12 Thread Allison, Bob
I have seen references to the docck plugin floating around the list and thought I would give it a try to see what it does. When I tried to reference it on the command line, I got some strange output [1]. What surprised me was that it resolved the version to a snapshot and tried to get it from cent

RE: Nabble

2006-05-11 Thread Allison, Bob
One problem is that the descriptions on the Maven web site are not present on Nabble. So to someone who is just searching the mailing lists has no knowledge of what the various lists are. My pet peeve is that most messages from Nabble do not have the previous messages in the thread so it is a lit

RE: [vote] Release Release plugin 2.0-beta-5

2006-05-09 Thread Allison, Bob
+0 from this user. A few changes I would like to see: -- When running the project to verify that everything works correctly, it would be nice if batch mode was used. The first time I ran this, it decided to update a few plugins and I got a lot of 1/100K, 2/100K, ... lines displayed. -- It would

RE: [vote] Release Release plugin 2.0-beta-5

2006-05-09 Thread Allison, Bob
ot repository at Apache and I hadn't updated the docs. Done now. It's at: http://svn.apache.org/maven-snapshot-repository Cheers, Brett Allison, Bob wrote: > OK, I am probably doing something wrong. > > I go to the "Guide to Testing Development Versions of Plugins"

RE: [vote] Release Release plugin 2.0-beta-5

2006-05-09 Thread Allison, Bob
I tried building the plugin from source but it depends on a snapshot version of the surefire plugin. Does that need to be fixed before this can be released? -Original Message- From: Allison, Bob [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 09, 2006 07:57 To: Maven Developers List

RE: [vote] Release Release plugin 2.0-beta-5

2006-05-09 Thread Allison, Bob
ubject: Re: [vote] Release Release plugin 2.0-beta-5 Sorry, it's: 2.0-beta-4-20060509.101136-3 (the subject line is incorrect) Allison, Bob wrote: > Is there a snapshot to use (if so, what is the URL?) or do I need to > build from SVN? > > -Original Message- > Fro

RE: [vote] Release Release plugin 2.0-beta-5

2006-05-09 Thread Allison, Bob
Is there a snapshot to use (if so, what is the URL?) or do I need to build from SVN? -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 20:19 To: Maven Developers List Subject: [vote] Release Release plugin 2.0-beta-5 No, that's not a typo. I'd l

RE: [continuum] BUILD FAILURE: Maven

2006-04-21 Thread Allison, Bob
But what do I do if the development staff has one CI instance with reports going to the developers and the QA people have their own CI instance and want reports going to their staff? There is no way to accomplish this other than forcing each CI instance to override the notifier list in the POM,

RE: [vote] release Maven Skins (Default|Classic|Stylus) 1.0

2006-04-07 Thread Allison, Bob
Has any documentation been collected on how to use these skins, how to make your own skin, how the site.xml file needs to change (both minimal changes on upgrade (shouldn't be any of these) and changes to include a skin), and any gotchas of how the site might change when the upgrade occurs? -O

Comment About Plugin Parameter Documentation

2006-03-17 Thread Allison, Bob
I was looking at the commit of r386543 which added a couple parameters to the javadoc plugin for selecting classes based on package. The Javadoc for the two parameters reads: /** * Specifies the source path where the subpackages are located. * * @parameter expression="${sourcepath}"

RE: [proposal] adding pre/post phases for all major lifecycle phases

2006-02-20 Thread Allison, Bob
Here's an idea for how to accomplish ordering: Pick a number as the number of possible goals in a phase, say 25. The value for the order would then range from 1 to that number minus 1 (1 to 24 in this case). Each standard plugin would define their place in the sequence (either in the source code

RE: Creating mock objects for core components

2006-02-10 Thread Allison, Bob
object lifecycle and anything else people need. -Original Message----- From: Allison, Bob [mailto:[EMAIL PROTECTED] Sent: Friday, February 10, 2006 06:12 To: Maven Developers List Subject: RE: Creating mock objects for core components My personal preference would be src/mock/... structured l

RE: Creating mock objects for core components

2006-02-10 Thread Allison, Bob
My personal preference would be src/mock/... structured like src/test/... and be able to build an output artifact jar with classifier "mock" as part of the normal build. To do this, unfortunately, requires resolution of MCOMPILER-13. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMA

RE: unit testing vs integration testing plugins

2006-01-31 Thread Allison, Bob
I also see a need for being able to inject mock objects of Plexus components (the RPM plugin uses a Plexus Archiver). The unit test will need to construct these mock objects and set their expectations before they are injected into the plugin being tested. Another item used by the RPM plugin which

RE: [vote] Release maven 2 checkstyle plugin

2006-01-23 Thread Allison, Bob
"the tip of using a dependency containing build tools doesn't work at all" I beg to differ. At least the 2.0-beta-2 snapshot I have (dated 20051230.164525-2) has this working just fine. The POM has to be arranged: org.apache.maven.plugins

RE: [Plugin idea] watchdog plugin

2006-01-23 Thread Allison, Bob
lugin idea] watchdog plugin Hi Bob, > -Original Message- > From: Allison, Bob [mailto:[EMAIL PROTECTED] > Sent: lundi 23 janvier 2006 16:41 > To: Maven Developers List > Subject: RE: [Plugin idea] watchdog plugin > > Just a note: I handle this in my development by &qu

RE: [Plugin idea] watchdog plugin

2006-01-23 Thread Allison, Bob
Just a note: I handle this in my development by "deploying" my war by means of a symlink to the generated war in the project's target directory. When I do a build, the redeploy occurs automatically without any effort from Maven. I think a general case for what you describe is probably the Cargo(

RE: feature request for maven-compiler-plugin

2006-01-12 Thread Allison, Bob
I would say that part of the documentation for the alternates as proposed in MCOMPILER-13 should state: "Since the sources being built and packaged using these Mojos is outside the normal compile source tree, most plugins will require special handling to use these source files (if they can at all)

RE: feature request for maven-compiler-plugin

2006-01-12 Thread Allison, Bob
Reported in JIRA as http://jira.codehaus.org/browse/MCOMPILER-13 -Original Message- From: Pablo [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 04:42 To: Maven Developers List Subject: feature request for maven-compiler-plugin Hello there If it's not a problem I'd like someo

RE: Improve methods to define the scope and packaging of dependencies(MNG-1732)

2006-01-05 Thread Allison, Bob
hese things somewhere were it is only required once. I hope this explains it. - Brett Allison, Bob wrote: > I'm back from vacation now, so if this won't start another holy war > (like XML format) I have two questions on this issue: > > 1) Why is this a bad idea? > > 2) Ass

Improve methods to define the scope and packaging of dependencies (MNG-1732)

2005-12-20 Thread Allison, Bob
I'm back from vacation now, so if this won't start another holy war (like XML format) I have two questions on this issue: 1) Why is this a bad idea? 2) Assuming that this idea won't be done, any suggestions on how to configure the mapping of dependencies to RPM installation locations? A good dea

SVN Check Out of Externals

2005-11-22 Thread Allison, Bob
Since the source tree was broken up into a number of bits (components, plugins, scm, etc.), I am wondering if it is possible to do a single checkout to get all of the pieces or if you need to checkout each chunk separately. Also, is there a requirement for the pieces to be in a particular arrangem

RE: New bootstrap on 1.5

2005-11-21 Thread Allison, Bob
I think that if you are going to do compiles, etc. that you NEED to set JAVA_HOME to point to a JDK tree, not a JRE tree. In your case, JAVA_HOME should be "C:\Program Files\Java\jdk1.5.0_04". -Original Message- From: Mark Hobson [mailto:[EMAIL PROTECTED] Sent: Monday, November 21, 2005

RE: Components and Mojos in the same Plugin

2005-10-24 Thread Allison, Bob
build. Please let me know how close our plugins are to each other. -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Friday, October 21, 2005 17:52 To: Maven Developers List Subject: Re: Components and Mojos in the same Plugin On Fri, 2005-10-21 at 15:14 -0500, Al

Components and Mojos in the same Plugin

2005-10-21 Thread Allison, Bob
In starting to build the RPM plugin, I was going to build an RPMArchiver plexus component, assuming that it might be useful for other uses. 1) Is there a problem having mojos and components in the same plugin? I was assuming that plexus would ignore the plugin.xml and mojo classes and that maven

RE: Maven 2.0 RC now available

2005-10-14 Thread Allison, Bob
Looks like MNG-945 has not been resolved in 2.0-RC. I am getting the IllegalStateException from CheckStyle plugin if src/main/java does not exist. This is on Linux running 2.0-RC with Sun Java 1.5.0_01 -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Friday, October

RE: [m20b3] Problems Getting My First Plugin to Work

2005-10-05 Thread Allison, Bob
that currently, when a plugin is installed or deployed, LATEST version metadata is always updated. This option may or may not be around for the long term (there's a bit of debate over its usefulness), but for now it should work. Good luck, john Allison, Bob wrote: | I am trying to build my fi

[m20b3] Problems Getting My First Plugin to Work

2005-10-05 Thread Allison, Bob
I am trying to build my first plugin and having a problem. I wrote a plugin which I can run as sample.plugin:maven-hello-plugin:1.0-SNAPSHOT:sayhi and that works perfectly. I want to set things up so I can reference the goal as hello:sayhi but can't seem to get it to work. I added "sample.plugin

RE: Mailing list

2005-10-05 Thread Allison, Bob
I just tried that and it said I was already a subscriber. Was the email address in the SVN stuff updated correctly? -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 10:28 To: Maven Developers List Subject: Re: Mailing list -BEGIN PGP

RE: [M2] Provide default for pom.modelVersion

2005-10-05 Thread Allison, Bob
The problem is that as soon as the *default* changes, the POM may suddenly not work any longer. I really don't see the problem. If you are after getting rid of "technical" cruft, there is a lot of XML baggage that could be eliminated by going to a simple properties file format. The problem with

Heads Up For Next Release

2005-10-03 Thread Allison, Bob
Just a note of something that may cause a few questions when beta-3 gets released. In updating my SVN build today (after Brett removed a number of deprecated items) and trying to build my project with it, I got a failure that the tag "snapshotPolicy" was unrecognized (XML tag sequence was ) Looki

[m20b2] Deploy Hangs

2005-09-27 Thread Allison, Bob
After upgrading to -beta-2 this morning, I am having deploys hang. I get [INFO] [deploy:deploy] [INFO] Retrieving previous build number from qadev And then things sit forever. Doing a kill -3 on the Maven produces the following thread dump: = FULL THREAD DUMP === Tue Sep 27 12:

[m20b2] Upgrade Problem

2005-09-27 Thread Allison, Bob
I upgraded from -beta-1 to -beta-2 this morning. When I try to build a site (m2 clean:clean site:site), I get the dump at the end of the message. I tried flushing my local repository in case there was a problem but the problem remains. The POM lists the following reports: project-info-reports, c

SVN Build Error

2005-09-19 Thread Allison, Bob
While trying to rebuild my SVN tree from this morning's updates (revision 290102), I received the following: [INFO] [INFO] Building Maven Clover Plugin [INFO]task-segment: [clean:clean, install] [INFO] --

RE: optional scope for dependencies

2005-09-19 Thread Allison, Bob
As far as the end user would see, what is the difference between scope=optional and scope=provided? It sounds like both scopes do the same thing: use the dependency in the project's compile and test phases and prevent the dependency from being passed transitively. How would a developer know which

RE: [poll] weekly betas - how can we approach it?

2005-09-19 Thread Allison, Bob
I am wondering if this means that I can look forward to having the integration tests fail for me one day each week while all of the version strings get updated. Yes, I realize this is because I clean out my m2 repository before rebuilding from SVN but it also means that anyone who decides on Tuesd

RE: [m2] SVN Build Problem

2005-09-16 Thread Allison, Bob
? - -john Allison, Bob wrote: | Is there something I need to change to get it0063 to work? I get: | | [INFO] | | | [INFO] BUILD FAILURE | [INFO

[m2] SVN Build Problem

2005-09-16 Thread Allison, Bob
Is there something I need to change to get it0063 to work? I get: [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Main Error: System artifact: jd

RE: svn commit: r289623 - in /maven/components/trunk/maven-core-it: it0008/it0009/ it0012/ it0022/ it0023/ it0025/ it0026/ it0027/ it0040/ it0041/it0044/ it0045/ it0046/ it0049/ it0064/ it1011/

2005-09-16 Thread Allison, Bob
Brett, can you update it0049 to use "snapshots" rather than "plugin-snapshots"? That should get all of the POMs in the codebase using the same ID. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 16, 2005 14:01 To: [EMAIL PROTECTED] Subject: sv

RE: [jira] Commented: (MNG-905) review clean repo install of m2 fordownload trimming

2005-09-16 Thread Allison, Bob
2005 12:03 To: Maven Developers List Subject: Re: [jira] Commented: (MNG-905) review clean repo install of m2 fordownload trimming Yes, I saw your other mails. Its a problem with the ITs, not m2, so its taking a back seat for right now. - Brett Allison, Bob wrote: >Right now, there are severa

RE: [jira] Commented: (MNG-905) review clean repo install of m2 for download trimming

2005-09-16 Thread Allison, Bob
Right now, there are several ITs which fail if you start with an empty m2 repository -Original Message- From: Brett Porter (JIRA) [mailto:[EMAIL PROTECTED] Sent: Friday, September 16, 2005 11:56 To: dev@maven.apache.org Subject: [jira] Commented: (MNG-905) review clean repo install of m2

RE: Problems With Dependency Downloading

2005-09-15 Thread Allison, Bob
Confirmed. Thanks for the quick response! -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, September 15, 2005 11:29 To: Maven Developers List Subject: Re: Problems With Dependency Downloading Brett Porter wrote: >Allison, Bob wrote: > > &g

RE: Problems With Dependency Downloading

2005-09-15 Thread Allison, Bob
It also appears that the problem in #2 only occurs if I run from the top-level in reactor mode. If I run just the one project, it acts correctly. -Original Message- From: Allison, Bob [mailto:[EMAIL PROTECTED] Sent: Thursday, September 15, 2005 10:55 To: Maven Developers List Subject

RE: Problems With Dependency Downloading

2005-09-15 Thread Allison, Bob
ber 15, 2005 10:26 To: Maven Developers List Subject: Re: Problems With Dependency Downloading Allison, Bob wrote: >1) I already have a mirror defined for "central-plugins". It is not >being used for these artifacts. My suspicion is that my mirror of >"central" won

RE: Problems With Dependency Downloading

2005-09-15 Thread Allison, Bob
sday, September 15, 2005 09:57 To: Maven Developers List Subject: Re: Problems With Dependency Downloading Allison, Bob wrote: >I am still having the following problems with the process of downloading >dependencies during builds (all of this is with SVN revision from this >morning running on JR

Problems With Dependency Downloading

2005-09-15 Thread Allison, Bob
I am still having the following problems with the process of downloading dependencies during builds (all of this is with SVN revision from this morning running on JRockit 1.4.2 on Linux): 1) While running the m2-bootstrap.sh script to build m2, plugins that are dependencies of items in the build

RE: [vote] New Web Site CSS

2005-09-15 Thread Allison, Bob
In looking at the two pages, I don't see any in any paragraphs. I do see that the change suggested in MNG-690 was almost applied; the CSS being used does not adjust the font-family so it will not work correctly. Other than that, I am +1. It looks very nice. -Original Message- From: Bre

RE: [m2] Question About Checkstyle Property Specification

2005-09-09 Thread Allison, Bob
org.apache.maven.plugin.MojoExecutionException: Error getting reports at org.apache.maven.doxia.DoxiaMojo.getReports()Ljava.util.List;(DoxiaMojo. java:1062) at org.apache.maven.doxia.DoxiaMojo.execute()V(DoxiaMojo.java:234) at org.apache.maven.plugin.DefaultPluginManager.exe

RE: [m2] Strange Build Error

2005-09-08 Thread Allison, Bob
, September 08, 2005 13:01 To: Maven Developers List Subject: Re: [m2] Strange Build Error I *just* fixed it :) - Brett Allison, Bob wrote: >I'm updated my m2 SVN tree this morning and am trying to build a new >version. MBoot runs fine and builds a new m2, but when it starts to &

[m2] Strange Build Error

2005-09-08 Thread Allison, Bob
I'm updated my m2 SVN tree this morning and am trying to build a new version. MBoot runs fine and builds a new m2, but when it starts to rebuild the plugins, I get the following: --- Rebuilding maven2 plugins ... ---

RE: svn commit: r279407 -/maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java

2005-09-07 Thread Allison, Bob
When I saw this, I decided to retry running the JavaDoc report on my projects (I have had it commented out due to MNG-779). The first project that m2 tried to do was a project that creates a wrapper for log4j. My goals were "clean:clean install site:site". It did the clean, then compiled everyth

[m2] Codehaus Plugin Repository Appears EMPTY

2005-09-07 Thread Allison, Bob
I am trying to rebuild m2 from SVN this morning, but every attempt to download from the central snapshot repository fails with a 404 error (trying to download http://snapshots.maven.codehaus.org/maven2//org/codehaus/modello/modello -plugin-xpp3/1.0-alpha-4-SNAPSHOT/modello-plugin-xpp3-1.0-alpha-4-S

RE: [m2] Question About Checkstyle Property Specification

2005-09-07 Thread Allison, Bob
] Question About Checkstyle Property Specification when setting the URL in the configuration, try this: http://host.name/m2/style.xml This may become a problem, I guess we should change the parameter to String. Allison, Bob wrote: >In our m102 environment, we have a style.xml file an

[m2] Question About Checkstyle Property Specification

2005-09-06 Thread Allison, Bob
In our m102 environment, we have a style.xml file and a header.java file at the top directory of the build tree. The top-level directory's project.xml contains the settings for all subprojects, including the reports to be generated in each project. To be able to perform style checking on each sub

[m2] CheckStyle Problem

2005-09-06 Thread Allison, Bob
I updated my SVN build to revision 279038 this morning. (I have no local changes.) When I tried to run site:site on my project after the build finished, I received an exception while generating the "Checkstyle" report. The final exception in the chain was "org.apache.maven.reporting.MavenReportEx

RE: SVN Build Error

2005-09-04 Thread Allison, Bob
Yes, the build completed successfully. -Original Message- From: Rinku [mailto:[EMAIL PROTECTED] Sent: Saturday, September 03, 2005 00:16 To: Maven Developers List Subject: Re: SVN Build Error I have been following similar thread(s) for a few days now - m2 build is broken. I am still ge

RE: SVN Build Error

2005-09-02 Thread Allison, Bob
r the fix. -Original Message- From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 10:54 To: Maven Developers List Subject: Re: SVN Build Error On Fri, Sep 02, 2005 at 06:18:19AM -0500, Allison, Bob wrote: > Trying to update my m2 build from SVN this morning.

SVN Build Error

2005-09-02 Thread Allison, Bob
Trying to update my m2 build from SVN this morning. I completely clean out my local repository before I start building to avoid using the wrong snapshot version during the build, but I think I have a problem. When I try to build m2 now, I get the following error: -

RE: Lifecycle Plugin Development Assistance Request

2005-08-31 Thread Allison, Bob
Message- From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 31, 2005 11:09 To: Maven Developers List Subject: RE: Lifecycle Plugin Development Assistance Request On Wed, 31 Aug 2005, Allison, Bob wrote: (note: i'm not clear on what your 'external build tool'

RE: Lifecycle Plugin Development Assistance Request

2005-08-31 Thread Allison, Bob
TED] Sent: Wednesday, August 31, 2005 11:09 To: Maven Developers List Subject: RE: Lifecycle Plugin Development Assistance Request On Wed, 31 Aug 2005, Allison, Bob wrote: (note: i'm not clear on what your 'external build tool' to produce the RPM really does, so I'm guessing

RE: Lifecycle Plugin Development Assistance Request

2005-08-31 Thread Allison, Bob
I have been looking at the Ant Rpm task. It looks like it is simply a means to execute the rpmbuild command on an existing build root. That doesn't seem too hard to adapt if plexus already has a means to run external commands while capturing the output. The Maven 1 rpm plugin is not much more co

RE: [jira] Created: (MNG-809) NPE in maven-javadoc-plugin

2005-08-30 Thread Allison, Bob
Duplicate of MNG-779, I think. -Original Message- From: md (JIRA) [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 18:08 To: dev@maven.apache.org Subject: [jira] Created: (MNG-809) NPE in maven-javadoc-plugin NPE in maven-javadoc-plugin --- Key:

Lifecycle Plugin Development Assistance Request

2005-08-30 Thread Allison, Bob
I am working on a plugin to create a life cycle plugin to build RPMs. As things stand right now, I have a plugin which defines the RPM life cycle and contains mojos which just generate a warning so I know they were called. I have a project which uses packaging of rpm; running "m2 package" on that

RE: SVN Build Error

2005-08-30 Thread Allison, Bob
er it appears so that it is unique? -Original Message- From: Allison, Bob [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 07:40 To: Maven Developers List Subject: RE: SVN Build Error It should be inherited, but the plugin parent and several integration tests (8, 9, 22, 23, 25, 26, 2

RE: SVN Build Error

2005-08-30 Thread Allison, Bob
Subject: Re: SVN Build Error Allison, Bob wrote: >So I need to go to every Maven2 SVN project and change the name >"snapshots" in the pluginRepository stanza to something else so I can >define a mirror for them? > > It should be inherited, so it is probably just th

RE: SVN Build Error

2005-08-30 Thread Allison, Bob
opers List Subject: Re: SVN Build Error That's a problem - while id's can be the same across repos, it won't work with the mirroring :( You'll need to change the id of the snapshot plugin repo (eg snapshots-plugins), and add a new mirror. We're currently looking at simpl

RE: SVN Build Error

2005-08-30 Thread Allison, Bob
: Re: SVN Build Error Sorry, I haven't used maven-proxy, actually. So it is trying to connect to: http://snapshots.maven.codehaus.org/maven2/plugins as a repository? Does -X show what causes the failed download? - Brett Allison, Bob wrote: >I'm not sure what to add. My mirror

RE: SVN Build Error

2005-08-30 Thread Allison, Bob
path). You probably need to add this as an additional repository. - Brett Allison, Bob wrote: >I set up maven-proxy and have made a couple attempts now to rebuild >Maven2 using the proxy as a mirror of "central" and "snapshots". My >problem is that I have four integr

RE: SVN Build Error

2005-08-29 Thread Allison, Bob
al Message----- From: Allison, Bob Sent: Sunday, August 28, 2005 15:27 To: 'Maven Developers List' Subject: RE: SVN Build Error [snip] I have no idea why I am getting 503 errors either. I ran a wget session to mirror the entire ibiblio maven2 repository overnight. I got to downloading th

RE: SVN Build Error

2005-08-28 Thread Allison, Bob
From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Sunday, August 28, 2005 11:39 To: Maven Developers List Subject: Re: SVN Build Error Allison, Bob wrote: >Attached are: >-- My settings.xml > > ok, nothing there. >-- The script I use to rebuild Maven2 from SVN > > t

RE: SVN Build Error

2005-08-28 Thread Allison, Bob
Attached are: -- My settings.xml -- The script I use to rebuild Maven2 from SVN (I was going to send the complete build log but its 104KB.) Your final question would indicate that you did not read the admittedly long message yesterday. It had two different failures, one before cleaning the repos

RE: SVN Build Error

2005-08-27 Thread Allison, Bob
using old code with new code - are you using the bootstrap? - Brett Allison, Bob wrote: >Tried it again before cleaning out the repository and got: > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

RE: SVN Build Error

2005-08-27 Thread Allison, Bob
lopers List Subject: Re: SVN Build Error I should point out that the clean checkout (it also removes the local repository) just succeeded. This is run daily. You should try removing the org/codehaus/modello directory from your local repository and check your settings.xml file. Cheers, Brett All

RE: SVN Build Error

2005-08-27 Thread Allison, Bob
? (xds vs xsd) If it's xds in the code, that'd explain it :) - Brett Allison, Bob wrote: >It has happened again... > >-Original Message----- >From: Allison, Bob >Sent: Friday, August 26, 2005 07:04 >To: 'Maven Developers List' >Subject: SVN Build

RE: SVN Build Error

2005-08-26 Thread Allison, Bob
It has happened again... -Original Message- From: Allison, Bob Sent: Friday, August 26, 2005 07:04 To: 'Maven Developers List' Subject: SVN Build Error I am trying to rebuild m2 from SVN updated this morning. When I run the bootstrap script, it dies while rebuilding th

RE: SVN Build Error

2005-08-26 Thread Allison, Bob
Working now. Thanks for fixing things! -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Friday, August 26, 2005 08:53 To: Maven Developers List Subject: Re: SVN Build Error Can you retry? There was some failures this morning. Emmanuel Allison, Bob wrote: >

SVN Build Error

2005-08-26 Thread Allison, Bob
I am trying to rebuild m2 from SVN updated this morning. When I run the bootstrap script, it dies while rebuilding the assembly plugin because it is unable to download http://repo1.maven.org/maven2/plugins/org/codehaus/modello/modello-plugi n-xsd/1.0-alpha-3/modello-plugin-xds-1.0-alpha-3.jar Jus

RE: Question About Reactor Operation

2005-08-19 Thread Allison, Bob
late response. Did you establish how you would do these? John has recently implemented some functionality to enable aggregation and maybe we can work through these. - Brett Allison, Bob wrote: >After doing some experimentation, I think I have a means to accomplish >what I want without alter

RE: [m2] Repository Search Order

2005-08-18 Thread Allison, Bob
NOTE: You may also have to setup a repository mirror for 'central-plugins' which points to http://repo1.maven.org/maven2/plugins by default. HTH, john Allison, Bob wrote: | How do I do that in Maven 2? Where in pom.xml do I put this? | | -Original Message- | From: dan tran [mai

RE: [m2] Repository Search Order

2005-08-18 Thread Allison, Bob
How do I do that in Maven 2? Where in pom.xml do I put this? -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 12:02 To: Maven Developers List Subject: Re: [m2] Repository Search Order override maven.repo.remote? -D On 8/18/05, Allison, Bob

[m2] Repository Search Order

2005-08-18 Thread Allison, Bob
Is there a method to alter the order in which repositories are searched? In our existing m102 build environment, we have a copy of what we use from the maven repository in a repository near our development boxes. We did this because we would run into cases where the maven central repository would

RE: [m2] Problem (Bug?) Deploying Snapshot Jar

2005-08-13 Thread Allison, Bob
bly a third or more of the source files. -Original Message- From: Allison, Bob [mailto:[EMAIL PROTECTED] Sent: Saturday, August 13, 2005 14:39 To: Maven Developers List Subject: RE: [m2] Problem (Bug?) Deploying Snapshot Jar Validated. I still have the same problem. -Original Me

RE: [m2] Problem (Bug?) Deploying Snapshot Jar

2005-08-13 Thread Allison, Bob
available in either local or remote. in my case, i missed type a parent's groupId -D On 8/13/05, Allison, Bob <[EMAIL PROTECTED]> wrote: > Could you be a little more descriptive in what you found? How is the > parent pom not valid? > > -Original Message- > Fro

RE: [m2] Problem (Bug?) Deploying Snapshot Jar

2005-08-13 Thread Allison, Bob
the root cause of my problem, one the parent pom in the chain is not valid. But a better message is needed. -Dan On 8/12/05, Allison, Bob <[EMAIL PROTECTED]> wrote: > I had not posted it since I wasn't sure it was a bug. I do not see it > in JIRA. Which project should

RE: [m2] Problem (Bug?) Deploying Snapshot Jar

2005-08-12 Thread Allison, Bob
I had not posted it since I wasn't sure it was a bug. I do not see it in JIRA. Which project should it be filed under? -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 19:41 To: Maven Developers List Subject: Re: [m2] Problem (Bug?) Deploying

[m2] Problem (Bug?) Deploying Snapshot Jar

2005-08-12 Thread Allison, Bob
I'm building a small jar to extend log4j for our environment. If the version in pom.xml is "3.0", I get the following output from "m2 deploy": [INFO] [jar:jar] [INFO] Building jar: /net/home/allisord/src/qaccess-3.0/3rd-party/log4j/target/log4j-3.0.jar [INFO] [source:jar] [INFO] Building jar: /net

Processing Order for the m2 Reactor

2005-08-11 Thread Allison, Bob
I have been looking at the order that the reactor processes projects and it appears that, unless there is an explicit dependency, processing is always done from the top down. I suspect that there are good reasons to do things that way, but I can think of a couple instances where processing from th

RE: Question About Reactor Operation

2005-08-10 Thread Allison, Bob
artifact being built? > -Original Message- > From: Allison, Bob [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 09, 2005 07:58 > To: Maven Developers List > Subject: RE: Question About Reactor Operation > > > > > > -Original Message- >

RE: Question About Reactor Operation

2005-08-09 Thread Allison, Bob
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Monday, August 08, 2005 20:00 > To: Maven Developers List > Subject: Re: Question About Reactor Operation > > > Allison, Bob wrote: > > >>>Use Case 1: There are a num

RE: Question About Reactor Operation

2005-08-08 Thread Allison, Bob
See my comments below... > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 07, 2005 00:22 > To: Maven Developers List > Subject: Re: Question About Reactor Operation > > > Hi, > > Allison, Bob wrote: > &

RE: Question About Reactor Operation

2005-08-06 Thread Allison, Bob
I forgot to mention that I am trying to get this working in Maven 2 -Original Message- From: Allison, Bob [mailto:[EMAIL PROTECTED] Sent: Saturday, August 06, 2005 23:53 To: dev@maven.apache.org Subject: Question About Reactor Operation (I was going to try to find the reactor code in

Question About Reactor Operation

2005-08-06 Thread Allison, Bob
(I was going to try to find the reactor code in my SVN tree before asking this, but can't seem to find it :-( ) General Info: Our Maven 1.0.2 development tree consists of three directory levels: The top level has global goals and properties, the mid-level directories are artifact-specific (port