Re: Inter Plugin communication

2006-07-13 Thread Rinku
A Plugin, IMHO, is atomic. I don't think you can actually have 2 plugins inter-communicate (the way you need it), except for reading the configuration from pom.xml, which was on one of the threads on the user@ or dev@ list just a couple of days ago. What is your use-case - there might be

Re: Continuum 1.1 roadmap

2006-07-12 Thread Rinku
Hi, Just wondering what happened to this idea: http://www.nabble.com/2.1-Design-and-Process-tf1617559.html#a4383722 Cheers, Rahul Jesse McConnell wrote: hi everyone, I have been trying to help emmanuel some with pulling together the roadmap for Continuum 1.1 on the wiki and maybe help

Re: Plugins can't be built!

2006-07-12 Thread Rinku
Hi, I have seen this one ... long time ago! Can you rename/remove the folder that maps to org.apache.maven groupId in your local repo, and try building again. I think its coming from an old version of a library Cheers, Rahul Dennis Lundberg wrote: Hi all Someone seems to have broken

Re: A plugins nature

2006-07-11 Thread Rinku
One way could be to factor out the reusable bits out to a separate Component. That should make plugins lightweight and allow components to be used by more than just one Plugin. Cheers, Rahul - Original Message - From: Brett Porter [EMAIL PROTECTED] To: Maven Developers List

Re: [discuss] Java 5

2006-07-11 Thread Rinku
snip There are currently 5 open issues for 1.6 and it has been like that for a while. I thought that I might try to convince them to release the current trunk as 1.6 so that projects, that can not use snapshots in releases, could start using it. The current trunk has some, but not all,

Re: deploy:deploy-file

2006-07-10 Thread Rinku
Hi, I have meant to ask this everytime I run into similar error with wagon providers. Why is it that the wagon provider lib needs to be copied to under M2 Home? Shouldn't this be downloaded to local repo and used from there? Is it something to do with Classworlds' realms. Cheers, Rahul

Re: Archetype Component Development Questions

2006-07-08 Thread Rinku
Hi, You should be able to create your own implementation of for Archetype ROLE and assign it a 'role-hint'. And, then use that 'role-hint' to obtain your custom implementation from the container. See sources for Plexus archiver - how DefaultArchiverManager performs component look up based

Re: [RANT] This Maven thing is killing us....

2006-07-05 Thread Rinku
Just wondering if rather than having an exclusion list stuffed in each of dependency elements, if we could have some sort of compatible tag that can 'advise' Maven the choosing strategy for conflicting artifacts (pretty much like version ranges). For sake of an example: dependencies

Re: Reconfiguring a plugin from within another plugin?

2006-07-05 Thread Rinku
What is your use case? - may be there is another way to do it. Cheers, Rahul Russell, Mark wrote: Is it possible to reconfigure a plugin from within another plugin? (ie could a plugin bound to the initialize phase modify the configuration of a plugin bound to the package phase?) If so,

Re: Reconfiguring a plugin from within another plugin?

2006-07-05 Thread Rinku
it before the jar plugin is invoked. Alternately I'll have to write a custom jar plugin that references a singleton class to get some of its configuration (which I'd rather not do since that is a really bad way to do things) MAR -Original Message- From: Rinku [mailto:[EMAIL PROTECTED

Re: Fw: [plexus-dev] Plexus Website (update)

2006-06-20 Thread Rinku
appreciate all the feedback we can get to help us align the site content best to user expectations. Cheers, Rahul - Original Message - From: Rinku [EMAIL PROTECTED] To: Maven Developers List dev@maven.apache.org Sent: Thursday, June 15, 2006 7:29 PM Subject: Re: Fw: [plexus-dev] Plexus

Re: [Proposal] Documenting Maven

2006-06-19 Thread Rinku
Hi, Some sites: [A] http://java.sun.com/javase/ [B] http://ant.apache.org/ Some notes: 1) L.H.S nav categories are concise. For example, Reference in [A] above has links to all documentation resources. Community has all the stuff about forums, issues etc etc (can map to JIRA, mailing

Fw: [plexus-dev] Plexus Website

2006-06-15 Thread Rinku
- From: Brett Porter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 15, 2006 5:22 PM Subject: Re: [plexus-dev] Plexus Website Rinku wrote: Greetings, There's been a growing interest on IRC lately in Plexus and I quickly wanted to touch base on Plexus website

Re: Fw: [plexus-dev] Plexus Website

2006-06-15 Thread Rinku
publishing them along with the existing todo list before getting too much feedback that says there's nothing there :) - Brett Rinku wrote: Greetings everyone, We are keen to gather inputs for Plexus documentation/website from users on this list. Please see the attached emails below for a heads up

Re: [Proposal] Documenting Maven

2006-06-14 Thread Rinku
+1 for documentation reorganization on the Maven website. Also, quickly wanted to add that documenting Maven would, IMHO, encompass a number of other projects/sub-projects (For instance ones appearing in the top navigation on the Maven homepage). I think we need to include them in the scope

Dealing with XML content filters

2006-06-12 Thread Rinku
Hi, I have a use case where I am trying to figure what might be an ideal (if not best) way to deal with it. For an EJB3 project I need to toy around with a META-INF/persistence.xml which contains all the entity mappings. There are two constraints: 1) Developers using Eclipse should not

Re: Eclipse/OSGi and Maven 2

2006-06-09 Thread Rinku
Hi , You might want to have a look at Buckminster project under Eclipse as well as raise this on their lists/newsgroup. cheers, Rahul - Original Message - From: Brett Porter [EMAIL PROTECTED] To: Maven Developers List dev@maven.apache.org Sent: Friday, June 09, 2006 5:26 PM

Re: maven-eclipse-plugin and Eclipse Plugin support

2006-05-31 Thread Rinku
Hi Reinhard, Some notes inlined below: Reinhard Poetz wrote: Rinku wrote: snip/ So far I added the configuration parameter pde. If set to true, the PluginNature and the schema and manifest builders are added to .project. I have a patch submitted for this for the maven-eclipse-plugin

Re: creating a new project with the MavenEmbedder

2006-05-29 Thread Rinku
Hi Hermod, Coincidently, there was a thread on maven-users list about delegating goal to another mojo (see yesterday's posts). I have posted a similar code snippet there that uses embedder, you might want give it a try if you want to stick to released version. HTH, Rahul - Original

Re: maven-eclipse-plugin and Eclipse Plugin support

2006-05-16 Thread Rinku
Hi Reinhard, Some notes inlined.. snip 1) Running eclipse:eclipse should generate the project definition just as it does now, it detects if a org.eclipse.pde.PluginNature is specified for .project and setups the PDE nature (updates to .classpath) accordingly. 2) A Bundle Manifest writer

Re: Continuum start up errors

2006-04-17 Thread Rinku
. _Mang Rinku [EMAIL PROTECTED] 04/15/2006 06:35 PM Please respond to continuum-dev@maven.apache.org To continuum-dev@maven.apache.org cc Subject Continuum start up errors Hi, I have downloaded one of the recent builds from http://www.codehaus.org/~evenisse/continuum/ , but I get

Re: [vote] Release Continuum 1.0.3

2006-04-15 Thread Rinku
Just did a latest SVN checkout of the 1.0.x branch and ran a build - I get OutOfMemoryErrors (noticed these with Tests). My PC is running decent specs - 800MB RAM, enough free space ( 10GB) and Windows XP. Are these not good enough for the build? Rahul - Original Message - From:

Re: [m2 trunk] build test failures

2006-04-01 Thread Rinku
Hi, I revisited this again, put some system.out's in the org.apache.maven.it.Verifier source and skimmed thru SVN logs. After the last commit to org.apache.maven.it.Verifier, the resolveCommandLineArg( String key ) call from executeHook(String filename) method blows up with a

Re: svn commit: r384810 - /maven/pom/asf/pom.xml

2006-03-10 Thread Rinku
Are you using Eclipse to commit? I have noticed this behaviour with Eclipse when committing to CVS (not sure about SVN). If I commit a resource with $Id$ using tortoiseSVN for first ever commit, the $Id$ gets interpolated correctly for all subsequent commits (even from within Eclipse)...

Re: making docs and tests suck less

2006-03-07 Thread Rinku
Hi, My response inline... Tim O'Brien wrote: Developers don't write great documentation. Don't raise the bar so high that people are discouraged from submitting doco-less patches. Just create a structure to address documentation deficiency. Sorry, but IMHO that's too much of a

Re: Making the current web site suck less

2006-03-07 Thread Rinku
Since we talk about 'latest and greatest', I wonder why javadocs published online cannot serve as 'latest and greatest' docs? I am +1 to Carlos' idea about documenting almost all methods. If we were to publish API docs for Maven and Plugins on the website (some separate URL) with every Maven

Re: Maven2 Embedder source

2006-01-20 Thread Rinku
If you check out Maven 2 sources, embedder module is included. http://maven.apache.org/source-repository.html Cheers, Rahul - Original Message - From: Dave Maung [EMAIL PROTECTED] To: dev@maven.apache.org Sent: Saturday, January 21, 2006 10:54 AM Subject: Maven2 Embedder source Hi,

Re: Maven 2 Command mvn -P

2006-01-20 Thread Rinku
The '-P' switch is used to activate build profiles. See this to view all goals for a plugin: http://docs.codehaus.org/display/MAVENUSER/FAQs?showComments=trueshowCommentArea=true#FAQs-Howtolistallgoalsavailableforacertainplugin%3F HTH, Rahul - Original Message - From: Dave Maung

Re: [discussion] Integration testing location

2006-01-06 Thread Rinku
Hi, Has this discussion thread reached a decision yet? Jason's idea of pre/post phase decorators sounds great. My understanding was that the decorators will be able to address cases like pre-pre-compile etc... - so basically, upto the user to use 'n' number of phase decorators. I think its a

Re: Mapping complex object in Mojo Configuration

2006-01-03 Thread Rinku
to investigate further how to get the correct classloader. If you'd like to do so yourself, the class to change is plexus/plexus-containers/plexus-container-default/src/main/java/org/codehaus/plexus/component/configurator/basic/ClassConverter.java Cheers, Brett Rinku wrote: Hi , I did relevant

Re: Mapping complex object in Mojo Configuration

2006-01-02 Thread Rinku
Hi , I did relevant updates to m2 sources on local and updated m2 install for plexus-container-default verison 1.0-alpha-10-SNAPSHOT. But still running into a ClassNotFound error. Looks like its coming from Classworld libs. I have posted the stacktrace at:

Re: Mapping complex object in Mojo Configuration

2006-01-02 Thread Rinku
of your mojo. Not sure if this helps thou. -Dan On 1/2/06, Rinku [EMAIL PROTECTED] wrote: Hi , I did relevant updates to m2 sources on local and updated m2 install for plexus-container-default verison 1.0-alpha-10-SNAPSHOT. But still running into a ClassNotFound error. Looks like its coming from

[m2] maven-eclipse-plugin: .wtpmodules gets generated even when pom packaging is not war/ear

2005-12-27 Thread Rinku
Hi, I am wondering if there is a reason why the maven-eclipse-plugin generates a .wtpmodule (and WST natures in .project) even when no war/ear/wjb packaging is specified in pom.xml? Is this correct behaviour ? I think by default packaging should default to 'jar' and not generate any config

[m2] Unable setup dependencies under profile (XmlPullParserException: Unrecognised tag)

2005-12-19 Thread Rinku
Hi , I am trying to introduce selective dependencies based on profile activation for a project, but i am encountering an exception (stacktrace below) snip Caused by: org.codehaus.plexus.util.xml.pull.XmlPullParserException: Unrecognised tag: 'dependencies' (position: START_TAG seen

Re: [m2] Unable setup dependencies under profile (XmlPullParserException: Unrecognised tag)

2005-12-19 Thread Rinku
. This is to help ensure that POMs remain portable. Rinku wrote: Hi , I am trying to introduce selective dependencies based on profile activation for a project, but i am encountering an exception (stacktrace below) snip Caused by: org.codehaus.plexus.util.xml.pull.XmlPullParserException

Re: [jira] Moved: (ARCHETYPE-16) archetype-plugin copies sub-packaged source template files into wrong location

2005-11-23 Thread Rinku
Hi, I submitted a patch for this one. Can we close this if it looks good? Cheers Rahul - Original Message - From: John Casey (JIRA) [EMAIL PROTECTED] To: dev@maven.apache.org Sent: Thursday, November 24, 2005 4:49 PM Subject: [jira] Moved: (ARCHETYPE-16) archetype-plugin copies

[m2] Archetype-core: invalid POM

2005-11-19 Thread Rinku
Hi, version for the following dependencies are missing in archetype-core POM. I ran mvn eclipse:eclipse and got the following error message: snip Project ID: org.apache.maven:maven-archetype-core POM Location: D:\oss\maven\archetype\maven-archetype-core\pom.xml Validation Messages: [0]

Re: Continuum Build: Integration Test failures

2005-09-22 Thread Rinku
ok, I am still getting integration test failures. I cleaned my local repo recently while building m2 snapshot and removed the plugin-registry.xml as suggested. Please find attached the updated test reports (i am attaching these in 2 email as mail server rejects messages over a certain

Re: Continuum Build: Integration Test failures

2005-09-22 Thread Rinku
and here's the log for the second failure... cheers, Rahul - Original Message - From: Emmanuel Venisse [EMAIL PROTECTED] To: continuum-dev@maven.apache.org Sent: Monday, September 19, 2005 1:30 AM Subject: Re: Continuum Build: Integration Test failures The problem is due to a

Re: [vote] New Web Site CSS

2005-09-14 Thread Rinku Thakur
+1 +1 ;-) dat iz neat might I say ! Cheers, Rahul Brett Porter wrote: Hi, Previously we polled for responses on an improved CSS and the opinions were that 31 was the best by far. We've had this turned into CSS which is applied to 2 pages that cover all styles here:

Re: [vote] Release Maven 2.0 Beta 1

2005-09-13 Thread Rinku
+1 Cheers, Rahul - Original Message - From: Brett Porter [EMAIL PROTECTED] To: Maven Developers List dev@maven.apache.org Sent: Tuesday, September 13, 2005 1:52 PM Subject: [vote] Release Maven 2.0 Beta 1 Hi, I'd like to release the (overdue) Maven 2.0 Beta 1, SCM and the

Re: [jira] Updated: (MNG-490) Creating an archetype with a different folder structure for java and test sources still results in default (src/main/java) folder being generated.

2005-08-26 Thread Rinku
Hi, Wondering if this can be closed? I had submitted a patch that fixed this. Cheers, Rahul - Original Message - From: Brett Porter (JIRA) [EMAIL PROTECTED] To: dev@maven.apache.org Sent: Friday, August 26, 2005 3:24 PM Subject: [jira] Updated: (MNG-490) Creating an archetype with

Re: [continuum build - SUCCESS - update] Tue Aug 23 22:30:00 GMT 2005

2005-08-24 Thread Rinku
Hi, What platform are Continuum builds succeeding on? I am using XP and update and build M2 prior to updating and building Continuum, but never get a successful build :-( Anyone building on XP ? or is it known that build still has errors on XP. Cheers, Rahul - Original Message -

Re: Automate testing

2005-08-23 Thread Rinku
Has anyone checked out Jameleon for integration testing? http://jameleon.sourceforge.net/ Cheers, Rahul - Original Message - From: Brett Porter [EMAIL PROTECTED] To: Maven Developers List dev@maven.apache.org Sent: Tuesday, August 23, 2005 10:26 PM Subject: Re: Automate testing

Re: [proposal] plugin oversight

2005-08-16 Thread Rinku
+1 I agree with the plugin care assessment idea. Reckon that quarterly summary by plugin maintainer should keep things tight (hopefully!) Happy to adopt a lesser plugin of Maven ;-). Cheers, Rahul - Original Message - From: Vincent Massol [EMAIL PROTECTED] To: 'Maven Developers

Re: Continuum White Site

2005-08-08 Thread Rinku
Hi Brett, Some suggestions on the HTML site: 1) User Administration Could we be able to create: - Groups - Users (Administrator/superuser always exists) - assign users to groups - set up group policies pertaining to project builds (RO/X access) - assign groups to projects (or vice versa) -

Re: Maven2 and JMX?

2005-07-26 Thread Rinku
I have created this: http://jira.codehaus.org/browse/MNG-647 I think this would be a nice feature, and definately a cool one to have in Continuum as well. Unfortunately, I still haven't gotten my hands on a sane snapshot build on win XP for continuum :(((, so not sure if support for JMX is

snapshot build failure

2005-07-18 Thread Rinku
Hi, I am attempting to build Continuum from a latest svn snapshot, but the build fails. Pls find attached the surefire test report for the failure. Cheers, Rahul --- Battery: