RE: Why Maven is Hard?

2007-09-27 Thread andy law \(RI\)
This thread has highlighted the fact that the documentation doesn't help new users of maven, or users of maven who have no desire to become experts. Just dumping yet more documentation on this group of people isn't going to answer their questions. There are some questions that

Complex test cyclic dependency problem

2007-01-25 Thread andy law \(RI\)
All, I have some rather complex objects that need to be viewed at varying 'depths'. In fact, in many ways the entire database contains objects that are inter-related and I only want to be looking at a subset at any one time. This is causing me some grief in my module and testing layout. Let's

RE: Applets and assembly of webapps

2007-01-10 Thread andy law \(RI\)
Mark, From: Mark Hobson [mailto:[EMAIL PROTECTED] Sent: 10 January 2007 09:56 To: Maven Users List Subject: Re: Applets and assembly of webapps On 09/01/07, andy law (RI) [EMAIL PROTECTED] wrote: Reading the ticket it seems there is a patch for this, although I'm not smart enough

RE: Applets and assembly of webapps

2007-01-10 Thread andy law \(RI\)
Yeah, that's the filename extension that I'm currently battling with. The maven docs all say 1 project, 1 jar and then the assembly plugin comes along and stomps all over that idea. Nice! I could even cope if it added the 'extension' before the version number. At least I could

RE: Applets and assembly of webapps

2007-01-10 Thread andy law \(RI\)
Brian, Thanks for that. I've worked out now how to get the dependencies from the project and dump them into a known location. I now have two further problems, one of which I think is either a bug in my understanding or in the dependency plugin (in the latter case I'll have to work out how to

RE: Applets and assembly of webapps

2007-01-10 Thread andy law \(RI\)
. The code above will help make it clear which one you want. My guess is probably runtime. -Original Message- From: andy law (RI) [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 8:43 AM To: Maven Users List Subject: RE: Applets and assembly of webapps Brian, Thanks

Applets and assembly of webapps

2007-01-09 Thread andy law \(RI\)
All, My Head Hurts. I have a situation where I need to build a webapp that has an applet included in its web tree. I have been trying to work out how to use the assembly plugin to achieve this, with no success. I can make the web-app dependent on the applet, in which case the applet is included

RE: Can the assembly plugin output to file share?

2007-01-09 Thread andy law \(RI\)
Although I don't really know what I'm talking about, I would be looking at the baseDirectory tag in the assembly descriptor if I was you. Later, Andy - Yada, yada, yada... The information contained in this e-mail (including any attachments) is confidential and is intended for the

RE: Applets and assembly of webapps

2007-01-09 Thread andy law \(RI\)
Mark, On 09/01/07, andy law (RI) [EMAIL PROTECTED] wrote: I have a situation where I need to build a webapp that has an applet included in its web tree. I have been trying to work out how to use the assembly plugin to achieve this, with no success. I can make the web-app

Resource filtering fine control

2006-12-22 Thread andy law \(RI\)
Is it possible to turn filtering on for just a single directory as part of a resource tree? For example if I have in my resources folder the following... Src/resources/foo/bar/blah And I want files in foo/bar/blah to be filtered but files in foo/bar to not be, is that possible without defining