Re: cvs local checkot problem

2006-06-22 Thread andy_rs
Actually that's the URL I assume is being produced by continuum when I try to add a multi project pom ( I don't know for sure) ... The continuum docs state that the module name gets appended to the scm url of the parent project. Since I have specified this in the parent pom.. scm:cvs|local|s:/ho

Re: cvs local checkot problem

2006-06-22 Thread andy_rs
Great - I *think* I've just raised SCM-216. ( I say *think* as havent' used the system yet). Let me know if you can't see it :-) Many thanks, A. -- View this message in context: http://www.nabble.com/cvs-local-checkot-problem-t1826113.html#a4994733 Sent from the Continuum - Users forum at Nabbl

How to copy artifacts to a flat directory structure during deploy?

2006-06-29 Thread andy_rs
Could somebody post how I might copy an artifact to a flat directory during the deploy phase? Would this need to call out to ant or is their a mojo in maven that can achieve the same aim? The rationale is to have a directory where jars can be run directly if their dependencies are specified in th

Re: Spring 2.0, hibernate/ejb 3

2006-07-14 Thread andy_rs
This works for me .. not exhaustively tested but have gotten schema creation + insertion of data working. Combination of putting session factory in spring + using annotations for classes means you get away without needing any 'native' hibernate xml. Had to do the same thing with persistence + lo