Re: How to create intermediate directories?

2008-03-11 Thread Wayne Fay
If you want to be really Maven-ish, build a plugin. Other than that, the Antrun plugin is perfectly acceptable. Wayne On 3/11/08, David C. Hicks [EMAIL PROTECTED] wrote: I need to create an intermediate directory under target. The only method I've seen, so far, to do this is using the antrun

RE: How to create intermediate directories?

2008-03-11 Thread Brian E. Fox
Usually plugins will create the folder when they have something to put there. Why do you want a random empty folder in target? -Original Message- From: David C. Hicks [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2008 1:20 PM To: users@maven.apache.org Subject: How to create

Re: How to create intermediate directories?

2008-03-11 Thread David C. Hicks
I now know that I was seeing the wrong error in my build. I thought I could use targetPath in the resource tag to direct the output to a different place than target/classes, but that doesn't appear to be the case. I need to filter some Jasper report sources prior to pre-compile, but I don't