On 8/24/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I downloaded Shale from SVN here:
> http://struts.apache.org/shale/index.html#download and after creating the
> proper build.properties for my system (just curious: how come there isn't
> a "sample" build.properties included in the download..?) anyways, I got
> past every error but one:
> 
> Seems like on Line 40, org.apache.shale.faces.InvokeCommand references
> webContext.getChain()  - where webContext is a
> org.apache.shale.faces.ShaleWebContext object.
> 
> But org.apache.shale.faces.ShaleWebContext doesn't seem to have such a
> method..?
> 
> Btw, all the files in the
> struts-shale-core-library\src\java\org\apache\shale\faces folder except
> InvokeCommand file have a timestamp of 8/24  but InvokeCommand.java is
> dated 8/21.. so maybe that's it..?
> 
> Thanks again!
> Geeta
> 

It sounds like you re-downloaded the source distro into a directory
that had an old copy.  That means you won't have reflected the fact
that InvokeCommand was deleted yesterday.  (If you'd been using the
SVN repository directly, doing "svn update" would have picked this
up).

Expand the source distros into a new empty directory and you'll have
more success.

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to