[ http://issues.apache.org/struts/browse/SHALE-283?page=comments#action_38217 ] Wendy Smoak commented on SHALE-283: -----------------------------------
I think only required dependencies were included in the zip file. Cargo, HtmlUnit and JMock are optional for Shale Test. Maven should retrieve them for you at compile time. Is that not happening? Shale Designtime was not supposed to be part of the 1.0.3 release, so the Creator jars should not be required (and we probably can't redistribute them anyway. ) There are instructions in the shale-designtime pom.xml file about how to find and install the jars locally. The commons-validator version issue is likely related to the known problems with Maven's dependency management. We'll be addressing that along with the problem of the wrong jars being included in the example apps. > shale-framework-1.0.3.zip is missing a number of jar files > ---------------------------------------------------------- > > Key: SHALE-283 > URL: http://issues.apache.org/struts/browse/SHALE-283 > Project: Shale > Issue Type: Improvement > Affects Versions: 1.0.3 > Environment: NA > Reporter: Henry Li > Priority: Minor > > The following jar files are missing in the lib folder: > cargo-core-api-util-0.8.jar > cargo-core-api-container-0.8.jar > cargo-core-api-generic-0.8.jar > cargo-core-container-tomcat-0.8.jar > cglib-2.2_beta1.jar > jmock-cglib-1.1.0.jar > jmock-1.1.0.jar > com-sun-rave-designtime.jar > jsfcl.jar > jsfcl-dt.jar > htmlunit-1.9.jar > Also the commons validator is using the wrong version 1.1.4. It should be > newer. It compiles for me with 1.3.0. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
