RE: to include test jar dependencies not working

2007-04-04 Thread raju
-SNAPSHOTS-tests.jar based on classifier but puts it under web-inf/lib as xyz-1.0-SNAPSHOTS.jar and not with original name. Regards Raju Jörg Schaible wrote: > > > Hi Raju, > > use type "test-jar" and omit the classifier here. > > - Jörg > > raju wrote

to include test jar dependencies not working

2007-04-04 Thread raju
runtime com.example xyz 1.0-SNAPSHOT tests runtime Regards Raju -- View this message in context: http

maven-clover-plugin not instrumenting test classes

2007-04-03 Thread raju
to check whether this could be helpful in achieving coverage for webapplications using clover and weblogic. Regards Raju -- View this message in context: http://www.nabble.com/maven-clover-plugin-not-instrumenting-test-classes-tf3512942s177.html#a9810621 Sent from the Maven - Users mailing list

Using maven-war-plug-in with clover

2007-04-01 Thread raju
Hi, I am building a war with Maven 2 and deploying it to weblogic.The war contains junit tests for in-container testing and invoking the tests from a browser.How does one instrument the war with clover? Regards Raju -- View this message in context: http://www.nabble.com/Using-maven-war-plug

Re: Maven-assembly-plugin to build simple jar

2007-04-01 Thread raju
Hi martijn, I have my project pom.xml which has pacakaging as war.within this pom.xml i need to build a jar and place the file to a certain folder Raju Martijn Dashorst wrote: > > why don't you use a packaging of type 'jar'? > > Martijn > > On 4/1/0

Maven-assembly-plugin to build simple jar

2007-04-01 Thread raju
-plugin. Thanks in advance Raju -- View this message in context: http://www.nabble.com/Maven-assembly-plugin-to-build-simple-jar-tf3500378s177.html#a9775773 Sent from the Maven - Users mailing list archive at Nabble.com. - To

Re: Maven Cargo to build and deploy Junit Integration Tests

2007-03-28 Thread raju
get reports for the tests after they are run inthe container? Any option to access the Integrations tests through web browser as cargo deploys the test war with certain web-context). Regards Raju Napoleon Esmundo Ramirez-2 wrote: > > Hello Raju, > > The cargo-maven2-plugin has

Re: Maven Cargo to build and deploy Junit Integration Tests

2007-03-28 Thread raju
trying to achieve in-container testing for junit tests.Thought of cactus initially but JunitEE seems to be better but that doesnt have a Maven plugin.Maybe need do an ant call from within Maven? Regards Raju Kalle Korhonen-2 wrote: > > http://svn.codehaus.org/trails/trunk/trails/examples/

Maven Cargo to build and deploy Junit Integration Tests

2007-03-27 Thread raju
.Any suggestion on this. Has anyone tried out something on similar lines. Thanks in advance. Regards Raju -- View this message in context: http://www.nabble.com/Maven-Cargo-to-build-and-deploy-Junit-Integration-Tests-tf3477919s177.html#a9707277 Sent from the Maven - Users mailing list archive

Integration Testing With Maven

2007-03-25 Thread raju
Hi, I am trying Integration testing for the first time in Maven. I need to write a profile to integrate test dependencies into build and deploy build locally and then run integration tests with Clover ON for code coverage. Any examples or ideas on achieving the same? Thanks and regards Raju

Maven build to run Cactus test with clover

2007-03-15 Thread raju
Hi, I am working on Using Maven and cactus along with Clover for Integration testing.Has anyone tried out something on similar lines. It could be great if someone could provide a simple example for the same or some useful links where i could find some examples. Regards Raju -- View this

Re: Unjarring Jars declared as Maven Dpendencies

2007-01-13 Thread raju
Hi dan, had a look at maven-dependency-plugin.can we unjar only based on exact groupid and artifactid or does it work in case i want to unpack say just jars with some *-source" in thier artifactid names. Regards Raju dan tran wrote: > > maven-dependency-plugin is your pal

Unjarring Jars declared as Maven Dpendencies

2007-01-12 Thread raju
artifactid combination for example.Suppose for example i want to unjar all maven dependencies say with combination "{groupid}-{*-source}.i.e all artifact ids ending with -source for example. Regards Raju -- View this message in context: http://www.nabble.com/Unjarring-Jars-declared-as-

Re: Maven Compiler plugin

2007-01-11 Thread raju
phase.For example i am using generate-sources for ant-run-plugin with run goal and compile with goal as compile for maven-compiler-plugin . Regards Raju franz see wrote: > > Good day to you, Raju, > > I agree with Dawn. It is most likely a simple compilation error on your > java

Re: Maven Compiler plugin

2007-01-11 Thread raju
Hi Wendy, I just wanted to compile some java files in a source folder and move compiled files to some destination directory.I have put this under build section of pom file only.I gave just after element.It says compiling n number of files then throws this compilation error. Regards Raju

Maven Compiler plugin

2007-01-11 Thread raju
target/classes Regards Raju -- View this message in context: http://www.nabble.com/Maven-Compiler-plugin-tf2958588s177.html#a8276651 Sent from the Maven - Users mailing list archive at Nabble.com

Invoking ant java Task from Maven or similar approaches in MAVEN

2007-01-04 Thread raju
Raju -- View this message in context: http://www.nabble.com/Invoking-ant-java-Task-from-Maven-or-similar-approaches-in-MAVEN-tf2924117s177.html#a8173529 Sent from the Maven - Users mailing list archive at Nabble.com