On Thu, 18 Mar 2004, Adam R. B. Jack <[EMAIL PROTECTED]> wrote: > Seems I might get lucky with an easy fix, i.e. replace that with > INHERIT_NONE. I'll do it. LEt me know if you think otherwise.
Whatever you've done, it seems you've broken something with it, see the Strut's nags (I'll be looking into the other builds that fail on LSD but not on my Gump 0.3 machine). Now it looks as if //ant/depend wouldn't create a CLASSPATH entry at all. > BTW: Stefan, you updated the depend xdocs for <noclasspath>, but did > you add anything for classpath attribute on property? I'm not aware that <property> has a classpath attribute, that's why I didn't add any docs. Does it have one? It has, just looked into Project.java. <depend> is turned into <property classpath="add"/>. <property> without a classpath atribute is turned into <property><noclasspath/></property>, the value of the classpath attribute is ignored completely. Maybe we should decide what the correct semantics are supposed to be and adapt Gump 0.3 (1.0, "traditional", whatever) to work that way. Something like classpath="ignore" or similar should be supported and maybe we drop/deprecate <noclasspath/>. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
