Ignoring .harvest.sig files?

2008-09-25 Thread Jon Seymour
(such as the harvest .harvest.sig file)? I know that I can explicitly add exclude rules in a thousand places, but that is an explicit exclusion. What I am seeking is to extend the implict mechanism which is used to exclude .svn and CVS directories. Regards, jon seymour.

Re: Too many open files during surefire test

2008-06-20 Thread Jon Seymour
its own copy of the leaked resources, thereby exhausting the underlying pool of OS resources faster. I'd be inclined to check that you are being hygenic with respect to the closure of IO streams, especially on exception paths. Regards, jon seymour. On Fri, Jun 20, 2008 at 8:01 PM, Kathryn

Re: Too many open files during surefire test

2008-06-20 Thread Jon Seymour
] wrote: Nope, that's not it. I reduced it down to one test and it still fails and it fails in setUp. -K On Jun 20, 2008, at 3:03 PM, Kathryn Huxtable wrote: I'll take a look. It's not my code, or it would have been in maven to begin with. -K On Jun 20, 2008, at 12:58 PM, Jon Seymour wrote

Re: Maven WebSphere 6.1

2008-06-13 Thread Jon Seymour
jon seymour IBM GBS (Sydney) On Fri, Jun 13, 2008 at 10:32 AM, [EMAIL PROTECTED] wrote: Hello Siarhei. No, we don't need to generate the stubs and ties in the IDE for a remote deployment. However, obviously you would have to do that when using the local test environment, and I use the IDE

How to enable logging of plugin execution

2008-06-09 Thread Jon Seymour
don't get any logging output from the maven build. I searched the maven website and user archives for clues, but haven't found any. What am I doing wrong? jon seymour. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: How to enable logging of plugin execution

2008-06-08 Thread Jon Seymour
Ah, debugging it revealed the issue - I needed to specify the log4j.configuration as a URL, not a simple file name: e.g. -Dlog4j.configuration=file:///c:/temp/log4j.properties jon. - To unsubscribe, e-mail: [EMAIL PROTECTED]