[PLEASE TEST] Apache Maven 3.0-RC2

2010-09-25 Thread Christian Gruber
Comfortably released Google Guava (not a complex app, but through entire release phase incl. pgp signing) with 3.0-rc2. Looks great to me so far. c. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional

Re: proposal for cleaning up 2.x series releases / trees

2009-07-01 Thread Christian Gruber
As a user... +1 On Jul 1, 2009, at 3:41 PM, John Casey wrote: Brett Porter wrote: But I get the feeling that those sticking to 2.0.x are happy - in that they've got things working the way they want and probably won't jump up to further 2.0.x releases, let along 2.2.x. If we put out a

Re: proposal for cleaning up 2.x series releases / trees

2009-06-30 Thread Christian Gruber
+1 to Nicholas' assessment. Too many firms I've worked with won't be changing to 2.1/2.2 until it's been in production release for several months, and probably won't trust it. They'll need critical bug support on 2.0. We just need a window for migration, that's all. cheers, Christian.

Re: Continuum 1.2 Roadmap

2007-10-04 Thread Christian Gruber
Heh. Not going to happen, but I'd recommend going with Tapestry 5. It's beautiful, and a much healthier model of development than JSP/ Struts/Struts2/etc. in my own view. It's also a work in progress (the 5 branch) but it's so much cleaner and more elegant than so much out there, and

Re: [PROPOSAL] Local Repository Separation

2007-09-18 Thread Christian Gruber
Hmm. I'm liking how this is all shaping up, but I'm wondering about the in the top level pom bit. Already some things we do assuming a reactor build are confusing because each project is built separately, and when you start getting into continuum which essentially replaces the reactor

Re: unused imports?

2007-09-13 Thread Christian Gruber
Oh that's funny. Darned auto-complete addresses. lol. Please ignore. Christian. On 13-Sep-07, at 2:40 AM, Brett Porter wrote: heh, I was quite busy thinking eh?, and got all the way to the bottom and realised you were talking about a different project :)

Re: Using HTTP repositories for consumption only

2007-09-10 Thread Christian Gruber
To me file:// repos were for local situations where you wanted to test or fix maven build behaviour because of some condition. For example, you're one machine is behind a firewall and you are not able to cross the boundary to pull in stuff into your build system, so you create a repo for

Re: Using HTTP repositories for consumption only

2007-09-10 Thread Christian Gruber
Darn-it. Now you went and said, in two sentences, what I was saying in three paragraphs. Grrr. christian. On 10-Sep-07, at 11:32 AM, Brian E. Fox wrote: I really hope that we're not trying to keep file:// around so that it's easier to _distribute_ repositories. I don't think that's the

Re: resolving pluginArtifacts.

2007-09-06 Thread Christian Gruber
, at 6:34 PM, Christian Gruber wrote: Hey, I'm trying to use pluginArtifacts to include the current plugin's jar as a classpath for an external call, as I have created a crazy but necessary wrapper. When I go to find the plugin in pluginArtifacts, I find that I cannot

resolving pluginArtifacts.

2007-09-05 Thread Christian Gruber
Hey, I'm trying to use pluginArtifacts to include the current plugin's jar as a classpath for an external call, as I have created a crazy but necessary wrapper. When I go to find the plugin in pluginArtifacts, I find that I cannot, and that pluginArtifacts is not populated on

pluginDependencies resolution

2007-09-05 Thread Christian Gruber
Hi, I tried to send this earlier, but didn't see it show up anywhere. Anyway, I have a plugin where, for reasons too painful to go into, I have to execute a java class in a new JVM and have the calling plugin's .jar in the classpath. I went to find the appropriate approach to get

Re: pluginDependencies resolution

2007-09-05 Thread Christian Gruber
Hmm. Sorry, I meant pluginArtifacts, not pluginDependencies. -cg On 9/5/07, Christian Gruber [EMAIL PROTECTED] wrote: Hi, I tried to send this earlier, but didn't see it show up anywhere. Anyway, I have a plugin where, for reasons too painful to go into, I have to execute a java

Re: Enforcer Sources

2007-08-14 Thread Christian Gruber
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] christian gruber + [EMAIL PROTECTED] + mob 410.900.0796 + mob2 416.998.6023 process coach and architect + ISRÁFÍL CONSULTING SERVICES

Re: svn commit: r564614 - in /maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/execution: AbstractBuildExecutor.java ant/AntBuildExecutor.java maven/m1/MavenOneBuildExecut

2007-08-10 Thread Christian Gruber
, environments ); } public void updateProjectFromCheckOut( File workingDirectory, Project project, BuildDefinition buildDefinition ) christian gruber + [EMAIL PROTECTED] + mob 410.900.0796 + mob2 416.998.6023 process coach and architect + ISRÁFÍL CONSULTING SERVICES

Re: how we handle JIRA versions

2007-08-02 Thread Christian Gruber
and PMC Chair, Apache Maven jason at sonatype dot com -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] christian gruber

Re: maven-xcode-plugin?

2007-08-02 Thread Christian Gruber
get started or is there a better starting place? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] christian gruber + [EMAIL PROTECTED] + mob 410.900.0796 + mob2 416.998.6023

From a lessons-learned...

2007-07-19 Thread Christian Gruber
Thought the devs might appreciate this. On my current project, I regrettably had to inform some users of the - fae and -Dmaven.test.skip=true options, which ultimately resulted in a near total abandonment of project discipline, and ultimately a lot of error discovery through finding out

Re: From a lessons-learned...

2007-07-19 Thread Christian Gruber
Very nice. My response Haiku then: maven test skip on enforcer detects no-no therefore build still fails Christian. P.S. I'll take this off the dev list now. -cg On Jul 19, 2007, at 6:54 PM, Brian E. Fox wrote: Use the enforcer to detect maven.test.skip and fail the build on them ;-)

Re: Continuum and minimum JDK requirement

2007-07-10 Thread Christian Gruber
, we are working on getting that profile enabled version released in the next couple of weeks jesse christian gruber + [EMAIL PROTECTED] + mob 410.900.0796 + mob2 416.998.6023 process coach and architect + ISRÁFÍL CONSULTING SERVICES

Re: Platform farm

2007-07-05 Thread Christian Gruber
What's the status of the whole distributed build thing in Continuum? That seemed like quite a good way to get a server farm auto-building. Christian. On Jul 5, 2007, at 11:15 AM, Brian E. Fox wrote: Hi Brett, I think having the automated builds on many platforms is definitely needed. What

Re: [VOTE] Configure IDE plugins to download sources by default within Maven projects

2007-07-03 Thread Christian Gruber
+1 for both (non binding), but the unavailability of either shouldn't spam consoles. Small concise warnings would be sufficient, if at all. Christian. On Jul 3, 2007, at 9:48 AM, Mark Hobson wrote: Following the recent thread Maven POM plugin config, this is a vote to add

Re: Sequence of events to ramping up Maven 2.1

2007-06-25 Thread Christian Gruber
to have regular stable builds, but if you look at what IDEA do they have both really regular builds, then milestones where the less brave can still try it out, then betas, then final, which is a good model. christian gruber + [EMAIL PROTECTED] + mob 410.900.0796 + mob2 416.998.6023 process

Re: [VOTE] Release Maven 2.0.7 (take 2)

2007-06-19 Thread Christian Gruber
+1 (non-binding) successful on Mac for large reactor build of 20+ subprojects, plus a bunch of plugin projects. On Jun 19, 2007, at 5:33 PM, Jesse McConnell wrote: +1 On 6/19/07, Arnaud HERITIER [EMAIL PROTECTED] wrote: +1 Arnaud On 19/06/07, Joakim Erdfelt [EMAIL PROTECTED] wrote:

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Christian Gruber
] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] christian gruber + [EMAIL PROTECTED] + mob 410.900.0796 + mob2 416.998.6023 process coach

Re: thought about a change to compile scope.

2007-05-25 Thread Christian Gruber
detail. - Brett On 25/05/2007, at 9:33 AM, Christian Gruber wrote: Nothing like original thought, huh? :) Never mind then - good to know. Count this e-mail as a moral +1 on that feature should it ever come to vote. Christian. On May 24, 2007, at 7:29 PM, Brian E. Fox wrote: I think we have

thought about a change to compile scope.

2007-05-24 Thread Christian Gruber
Hey. I was thinking about the best-practice (I hate that word) of including all direct dependencies in a pom even if you would get the code transitively (in case transitive relationships are changed behind the scenes). This makes sense, but it makes me wonder if the compile phase

Re: thought about a change to compile scope.

2007-05-24 Thread Christian Gruber
. -Original Message- From: Christian Gruber [mailto:[EMAIL PROTECTED] Hey. I was thinking about the best-practice (I hate that word) of including all direct dependencies in a pom even if you would get the code transitively (in case transitive relationships are changed behind the scenes

maven-install-plugin 2.2 release?

2007-05-02 Thread Christian Gruber
Greetings all, Any ideas on how close maven-install-plugin 2.2-SNAPSHOT is to a release. I'd like to release my Flex2 plugin in 1.0, but its testing relies on the install 2.2 plugin, and it won't let me do a clean release with the maven-release-plugin while I'm depending on 2.2-

Re: maven-install-plugin 2.2 release?

2007-05-02 Thread Christian Gruber
those issues. Stéphane On 5/2/07, Christian Gruber [EMAIL PROTECTED] wrote: Greetings all, Any ideas on how close maven-install-plugin 2.2-SNAPSHOT is to a release. I'd like to release my Flex2 plugin in 1.0, but its testing relies on the install 2.2 plugin, and it won't let me do a clean

Re: [Vote] release continuum 1.1 alpha 1

2007-04-21 Thread Christian Gruber
to http://people.apache.org/builds/maven/continuum/1.1-alpha-1 +1 from me jesse christian gruber + [EMAIL PROTECTED] + bus 905.640.1119 + mob 416.998.6023 process coach and architect + ISRÁFÍL CONSULTING SERVICES

Re: Test failure on trunk

2007-03-29 Thread Christian Gruber
PROTECTED] christian gruber + [EMAIL PROTECTED] + bus 905.640.1119 + mob 416.998.6023 process coach and architect + ISRÁFÍL CONSULTING SERVICES

RE: JSTL vs WebWork taglibs [Was: svn commit: r431764 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/summary.jsp]

2006-08-16 Thread Christian Gruber
Heh. I'd use JSF or Tapestry, but then I've not submitted one line of patches... so just ignore me. :) Christian. christian gruber + agile coach and architect Israfil Consulting Services Corporation email [EMAIL PROTECTED] + bus +1 (905) 640-1119 cell: +1 (416) 998-6023 + cell: +1 (410) 900

RE: branch CI turned off

2006-05-29 Thread Christian Gruber
Please don't remove the branch, as I'm making some local fixes on it. I would End-of-life (remove) the branch once you have released 1.1.x Regards, Christian. christian gruber + agile coach and architect Israfil Consulting Services Corporation email [EMAIL PROTECTED] + bus +1 (905) 6401119 cell

RE: branch CI turned off

2006-05-29 Thread Christian Gruber
how much effort to put on workaround solutions, vs. just deferring the efforts until 1.1 is released. Regards, Christian. christian gruber + agile coach and architect Israfil Consulting Services Corporation email [EMAIL PROTECTED] + bus +1 (905) 6401119 cell: +1 (416) 998-6023 + cell: +1 (410) 900

[jira] Commented: (MNG-1966) directoryPermissions is not repected when I deploy a POM

2006-01-17 Thread Christian Gruber (JIRA)
[ http://jira.codehaus.org/browse/MNG-1966?page=comments#action_56172 ] Christian Gruber commented on MNG-1966: --- On a related note, the same permissions tags do not seem to apply to the repository tag. Such would be ideal for use in the pom.xml