Re: Migrate project to maven

2007-11-07 Thread Sean Qiu
proceed when I already have code? Thanks __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Sean Qiu http://xiaoxia.turendui.com

Re: Migrate project to maven

2007-11-07 Thread Sean Qiu
thanks, :) 2007/11/7, Vanja Petreski [EMAIL PROTECTED]: Operating system can trigger activation of specific profile, so you can have operating system specific builds. On Nov 7, 2007 9:39 AM, Sean Qiu [EMAIL PROTECTED] wrote: I am interested in this topic. I have another question, what

Re: New User

2007-06-14 Thread Sean Qiu
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Sean Qiu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: can maven site skip the process of generating the javadoc

2007-03-29 Thread Sean Qiu
] for all the default plugins and reports and [2] for the surefire-report. Hth, Nick Stolwijk [1] http://maven.apache.org/plugins/index.html [2] http://maven.apache.org/plugins/maven-surefire-report-plugin/ Sean Qiu wrote: Sorry. I am a fresh man. Can you show me the detail? thanks very

can maven site skip the process of generating the javadoc

2007-03-28 Thread Sean Qiu
Hi, all i want get the test result but the process of generating javadoc is time-consuming. thanks guys -- Sean Qiu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: can maven site skip the process of generating the javadoc

2007-03-28 Thread Sean Qiu
Sorry. I am a fresh man. Can you show me the detail? thanks very much 2007/3/28, David J. M. Karlsen [EMAIL PROTECTED]: Sean Qiu wrote: Hi, all i want get the test result but the process of generating javadoc is time-consuming. I stuff it into a profile triggered by the property

What does this [Warning] mean?

2007-03-27 Thread Sean Qiu
[WARNING] Component returned which is not the same manager. Ignored. [EMAIL PROTECTED] -- Sean Qiu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to run unit-test with different JRE

2007-03-21 Thread Sean Qiu
Using the surefire plugin, is it invoke java from PATH directory? So if i want to run the unit test with different JRE, what i should do is just change path property to my new jre? Or i should add some configuration to tell the surefire plugin where the java is ? Best Regards -- Sean Qiu

Re: How to run unit-test with different JRE

2007-03-21 Thread Sean Qiu
Thanks. But it only tell the plugin where the new classlib is, what about the java.exe or vm? 2007/3/22, Wendy Smoak [EMAIL PROTECTED]: On 3/21/07, Sean Qiu [EMAIL PROTECTED] wrote: Using the surefire plugin, is it invoke java from PATH directory? So if i want to run the unit test