Howto get the dependencies of direct dependencies of a project

2005-07-25 Thread Per Abich
But how do I get to copy all the dependencies of my dependencies into my ${distDir}/lib folder? Does anyone have a solution for this? Best Regards Per Abich Catenic AG - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

generated Cruisecontrol.xml

2005-07-26 Thread Per Abich
which seems not documented at all... Before, the Projectname in the generated cuisecontrol was the Projectname from the POM, now it is the Artifactname. This is not a big Problem, but I wonder why this happend? Best Regards Per Abich

maven-simian-plugin 1.5

2005-07-27 Thread Per Abich
I have upgraded to maven-simian-plugin 1.5 and now I get the following error: Tag library requested that is not present: 'doc' in plugin: 'maven-scm-plugin-1.5' Downgrading to 1.4 removed the problem...Any ideas? Regards

Tag library missing?

2005-08-03 Thread Per Abich
missing/not upgraded in my maven that I use for cruisecontrol. Has anyone seem something like it, or knows, how to solve it? Regards Per Abich - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tag library missing?

2005-08-03 Thread Per Abich
Removing my plugin cache did the trick... I wonder, what happend... Thanks for the help Per Abich 2005/8/3, Brett Porter <[EMAIL PROTECTED]>: > This state can usually be rectified by removing your plugin cache > (which will be generated on next run). > > - Brett > > On

Re: Multiproject build

2005-08-03 Thread Per Abich
Just put a dependency in your project.xml so that all project depend on your utility project. That should do the trick. Currently, there is no other way of orderig the build process. Per 2005/8/3, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Hi, > > I have a Maven multiproject set up. One of m

site:deploy with putty

2004-08-23 Thread Per Abich
etup agent authentification for the internal ssh... Best Regards Per Abich - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: site:deploy with putty

2004-08-24 Thread Per Abich
I have now solved the problem. I have to have the following line in my build.properties: maven.scm.cvs.rsh=plink The maven.ssh.executable=c:/programme/putty/plink maven.scp.executable=c:/programme/putty/pscp lines are ignored by site:deploy Thanks for your help Regards Per Abich On Tue, 24

Re: Is there a way to separate maven's repository from my repository?

2004-08-25 Thread Per Abich
: [EMAIL PROTECTED] > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Per Abich Praktikant Catenic AG - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Jar:deploy building incorrect file path with extra : before the a rtifact Id

2004-08-26 Thread Per Abich
u produced it. Check your project.properties and project.xml Regards Per Abich On Thu, 26 Aug 2004 18:14:52 -0600, Ryan, Scott <[EMAIL PROTECTED]> wrote: > I am trying to run the jar:deploy goal. It is adding an extra : between the > file location and the artifactId so that the dire

Re: RE: Is there a way to separate maven's repository from my reposit ory?

2004-08-26 Thread Per Abich
ory of the developer doesn't matter, since only the repo of the CruiseControl users does... Hope my suggestions help... Regards Per Abich On Thu, 26 Aug 2004 13:40:37 -0500, Jarrell, Maury <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: C

Re: RE: Jar:deploy building incorrect file path with extra : before t he a rtifact Id

2004-08-27 Thread Per Abich
MAIL PROTECTED] > > -Original Message- > From: Per Abich [mailto:[EMAIL PROTECTED] > Sent: Friday, August 27, 2004 12:09 AM > To: Maven Users List > Subject: Re: Jar:deploy building incorrect file path with extra : before the > a rtifact Id > > Looks like a cvs no

Re: site:sshdeploy

2004-09-07 Thread Per Abich
I am using putty for it and it works with pub-key-auth If you want to, I can post the lines from my build.properties... Per On Wed, 08 Sep 2004 00:46:26 -0400, Adam Fisk <[EMAIL PROTECTED]> wrote: > Yeah, that's what I was afraid of. I'll fiddle with this some more in > Cygwin. Thanks Dion

Re: site:sshdeploy

2004-09-09 Thread Per Abich
I have these lines in my build.properties: maven.ssh.executable=c:/programme/putty/plink maven.scp.executable=c:/programme/putty/pscp And the putty agent "pagant" is running. Putty logs in via pub-key. If you have putty working with pub-key, then this should work. Per On Wed, 8 Sep 2004 18:29:

Re: Proxy not working

2004-09-16 Thread Per Abich
Have you tried it without the username? Maybe he fails if no username is required... On Tue, 14 Sep 2004 11:43:00 -0400, Yvon Leclerc <[EMAIL PROTECTED]> wrote: > For my host/domain in Win2000, I used the "My Computer/Properties/Network > ID" info. > My hostname is a.b.c.d.e and domain b.c.d.e

Re: maven-proxy configuration

2004-09-17 Thread Per Abich
You have to configure the Maven repository list, not the proxy... Per On Thu, 16 Sep 2004 14:54:11 -0600, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Anyone? Surely people have tackled this problem before. Anyone have example > configurations they'd like to share that have proper snapsh

Passing Parameters to java/junit

2004-09-18 Thread Per Abich
I need to run my junits with "-D java.awt.headless=true" since I use cruisecontrol & maven and don't want my unit-tests to fail because some class I use is initializing some AWT-stuff (even though my app doesn't create any windows, or graphical output) Where would I put this parameter? If I have

Re: How to use CVS with maven?

2004-11-07 Thread Per Abich
Can I make the username of the developerconnection depend on something in my build.properties? Best Regards Per Abich On Sun, 7 Nov 2004 14:30:16 +1100, Brett Porter <[EMAIL PROTECTED]> wrote: > > The cvs is running ok now, but I have more questions: > > > > 1) how mav

Maven Multiproject and Cruisecontrol

2004-12-01 Thread Per Abich
my project-root-folder Can anyone help me? Regards Per Abich - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]