Re: svn commit: r372715 - /struts/shale/trunk/build/test-framework/project.xml

2006-01-27 Thread Sean Schofield
Wendy, With m2 wouldn't you just give this a scope of test? Sean On 1/26/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 1/26/06, Craig McClanahan [EMAIL PROTECTED] wrote: I can see why these two have to be declared, since the Shale code directly depends on them. But HtmlUnit itself ships

Re: svn commit: r372715 - /struts/shale/trunk/build/test-framework/project.xml

2006-01-27 Thread Craig McClanahan
On 1/27/06, Sean Schofield [EMAIL PROTECTED] wrote: Wendy, With m2 wouldn't you just give this a scope of test? It's a matter of viewpoint ... when you are compiling the test framework itself, these things are compile time dependencies :-). Sean Craig

svn commit: r372715 - /struts/shale/trunk/build/test-framework/project.xml

2006-01-26 Thread wsmoak
Author: wsmoak Date: Thu Jan 26 19:25:11 2006 New Revision: 372715 URL: http://svn.apache.org/viewcvs?rev=372715view=rev Log: Added optional htmlunit and commons-httpclient dependencies. See changes to build.xml in r371850. Modified: struts/shale/trunk/build/test-framework/project.xml

Re: svn commit: r372715 - /struts/shale/trunk/build/test-framework/project.xml

2006-01-26 Thread Craig McClanahan
On 1/26/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: wsmoak Date: Thu Jan 26 19:25:11 2006 New Revision: 372715 URL: http://svn.apache.org/viewcvs?rev=372715view=rev Log: Added optional htmlunit and commons-httpclient dependencies. See changes to build.xml in r371850. Wendy,

Re: svn commit: r372715 - /struts/shale/trunk/build/test-framework/project.xml

2006-01-26 Thread Wendy Smoak
On 1/26/06, Craig McClanahan [EMAIL PROTECTED] wrote: I can see why these two have to be declared, since the Shale code directly depends on them. But HtmlUnit itself ships with a bunch of other jars that it requires at runtime. Do these have to be declared also, or are they picked up