RE: Dependencies on plugin classpath

2006-04-07 Thread Dixit, Sandeep (ProSource Solutions)
I have a target in one of my ant plugin as below: target name=activate description=Forces a package activate of supplied packages into the running IS container. java classname=com.ncc.Fusion.webMethods.test.IntegrationServerSixOhOneClien t fork=on timeout=10

RE: continuum build fails

2006-04-06 Thread Dixit, Sandeep (ProSource Solutions)
@maven.apache.org Subject: Re: continuum build fails what is the test that failed? Emmanuel Dixit, Sandeep (ProSource Solutions) a écrit : I am getting the following error message while trying to build on winxp machine. How do I resolve this? Thanks in advance, Sandeep

RE: continuum build fails

2006-04-06 Thread Dixit, Sandeep (ProSource Solutions)
: Re: continuum build fails In console, you must have a line with FAILURE !! or you can look in continuum-core-it/target/surefire-reports Emmanuel Dixit, Sandeep (ProSource Solutions) a écrit : Where does it write the log? I am not able to find it in the continuum directory where I checked

RE: continuum build fails

2006-04-06 Thread Dixit, Sandeep (ProSource Solutions)
, you must have a line with FAILURE !! or you can look in continuum-core-it/target/surefire-reports Emmanuel Dixit, Sandeep (ProSource Solutions) a écrit : Where does it write the log? I am not able to find it in the continuum directory where I checked out the code and doing the build

build error on win2k

2006-04-05 Thread Dixit, Sandeep (ProSource Solutions)
I am getting a following error while building on win2k machine. Can someone please help me with this error? Thanks in advance, Sandeep [INFO] Scanning for projects... [INFO] [ERROR] FATAL ERROR [INFO]

RE: build error on win2k

2006-04-05 Thread Dixit, Sandeep (ProSource Solutions)
05, 2006 1:33 PM To: Maven Users List Subject: Re: build error on win2k You proably need to checkout also the plugins folder from svn On 4/5/06, Dixit, Sandeep (ProSource Solutions) [EMAIL PROTECTED] wrote: I am getting a following error while building on win2k machine. Can someone please help me

continuum build fails

2006-04-05 Thread Dixit, Sandeep (ProSource Solutions)
I am getting the following error message while trying to build on winxp machine. How do I resolve this? Thanks in advance, Sandeep --- [2006.04.05 14:55:39] Integration test settings

Using mail task from ant plug-in

2006-03-28 Thread Dixit, Sandeep (ProSource Solutions)
I am trying to use Ant's mail task within my Ant-based plug-in. The mail task requires mail.jar and activation.jar. I have included these as dependencies section of my plug-in's pom.xml. However it appears that it is not working. Has anyone tried something similar? Any pointers would be very

Maven plugin gets called only once

2006-03-23 Thread Dixit, Sandeep (ProSource Solutions)
I have a project with multiple modules. Three of the modules use a same plug-in with different values. However whenever I run myPlugin, it executes for the first in sequence module only and then quits. Shouldn't it continue and execute for the remaining two modules as well? Any pointers would be

Inaccurate interpretation of strings

2006-03-21 Thread Dixit, Sandeep (ProSource Solutions)
I have a written that looks like: plugin groupIdcom.ncc.task.plugins/groupId artifactIdtask-plugin/artifactId version1.0-SNAPSHOT/version configuration goalPrefixmygoal/goalPrefix application.nameEFTApplication/application.name

RE: Inaccurate interpretation of strings

2006-03-21 Thread Dixit, Sandeep (ProSource Solutions)
, 2006-03-21 at 12:37 -0500, Dixit, Sandeep (ProSource Solutions) ear.url${project.build.directory}/EFTAppl-1.0-SNAPSHOT.ear/ear.url If the ${project.build.directory} contains special characters for example c:\abc\t.., it takes the \t as tab and thus the plug-in fails. Is there a way to deal

How to specify multiple excludes in war-plugin?

2006-03-08 Thread Dixit, Sandeep (ProSource Solutions)
I am trying to exclude few libraries (.jar) from getting packaged into war. How do I specify it using excludes tag? I tried using comma, space as well as multiple excludes tags. Nothing worked. It is only able to exclude a single jar. Please advise. plugin

RE: How to specify multiple excludes in war-plugin?

2006-03-08 Thread Dixit, Sandeep (ProSource Solutions)
Subject: Re: How to specify multiple excludes in war-plugin? Please refer to this thread: http://www.nabble.com/WAR-plugin-in-M2%3A-excludes-not-all-files-t114005 7.html It could be a bug though. _Mang Lau Dixit, Sandeep (ProSource Solutions) [EMAIL PROTECTED] 03/08/2006 02:41 PM Please

RE: How to setup FTP-based internal repository ?

2006-02-24 Thread Dixit, Sandeep (ProSource Solutions)
your project and not when you are downloading dependencies. I'll some stuff and write back if I can find a solution. On 2/22/06, Dixit, Sandeep (ProSource Solutions) [EMAIL PROTECTED] wrote: Okay. After lot's of trial and error, I was able to move forward one step. Below is what I did: 1. copied

RE: How to setup FTP-based internal repository ?

2006-02-22 Thread Dixit, Sandeep (ProSource Solutions)
this error? Thanks, Sandeep -Original Message- From: Dixit, Sandeep (ProSource Solutions) [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 11:59 AM To: Maven Users List Subject: RE: How to setup FTP-based internal repository ? I have added it in my pom.xml inside build

How to activate Plugin Repository?

2006-02-22 Thread Dixit, Sandeep (ProSource Solutions)
In my settings.xml, I have the following: profile idmyConfig-dev/id repositories repository releases enabledtrue/enabled updatePolicyalways/updatePolicy checksumPolicywarn/checksumPolicy /releases

RE: cannot find internal repository

2006-02-16 Thread Dixit, Sandeep (ProSource Solutions)
Has anyone successfully setup internal repository? I am struggling for the last week. I am though using FTP protocol. Thanks, Sandeep -Original Message- From: luca rasconi [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 8:25 AM To: Maven Users List Subject: Re: cannot find

How to setup FTP-based internal repository ?

2006-02-16 Thread Dixit, Sandeep (ProSource Solutions)
How do I configure Internal Remote repository for FTP access? I am getting: [INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking for updates from central [WARNING] repository metadata for: 'artifact org.apache.maven.plugins:maven-site -plugin' could not be retrieved from

RE: How to setup FTP-based internal repository ?

2006-02-16 Thread Dixit, Sandeep (ProSource Solutions)
: How to setup FTP-based internal repository ? You must add wagon-ftp jar in $MAVEN_HOME/lib http://www.ibiblio.org/maven2/org/apache/maven/wagon/wagon-ftp/ Emmanuel Dixit, Sandeep (ProSource Solutions) a écrit : How do I configure Internal Remote repository for FTP access? I am getting

RE: How to setup FTP-based internal repository ?

2006-02-16 Thread Dixit, Sandeep (ProSource Solutions)
FTP-based internal repository ? And you must add it as an extension of your pom http://maven.apache.org/guides/mini/guide-deploy-ftp.html Emmanuel Emmanuel Venisse a écrit : Why two jars? you need only this one : wagon-ftp-1.0-alpha-6.jar Emmanuel Dixit, Sandeep (ProSource Solutions

RE: How to setup FTP-based internal repository ?

2006-02-16 Thread Dixit, Sandeep (ProSource Solutions)
-Original Message- From: Dixit, Sandeep (ProSource Solutions) [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 10:03 AM To: Maven Users List Subject: How to setup FTP-based internal repository ? How do I configure Internal Remote repository for FTP access? I am getting: [INFO

RE: How to setup FTP-based internal repository ?

2006-02-16 Thread Dixit, Sandeep (ProSource Solutions)
- From: Dixit, Sandeep (ProSource Solutions) [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 10:03 AM To: Maven Users List Subject: How to setup FTP-based internal repository ? How do I configure Internal Remote repository for FTP access? I am getting: [INFO] artifact

Need help with Internal Repository - FTP

2006-02-15 Thread Dixit, Sandeep (ProSource Solutions)
Can someone help me with the setting up an internal repository and accessing it using ftp? I keep getting the following error: Reason: Error getting POM for 'XXX:XXX' from the repository: Unsupported Protocol: 'ftp': Cannot find wagon which supports the requested protocol: ftp I want the

RE: Using extensions

2006-02-07 Thread Dixit, Sandeep (ProSource Solutions)
/ element isn't allowed here, I don't remember for sure. It would seem to make some amount of sense not to allow this, though... -john Dixit, Sandeep (ProSource Solutions) wrote: Is there a way to extend a POM only project using buildextensionsextenstion... tag? I am not able to do so

RE: Using extensions

2006-02-07 Thread Dixit, Sandeep (ProSource Solutions)
inheritance of POMs, which we don't support. What specifically is in your websphere tasks project that you want inherited here? Maybe there is another approach that will solve your problem, but I cannot tell from this little information... -john Dixit, Sandeep (ProSource Solutions) wrote: Here

Using extensions

2006-02-06 Thread Dixit, Sandeep (ProSource Solutions)
Is there a way to extend a POM only project using buildextensionsextenstion... tag? I am not able to do so as by default extension is looking for JAR type project. And mine is POM. Extension tag is not allowing defining of type tag. Thanks, Sandeep

How to include ant-based project

2006-02-03 Thread Dixit, Sandeep (ProSource Solutions)
I have a project for webSphere admin tasks. Is there a way I can include it as a plugin rather than as a parent in my ear project's pom? Thanks, Sandeep --- ***National City made the following annotations

Using Maven 2 from Eclipse/RAD 6.0

2006-01-25 Thread Dixit, Sandeep (ProSource Solutions)
Can I use Maven 2 with Eclipse / Rational Application Developer 6.0? Thanks, Sandeep --- ***National City made the following annotations

Another CLASSPATH question

2006-01-18 Thread Dixit, Sandeep (ProSource Solutions)
My Maven project has a WebSphere 6 runtime library dependency. How do I provide this path during the compile time (I mean mvn install)? Thanks, Sandeep --- ***National City made the following annotations

RE: Another CLASSPATH question

2006-01-18 Thread Dixit, Sandeep (ProSource Solutions)
I am still struggling with this. Any pointers would be highly appreciated... Thanks, Sandeep -Original Message- From: Dixit, Sandeep (ProSource Solutions) [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 12:57 PM To: Maven Users List Subject: Another CLASSPATH question My

RE: M2 - add custom classpath to plugin compiler:compile

2006-01-18 Thread Dixit, Sandeep (ProSource Solutions)
How can I setup a shared repository? Do I have to install each and every jar manually in it? Thanks, Sandeep -Original Message- From: Stephen Duncan [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 3:19 PM To: Dixit, Sandeep (ProSource Solutions) Subject: Re: M2 - add custom

RE: Another CLASSPATH question

2006-01-18 Thread Dixit, Sandeep (ProSource Solutions)
(ProSource Solutions) [EMAIL PROTECTED] wrote: I am still struggling with this. Any pointers would be highly appreciated... Thanks, Sandeep -Original Message- From: Dixit, Sandeep (ProSource Solutions) [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 12:57 PM To: Maven

Using extension tag

2006-01-17 Thread Dixit, Sandeep (ProSource Solutions)
I am trying to use an existing task installEar as below. However I get artifact not found message when I do mvn install. I did verify that the artifact is installed in the local repository. What am I doing wrong? build extensions extension

RE: Site plugin problem - NullPointerException

2006-01-12 Thread Dixit, Sandeep (ProSource Solutions)
Are you using systemPath in any of your dependencies? -Original Message- From: Xavier Frisaye [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 9:17 AM To: Maven Users List Subject: Site plugin problem - NullPointerException Hi all, I'm encountering a problem when i use maven

RE: Overwriting a goal in subproject

2006-01-11 Thread Dixit, Sandeep (ProSource Solutions)
a goal in subproject Dixit, Sandeep (ProSource Solutions) wrote: How would that allow selective on and off? Wouldn't it set one value for all (parent and child projects)? Thanks, Sandeep Yup, sorry about that, I didn't fully understand your question. Have you tried overriding the property

RE: Overwriting a goal in subproject

2006-01-10 Thread Dixit, Sandeep (ProSource Solutions)
in subproject Dixit, Sandeep (ProSource Solutions) wrote: I apologize. Error on my part... inheritedfalse/inherited did work. I have one more question: Project structure: -- LEVEL 1: GENRIC_PROJ: has app server deploy goal LEVEL 1: PROJ_PARENT: inherits GENRIC_PROJ and SHOULD NOT inherit

RE: NullPointerException while running mvn site:site

2006-01-10 Thread Dixit, Sandeep (ProSource Solutions)
-plugins/maven-plugin-plugin maven-plugin-plugin 2. compile and install the plug-in : simply run : mvn install for more information, just see Guide to developing Java Plugins http://maven.apache.org/guides/plugin/guide-java-plugin-development.html Le Vendredi 06 Janvier 2006 19:41, Dixit, Sandeep

RE: NullPointerException while running mvn site:site

2006-01-10 Thread Dixit, Sandeep (ProSource Solutions)
-plugin dir.) Please advise. Thanks, Sandeep -Original Message- From: Dixit, Sandeep (ProSource Solutions) [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 9:51 AM To: Maven Users List Subject: RE: NullPointerException while running mvn site:site I am getting the following error

RE: NullPointerException while running mvn site:site

2006-01-10 Thread Dixit, Sandeep (ProSource Solutions)
... and yes, as you saw, plugins have moved since they have been published the last time : you're looking at the right place. Le Mardi 10 Janvier 2006 16:27, Dixit, Sandeep (ProSource Solutions) a écrit : I was able to locate maven-plugin-plugin at this url below: http://svn.apache.org/viewcvs.cgi

RE: NullPointerException while running mvn site:site

2006-01-10 Thread Dixit, Sandeep (ProSource Solutions)
install Le Mardi 10 Janvier 2006 20:00, Dixit, Sandeep (ProSource Solutions) a écrit : I am not clear on this... From this url, I got the code and then used mvn install. Do I need to do anything else? I thought mvn install should put the latest plug-in in my local repository. Thanks, Sandeep

Continuum not including profiles.xml

2006-01-09 Thread Dixit, Sandeep (ProSource Solutions)
I have profiles.xml in one of my modules. It appears that continuum is not picking up this file and thus not able to use properties defined in this profiles.xml. How do I resolve this? Thanks, Sandeep ---

RE: Continuum not including profiles.xml

2006-01-09 Thread Dixit, Sandeep (ProSource Solutions)
: Continuum not including profiles.xml Continuum doesn't support this feature. Please file an issue. I'm not sure Continuum supports profiles define in pom or in settings.xml. Can you try it? Emmanuel Dixit, Sandeep (ProSource Solutions) a écrit : I have profiles.xml in one of my modules. It appears

RE: [m2] NPE in mvn site using maven from SVN

2006-01-09 Thread Dixit, Sandeep (ProSource Solutions)
Are you using systemPath in your pom? If yes, that is the reason. From what I know there is patch to this in svn... Thanks, Sandeep -Original Message- From: Arik Kfir [mailto:[EMAIL PROTECTED] Sent: Saturday, January 07, 2006 9:32 AM To: Maven Users List Subject: Re: [m2] NPE in mvn

Overwriting a goal in subproject

2006-01-09 Thread Dixit, Sandeep (ProSource Solutions)
Is there a way I can overwrite a phase:goal, for example - install:install in a child project? Let me explain:- I have a parent project that during install phase deploys an EAR to an app server. Since its child project, let's say package an EJB jar, inherits everything from its parent, also

RE: Overwriting a goal in subproject

2006-01-09 Thread Dixit, Sandeep (ProSource Solutions)
://maven.apache.org/maven-model/maven.html , you should find a tag 'inherited'. Set it to false for your install plugin and you should have what you search. Gilles -Original Message- From: Dixit, Sandeep (ProSource Solutions) [mailto:[EMAIL PROTECTED] Sent: 09 January 2006 15:40 To: Maven Users List

RE: Overwriting a goal in subproject

2006-01-09 Thread Dixit, Sandeep (ProSource Solutions)
: inherits PROJ_PARENT and SHOULD NOT inherit the deploy goal LEVEL 2:PROJ_CHILD_2: inherits PROJ_PARENT and SHOULD inherit the deploy goal Can I achieve the above - selective on and off? Thanks, Sandeep -Original Message- From: Dixit, Sandeep (ProSource Solutions) [mailto:[EMAIL

RE: NullPointerException while running mvn site:site

2006-01-06 Thread Dixit, Sandeep (ProSource Solutions)
Could you please send me your dependency tag for the plug-in? Thanks, Sandeep -Original Message- From: Hervé BOUTEMY [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 3:07 PM To: Maven Users List Subject: Re: NullPointerException while running mvn site:site I confirm : svn has

RE: NullPointerException while running mvn site:site

2006-01-06 Thread Dixit, Sandeep (ProSource Solutions)
groupIdorg.apache.maven.plugins/groupId artifactIdmaven-project-info-reports-plugin/artifactId /plugin /plugins /reporting or I did not understand what you are asking for... Le Vendredi 06 Janvier 2006 13:51, Dixit, Sandeep (ProSource Solutions) a écrit : Could you

RE: NullPointerException while running mvn site:site

2006-01-05 Thread Dixit, Sandeep (ProSource Solutions)
to return null for artifact.getFile() ? If not there should be different implementation or call of artifact.setFile for a system artifact. If it is allowed the patch should applied. Best Regards Bernd Bohmann Dixit, Sandeep (ProSource Solutions) schrieb: I am getting the error below while

RE: Error building POM (may not be this project's POM)

2006-01-05 Thread Dixit, Sandeep (ProSource Solutions)
I remember this error. It was to do with my proxy - username/password -settings. -Original Message- From: Karthik V [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 10:50 AM To: users@maven.apache.org Subject: Re: Error building POM (may not be this project's POM) Has anyone

RE: Error building POM (may not be this project's POM)

2006-01-05 Thread Dixit, Sandeep (ProSource Solutions)
Settings.xml -Original Message- From: Karthik V [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 11:07 AM To: Maven Users List Subject: Re: Error building POM (may not be this project's POM) Oh .. thanks .. Could you tell me where to set it? On 1/5/06, Dixit, Sandeep

RE: trying to understand dependencies and dependencyManagement and DIR structure

2006-01-04 Thread Dixit, Sandeep (ProSource Solutions)
I am using: /my_project /commonJar_project /ejb_project /war_project /ear_project /generic_j2ee_project In my opinion Maven 2 is very flexible, you can setup your project/parent project/child project pretty much anyway you like and if required easily change it

NullPointerException while running mvn site:site

2006-01-04 Thread Dixit, Sandeep (ProSource Solutions)
I am getting the error below while running 'mvn site'. I read in the mailing archive that it is related to the use of systemPaths in pom.xml, but didn't see any resolution. Does anyone know how to resolve this? Thanks, Sandeep [INFO] [site:site] [INFO] Generate Continuous Integration report.

RE: Can I call Continuum goals from Maven?

2005-12-30 Thread Dixit, Sandeep (ProSource Solutions)
PROTECTED] Sent: Thursday, December 29, 2005 5:30 PM To: continuum-users@maven.apache.org Subject: Re: Can I call Continuum goals from Maven? Dixit, Sandeep (ProSource Solutions) a écrit : I just successfully installed and configured Continuum and was able to import my Maven projects

RE: Can I call Continuum goals from Maven?

2005-12-30 Thread Dixit, Sandeep (ProSource Solutions)
in your lifecycle, you can define the default goal in your pom (http://maven.apache.org/maven-model/maven.html#class_build) Emmanuel Dixit, Sandeep (ProSource Solutions) a écrit : Since I have all the necessary configuration info in ciManagement tag, I would like to specify which life-cycle

RE: How to use continuum with Maven2? - Please Help

2005-12-30 Thread Dixit, Sandeep (ProSource Solutions)
Below is a sample ciManagement and scm tags from my pom.xml. Once you add this to the pom.xml, simply import or point to the pom url in continuum as per the user guide. !-- continuum config -- scm connectionscm|local|C:/proj_folder|module_folder/connection /scm ciManagement

Can I call Continuum goals from Maven?

2005-12-29 Thread Dixit, Sandeep (ProSource Solutions)
I just successfully installed and configured Continuum and was able to import my Maven projects into it. Is there a way I can call Continuum tasks from Maven itself - mainly notification? Thanks, Sandeep

Using Continuum without SCM

2005-12-28 Thread Dixit, Sandeep (ProSource Solutions)
Can I use Continuum without configuring SCM, i.e., use only for build? Otherwise can I use my windows file structure as SCM url? I tried using scm|local|c:/proj_dir|mod_dir as an url but that didn't work. Thanks, Sandeep