You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Sean Schofield <se...@gmail.com> on 2005/02/27 19:28:32 UTC

[shale] minor tweak to usecases build script

In usecases build file ${servlet.jar} should be changed to ${servlet-api.jar}

  <path id="compile.classpath">
	...

    <pathelement location="${servlet-api.jar}"/>

	...
  </path>

sean

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: [shale] minor tweak to usecases build script

Posted by Craig McClanahan <cr...@gmail.com>.
Thanks ... fixed (and in the test classpath too :-).

Craig


On Sun, 27 Feb 2005 13:28:32 -0500, Sean Schofield
<se...@gmail.com> wrote:
> In usecases build file ${servlet.jar} should be changed to ${servlet-api.jar}
> 
>   <path id="compile.classpath">
>         ...
> 
>     <pathelement location="${servlet-api.jar}"/>
> 
>         ...
>   </path>
> 
> sean
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org