> -----Original Message-----
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
> Sent: 02 April 2004 09:09
> To: [EMAIL PROTECTED]
> Subject: Re: FW: [EMAIL PROTECTED]:
jakarta-cactus/jakarta-cactus-sample-servlet-
> 13 failed
> 
> On Thu, 1 Apr 2004, Vincent Massol <[EMAIL PROTECTED]> wrote:
> 
> > Does anyone have an idea what the error below is about?
> 
> Yes, look at the website.  Several of the JSTL tag implementation
> classes haven't been found and in fact they are not inside jstl.jar
> which is on the CLASSPATH.  They are in standard.jar which is not on
> the CLASSPATH.

I had looked at the web site but I could not find this information. I
looked at
http://lsd.student.utwente.nl/gump/jakarta-cactus/jakarta-cactus-sample-
servlet-13.html. Is there another place to look at? Or what should I be
looking for on that page?

> 
> > It seems like an Ant bug to me but I'm not sure.
> 
> Why Ant?  

Hehe... I needed a culprit... :-) More seriously, I was led to this
(wrong) conclusion by the stack trace:

build.xml:180: Compile failed; see the compiler error output for
details.
        at
org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHe
lper.java:536)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:383)
[...]

> Looks more like either the descriptor or Gump.  Let's see
> 
>     <ant ...>
>       ...
>       <depend property="jstl.jar" project="jstl-jsp-12" id="jstl"/>
>       <depend property="standard.jar" project="jstl-jsp-12"
> id="standard"/>
>       ...
>     </ant>
> 
> looks OK in order to have both jars on the CLASSPATH, so there may be
> a problem with the logic that adds the dependencies (it sees that
> there already is a dependency but doesn't recognize that you are
> asking for a different id this time).
> 
> I suggest that you replace the //ant/depend tags here with plain
> property tags and add an explicit <depend> tag outside of <ant>.

Ok done. Any idea if/when Gumpy will be fixed to support this? Should I
open a JIRA bug for Gumpy on this?

Thanks Stefan
-Vincent


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

Reply via email to