Re: Dependencies

2007-05-16 Thread Daniel del Castillo
Thanks Jordan, I fix it adding all dependencies to my pom Regards, Daniel del Castillo -- -DdC On 5/16/07, Jordan Howarth [EMAIL PROTECTED] wrote: Hi Daniel After recently going through dependency resolution hell (due to ignorance on my part) I found mvn -X to be extremely useful to view

Re: Resources are not filtered

2007-05-15 Thread Daniel del Castillo
Yeap, thank you -- -DdC On 5/14/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 5/14/07, Daniel del Castillo [EMAIL PROTECTED] wrote: Hello again, When I build my project the resources files stay the same, no filtering is performed. My pom file is as follow: ... resources resource

Dependencies

2007-05-15 Thread Daniel del Castillo
? How can I be sure that all neded dependencies are beign downloaded? The Maven docs says that dependencies of project dependencies are automatically downloaded, but I'm not sure whether this is happening for JCS. Cheers, Daniel del Castillo -- -DdC

Re: NoClassDefFoundError when running test

2007-05-14 Thread Daniel del Castillo
James, Thanks for the hint. The problem was a misspelt class name in a resource file that was causing an exception in the initializer of the CacheFactory. Regards, Daniel del Castillo -- -DdC On 5/14/07, James Abley [EMAIL PROTECTED] wrote: Does that class or something it depends on have

Resources are not filtered

2007-05-14 Thread Daniel del Castillo
-resources -Dcache.maxobjects=1000 or changing the pom to define parameters using properties, they are ignored. What can be happening? Cheers, Daniel del Castillo -- -DdC - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

NoClassDefFoundError when running test

2007-05-13 Thread Daniel del Castillo
del Castillo -- -DdC - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: NoClassDefFoundError when running test

2007-05-13 Thread Daniel del Castillo
time: 1 second [INFO] Finished at: Sun May 13 14:58:25 VET 2007 [INFO] Final Memory: 1M/4M [INFO] Regards, Daniel del Castillo -- -DdC On 5/13/07, Jo Vandermeeren [EMAIL PROTECTED] wrote: Hi Daniel, Add the artifact