Re: war:deploy

2003-12-12 Thread John D Taylor (ROE)
Hi Charlie, For some reason that isn't clear to me, the war plugin seems to look in a different place to the jar plugin when determining where to deploy the artifact. You need to add something like the following to your project.properties file: #deployment - settings for artifact / war. # see http

Re: Building WARS - a few questions

2003-12-05 Thread John D Taylor (ROE)
Hi Brian, One of our team has recently written a set of instructions for this that you may find useful: http://wiki.astrogrid.org/bin/view/Astrogrid/MakingWarWithMaven John - Original Message - From: "Brian Burridge" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Thu

Re: New User Question

2003-12-01 Thread John D Taylor (ROE)
Seems to work OK on my win2000 machine too. John - Original Message - From: "Jason van Zyl" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Monday, December 01, 2003 4:00 PM Subject: Re: New User Question > On Mon, 2003-12-01

Re: New User Question

2003-12-01 Thread John D Taylor (ROE)
Will maven goal > file not do what you want? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 01, 2003 3:40 PM Subject: New User Question > I thought I would be able to find this in the FAQ or the mail List archives > but I could not come up

Re: target/classes not being created - aha.

2003-11-29 Thread John D Taylor (ROE)
Jon, Did you solve this? Think I've cracked it - you just need to run an extra goal to force the missing directories to be created. So, if you do : maven clean site jdepend will fall over. But if you do something like: maven clean dist:prepare-bin-filesystem site it should work. John -

Dashboard question and junit aggregator

2003-11-29 Thread John D Taylor (ROE)
Hi Vincent, Thankyou for the Dashboard plugin - I've found it effective and straightforward to use (even if I can't get clover reports just now - eagerly awaiting the next release...) Please find attached some aggregators I have written for junit - do with them what you will. One thing I realised w

Re: [VOTE] The Maven Logo

2003-11-26 Thread John D Taylor (ROE)
Jim Crossley wrote: > A runoff between the top 2 vote getters listed at > http://projects.walding.com/powered/ > > propaganda or feather? +1 propaganda Much more striking, and because most non-US citizens probably find the whole debate baffling! (Though maybe Europeans would have had a s

Re: target/classes not being created.

2003-11-25 Thread John D Taylor (ROE)
Jon, Are your unit tests throwing any exceptions? I found that this problem went away for me when I fixed that. Could be a red herring of course. John - Original Message - From: "Jon Strayer" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, November 25, 200

Re: target/classes not being created.

2003-11-25 Thread John D Taylor (ROE)
Jon, I'm having the same problem when I maven a project on windoze, but not on unix. Same error: compiles to foo/target/clover/classes then tries to look in foo/target/classes. Which OS are you using? John - Original Message - From: "Jon Strayer" <[EMAIL PROTECTED]> To: "'Maven Users L

Re: Creating another checkstyle target

2003-11-19 Thread John D Taylor (ROE)
I wish I knew - I've been struggling with the same problem. Many of the plugins only seem to process the src directory unfortunately - e.g. javadoc & checkstyle. It's not a very satisfactory solution, but I've created a separate POM which simply declares my test code to be the source code. I know