Please help me out

2007-04-11 Thread Ramesh Babu Pokala - TLS, Chennai
Hi All, I installed Maven and trying to build Eclipse RCP Application. The following error I am getting while trying to perform (1) C:\Documents and Settings\bpra\Desktop\maven-2.0.6\maven-2.0.6mvn install from command line [INFO] Scanning for projects... [INFO]

RE: Re: Problem when installing Maven 2.0

2007-04-12 Thread Ramesh Babu Pokala - TLS, Chennai
I am also getting the same problem. I am working behind proxy... I have chenged proxy setings in Settings.xml too... But still I am getting the same problem. What is the main problem for this? Thanks Regards Ramesh Babu.P -Original Message- From: Zoheir Ezziane

How to Build Eclipse RCP Application using Maven

2007-04-17 Thread Ramesh Babu Pokala - TLS, Chennai
Hi All, How to build a Eclipse RCP Application using Maven? What are the steps I need to follow for the same? Thanks Regards Ramesh Babu.P DISCLAIMER: --- The

How to set class path in maven POM

2007-04-17 Thread Ramesh Babu Pokala - TLS, Chennai
Hi All, How to set all dependent jar files to the classpath in maven to compile the RCP Application? Thanks Regards Ramesh Babu.P HCL Technologies - Chennai ( +91-9884506300 ' +9144-23728366 Extn: 1232 * [EMAIL PROTECTED] mailto::[EMAIL PROTECTED] DISCLAIMER:

RE: How to Build Eclipse RCP Application using Maven

2007-04-17 Thread Ramesh Babu Pokala - TLS, Chennai
] Sent: Wednesday, April 18, 2007 6:06 AM To: Maven Users List Subject: Re: How to Build Eclipse RCP Application using Maven On 4/17/07, Ramesh Babu Pokala - TLS, Chennai [EMAIL PROTECTED] wrote: Hi All, How to build a Eclipse RCP Application using Maven? What are the steps I need

RE: How to Build Eclipse RCP Application using Maven

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
, 2007 11:18 AM To: Maven Users List Subject: Re: How to Build Eclipse RCP Application using Maven On 4/18/07, Ramesh Babu Pokala - TLS, Chennai [EMAIL PROTECTED] wrote: I saw this site already but there is no step by step procedure to build application. Do we need pde-maven-plugin to build

RE: How to set class path in maven POM

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
and the classpath will be set automatically for you. This may involve installing some Eclipse libraries into your local repo using mvn install:install-file or using using scopesystem/scope for some artifacts. Wayne On 4/17/07, Ramesh Babu Pokala - TLS, Chennai [EMAIL PROTECTED] wrote: Hi All, How to set

RE: How to set class path in maven POM

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
18.04.2007, 11:52 +0530 schrieb Ramesh Babu Pokala - TLS, Chennai: How to declare dependencies? Thanks Regards Ramesh Babu.P -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 9:43 PM To: Maven Users List Subject: Re: How to set

Error while trying to package RCP Application

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
Hi, I got the following error while trying to package RCP Application using mvn -e package command. Please give me a suggetion to resolve this. C:\Documents and Settings\bpra\Desktop\OMX\SampleRCP\SampleProject1mvn -e package + Error stacktraces are turned on. [INFO] Scanning for

RE: RE: How to set class path in maven POM

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
I saw one mail in this group saying From Davis: i know that mvn depenendency:resolve depdendency:build-classpath will dump a classpath list of all transitive/non-transitive jars. What is the purpose of the above command? Will it be used to use classpath automatically for dependent files?

maven-surefire-plugin problem

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
Hi, I have installed maven-surefire-plugin version 2.3 in maven's local repository. But still i am getting the following error/. Can anyone help me in this issue...? C:\Documents and Settings\bpra\.m2\SampleProject1mvn -e package + Error stacktraces are turned on. [INFO] Scanning

RE: maven-surefire-plugin problem

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
deal and it should not break anything but it's just a bit strange :). The repository is a peer to your project. Typically you will want to use the 'install' goal to get your project into the repository. Pankaj Ramesh Babu Pokala - TLS, Chennai wrote: Hi, I have installed maven-surefire

RE: maven-surefire-plugin problem

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
you will want to use the 'install' goal to get your project into the repository. Pankaj Ramesh Babu Pokala - TLS, Chennai wrote: Hi, I have installed maven-surefire-plugin version 2.3 in maven's local repository. But still i am getting the following error/. Can

RE: RE: maven-surefire-plugin problem

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
---BeginMessage--- It is not fetching this plug-in automatically.. So i have installed in the local repo... can u please send POM, so that I can use central repository as yours Is there any other way? Thanks, Ramesh From: Thorsten Heit

RE: maven-surefire-plugin problem

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
mvn install:install-file goal with this groupId. HTH Pankaj Ramesh Babu Pokala - TLS, Chennai wrote: Hi, The following is my POM.xml content project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org

RE: RE: RE: maven-surefire-plugin problem

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
---BeginMessage--- Yes I am working behind proxy. The following is my Settings.xml settings xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0

Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-surefire-plugin:2.2:test'

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
DISCLAIMER: --- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator

RE: RE: RE: RE: maven-surefire-plugin problem

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
---BeginMessage--- without using proxy settings I was able to download remaining plugins. If I want to download from maven central repository what are the settings I need to use...? Thank you Ramesh From: Thorsten Heit [mailto:[EMAIL PROTECTED] Sent: Thu

Settings.xml is needed.

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
DISCLAIMER: --- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator

RE: Getting error while trying to build sample RCP Application

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
Hi Wayne, Can you please tell me the problem with the mail I have sent previously? I want to give you a clear idea about the problem by giving the complete log... Do you feel this as a problem for the group... I did not get your point here. Anyway Sorry for the inconvenience. Please find

RE: Getting error while trying to build sample RCP Application

2007-04-20 Thread Ramesh Babu Pokala - TLS, Chennai
you do this, your emails to this list will generally be ignored. Also, delete the directory ~/.m2/repository to eliminate invalid metadata. Wayne On 4/19/07, Ramesh Babu Pokala - TLS, Chennai [EMAIL PROTECTED] wrote: Hi Wayne, Can you please tell me the problem with the mail I have sent

Error - Target `and ' does not exist in this project. while building sample RCP Application

2007-04-21 Thread Ramesh Babu Pokala - TLS, Chennai
Hi, I tried building one eclipse RCP Application @ http://mojo.codehaus.org/pde-maven-plugin/examples/simple_product.html . But the error ---BUILD FAILED - Target `and' does not exist in this project.is coming. See the log below... C:\Documents and

Problem in packaging multiple directories

2007-04-21 Thread Ramesh Babu Pokala - TLS, Chennai
Hi, I was unable to compile multi directory project... I tried in different ways (follwed from maven - getting started site) but still did not get the solution. I have directory structure like abc | |___src |

RE: How to build existing RCP Application using pde-maven-plugin

2007-04-23 Thread Ramesh Babu Pokala - TLS, Chennai
Pokala - TLS, Chennai wrote: Hi, I tried building one eclipse RCP Application @ http://mojo.codehaus.org/pde-maven-plugin/examples/simple_product.html . But the error ---BUILD FAILED - Target `and' does not exist in this project.is coming. See the log below... C

RE: Problem in packaging multiple directories

2007-04-23 Thread Ramesh Babu Pokala - TLS, Chennai
] http://maven.apache.org/pom.html [3] http://maven.apache.org/ref/current/maven-model/maven.html [4] http://mojo.codehaus.org/build-helper-maven-plugin/howto.html Am Samstag, den 21.04.2007, 20:42 +0530 schrieb Ramesh Babu Pokala - TLS, Chennai: Hi, I was unable to compile multi directory

Some inter-plug-in dependencies have not been satisfied. error when building eclipse RCP App.

2007-04-23 Thread Ramesh Babu Pokala - TLS, Chennai
Hi All, The following errors are coming while trying to build Eclipse RCP Application using pde-maven-plugin. I have not at all used the plugins those are listed as missing in the log below. But it is asking these plugin. What might be the problem...any gusses? * LOG

RE: Problem in packaging multiple directories

2007-04-23 Thread Ramesh Babu Pokala - TLS, Chennai
/maven.html [4] http://mojo.codehaus.org/build-helper-maven-plugin/howto.html Am Samstag, den 21.04.2007, 20:42 +0530 schrieb Ramesh Babu Pokala - TLS, Chennai: Hi, I was unable to compile multi directory project... I tried in different ways (follwed from maven - getting started site

RE: Problem in packaging multiple directories

2007-04-23 Thread Ramesh Babu Pokala - TLS, Chennai
Yes I got the solution. I modified POM.xml (build tag) to take the sources from required location. Thanks Regards Ramesh Babu.P -Original Message- From: Ramesh Babu Pokala - TLS, Chennai Sent: Tuesday, April 24, 2007 10:32 AM To: Maven Users List Subject: RE: Problem

RE: Some inter-plug-in dependencies have not been satisfied. error when building eclipse RCP App.

2007-04-24 Thread Ramesh Babu Pokala - TLS, Chennai
] Thanks Regards Ramesh Babu.P -Original Message- From: Ramesh Babu Pokala - TLS, Chennai [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 9:58 AM To: Maven Users List Subject: Some inter-plug-in dependencies have not been satisfied. error when building eclipse RCP App. Hi All

Any mavne goals to Create eclipse product from existing jars?

2007-04-24 Thread Ramesh Babu Pokala - TLS, Chennai
Is there any way to create eclipse product file from the created jars using Maven goals? I have created jar file for my eclipse RCP application. I want create product for the same to craeate .exe. Please provide me any suggetions to do the same Thanks Regards Ramesh Babu.P

FW: problem to run junit tests in Eclipse RCP Applications

2007-05-29 Thread Ramesh Babu Pokala - TLS, Chennai
Reminder please Please help me out Thanks Regards Ramesh Babu.P -Original Message- From: Ramesh Babu Pokala - TLS, Chennai Sent: Tuesday, May 29, 2007 1:38 PM To: '[EMAIL PROTECTED]' Subject: problem to run junit tests in Eclipse RCP Applications Hi All, I have