RE: Jar error

2011-03-07 Thread Vishal Pahwa
Hi Ankit Jar artifacts are not meant to contain other jar's in them If you need to bind all the required jar's within an artifact then probably you need to use war aftifact or ellse provide the dependent jars to the container either manualy or by release script. Regards Vishal

Maven-copy-plugin

2009-03-06 Thread Vishal Pahwa
Hi All Just wanted to know is maven-copy-plugin still exist in maven repositories or it has been obsolete. If not then can anyone please tell me what other plugin can be used to copy some files from one location to other. Regards Vishal

RE: Wsdl2java code generation

2009-03-04 Thread Vishal Pahwa
verbose=true destdir=target/classes sourcedestdir=src/main/java-generated keep=true wsdllocation=http://localhost:8080/myWs?wsdl; wsdl=${basedir}/src/main/config/my.wsdl / /tasks /configuration /execution /plugin /Daniel -Ursprungligt meddelande- Från: Vishal Pahwa [mailto:vpa

RE: Wsdl2java code generation

2009-03-04 Thread Vishal Pahwa
Hi Following is the declaration for the two pluging: 1: plugin groupIdorg.apache.cxf/groupId artifactIdcxf-codegen-plugin/artifactId version2.0.6/version executions

RE: Wsdl2java code generation

2009-03-04 Thread Vishal Pahwa
Hi If I use the plugin u asked to use then m getting the following error, don't know what is this endorsed directory mechanism:( [INFO] [INFO] JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI

Wsdl2java code generation

2009-03-03 Thread Vishal Pahwa
Maven of Maven build technology, Greetings !! I need some help with the maven plugin to generate code from wsdl file. If you have tried the same earlier please email me separately. What has been tried: Option 1 wsdl2java plugin (CXF WSDL-to-Java code generation) This generates the code from

Searching for Artifacts in maven

2009-02-20 Thread Vishal Pahwa
Hi As we know that in maven we used to address any artifact with the groupId and artifactId. Now if I just know which version of a specific artifact I need to use in my project, then what would be the best way to get to know the artifactId and the groupId with which this artifact would be

RE: Searching for Artifacts in maven

2009-02-20 Thread Vishal Pahwa
- From: Vishal Pahwa [mailto:vpa...@sapient.com] Sent: 20 February 2009 10:52 To: Maven Users List Subject: Searching for Artifacts in maven Hi As we know that in maven we used to address any artifact with the groupId and artifactId. Now if I just know which version of a specific

Excluding files from packaging

2009-02-19 Thread Vishal Pahwa
Hi In our project we have a requirement of letting some java files in the package to compile but need to restrict those files for being packaged in the jar. Any idea how can we achive this. Regards Vishal

RE: How to avoid transitive Dependencies getting packaged

2008-01-09 Thread Vishal Pahwa
-logging-1.0.4 appears no where but straight in the WEB-INF folder. Not able to figure out where is it coming from. Regards, Amit On Jan 9, 2008 1:03 PM, Vishal Pahwa [EMAIL PROTECTED] wrote: Hi I have also similar kind of problem and needs an effective solution. Problem: Let's say we have one

RE: How to avoid transitive Dependencies getting packaged

2008-01-08 Thread Vishal Pahwa
Hi I have also similar kind of problem and needs an effective solution. Problem: Let's say we have one custom module for creating jar file let's the name of the jar file is A.jar and that module is dependent upon let's say 10 third party jars. Now i have one module for creating war file and

Maven dependency issue

2007-12-04 Thread Vishal Pahwa
Hi We are using maven2.0.6. If i add some dependency for my war file then it would include all the dependencies on which this particular dependency is dependent but i don't require those dependencies. So could anyone please tell me how to get away from this issue. One thing that i can do is use

Using scnm command with maven.

2007-11-26 Thread Vishal Pahwa
Hi We are using maven2.0.6. I am using assembly plugin for generating the release package. In that i am using fileset tag. but i need to give the location from SVN address so that i could get the files directly from SVN repository. In ant i know tag is available as src= target= username=

Using maven-antrun-plugin

2007-11-20 Thread Vishal Pahwa
Hi I am using maven2.0.6 and i need to execute ant build script from maven so i use maven-antrun-plugin and the configuration is like. plugin artifactIdmaven-antrun-plugin/artifactId version1.1/version executions execution iddocbook/id

Running ant project from continuum

2007-11-19 Thread Vishal Pahwa
Hi I need to run 1 ant project from continuum. After adding and ANT project it asks for POM and Goals when adding a build definition. This makes it impossible to setup an ant build file to run (at least I can't figure out another way to make an ANT project run). Regards Vishal

Emma code coverage

2007-11-18 Thread Vishal Pahwa
Hi In our project we are using maven2.06. and Emma for the code coverage report but it gives report module wise but we want consolidated coverage report so we would like to fetch the information from emma reports ao can anyone please tell me emma reports are in which format apart from html

Executing ant from maven2

2007-11-17 Thread Vishal Pahwa
Hi I have 1 ant build.xml file and i need to execute this file from maven2. How can i do this. Regards Vishal.

Maven-assembly-plug-in usage

2007-11-14 Thread Vishal Pahwa
Hi We are using maven-assembly-plug-in for creating the release package.In the descriptor file of the assembly the tag present is fileset. But with the help of this we can add a group of files inside the folder but not the folder itself that contains files as well as subfolders also. So could

Exec-maven-plugin usage

2007-11-14 Thread Vishal Pahwa
Hi I need to run a java program from maven. For that m gonna use exec-maven-plugin. But don't know how to use this. Is it possible that I will create one new project with folder structure src/main/java/com/sky/Main.java. N then use plugin like this build plugins plugin

Running 2 projects with same continuum

2007-11-13 Thread Vishal Pahwa
Hi all We are using maven2.0.6 in our ptroject. We have multi module project and that too we need to build against java1.4 and java1.5 i.e. some of the modules needs to build against java1.4 and some with java1.5 , furthermore there are some modules that needs to build against both java1.4 as

Aggregated maven reports

2007-11-13 Thread Vishal Pahwa
Hi We are using maven2.0.6 for our multi module project. For reports we ae using various plugins like javadoc plugin, Emma plugin, pmd plugin, depend plugin and so on. But the problem we are facing is we got the reports in each of the module individually but we have defined plugins only at the

RE: Aggregated maven reports

2007-11-13 Thread Vishal Pahwa
: Erez Nahir [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 13, 2007 3:25 PM To: Maven Users List Subject: Re: Aggregated maven reports Hi Vishal, Have a look at http://mojo.codehaus.org/dashboard-maven-plugin/. Erez. Vishal Pahwa wrote: Hi We are using maven2.0.6 for our multi module

QTP code coverage plugin

2007-11-12 Thread Vishal Pahwa
Hi at the moment we use Quick Test Pro by Mercury to perform our automated/regession testing as well as we are using maven2.0.6. We now have need to include Code Coverage for these tests. We need know know how many lines of actual code are been hit while these tests are been run over night.

RE: QTP code coverage plugin

2007-11-12 Thread Vishal Pahwa
: QTP code coverage plugin Cobertura has it's share of issues, but that's one option. Use the 2.0version. Kalle On 11/12/07, Vishal Pahwa [EMAIL PROTECTED] wrote: Hi at the moment we use Quick Test Pro by Mercury to perform our automated/regession testing as well as we are using maven2.0.6

Communicating with Continuum

2007-11-05 Thread Vishal Pahwa
Hi all We are using continuum1.1-beta-1 for continuous build. Now the requirement in our project is such that we need to generate a report in which we can specify the number of builds that have been taken place in a day. And for that we need to fetch data from Continuum's database. So anyone

Using maven-scm-plugin

2007-10-30 Thread Vishal Pahwa
Hi We are using maven2.0.6 and SVN in our project. Now the requirement is we need to create a list of all the developers who have cheed-in the files in the SVN in a day. And this report will be generated each n every day by EOD. Now as it is given on apache site that maven-scm-plugin is used for