Re: Converting AppFuse to a Maven 2 Project

2006-07-18 Thread Ray Tsang
Hi Matt, We have worked on some ideas here http://saturnism.wordpress.com/2006/06/16/prototype/ . We can post the code fairly easily to somehwere. I think there were talks about a war plugin that are able to make copies of another war project into the current? But to include lots of common fil

Re: Does anyone know how to use the maven DBUnit plugin?

2006-06-27 Thread Ray Tsang
plugin is not done yet. This will come in handy. -Original Message- From: Ray Tsang [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 2:16 PM To: Maven Users List Subject: Re: Does anyone know how to use the maven DBUnit plugin? i'm using dbunit ant task to load initial da

Re: Does anyone know how to use the maven DBUnit plugin?

2006-06-27 Thread Ray Tsang
i'm using dbunit ant task to load initial data.. i have something like the following in profiles section of the pom.xml. it will execute when `mvn -DloadData=true` dbunit-load-data loadData true maven-antrun-p

Re: Cannot connect to codehaus?

2006-05-15 Thread Ray Tsang
codehaus.org is down... "We are currently experiencing disk problems with beaver.codehaus.org. The problem is being looked at by our service provider" - www.codehaus.org Try setting up a mirror that points codehaus repository to ibiblio temporarily? ray, On 5/16/06, Mark Diggory <[EMAIL PROTEC

Re: Re: repo down?

2006-05-15 Thread Ray Tsang
I think it's an unexpected harddrive outtage? ray, On 5/15/06, Jörg Schaible <[EMAIL PROTECTED]> wrote: Geoffrey De Smet wrote on Monday, May 15, 2006 10:26 AM: > Ibiblio is up, but the dns server of maven.org seems to be down. > > Brett Porter wrote: >> http://maven.apache.org/guides/mini/gui

Re: archetype package structure problems

2006-05-11 Thread Ray Tsang
Hi, You might need to update to maven-archetype-plugin 1.0-alpha-4. Try executing archetype:create w/ '-cpu' argument, to update the plugin... or, I actually deleted the whole archetype plugin stuff and let maven redownload the latest version. ray, On 5/11/06, Christoph Sandhaus <[EMAIL PROTECT

archetype.xml

2006-04-18 Thread Ray Tsang
Hi all, I read here, http://maven.apache.org/guides/mini/guide-creating-archetypes.html, that to add test sources and test resources, it should use a different tag than and ... but which one is it? the documentation is ambiguous on the syntax, it specified and ... i tried both but none seem to

Re: best way to choose between development/production files

2006-04-17 Thread Ray Tsang
sound like you should use profiles or resource filters http://maven.apache.org/guides/introduction/introduction-to-profiles.html http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20filter%20resource%20files? ray, On 4/18/06, Janos Mucsi <[EMAIL PROTECTED]> wrote: > Hi > So

Re: archetype plugin 1.0-alpha-4

2006-04-17 Thread Ray Tsang
thanks! there is a snapshot on http://snapshots.maven.codehaus.org/maven2/org/apache/maven/plugins/maven-archetype-plugin/ but it's dated back to feb. 25th. i guess i'll have to grab the source, thanks! On 4/17/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 4/17/06, Ray Tsan

Re: Continuum 1.0.3 release date?

2006-04-17 Thread Ray Tsang
ah, thanks! can't wait for the release ray, On 4/18/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > A vote is started and a RC is available there : > http://www.codehaus.org/~evenisse/continuum/ > > Normally, it will be release this week. > > Emmanuel > &g

Re: Inherit version from parent project in multiproject build?

2006-04-17 Thread Ray Tsang
'version' did inherit for me in the beginning until i used release plugin. using `mvn release:prepare` overwrote the original pom.xml for both parent and chilren, and added in the version field to each. can this be avoided? ray, On 4/18/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 4/17/06, S

archetype plugin 1.0-alpha-4

2006-04-17 Thread Ray Tsang
Hi, I was troubled by an issue documented in [#ARCHETYPE-22], which seems to be fixed in archetype plugin 1.0-alpha-4. This version is also marked as released in JIRA (it has change log, not roadmap). However I can't seem to find this version. Is it indeed released? ray,