On 3/27/06, Hiller, Dean <[EMAIL PROTECTED]> wrote:

> I commented it out and get compile errors.  Weird thing is it says it is
> missing FacesContext(from javax.faces) and VariableResolver(from
> org.apache.shale.faces).  I have attached my build.properties which I
> believe are all correct.

I don't think attachments will come through on the list, but you
shouldn't have to make many changes to the build properties.  In fact,
it expects a certain directory structure (the one it constructs under
'lib' when you run 'ant download-dependencies') so defining the
properties by pointing them at local installs of various libraries may
not work.

I'm able to build it by simply copying build.properties.sample to
build.properties (and setting htmlunit.home, but you've dealt with
that,) and then executing 'ant release'.

If it's not working, please let us know what changes you made to
build.properties, what commands you executed, and what errors you're
getting.

> Any ideas?  I am just trying to get those mock objects for mocking
> ServletContext and such.

Do you need to build it yourself?  If not, there are nightly builds
available here:
   http://cvs.apache.org/builds/struts/nightly/struts-shale/

and snapshots are available in Maven repositories:
   m2: http://cvs.apache.org/maven-snapshot-repository/org/apache/struts/shale/
   m1: http://cvs.apache.org/repository/org.apache.struts.shale/

HTH,
--
Wendy

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

Reply via email to