[ 
http://issues.apache.org/jira/browse/MYFACES-881?page=comments#action_12358750 
] 

Dennis Byrne commented on MYFACES-881:
--------------------------------------

At this point I think it's important to say that Simon and Steve are part of 
the solution and not the problem.

Make sure you guys aren't getting the errors because you have had *previously* 
successful builds.  The *output* of those builds is preventing the errors.  Try 
it on a fresh checkout, or run 'dist-all' after 'clean-all'.

For example, after a successful build, and placing '&derek_zoolander;' in one 
of the TLD fragments under impl, I don't get errors when running 'dist-all'.  
That's because of the following (ant w/ -debug during 'tlddoc').  Note the .tld 
inclusions at the bottom.

fileset: Setup scanner in dir 
D:\npeUpdateActionListener\current\impl\build\temp\tlds with patternSet{ 
includes: [] excludes: [myfaces_ext.tld] }
    [apply] Executing 'java' with arguments:
    [apply] '-jar'
    [apply] 'D:\npeUpdateActionListener\current\build/../lib/tlddoc.jar'
    [apply] '-doctitle'
    [apply] 'Tag library for Apache MyFaces'
    [apply] '-xslt'
    [apply] 'D:\npeUpdateActionListener\current\build\tlddoc-xslt'
    [apply] '-d'
    [apply] 'D:\npeUpdateActionListener\current\build/../impl/build/temp/tlddoc'
    [apply] 
'D:\npeUpdateActionListener\current\impl\build\temp\tlds\myfaces_core.tld'
    [apply] 
'D:\npeUpdateActionListener\current\impl\build\temp\tlds\myfaces_html.tld'

If current\impl\build\temp\tlds\myfaces_html.tld is deleted, a subsequent 
'dist-all' will blow up.

This is a build issue.  It's not my call, but I suggest reorganizing build.xml 
before this one is closed.  Someone needs look at the nightly builds and the 
tests too.  There will only be more situations where people like Steve and 
Simon end up working with a false sense of accuracy in their work.


> TLD tranformations break build
> ------------------------------
>
>          Key: MYFACES-881
>          URL: http://issues.apache.org/jira/browse/MYFACES-881
>      Project: MyFaces
>         Type: Bug
>   Components: General
>     Versions: Nightly
>  Environment: checkout from nov. 26  - problem persists after update on nov. 
> 27
>     Reporter: Dennis Byrne
>     Priority: Critical
>  Attachments: impl.tld.nov.26.05.txt, sandbox.tld.nov.26.05.txt, 
> tomahawk.tld.nov.26.05.txt
>
> There are about 20 transformation errors that occur in the build process.  
> This affects the TLDs for impl, tomahawk and the sandbox.  
> The following patches stop the build errors.  The tests still need to be run.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to