Re: How can I compile all .thrift files (*.thrift) as a Maven phase?

2013-09-12 Thread Yuen-Chi Lian
I'm using maven-antrun-plugin to execute a thrift shell command. I can compile one file per exec with arg value=...path/to/file.thrift /, but I would like to compile all .thrift files in a directory. How can I do this? I tried using arg value=...path/to/*.thrift /, but Maven rejected this

Re: Which in-container test framework do you use?

2012-04-15 Thread Yuen-Chi Lian
clients. I have been hearing Arquillian a lot, it may be the next thing to look into. Yuen-Chi Lian | www.yclian.com I do not seek; I find. - Pablo Picasso 2012/4/13 Lucas Persson lucas.pers...@oracle.com ** Hi I am about to migrate some Ant build system to Maven and have run

Re: Is Maven the answer?

2012-02-29 Thread Yuen-Chi Lian
For such scripting with phases, I find rake (or make) to be more suitable than ant or Maven. Or try BuildR. Yuen-Chi Lian | www.yclian.com I do not seek; I find. - Pablo Picasso 2012/3/1 Terence Stephens terence.steph...@gmail.com I'm looking for a tool that will help me: Build Java Code

Re: Ruby archetype compiler plugin

2011-11-08 Thread Yuen-Chi Lian
I don't know how familiar you're with Ruby, but, 1. Get rvm. 2. Use the gemset. 3. Use bundler to manage your dependencies. 4. Use rake for builds. 5. Find the right Ruby community: http://www.ruby-lang.org/en/community/mailing-lists/ Yuen-Chi Lian | www.yclian.com I do not seek; I find. - Pablo

Re: Configure 'finalName' pattern for all child modules

2011-10-12 Thread Yuen-Chi Lian
relativePath../parent/relativePath Yuen-Chi Lian | www.yclian.com I do not seek; I find. - Pablo Picasso 2011/10/13 Stanimir Stamenkov s7a...@netscape.net I want to configure the 'finalName' for a parent module and all its child modules as: build finalName${artifactId}/**fileName

Re: None interactive SVN fails during release execution (couldn't pass pre-commit hooks)

2008-08-11 Thread Yuen-Chi Lian
a shame. It now works! -- Yuen-Chi Lian | www.yclian.com I do not seek; I find. - Pablo Picasso signature.asc Description: OpenPGP digital signature

None interactive SVN fails during release execution (couldn't pass pre-commit hooks)

2008-08-10 Thread Yuen-Chi Lian
in the log message. As you can see, the svn command is run in non-interactive mode, is there any where I can interrupt or provide a comment for the commits done by the plugin? Thanks. -- Yuen-Chi Lian | www.yclian.com I do not seek; I find. - Pablo Picasso begin:vcard fn:Yuen-Chi Lian n:Lian;Yuen Chi

Re: Had to manually install artifact which was already in the repository

2007-08-16 Thread Yuen Chi Lian
)? :) -Deng Yuen-Chi Lian wrote: Hi guys, I had a strange problem yesterday, Maven was complaining about an artifact/dependency in the repository did not exist: C:\src\mule-2.0-M1\examplesmvn eclipse:eclipse -Dmaven.test.skip=true -Denforcer.skip=true -o -e + Error stacktraces

Had to manually install artifact which was already in the repository

2007-08-12 Thread Yuen-Chi Lian
problem. So my question is, why did Maven behave in such a way? Cheers. -- Regards, Yuen-Chi Lian I do not seek. I find. - Pablo Picasso - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL