Re: Problem using Plugin Management

2008-08-19 Thread Stefan Groschupf
Great! Thanks for the hint! Stefan On Aug 19, 2008, at 12:22 AM, Jean-Marc Desprez wrote: Hi, I found a solution to this problem after reading this page : http://docs.codehaus.org/display/MAVENUSER/Assembly+Plugin Modification for the main project (important part is the executions block) :

dist.codehaus.org mirror?

2004-06-18 Thread Stefan Groschupf
Hi, I try to dowload latest meven ide from http://dist.codehaus.org/mevenide/release but this folder does not exist. ;( Has someone a copy of the latest snapshot or a mirror of dist.codehaus.org? Thanks! Stefan --- enterprise

maven xerces-2_2_1

2004-03-14 Thread Stefan Groschupf
Hi there, are there any known problems with xerces-2_2_1 or xerces-apis-2_2_1 and maven? I use org.apache.html.dom.HTMLDocumentImpl and my class and test is running well in eclipse, but until i use maven to run the tests i got a error: loader constraints violated when linking

statcvs

2004-03-12 Thread Stefan Groschupf
Hi there, i have trouble to use the statcvs report. Since the changelog report is running well, i dont think the problem is releated to the cvs login. I wondering that the plugin missing a property since the documentation does say there are not properties required. Has someone any idea what's

Re: reactor or multiproject

2004-03-12 Thread Stefan Groschupf
If you than also build your own plugins you are really flexible and this is the advantage of maven against ant. Hope this helps a little bit Yes, thanks it gives me the feeling to be not alone with the problems. ;) Thanks! Stefan

Re: pmd report

2004-03-12 Thread Stefan Groschupf
Am 12.03.2004 um 20:47 schrieb Ryan Owens: PMD reports have been broken for a few weeks now, not PMD itself but maven's plugin:plugin I believe. Something to do with new maven plugin setting that broke old stuff or something or other. There are posts about it from a few weeks back. I think

ssh cvs

2004-03-08 Thread Stefan Groschupf
Hi, sorry does someone know how to use extssh cvs authentication without a keyfile? My cvs has only ssh2 access but use passwords instead of key files. As i read in the documentation the .cvspass file only works with pserver. Any ideas for a workaround? Thanks for any hints. Stefan

run eclipse plugin tests

2004-03-01 Thread Stefan Groschupf
Hi there, i didn't find something in the net and was wondering if someone had experience with running eclipse plugin unit tests with maven. The backround: I'm developing a eclipse based gui for a j2ee application. My j2ee stuff is running fine with maven. I have some eclipse ui tests as eclipse

Re: CruiseControl

2004-02-19 Thread Stefan Groschupf
http://cruisecontrol.sourceforge.net/main/install.html Am 20.02.2004 um 00:48 schrieb Freddy: Where can I find documentaion of how to use cruise control to do a nightly build??? --- open technology: http://www.media-style.com open

statcvs:generate:

2004-02-02 Thread Stefan Groschupf
Hi, i have still problems to use cvs related plugins. Thanks to Emmanuel i figure out i had a typo in my cvs connection string. I use a anonymous user to connect the cvs. This user need no password. however i got a error that it is not possible to access the .cvspass file. statcvs:generate:

less than six tokens

2004-02-01 Thread Stefan Groschupf
Hi, sorry i had searched in the archive and in the user Guide as well, Can someone give me a hint what's wrong? I have a working cvs connection configured in my project.xml file. ;? BUILD FAILED File.. file:/Users/joa/.maven/plugins/maven-changelog-plugin-1.3/ Element...

mavenide on mac os x

2004-01-25 Thread Stefan Groschupf
Hi, when i start maven with the mavenide i got this exception: File or url '/System/Library/Frameworks/JavaVM.framework/Home/lib/tools.jar' could not be found java.net.MalformedURLException: no protocol: /System/Library/Frameworks/JavaVM.framework/Home/lib/tools.jar at

jboss mbeans

2003-12-14 Thread Stefan Groschupf
Hi, I'm very new to maven. How to deploy a *.sar file / folder to jboss with maven? Should I write my own goal ? Thanks for any hints. Stefan -- open technology: http://www.media-style.com open source: http://www.weta-group.net open discussion: http://www.text-mining.org

maven eclipse plugin

2003-12-14 Thread Stefan Groschupf
Hi, i tried to get the maven plugin for eclipse to run but it throws this exception. The thing that confuse me is that i already have the org.aspectj.ajde deployed. (org.aspectj.ajde_1.1.4) Are there any version depedencies? Thanks for any hints! Stefan !SESSION Dec 14, 2003 19:08:06.906

Re: maven eclipse plugin

2003-12-14 Thread Stefan Groschupf
Hi, im not sure about this ajde problem (since you indicate that it is already present), however the main issue here is the api changes introduced with the M5 release. mevenide now supports M4 (in cvs at least) but not M5 yet. You know what was changed? I can do a patch with a tiny hint