Create dir

2007-12-06 Thread Arthur Rodrigues Stilben
I would like to know how can I create a directory in the windows using maven.


Arthur Rodrigues Stilben

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Create dir

2007-12-06 Thread Wayne Fay
Tell us what you're really trying to do (ultimate goal), and we can
probably help you better.

If you just want to create a directory, then use the antrun plugin
with mkdir ..., or write your own plugin and invoke it.

Wayne

On 12/6/07, Arthur  Rodrigues Stilben [EMAIL PROTECTED] wrote:
 I would like to know how can I create a directory in the windows using maven.


 Arthur Rodrigues Stilben

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]