Is there really a problem with the plugin repository???

2008-03-23 Thread nodje
I've tried in every possible way, I can't get maven to work anymore. I always get a '~does not exist or no valid version could be found', whichever goal I try to execute. I've tried on different project on my Mac, even on the 'mvn install' goal on the Maven source tree itself, I've tried on a fre

Re: How to checkout the Project from cvs in Maven2.0.7 without using eclipse.

2008-03-23 Thread Sowmya . R
Hi Wayne Fay, How to checkout the project through tags name. I am giving the folder modules to checkout ,but i want to checkout the particular tag .example I am having tags like branch ,Version .In version I want to checkout the Regular tag. I am using scm:cvs:pserver:xxx:[EMAIL PROTECTED] :/i

server password in filters

2008-03-23 Thread Trenton Adams
Hi Guys, Is it possible to access a particular server password from my settings.xml, and use it in a filter? What would be the syntax? ${settings.servers.server.myserverid.password} does not work. Thanks. - To unsubscribe, e

Re: Setting surefire 'include' parameter on the commandline

2008-03-23 Thread Joshua ChaitinPollak
Nevermind, after 30 seconds of thought I answered my own question: package.test test.package org.apache.maven.plugins

Setting surefire 'include' parameter on the commandline

2008-03-23 Thread Joshua ChaitinPollak
Hi, I'd like to filter the unit tests that surefire will run by using the includes parameter on the command line. With our ant build system, developers can do: ant -Dpackage=rm test-match and it will set a fileset like this "com/**/${package}/**/*Test.java" to limit the tests to be run t

Re: Real World User Issues with Maven

2008-03-23 Thread Joshua ChaitinPollak
On Mar 23, 2008, at 8:20 PM, Siarhei Dudzin wrote: Just a few ideas... * In *my* opinion, the idea of having an equivalent of ant -P or a readme.txt defeats the whole idea of maven as it uses *standard* build lifecycle. People need to be made aware of that. That's true, up to a point, howeve

Re: Plugins vs Ant tasks

2008-03-23 Thread Siarhei Dudzin
There is one big difference between a plugin and an ant-script that is run via ant-tasks (I think you meant a ant-run plugin here?): Maven plugin is *based* on the standard build lifecycle and is by definition reusable (standard declaration and is kept in a repository, again at the standard locati

Re: Real World User Issues with Maven

2008-03-23 Thread Siarhei Dudzin
Just a few ideas... * In *my* opinion, the idea of having an equivalent of ant -P or a readme.txt defeats the whole idea of maven as it uses *standard* build lifecycle. People need to be made aware of that. * Of course there is a learning curve, give them an introduction presentation so that they

Re: package does not exit error with 3rd party jar dependency

2008-03-23 Thread Wendy Smoak
On Sun, Mar 23, 2008 at 11:51 AM, Avi Laviad <[EMAIL PROTECTED]> wrote: > the project is compiled and build successfully when i try it on Eclipse. > the error is "package com.gigaspaces.* does not exist". > I think its compile error because it doesn't find the .jar file it should > reference to

Re: Importing Oracle DMP File With Maven

2008-03-23 Thread Dirk Olmes
gotama wrote: What is the best way to import an Oracle dump file my_data.dmp back into Oracle with Maven? Is there a plugin for this? I'd use the exec-maven-plugin to invoke imp in that case. -dirk - To unsubscribe, e-mail:

Re: package does not exit error with 3rd party jar dependency

2008-03-23 Thread Avi Laviad
hi, the project is compiled and build successfully when i try it on Eclipse. the error is "package com.gigaspaces.* does not exist". I think its compile error because it doesn't find the .jar file it should reference to - and this is my problem - i added a dependency in the pom.xmlfor the .jar that

Re: package does not exit error with 3rd party jar dependency

2008-03-23 Thread Wendy Smoak
On Sun, Mar 23, 2008 at 10:28 AM, Avi L <[EMAIL PROTECTED]> wrote: > hi, > im trying to build my project which depended on a 3rd party jar. > > i made "mvn install:install-file" [1] and then added the dependency to my > project's pom.xml [2]. > but still when i do "mvn compile" i get the mess

package does not exit error with 3rd party jar dependency

2008-03-23 Thread Avi L
hi, im trying to build my project which depended on a 3rd party jar. i made "mvn install:install-file" [1] and then added the dependency to my project's pom.xml [2]. but still when i do "mvn compile" i get the message "package X does not exist. why is that? Avi. [1] mvn install:install-file -D

Re: Multiple Jars

2008-03-23 Thread Trenton Adams
Hi Stefano, Yes, that is the way I am doing it now. I have two projects, inside of one project. It works. :D And, I am convinced that maven is the way to go. But, like you say, there is a learning curve to wrap your mind around it. When you've been on crack (err um, ant) for so long, it

Re: Real World User Issues with Maven

2008-03-23 Thread Graham Leggett
Joshua ChaitinPollak wrote: I just polled the rest of my development team for who still uses our ant build system and why. One view from the maven side - one thing the ant people should never do, is hold your release procedures to ransom. We have a large project that has as one of its core

Re: Plugins vs Ant tasks

2008-03-23 Thread Graham Leggett
Saloucious wrote: i would like to know what is recommanded by Maven Team when a procces does not fit with any plugins/goals provides by Maven. Just for example, if i want to touch a file, what is better : create a my.company.plugin.touch or add a simple antrun task ? I don't think it matters

Re: Multiple Jars

2008-03-23 Thread Stefano Fornari
Hi Trenton, I have the same reaction at the beginning. Maven has definitely a steeper learning curve than ant. But if your projects grow, you'll start to love it and you will realize you cannot do without. Your doubts come from one of the biggest cultural changes (sorry to be so pontificating here

Re: [m2] cobertura code coverage for dbunit test classes with testNG and OpenJPA?

2008-03-23 Thread Mick Knutson
Anyone have any ideas? I have tried cobertura 2.0 and 2.2 maven plugin and still the same result. On Fri, Mar 21, 2008 at 2:36 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I have a Spring, OpenJPA, DBUnit, TestNG, HSQL build with Maven 2.0.8 and > there are 20 DAO tests that now pass. I am tryi

Re: Multiple Jars

2008-03-23 Thread Stephen Connolly
You don't have to install it in your local repository On Sun, Mar 23, 2008 at 12:26 AM, Trenton Adams <[EMAIL PROTECTED]> wrote: > Hi Wendy, > > Thanks for the suggestion. > > Yes, I am aware of that, but that is precisely what I am trying to > avoid. I don't want to make things more complex, by