Re: delete a directory by maven-antrun-plugin?

2006-12-05 Thread jiangshachina
Subject: Re: delete a directory by maven-antrun-plugin? Dear Wayne, I followed your instructions, but didn't find any interesting things. It's some of output below [DEBUG] org.apache.maven:maven-artifact:jar:2.0.1:runtime (selected for runtime) [DEBUG] org.apache.maven:maven

Re: delete a directory by maven-antrun-plugin?

2006-12-03 Thread jiangshachina
Hi, In fact, I need to delete some directories after checkout one module from CVS. and it seems that I cannot checkout several modules in one pom, then I made the idea. a cup of Java, cheers! Sha Jiang jiangshachina wrote: I just want to delete directory, the work isn't related to compile,

Re: delete a directory by maven-antrun-plugin?

2006-12-03 Thread Dan Tran
are you sure you did point ant:delete to a valid directory? ;-) i works for me here -D On 12/3/06, jiangshachina [EMAIL PROTECTED] wrote: Hi, In fact, I need to delete some directories after checkout one module from CVS. and it seems that I cannot checkout several modules in one pom, then

Re: delete a directory by maven-antrun-plugin?

2006-12-03 Thread jiangshachina
Dear dan, are you sure you did point ant:delete to a valid directory? ;-) Really, I don't know the plugin. How can I get its home page? a cup of Java, cheers! Sha Jiang dan tran wrote: are you sure you did point ant:delete to a valid directory? ;-) i works for me here -D On

RE: delete a directory by maven-antrun-plugin?

2006-12-03 Thread Ryan Slobojan
: jiangshachina [mailto:[EMAIL PROTECTED] Sent: Sunday, December 03, 2006 2:34 AM To: users@maven.apache.org Subject: Re: delete a directory by maven-antrun-plugin? Dear dan, are you sure you did point ant:delete to a valid directory? ;-) Really, I don't know the plugin. How can I get its home page

RE: delete a directory by maven-antrun-plugin?

2006-12-03 Thread jiangshachina
, 2006 2:34 AM To: users@maven.apache.org Subject: Re: delete a directory by maven-antrun-plugin? Dear dan, are you sure you did point ant:delete to a valid directory? ;-) Really, I don't know the plugin. How can I get its home page? a cup of Java, cheers! Sha Jiang dan tran wrote

Re: delete a directory by maven-antrun-plugin?

2006-12-03 Thread Wayne Fay
Slobojan -Original Message- From: jiangshachina [mailto:[EMAIL PROTECTED] Sent: Sunday, December 03, 2006 2:34 AM To: users@maven.apache.org Subject: Re: delete a directory by maven-antrun-plugin? Dear dan, are you sure you did point ant:delete to a valid directory? ;-) Really, I don't

Re: delete a directory by maven-antrun-plugin?

2006-12-03 Thread jiangshachina
the directories, you need to: delete dir=the_directory includeemptydirs=true/ Thanks, Ryan Slobojan -Original Message- From: jiangshachina [mailto:[EMAIL PROTECTED] Sent: Sunday, December 03, 2006 2:34 AM To: users@maven.apache.org Subject: Re: delete a directory by maven

RE: delete a directory by maven-antrun-plugin?

2006-12-03 Thread Ryan Slobojan
Message- From: jiangshachina [mailto:[EMAIL PROTECTED] Sent: Sun 12/3/2006 8:33 PM To: users@maven.apache.org Subject: Re: delete a directory by maven-antrun-plugin? Dear Wayne, I followed your instructions, but didn't find any interesting things. It's some of output below [DEBUG

RE: delete a directory by maven-antrun-plugin?

2006-12-03 Thread jiangshachina
/2006 8:33 PM To: users@maven.apache.org Subject: Re: delete a directory by maven-antrun-plugin? Dear Wayne, I followed your instructions, but didn't find any interesting things. It's some of output below [DEBUG] org.apache.maven:maven-artifact:jar:2.0.1:runtime (selected

Re: delete a directory by maven-antrun-plugin?

2006-12-03 Thread Wayne Fay
Subject: Re: delete a directory by maven-antrun-plugin? Dear Wayne, I followed your instructions, but didn't find any interesting things. It's some of output below [DEBUG] org.apache.maven:maven-artifact:jar:2.0.1:runtime (selected for runtime) [DEBUG] org.apache.maven:maven

Re: delete a directory by maven-antrun-plugin?

2006-12-03 Thread jiangshachina
Message- From: jiangshachina [mailto:[EMAIL PROTECTED] Sent: Sun 12/3/2006 8:33 PM To: users@maven.apache.org Subject: Re: delete a directory by maven-antrun-plugin? Dear Wayne, I followed your instructions, but didn't find any interesting things. It's some of output below [DEBUG

Re: delete a directory by maven-antrun-plugin?

2006-12-02 Thread Dan Tran
You may want to bind your antrun execution to a phase. -D On 12/2/06, jiangshachina [EMAIL PROTECTED] wrote: Hello, I want to delete a directory by maven-antrun-plugin, I'm using the scripts below, plugin groupIdorg.apache.maven.plugins/groupId

Re: delete a directory by maven-antrun-plugin?

2006-12-02 Thread jiangshachina
Hello dan, Exactly, I don't know which phase would be bined :( I used idinitialize/id phaseinitialize/phase but the result was the same. a cup of Java, cheers! Sha Jiang dan tran wrote: You may want to bind your antrun execution to a phase. -D On 12/2/06, jiangshachina [EMAIL

Re: delete a directory by maven-antrun-plugin?

2006-12-02 Thread jiangshachina
I just want to delete directory, the work isn't related to compile, package, or others. a cup of Java, cheers! Sha Jiang jiangshachina wrote: Hello dan, Exactly, I don't know which phase would be bined :( I used idinitialize/id phaseinitialize/phase but the result was the same. a