You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Sam Ruby <ru...@us.ibm.com> on 2001/07/06 22:26:05 UTC

Re: [GUMP] Build Failure - Taglibs

Ant team:
   Did the logic for resolving the path to the style attribute referenced
   in the <style> task change recently?

Taglibs team:
   Would it be better/safer if you changed this from
   ../../../src/taglib/examples.xsl to ${basedir}/src/taglib/examples.xsl?
   P.S.  Ant 1.4 is due out "real soon now" (as is a taglibs release, I
   know, but my point is that is is real embarrassing when two Jakarta
   projects release virtually simulateously and don't work together).

- Sam Ruby

---------------------- Forwarded by Sam Ruby/Raleigh/IBM on 07/06/2001
04:21 PM ---------------------------

Glenn Nielsen <gl...@voyager.apg.more.net>@more.net on 07/06/2001 03:47:04
PM

Please respond to taglibs-dev@jakarta.apache.org

Sent by:  glenn@more.net


To:   taglibs-dev@jakarta.apache.org
cc:
Subject:  Re: [GUMP] Build Failure - Taglibs



examples.html:
    [style] Transforming into
/home/rubys/jakarta/jakarta-taglibs/regexp/build/regexp/regexp-examples
    [style] Transforming into
/home/rubys/jakarta/jakarta-taglibs/regexp/build/regexp/regexp-examples
    [style] Loading stylesheet
/home/rubys/jakarta/jakarta-taglibs/regexp/src/taglib/examples.xsl
    [style] Failed to read stylesheet
/home/rubys/jakarta/jakarta-taglibs/regexp/src/taglib/examples.xsl
    [style] Failed to process
/home/rubys/jakarta/jakarta-taglibs/regexp/build/regexp/regexp-examples/regexp.txt


BUILD FAILED

/home/rubys/jakarta/jakarta-taglibs/regexp/build.xml:181:
javax.xml.transform.TransformerConfigurationException: File "
file:/home/rubys/jakarta/jakarta-taglibs/regexp/src/taglib/examples.xsl"
not
found.
--- Nested Exception ---
javax.xml.transform.TransformerConfigurationException: File "
file:/home/rubys/jakarta/jakarta-taglibs/regexp/src/taglib/examples.xsl"
not
found.


The build works fine on my systems using ant 1.3.

Regards,

Glenn

----------------------------------------------------------------------
Glenn Nielsen             glenn@more.net | /* Spelin donut madder    |
MOREnet System Programming               |  * if iz ina coment.      |
Missouri Research and Education Network  |  */                       |
----------------------------------------------------------------------



Re: [GUMP] Build Failure - Taglibs

Posted by Glenn Nielsen <gl...@voyager.apg.more.net>.
Here is the style that is causing this:

    <style basedir="${build.examples}"
           destdir="${build.examples}"
           includes="**/*.txt"
           style="../../../src/taglib/examples.xsl"/>

Works fine under ant1.3 release, is GUMP using the ant 1.4 dev version?

Glenn

Sam Ruby wrote:
> 
> Ant team:
>    Did the logic for resolving the path to the style attribute referenced
>    in the <style> task change recently?
> 
> Taglibs team:
>    Would it be better/safer if you changed this from
>    ../../../src/taglib/examples.xsl to ${basedir}/src/taglib/examples.xsl?
>    P.S.  Ant 1.4 is due out "real soon now" (as is a taglibs release, I
>    know, but my point is that is is real embarrassing when two Jakarta
>    projects release virtually simulateously and don't work together).
> 
> - Sam Ruby
> 
> ---------------------- Forwarded by Sam Ruby/Raleigh/IBM on 07/06/2001
> 04:21 PM ---------------------------
> 
> Glenn Nielsen <gl...@voyager.apg.more.net>@more.net on 07/06/2001 03:47:04
> PM
> 
> Please respond to taglibs-dev@jakarta.apache.org
> 
> Sent by:  glenn@more.net
> 
> To:   taglibs-dev@jakarta.apache.org
> cc:
> Subject:  Re: [GUMP] Build Failure - Taglibs
> 
> examples.html:
>     [style] Transforming into
> /home/rubys/jakarta/jakarta-taglibs/regexp/build/regexp/regexp-examples
>     [style] Transforming into
> /home/rubys/jakarta/jakarta-taglibs/regexp/build/regexp/regexp-examples
>     [style] Loading stylesheet
> /home/rubys/jakarta/jakarta-taglibs/regexp/src/taglib/examples.xsl
>     [style] Failed to read stylesheet
> /home/rubys/jakarta/jakarta-taglibs/regexp/src/taglib/examples.xsl
>     [style] Failed to process
> /home/rubys/jakarta/jakarta-taglibs/regexp/build/regexp/regexp-examples/regexp.txt
> 
> BUILD FAILED
> 
> /home/rubys/jakarta/jakarta-taglibs/regexp/build.xml:181:
> javax.xml.transform.TransformerConfigurationException: File "
> file:/home/rubys/jakarta/jakarta-taglibs/regexp/src/taglib/examples.xsl"
> not
> found.
> --- Nested Exception ---
> javax.xml.transform.TransformerConfigurationException: File "
> file:/home/rubys/jakarta/jakarta-taglibs/regexp/src/taglib/examples.xsl"
> not
> found.
> 
> The build works fine on my systems using ant 1.3.
> 
> Regards,
> 
> Glenn
> 
> ----------------------------------------------------------------------
> Glenn Nielsen             glenn@more.net | /* Spelin donut madder    |
> MOREnet System Programming               |  * if iz ina coment.      |
> Missouri Research and Education Network  |  */                       |
> ----------------------------------------------------------------------

-- 
----------------------------------------------------------------------
Glenn Nielsen             glenn@more.net | /* Spelin donut madder    |
MOREnet System Programming               |  * if iz ina coment.      |
Missouri Research and Education Network  |  */                       |
----------------------------------------------------------------------

Re: [GUMP] Build Failure - Taglibs

Posted by Glenn Nielsen <gl...@voyager.apg.more.net>.
Here is the style that is causing this:

    <style basedir="${build.examples}"
           destdir="${build.examples}"
           includes="**/*.txt"
           style="../../../src/taglib/examples.xsl"/>

Works fine under ant1.3 release, is GUMP using the ant 1.4 dev version?

Glenn

Sam Ruby wrote:
> 
> Ant team:
>    Did the logic for resolving the path to the style attribute referenced
>    in the <style> task change recently?
> 
> Taglibs team:
>    Would it be better/safer if you changed this from
>    ../../../src/taglib/examples.xsl to ${basedir}/src/taglib/examples.xsl?
>    P.S.  Ant 1.4 is due out "real soon now" (as is a taglibs release, I
>    know, but my point is that is is real embarrassing when two Jakarta
>    projects release virtually simulateously and don't work together).
> 
> - Sam Ruby
> 
> ---------------------- Forwarded by Sam Ruby/Raleigh/IBM on 07/06/2001
> 04:21 PM ---------------------------
> 
> Glenn Nielsen <gl...@voyager.apg.more.net>@more.net on 07/06/2001 03:47:04
> PM
> 
> Please respond to taglibs-dev@jakarta.apache.org
> 
> Sent by:  glenn@more.net
> 
> To:   taglibs-dev@jakarta.apache.org
> cc:
> Subject:  Re: [GUMP] Build Failure - Taglibs
> 
> examples.html:
>     [style] Transforming into
> /home/rubys/jakarta/jakarta-taglibs/regexp/build/regexp/regexp-examples
>     [style] Transforming into
> /home/rubys/jakarta/jakarta-taglibs/regexp/build/regexp/regexp-examples
>     [style] Loading stylesheet
> /home/rubys/jakarta/jakarta-taglibs/regexp/src/taglib/examples.xsl
>     [style] Failed to read stylesheet
> /home/rubys/jakarta/jakarta-taglibs/regexp/src/taglib/examples.xsl
>     [style] Failed to process
> /home/rubys/jakarta/jakarta-taglibs/regexp/build/regexp/regexp-examples/regexp.txt
> 
> BUILD FAILED
> 
> /home/rubys/jakarta/jakarta-taglibs/regexp/build.xml:181:
> javax.xml.transform.TransformerConfigurationException: File "
> file:/home/rubys/jakarta/jakarta-taglibs/regexp/src/taglib/examples.xsl"
> not
> found.
> --- Nested Exception ---
> javax.xml.transform.TransformerConfigurationException: File "
> file:/home/rubys/jakarta/jakarta-taglibs/regexp/src/taglib/examples.xsl"
> not
> found.
> 
> The build works fine on my systems using ant 1.3.
> 
> Regards,
> 
> Glenn
> 
> ----------------------------------------------------------------------
> Glenn Nielsen             glenn@more.net | /* Spelin donut madder    |
> MOREnet System Programming               |  * if iz ina coment.      |
> Missouri Research and Education Network  |  */                       |
> ----------------------------------------------------------------------

-- 
----------------------------------------------------------------------
Glenn Nielsen             glenn@more.net | /* Spelin donut madder    |
MOREnet System Programming               |  * if iz ina coment.      |
Missouri Research and Education Network  |  */                       |
----------------------------------------------------------------------

Re: [GUMP] Build Failure - Taglibs

Posted by Stefan Bodewig <bo...@apache.org>.
On Tue, 10 Jul 2001, Glenn Nielsen <gl...@voyager.apg.more.net> wrote:

> The first instance of the failure from the GUMP logs is 7/5.

Strange, the last change to XSLTProcess is from 6/22.

> But everything seems to be working ok now.

Fine, I'll keep an eye on the GUMP builds of Taglibs.

Stefan

Re: [GUMP] Build Failure - Taglibs

Posted by Glenn Nielsen <gl...@voyager.apg.more.net>.
Stefan Bodewig wrote:
> 
> On Fri, 6 Jul 2001, Sam Ruby <ru...@us.ibm.com> wrote:
> 
> > Ant team:
> >    Did the logic for resolving the path to the style attribute
> >    referenced in the <style> task change recently?
> 
> I don't think so, the last changes that affect it are bit older (and
> should just give you a deprecation warning if you use the old system).
> 
> I have committed some changes to <style> that are not supposed to
> change this behavior more than two weeks ago, after that we didn't
> change anything - when did the taglib builds start failing?
> 
> Anyway, I'll look into this tomorrow (my timezone, which is GMT+2 ATM).
> 
> Cheers
> 
>         Stefan

The first instance of the failure from the GUMP logs is 7/5.
But everything seems to be working ok now.  Perhaps Sam changed
something in his GUMP build config.

Glenn

----------------------------------------------------------------------
Glenn Nielsen             glenn@more.net | /* Spelin donut madder    |
MOREnet System Programming               |  * if iz ina coment.      |
Missouri Research and Education Network  |  */                       |
----------------------------------------------------------------------

Re: [GUMP] Build Failure - Taglibs

Posted by Stefan Bodewig <bo...@apache.org>.
On Fri, 6 Jul 2001, Sam Ruby <ru...@us.ibm.com> wrote:

> Ant team:
>    Did the logic for resolving the path to the style attribute
>    referenced in the <style> task change recently?

I don't think so, the last changes that affect it are bit older (and
should just give you a deprecation warning if you use the old system).

I have committed some changes to <style> that are not supposed to
change this behavior more than two weeks ago, after that we didn't
change anything - when did the taglib builds start failing?

Anyway, I'll look into this tomorrow (my timezone, which is GMT+2 ATM).

Cheers

        Stefan