[jira] Commented: (MECLIPSE-37) eclipse:eclipse should execute in a later phase than "generate-sources"

2006-02-08 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-37?page=comments#action_58151 ] Kenney Westerhof commented on MECLIPSE-37: -- Yup.. ;) but probably the most flexible one. There are tons of other solutions, like adding a MojoConfigurator class for each

[jira] Reopened: (MECLIPSE-37) eclipse:eclipse should execute in a later phase than "generate-sources"

2006-02-07 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-37?page=all ] Kenney Westerhof reopened MECLIPSE-37: -- The idea behind the eclipse plugin is that you can develop on a project. Right now, I checked out a new version of a project I'm working on. Som

[jira] Commented: (MRELEASE-6) Multiproject Release: No check in

2006-02-02 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MRELEASE-6?page=comments#action_57634 ] Kenney Westerhof commented on MRELEASE-6: - One more thing: only pom projects can have modules. So I don't see any reason not to add a root pom that specifies your four mo

[jira] Commented: (MRELEASE-6) Multiproject Release: No check in

2006-02-02 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MRELEASE-6?page=comments#action_57633 ] Kenney Westerhof commented on MRELEASE-6: - 1) that is best practise. But having a module directory 'a' containing a pom with artifactId 'b' should wor

[jira] Closed: (MANTRUN-32) ant tasks don't use correct environment in antrun plugin

2006-02-01 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MANTRUN-32?page=all ] Kenney Westerhof closed MANTRUN-32: --- Resolution: Fixed sorry! committed @ rev 374173 > ant tasks don't use correct environment in antru

[jira] Commented: (MANTRUN-41) Easy access to dependency jars

2006-02-01 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MANTRUN-41?page=comments#action_57571 ] Kenney Westerhof commented on MANTRUN-41: - - about the AntPropertyHelper: it's supposed to be a package private class, not part of any public API. But I'll add th

Re: svn commit: r374150 - in /maven/plugins/trunk/maven-antrun-plugin/src/main/java/org/apache/maven/plugin/antrun: AbstractAntMojo.java AntPropertyHelper.java

2006-02-01 Thread Kenney Westerhof
x27;ll use later on in another task. The committed solution eliminates that extra step. But it can be provided if needs be. > WDYT? idem.. :) -- Kenney > > - Brett > > [EMAIL PROTECTED] wrote: > > Author: kenney > > Date: Wed Feb 1 11:58:44 2006 > > New Revis

[jira] Commented: (MANTRUN-37) Antrun breaks on multi-module builds

2006-02-01 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MANTRUN-37?page=comments#action_57567 ] Kenney Westerhof commented on MANTRUN-37: - I see two different problems here. Mike; if you purge ~/.m2/repository/org/apache/maven/plugins/ do you still have problems? It

[jira] Commented: (MANTRUN-40) Properties defined in pom do not propagate to the antrun environment

2006-02-01 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MANTRUN-40?page=comments#action_57565 ] Kenney Westerhof commented on MANTRUN-40: - It's impossible to propagate all properties to the called ant buildfile, since only listed properties are propagated.

[jira] Closed: (MANTRUN-32) ant tasks don't use correct environment in antrun plugin

2006-02-01 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MANTRUN-32?page=all ] Kenney Westerhof closed MANTRUN-32: --- Assign To: Kenney Westerhof Resolution: Fixed Fixed in revision 374157. Added missing call to Project.init(). > ant tasks don't use

[jira] Closed: (MANTRUN-35) mvn debug level not passed to ant

2006-02-01 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MANTRUN-35?page=all ] Kenney Westerhof closed MANTRUN-35: --- Assign To: Kenney Westerhof (was: Jason van Zyl) Resolution: Fixed Fixed in revision 374152: when -X is specified, the loglevel is set to '

[jira] Closed: (MANTRUN-41) Easy access to dependency jars

2006-02-01 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MANTRUN-41?page=all ] Kenney Westerhof closed MANTRUN-41: --- Resolution: Fixed Fixed in revision 374150. I chose to define properties: maven.dependencypath, so for instance

[jira] Created: (MJAVADOC-48) Quotes in project produce 'illegal package name' error

2006-01-15 Thread Kenney Westerhof (JIRA)
Quotes in project produce 'illegal package name' error - Key: MJAVADOC-48 URL: http://jira.codehaus.org/browse/MJAVADOC-48 Project: Maven 2.x Javadoc Plugin Type: Bug Reporter: Kenney

[jira] Commented: (MNG-1922) Rename maven-it-plugin plugin as its name implies it is for performing integration tests in general

2006-01-14 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1922?page=comments#action_55834 ] Kenney Westerhof commented on MNG-1922: --- I didn't intend it to JUSt test plugins - it runs after the artifact is built and hence can be used to deploy wars and test them.

Re: [vote] Release Maven 2.0.1-1 critical bugfix version

2005-12-15 Thread Kenney Westerhof
; > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > -- > > jvz. > > Jason van Zyl > jason at maven.org > http://maven.apache.org > > First,

[jira] Commented: (MNG-1334) classpath related error when invoking the rmic task from maven

2005-12-12 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1334?page=comments#action_53268 ] Kenney Westerhof commented on MNG-1334: --- Here is a complete POM that works. To test it I put the SUN 'RMI tutorial' code in src/main/java, and added a

[jira] Commented: (MNG-1334) classpath related error when invoking the rmic task from maven

2005-12-12 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1334?page=comments#action_53264 ] Kenney Westerhof commented on MNG-1334: --- The preferred way is this: maven-antrun-plugin sun tools 1.0

Re: work with latest SVN state of plugins

2005-11-22 Thread Kenney Westerhof
On Sun, 20 Nov 2005, Stephane Nicoll wrote: Hi Stephane, That particular plugin (or maybe more) require the latest maven2 to be installed. You cannot use them with 2.0 final, so you also need to build m2 from sources. -- Kenney > Hello, > > I am trying to build the maven-plugins

Re: [vote] Create maven-shared SVN space for shared, non-core APIs

2005-11-22 Thread Kenney Westerhof
vigP5/VfF6BJzJD45SSarEg= > > =WcK2 > > -END PGP SIGNATURE- > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > &g

[jira] Closed: (MNG-1490) antrun fails if ta sk åarameters if of type EnumeratedAttributes

2005-11-17 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1490?page=all ] Kenney Westerhof closed MNG-1490: - Resolution: Cannot Reproduce Your pom is wrong. You need to use the tag within the tag. Then, leave out the dependency on ant since the antrun plugin

[jira] Commented: (MNG-1504) maven.test.classpath doesn't contain test scope dependancies

2005-11-10 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1504?page=comments#action_50619 ] Kenney Westerhof commented on MNG-1504: --- That's because the ant plugin only has @requiresDependencyResolution compile. I was hoping there would be a way to specify the de

[jira] Commented: (MNG-514) "Provided" dependencies not included in eclipse build path

2005-11-10 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-514?page=comments#action_50617 ] Kenney Westerhof commented on MNG-514: -- There was a discussion on the dev list a month ago or more about this. I'm not sure what the outcome was, but I believe that scope=pro

Re: StrutsTestCase and surefire:test

2005-11-10 Thread Kenney Westerhof
struts-config.xml etc. in the WEB-INF/ directory, but in a place that is automatically added to the classpath. You can accomplish that by placing those .xml files in src/main/resources/ (and/or src/test/resources for tests). That should fix it. -- Kenney > Hi there > > I have a pro

[jira] Created: (MNG-1454) Surefire XML Report not well formed on NPE

2005-11-08 Thread Kenney Westerhof (JIRA)
Surefire XML Report not well formed on NPE -- Key: MNG-1454 URL: http://jira.codehaus.org/browse/MNG-1454 Project: Maven 2 Type: Bug Components: maven-surefire-plugin Versions: 2.0 Reporter: Kenney Westerhof

Re: [m2] eclipse plugin test failures

2005-11-04 Thread Kenney Westerhof
On Fri, 4 Nov 2005, Mark Hobson wrote: > Hi Kenney, > > On 04/11/05, Kenney Westerhof <[EMAIL PROTECTED]> wrote: > > I didn't realize the exact difference. I think I added the 'canonical' > > versions, and the 'absolute' versions were implic

[jira] Closed: (MNG-1410) Timestamped snapshot dependencies added as file refs rather than project refs

2005-11-04 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1410?page=all ] Kenney Westerhof closed MNG-1410: - Resolution: Won't Fix Sorry, but this is desired & designed behaviour. If maven2 doesn't see your project in the reactor (i.e. a pom with -SNA

[jira] Reopened: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2005-11-04 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1323?page=all ] Kenney Westerhof reopened MNG-1323: --- The issue is a bit different - i got it reproducible now. It seems, in the following situation: root/pom.xml, modules: a, b a/pom.xml: define antrun

[jira] Closed: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2005-11-04 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1323?page=all ] Kenney Westerhof closed MNG-1323: - Resolution: Fixed Somehow the problem has gone away! > Plugin extensions (dependencies) not resolved in reactor bu

Re: [m2] eclipse plugin test failures

2005-11-04 Thread Kenney Westerhof
bsolute -> just makes a path absolute, preserving symlinks: cwd = /path/c; absolute('target/') -> /path/c/target/ - canonical: cwd = /path/c; canonical('target/') -> /path/a/b/target/ ? I don't know which version would be the correct

[jira] Commented: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2005-11-03 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1323?page=comments#action_50012 ] Kenney Westerhof commented on MNG-1323: --- I don't think so - inheritance doesn't play a role. The parent-pom is just an empty pom stating 1 module -> the pom discusse

Re: [m2] Plugins that depend on other plugin goals

2005-11-02 Thread Kenney Westerhof
ting it each time. Then the war:war will always run, and you bind war:exploded to the package phase too. This will eliminate the performance penalty, I hope. -- Kenney > Hi all, > > To summarise the problem here, we need a way for plugins to depend on > other plugin's goals. The e

Re: bringing surefire and doxia to Maven

2005-11-01 Thread Kenney Westerhof
o someday, as I believe are the plans), it will be harder to give them commit access if these libs are hosted at apache. -- Kenney > Hi, > > Doxia and Surefire were small projects started at Codehaus to experiment > with new technology that has since been used from Maven 2.0. > > With o

RE: Packaging type for functional/integration test projects?

2005-10-31 Thread Kenney Westerhof
fy them in the pom as defaultGoal or bind some non-lifecycle mojo's to the lifecyle, or specify the goal to run in the it plugin's config (currently it's global - one 'goal' for all projects, but the defaultGoal might help here). I agree that the it plugin could

Re: Packaging type for functional/integration test projects?

2005-10-31 Thread Kenney Westerhof
or the assertions, I was thinking about porting some tests from the verifier plugin (the maven-core-it one) to the it plugin, but I need to know what kind of assertions you want to do. Hope to get some feedback! -- Kenney > > Thanks > -Vincent > > >

Re: [vote] surefire plugin release

2005-10-30 Thread Kenney Westerhof
On Sun, 30 Oct 2005, Kenney Westerhof wrote: I'm obviously too late again :) Btw, why is it that when the vote was called the bootstrap still failed, but 23 hours later it succeeds? Shouldn't a call for a vote 'prove' a problem has been fixed at that moment? -- Kenney &

Re: [vote] surefire plugin release

2005-10-30 Thread Kenney Westerhof
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Kenney Westerhof http://www.neonics.com GPG public key: http://www.gods.nl/~forge/kenneyw.key - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: svn commit: r328190 - /maven/components/trunk/maven-plugins/maven-checkstyle-plugin/pom.xml

2005-10-26 Thread Kenney Westerhof
On Tue, 25 Oct 2005, Brett Porter wrote: > Kenney, > > Please revert this. > > It works in a clean environment, and we can't block > development of this plugin until 2.0.1. I really couldn't even bootstrap m2 with this. M2 doesn't see that p

[jira] Created: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2005-10-25 Thread Kenney Westerhof (JIRA)
Reporter: Kenney Westerhof I've added a dependency on an Ant Task in project/build/plugins/plugin[artifactId='maven-antrun-plugin']/dependencies/ and run that anttask using the antrun plugin. When run from the project dir itself it runs fine. When running from the root of the projec

Re: dev process for 2.0.1/2.1

2005-10-25 Thread Kenney Westerhof
t doesn't fix any bugs, just uses newer deps (this has been mentioned on the list before, by Brett IINM). Some mechanism like the pom-updates maybe (also useful for group-renames like plexus). > Beyond 2.0.x, though, I think we still need to verify that

Re: [vote] maven-resources-plugin

2005-10-21 Thread Kenney Westerhof
G-1194 > > +1 > > -- > jvz. > > Jason van Zyl > jason at maven.org > http://maven.apache.org > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL

JIRA

2005-10-20 Thread Kenney Westerhof
Just a reminder that 2.0 needs to be marked as released in Jira, so we don't forget! -- Kenney - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Created: (MNG-1245) Reactor projects sometimes used even with version mismatch

2005-10-20 Thread Kenney Westerhof (JIRA)
: Kenney Westerhof Fix For: 2.0.1 Attachments: deptest.tgz See attached sample project structure. In short: project A depends on project B version 1.1-SNAPSHOT, but only 1.0-SNAPSHOT is available (both in the reactor, so on disk), as well as in the local repository. Still, m2 install runs fine

[jira] Commented: (MNG-1120) don't require if there is a valid schema element

2005-10-20 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1120?page=comments#action_48903 ] Kenney Westerhof commented on MNG-1120: --- The XSD declaration in the POM is unneccessary; M2 can validate that pom even without it. I could write a simple XSD that validates my

Re: [vote] new plugin committers

2005-10-20 Thread Kenney Westerhof
think we should give them access to the plug-ins and let them improve > > the plug-ins directly. > > > > +1 > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EM

Re: Fwd: Beta3 Build

2005-10-19 Thread Kenney Westerhof
rce. Hope this helps, and sorry there wasn't any reply - we might have thought people could figure out for themselves :) -- Kenney [1] http://maven.apache.org/maven2/source-repository.html [2] http://svn.apache.org/viewcvs.cgi/maven/components/tags/maven-2.0-beta-3/ > I haven't got

Re: dev process for 2.0.1/2.1

2005-10-17 Thread Kenney Westerhof
worked > out fine after the initial workload of setting up all the projects. Is there no way to have sub-projects in jira? Making everything flat make sit really hard to manage. I would like to see * maven2 | |- plugins |- core |- archetypes |- website/doco in Jira, but I guess this is

Re: [vote] new site layout

2005-10-17 Thread Kenney Westerhof
On Sun, 16 Oct 2005, Jason van Zyl wrote: > On Sun, 2005-10-16 at 18:56 +0200, Kenney Westerhof wrote: > > On Fri, 14 Oct 2005, Jason van Zyl wrote: > > > > -1: > > Definitely all points to take into consideration but a -1? A veto is > generally used in extreme ca

Re: m2.. or mvn?

2005-10-16 Thread Kenney Westerhof
obably add an alias m2 maven2 :)) Just my 2 cents. -- Kenney > Hi all, > > Now I'm sure this is a programming faux pas (and also badly timed > being so near to 2.0 final) but I've been pondering this since the > alpha1 days - what do people think of renaming the m2 executable to

Re: [vote] new site layout

2005-10-16 Thread Kenney Westerhof
the site:site plugin. 6) 'Introduction' and 'About maven' are the same page. Otherwise: +1 reduction of the amount of menu items shown - it was very hard to find stuff - not sure this is the way to go though; grouping guides is fine, but some info has gone from the main page a

Re: [vote] release Maven 2.0 Final

2005-10-14 Thread Kenney Westerhof
> the assembly next Monday. That will be a short timeframe vote - based on > community acceptance of the plan, we just want to do any sanity checking > of the build. > > - Brett > > - > To unsubscribe, e-mai

[jira] Commented: (MNG-1037) Add war:exploded and war:inplace goals

2005-10-06 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1037?page=comments#action_47953 ] Kenney Westerhof commented on MNG-1037: --- Hi Allan, Nice patch, except for the solution. I guess you don't know this, but if you have 2 classes in a plugin, and one extend

svn commit: r294919 - /maven/components/trunk/pom.xml

2005-10-04 Thread kenney
Author: kenney Date: Tue Oct 4 14:11:49 2005 New Revision: 294919 URL: http://svn.apache.org/viewcvs?rev=294919&view=rev Log: Adding role. Thanks guys! :) Modified: maven/components/trunk/pom.xml Modified: maven/components/trunk/pom.xml URL: http://svn.apache.org/viewcvs/maven/compon

Re: new site

2005-10-04 Thread Kenney Westerhof
orth. > > -- Unknown > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Kenney Westerhof http://www.neonics.com GPG public key: http://www.gods.nl/

[jira] Commented: (MNG-1062) Allow custom code formatters to be written to .settings

2005-10-02 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1062?page=comments#action_47626 ] Kenney Westerhof commented on MNG-1062: --- Maybe the best way is to have a checkstyle plugin for m2 and let the eclipse plugin convert those settings (pretty easy using XSLT) to the

Re: Debug -X mode

2005-10-02 Thread Kenney Westerhof
enabled getLog().isDebugEnabled() The -X is only used to set the LoggerManager's threshold to Logger.DEBUG, otherwise it's discarded. -- Kenney > > Regards > Mark Donszelmann > > - > To unsubscribe, e-mai

Re: issues with 1) forking surefire and 2) Surefire's IsolatedClassloader class

2005-10-01 Thread Kenney Westerhof
that fails? Maybe we can work something out in surefire itself, or perhaps maven2. Did this bug occur after the fixes in maven-core that set the contextClassloader correctly? -- Kenney > I'd appreciate feedback. > > > --

svn commit: r292561 - /maven/components/trunk/maven-plugins/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/TestCompilerMojo.java

2005-09-29 Thread kenney
Author: kenney Date: Thu Sep 29 14:58:01 2005 New Revision: 292561 URL: http://svn.apache.org/viewcvs?rev=292561&view=rev Log: Also skip compiling tests when -Dmaven.test.skip=true is provided. Modified: maven/components/trunk/maven-plugins/maven-compiler-plugin/src/main/java/org/ap

[jira] Closed: (MNG-1012) with only doesn't work

2005-09-29 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1012?page=all ] Kenney Westerhof closed MNG-1012: - Resolution: Won't Fix [copied more or less from a mail to the user-list] The artifactId, groupId and version are mandatory in a element. POMs should be

svn commit: r291919 - /maven/components/trunk/maven-plugin-registry/plugin-registry.mdo

2005-09-27 Thread kenney
Author: kenney Date: Tue Sep 27 05:03:56 2005 New Revision: 291919 URL: http://svn.apache.org/viewcvs?rev=291919&view=rev Log: Fixed default updateInterval (add missing 'interval:' prefix) Modified: maven/components/trunk/maven-plugin-registry/plugin-registry.mdo Modified: ma

Re: [vote] release beta-2

2005-09-27 Thread Kenney Westerhof
IL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > .::You're welcome ::. > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] >

Re: svn commit: r291735 - in /maven/components/trunk: maven-core-it/ maven-core-it/it0071/ maven-core-it/it0072/ maven-core-it/it1015/ maven-core/src/main/java/org/apache/maven/plugin/ maven-core/src/

2005-09-26 Thread Kenney Westerhof
On Mon, 26 Sep 2005 [EMAIL PROTECTED] wrote: > o Extracting basedir from the project instance when > PluginParameterExpressionEvaluator is init'ed if project != > null...otherwise, using ${user.dir} from sysprops. Isn't it better to get 'cwd'/'pwd&

svn commit: r291724 - in /maven/components/trunk/sandbox/maven-it-plugin: pom.xml src/main/java/org/apache/maven/plugin/it/ForkMojo.java

2005-09-26 Thread kenney
Author: kenney Date: Mon Sep 26 13:03:38 2005 New Revision: 291724 URL: http://svn.apache.org/viewcvs?rev=291724&view=rev Log: Update versions to reflect changes in maven-core that broke this plugin. Modified: maven/components/trunk/sandbox/maven-it-plugin/pom.xml maven/components/t

svn commit: r291699 - in /maven/components/trunk/sandbox/maven-it-plugin: maven-it-plugin-test/ maven-it-plugin-test/pom.xml maven-it-plugin-test/src/ src/main/java/org/apache/maven/plugin/it/ForkMojo

2005-09-26 Thread kenney
Author: kenney Date: Mon Sep 26 11:17:19 2005 New Revision: 291699 URL: http://svn.apache.org/viewcvs?rev=291699&view=rev Log: o the it plugin now uses the DirectoryScanner for poms, and adds includes/excludes. o Added a test project for the it plugin; it runs the integration tests. Doe

[jira] Closed: (MNG-682) Surefire interferes with ClassLoader.getResource() and Class.getResourceAsStream() calls.

2005-09-26 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-682?page=all ] Kenney Westerhof closed MNG-682: Resolution: Won't Fix Fix Version: (was: 2.0-beta-3) 2.0-beta-2 Isn't a bug. > Surefire interferes with ClassLoader.getR

[jira] Commented: (MNG-682) Surefire interferes with ClassLoader.getResource() and Class.getResourceAsStream() calls.

2005-09-26 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-682?page=comments#action_47153 ] Kenney Westerhof commented on MNG-682: -- Correct. I updated the exception reporting a bit and got this: [ stacktrace

Re: [vote] Create a JXR library in Maven's SVN

2005-09-26 Thread Kenney Westerhof
fer an alternate solution > [ ] -1 - I disagree with this plan > > Vote closes in 72 hours. Majority rules. Votes by committers are binding. > > Cheers, > Brett > > - > To unsubscribe, e-mail: [EMAIL PROTECT

svn commit: r291423 - /maven/components/trunk/sandbox/maven-it-plugin/src/main/java/org/apache/maven/plugin/it/ForkMojo.java

2005-09-25 Thread kenney
Author: kenney Date: Sun Sep 25 08:07:39 2005 New Revision: 291423 URL: http://svn.apache.org/viewcvs?rev=291423&view=rev Log: Since stacktraces are printed when a cause is present in MojoExecutionException, log the error instead and throw an exception without a cause. Maybe it's bette

Re: [vote] Removing Marmalade from official Maven support

2005-09-23 Thread Kenney Westerhof
On Wed, 21 Sep 2005, John Casey wrote: (Hope I'm not too late) +1 If marmalade breaks between beta releases, all the people that actually use it will tell us and this will give a good indication of how much it's used. -- Kenney > Hi, > > As I'm sure most of you are aw

Re: [vote] weekly releases

2005-09-23 Thread Kenney Westerhof
On Thu, 22 Sep 2005, Brett Porter wrote: +1, but having lots and lots of beta's is going to look bad to people not knowing why we do it. ;) -- Kenney > This vote will close after 72 hours and requires 3 binding votes. > > As proposed and based on a massive (2) amount of feedback

[jira] Commented: (MNG-208) flag project that was the root of the execution

2005-09-21 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-208?page=comments#action_46856 ] Kenney Westerhof commented on MNG-208: -- use ${reactorProjects}.get(0) -> that's the root of the execution > flag project that was the root of th

[jira] Commented: (MNG-942) Ability to source system properties in settings.xml

2005-09-21 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-942?page=comments#action_46843 ] Kenney Westerhof commented on MNG-942: -- (I'm assuming that by 'source Java System properties' you mean setting them, like System.setProperty or -Dprop=val). Most

[jira] Closed: (MNG-834) handle repository permissions

2005-09-19 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-834?page=all ] Kenney Westerhof closed MNG-834: Resolution: Duplicate Duplicate of MNG-575. If you want a go at it, go ahead! Your proposal looks good, but it requires a POM change. Maybe it's best lef

Re: [M2] Out of memory exceptions

2005-09-19 Thread Kenney Westerhof
On Mon, 19 Sep 2005, Carsten Ziegeler wrote: Yes, set the environment variable MAVEN_OPTS; it's value is passed as JVM arguments. Btw this is a typical user question, you best use the users list for these types of questions. -- Kenney > We get out of memory exceptions while trying

Re: resource inheritence

2005-09-19 Thread Kenney Westerhof
On Mon, 19 Sep 2005, Brett Porter wrote: > Kenney Westerhof wrote: > > Maven is about encouraging patterns, but not necessarily our patterns. > Hopefully people will use the defaults for simplicity, but if a company > standard is in force that should be easy too. Ofcourse, I tot

Re: resource inheritence

2005-09-19 Thread Kenney Westerhof
the DirectoryScanner (override-*): if normally the resource was excluded, but the override specifies otherwise, include it, and the opposite. Technically hard, but intuitive. -- Kenney - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Closed: (MNG-908) Context class loader references incorrect realm during plugin execution

2005-09-18 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-908?page=all ] Kenney Westerhof closed MNG-908: Assign To: Kenney Westerhof Resolution: Fixed Fixed in svn revision 290040. Tested with a custom Mojo and a dependency that has a resource. > Context cl

svn commit: r290040 - in /maven/components/trunk: maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java maven-plugin-descriptor/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java

2005-09-18 Thread kenney
Author: kenney Date: Sun Sep 18 18:29:18 2005 New Revision: 290040 URL: http://svn.apache.org/viewcvs?rev=290040&view=rev Log: Fixed MNG-908: set the contextClassLoader to the classrealm of the currently executing plugin, so that both getClass().getClassLoader() and Thread.currentTh

Re: optional scope for dependencies

2005-09-18 Thread Kenney Westerhof
ss this is not a version issue, but an 'implementation provider' issue? Could you elaborate more on the exact problem? :) -- Kenney > > - Brett > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For a

[jira] Updated: (MNG-913) Specified specific snapshot version for a plugin is ignored

2005-09-18 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-913?page=all ] Kenney Westerhof updated MNG-913: - Summary: Specified specific snapshot version for a plugin is ignored (was: Specifyied specific snapshot version for a plugin is ignored) > Specified speci

[jira] Created: (MNG-913) Specifyied specific snapshot version for a plugin is ignored

2005-09-18 Thread Kenney Westerhof (JIRA)
Specifyied specific snapshot version for a plugin is ignored Key: MNG-913 URL: http://jira.codehaus.org/browse/MNG-913 Project: Maven 2 Type: Bug Reporter: Kenney Westerhof When a snapshot version in

[jira] Commented: (MNG-910) Plugin descriptor in pom.xml causes NPE when DefaultPluginManager populates the plugin's fields.

2005-09-18 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-910?page=comments#action_46618 ] Kenney Westerhof commented on MNG-910: -- Which version of the xdoclet plugin did you use? > Plugin descriptor in pom.xml causes NPE when DefaultPluginManager populates &g

[jira] Commented: (MNG-871) propagate the type attribute of a pom up to the dependency when dependency doesn't specify it

2005-09-18 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-871?page=comments#action_46612 ] Kenney Westerhof commented on MNG-871: -- Looking at the ear plugin code, it doesn't use the Dependencies but the Artifacts, which have been resolved by the m2 core. Since, I

[jira] Closed: (MNG-777) no output from ant tasks in antrun plugin

2005-09-16 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-777?page=all ] Kenney Westerhof closed MNG-777: Assign To: Kenney Westerhof Resolution: Fixed Fix Version: 2.0-beta-1 Fixed in svn: set the loglevel to 'info' so messages and other

svn commit: r289487 - /maven/components/trunk/maven-plugins/maven-antrun-plugin/src/main/java/org/apache/maven/plugin/antrun/AbstractAntMojo.java

2005-09-16 Thread kenney
Author: kenney Date: Fri Sep 16 03:51:45 2005 New Revision: 289487 URL: http://svn.apache.org/viewcvs?rev=289487&view=rev Log: Fixing MNG-777: no output from ant tasks. I set the logger level to INFO so messages will appear. Modified: maven/components/trunk/maven-plugins/maven-an

svn commit: r289353 - in /maven/components/trunk/maven-plugins: maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/ maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/ maven-war-plugin/src/main/java/org/...

2005-09-15 Thread kenney
Author: kenney Date: Thu Sep 15 17:37:58 2005 New Revision: 289353 URL: http://svn.apache.org/viewcvs?rev=289353&view=rev Log: o EclipsePlugin now does NOT download sources by default. Specify -Declipse.downloadSources=true to do so. o WarMojo produces an artifact, even if explode

Re: scope provided not transitively inherited?

2005-09-15 Thread Kenney Westerhof
have a wrong understanding of 'scope=provided'.. It's just - when I extend a class, I get this message 'cannot find ', and i'd have to skim through all non-included dependencies (transitively!) to find out what dependency I should add (sounds like maven 1 to me ;)) -- Ke

svn commit: r289188 - in /maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse: EclipseClasspathWriter.java EclipsePlugin.java EclipseSettingsWriter.java EclipseUtils.java

2005-09-15 Thread kenney
Author: kenney Date: Thu Sep 15 03:14:32 2005 New Revision: 289188 URL: http://svn.apache.org/viewcvs?rev=289188&view=rev Log: o Did some refactoring: moving utility methods to EclipseUtils so there's no confusion as to which project is used. o Use executedProject everywhere e

svn commit: r289178 - /maven/components/trunk/maven-plugins/maven-surefire-plugin/src/main/java/org/apache/maven/test/SurefirePlugin.java

2005-09-15 Thread kenney
Author: kenney Date: Thu Sep 15 01:33:42 2005 New Revision: 289178 URL: http://svn.apache.org/viewcvs?rev=289178&view=rev Log: Removed unused MavenProject parameter. Modified: maven/components/trunk/maven-plugins/maven-surefire-plugin/src/main/java/org/apache/maven/test/SurefirePlugin.

Re: [vote] New Web Site CSS

2005-09-15 Thread Kenney Westerhof
On Thu, 15 Sep 2005, Brett Porter wrote: > [ ] +1 - Go ahead with it as is > [X] +0 - Go ahead with it, but I have some feedback that I'd like > incorporated/discussed > [ ] -0 - I have feedback I think must be addressed before we do this, > but in general agree with the redesign > [ ] -1 - I'm op

scope provided not transitively inherited?

2005-09-14 Thread Kenney Westerhof
es: maven-artifact's DefaultArtifactFactory.createArtifact. I really want to make the provided scope inheritable, but wanted to check with you guys first to see wheter this is wanted and wheter to do this now of after beta-1 is released. WDYT? -- Kenney ---

[jira] Commented: (MNG-514) "Provided" dependencies not included in eclipse build path

2005-09-14 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-514?page=comments#action_46367 ] Kenney Westerhof commented on MNG-514: -- I made a testcase for eclipse, but since that doesn't use the full m2 environment that test always fails. Here's how to reproduce:

[jira] Reopened: (MNG-514) "Provided" dependencies not included in eclipse build path

2005-09-14 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-514?page=all ] Kenney Westerhof reopened MNG-514: -- The problem is back :-( > "Provided" dependencies not included in eclip

Re: svn commit: r280755 - in /maven/components/trunk: maven-core-it/ maven-core-it/it0068/ maven-core-it/it2001/ maven-core-it/it2001/a/ maven-core-it/it2001/a/src/ maven-core-it/it2001/a/src/main/ maven-

2005-09-14 Thread Kenney Westerhof
ummy plugin, and just added an empty jar in the artifact repo. Since you've looked into it into more detail yesterday, you decide if you want to take my changes. Also, I didn't know how to build the dummy plugin and deploy it in the test repo in 1 it test (unless I was using maven-it-plugin

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

2005-09-13 Thread Kenney Westerhof
On Wed, 14 Sep 2005, Brett Porter wrote: Will do! -- Kenney > In future, can you explain what this is so JIRA doesn't need to be > consulted? Thanks. > > - Brett > > [EMAIL PROTECTED] wrote: > > >Author: kenney > >Date: Tue Sep 13 10:06:14 2005 &g

[jira] Closed: (MNG-873) Javadoc report does not honor site directory when run from site:site

2005-09-13 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-873?page=all ] Kenney Westerhof closed MNG-873: Resolution: Fixed fixed in revision 280592 > Javadoc report does not honor site directory when run from site:s

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

2005-09-13 Thread kenney
Author: kenney Date: Tue Sep 13 10:06:14 2005 New Revision: 280592 URL: http://svn.apache.org/viewcvs?rev=280592&view=rev Log: Fix MNG-873 Modified: maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java Modified: m

[jira] Created: (MNG-873) Javadoc report does not honor site directory when run from site:site

2005-09-13 Thread Kenney Westerhof (JIRA)
Versions: 2.0-beta-1 Reporter: Kenney Westerhof Assigned to: Kenney Westerhof Fix For: 2.0-beta-1 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For

[jira] Created: (MNG-872) Allow defined dependencies to be related to certain types (attachments)

2005-09-13 Thread Kenney Westerhof (JIRA)
Allow defined dependencies to be related to certain types (attachments) --- Key: MNG-872 URL: http://jira.codehaus.org/browse/MNG-872 Project: Maven 2 Type: Bug Reporter: Kenney Westerhof

svn commit: r280561 - in /maven/components/trunk: maven-plugins/maven-verifier-plugin/pom.xml maven-repository-metadata/src/main/mdo/metadata.mdo

2005-09-13 Thread kenney
Author: kenney Date: Tue Sep 13 07:26:34 2005 New Revision: 280561 URL: http://svn.apache.org/viewcvs?rev=280561&view=rev Log: Forgot these two: o repository metadata: use FQCN o verifier plugin: use non-deprecated notation Modified: maven/components/trunk/maven-plugins/maven-veri

Re: [vote] Release Maven 2.0 Beta 1

2005-09-13 Thread Kenney Westerhof
On Tue, 13 Sep 2005, Brett Porter wrote: +1 -- Kenney > Hi, > > I'd like to release the (overdue) Maven 2.0 Beta 1, SCM and the plugins > at Apache according to our roadmap. > [snip] > > Cheers, > Brett > > ---

<    1   2   3   4   5   6   >