Re: downloading SNAPSHOT from remote repo

2004-07-05 Thread Brett Porter
yes, this wa smy bad reading of the HTTP spec... I didn't set the If-Modified-Since header to use GMT. If you set your local timezone to GMT, it will work (but I don't recommend that :) Cheers, Brett On Mon, 5 Jul 2004 22:27:54 +1000, Dion Gillard <[EMAIL PROTECTED]> wrote: > I think this has bee

Re: Dist target executes junit tests twice

2004-07-05 Thread Brett Porter
Not easily... you need to tell the goals to use the same werkz session, and doing this by default breaks some existing behaviour. Your best bet might be to preGoal maven-junit-report-plugin:report and do but bear in mind this will always skip the tests, even if jar was not run first. - Brett On

Re: Maven Goals within Eclipse Debug environment?

2004-07-05 Thread Mark . Katheklakis
Return Receipt Your Re: Maven Goals within Eclipse Debug environment? document :

Re: Generating a project from CVS

2004-07-05 Thread Brett Porter
try the Maven SCM plugin http://maven.apache.org/reference/plugins/scm/ On Mon, 5 Jul 2004 13:19:00 -0300 , Roberto Castro <[EMAIL PROTECTED]> wrote: > Hi, I'm trying to generate my project, downloading source code from CVS. I'm > planning to allow people reponsible for generating project files, e

Re: [plugins][idea] How do I control the way dependencies are added?

2004-07-05 Thread Brett Porter
There is a bug in JIRA for this. Feel free to attach a patch :D On Mon, 05 Jul 2004 13:13:29 -0400, Alex Karasulu <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to get the idea plugin to treat some dependencies differently > within the same groupId of the overall project. The plugin presumes al

Re: Maven Goals within Eclipse Debug environment?

2004-07-05 Thread dsearle
Return Receipt Your Re: Maven Goals within Eclipse Debug environment? document:

Re: Where do you place the logo to get it placed properly in the generated site?

2004-07-05 Thread Geoffrey
For the parent project place it relative to /xdocs/ For the child projects, you could rely on the fact that multiproject:site are generated 2 levels down, so you could set their logo's to ../../images -- With kind regards, Geoffrey <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] >

[plugins][idea] How do I control the way dependencies are added?

2004-07-05 Thread Alex Karasulu
Hi, I'm trying to get the idea plugin to treat some dependencies differently within the same groupId of the overall project. The plugin presumes all deps with the same groupId to be modules that are in the IDEA project. I would like to have it refer to the jar within the maven repository rather

Generating a project from CVS

2004-07-05 Thread Roberto Castro
Hi, I'm trying to generate my project, downloading source code from CVS. I'm planning to allow people reponsible for generating project files, even to generate different versions of the system. I mean, I'd like them to generate versions based on different source versions on CVS. I could pass a vers

Re: downloading SNAPSHOT from remote repo

2004-07-05 Thread Dion Gillard
I think this has been fixed since the RC4 release On Mon, 05 Jul 2004 13:43:56 +0200, Marcin Gurbisz <[EMAIL PROTECTED]> wrote: > It doesn't occure for all SNAPSHOT libraries. For some of them I have > "warning: last-modified not specified". > ___ > Marcin Gurbisz >

Dist target executes junit tests twice

2004-07-05 Thread Tinus . Rautenbach
Hi all, Hope someone can point me in the right direction. When I run "maven dist" my unit tests are executed on when the jar sub goal as well as the junit-report sub goal. Is there anyway to have the tests only run once? regards tinus Visit our website at http://www.ubs.com This message conta

Jcoverage not finding un-instrumented classes

2004-07-05 Thread Bargon, Stuart
Hi, I'm using the JCoverage plugin but I need to not instrument some classes so I added the property "maven.jcoverage.instrumentation.excludes = **/Mock*.class" This stopped those classes from being instrumented but now when the unit test are run inside the JCoverage goal it reports that the

Re: downloading SNAPSHOT from remote repo

2004-07-05 Thread Marcin Gurbisz
It doesn't occure for all SNAPSHOT libraries. For some of them I have "warning: last-modified not specified". ___ Marcin Gurbisz Programista ** Marcin Gurbisz wrote: Why snapshot jar is always downloaded from remote repo owerwriting newe

downloading SNAPSHOT from remote repo

2004-07-05 Thread Marcin Gurbisz
Why snapshot jar is always downloaded from remote repo owerwriting newer version in local repository? Is it corect behaviour? I haven't notice that in releases before rc4. -- ___ Marcin Gurbisz Programista * *

Re: Maven Goals within Eclipse Debug environment?

2004-07-05 Thread David Erickson
Ok I figured out how to connect to maven with eclipse... i just had to modify maven.bat since it already had the line in there just commented out. However its annoying always having to 'connect' to maven, is it possible to just launch maven within eclipse so debugging automatically begins? Thanks,

Re: Maven Goals within Eclipse Debug environment?

2004-07-05 Thread David Erickson
I just need step by step for java code.. specifically my unit tests as they are being executed.. can you give me more info on how to do this? :) Thanks, -David - Original Message - From: "Dion Gillard" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Sunday, July 04, 20

Re: Maven Goals within Eclipse Debug environment?

2004-07-05 Thread David Erickson
Ya its my classes that are having the problems.. are there any docs on how to setup maven to support eclipse connecting for debug info? Also if I did that, where would I set the breakpoints? I multiple projects within eclipse, many sharing the same jars and what not.. Thanks, David - Origina