Re: samples servlet test classes

2008-09-26 Thread Martin West
ion versions > differently anyway, at least in my case, because for example the > database > -- regards Martin West 07879 680096 skype:amartinwest - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: samples servlet test classes

2008-09-25 Thread Martin West
Thanks On Wed, 2008-09-24 at 16:30 +0300, Petar Tahchiev wrote: > If you want to try it, please update the integration/maven2 module and > the samples/servlet module and recompile. > -- regards Martin West 07879 680096 skype:am

Re: samples servlet test classes

2008-09-24 Thread Martin West
The better way to address this problem is add the test classes to the cactified war as part of the cactify task. Otherwise you have to have special processing to build test and producton versions of the applicaton war. On Mon, 2008-09-22 at 21:53 +0100, Martin West wrote: > Another observat

Re: cactus 1.8.1

2008-09-23 Thread Martin West
PROTECTED] wrote: > In agree with Martin. I've put my test classes in the src/test/java > directory, and they don't seem to be included in the cactified war, so > they > have to be in the src/main/java directory.. > -- regards Martin West 07879 68

maven2 catalina.home

2008-09-23 Thread Martin West
In my log4j.xml I have "${catalina.home}/logs/mylog.log" but the catalina.home does not get resolved/defined automatically in the cargo invocation. I suppose I could define it as a system property in the configuration. -- regards Martin West 07879 680096 skype:a

maven2 cargo logs

2008-09-23 Thread Martin West
? -- regards Martin West - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cactus 1.8.1

2008-09-23 Thread Martin West
sure-fire is configured as such. I have made some local changes to move them to the standard directory. See my earlier append. -- regards Martin West - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: cactus 1.8.1

2008-09-22 Thread Martin West
now, but no tests are ran. > -- regards Martin West 07879 680096 skype:amartinwest - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

samples servlet test classes

2008-09-22 Thread Martin West
build-antrun.xml ... -- regards Martin West - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ivysettings.xml 1.8.1 SNAPSHOT

2008-09-22 Thread Martin West
I noticed in the samples the ivysettings.xml has file:${user.home}/.m2/repository This only works for the default setting. Should be something like file:${settings.localRepository} -- regards Martin West - To

cactus and servletconnection

2008-09-22 Thread Martin West
int chr; while ((chr = in.read()) != -1) { buffer.append((char) chr); } in.close(); Could not see anything in the docs/samples Thanks -- regards M