Dion Gillard wrote:
good stuff!
Does this include the 'new' commons nav/styling changes?
Well... it caused me a few issues especially since the maven 1.1 reactor causes loooong hogs (this is probably the leaks that Brett has been hunting for in Jelly) Yes, it does include now (upload since about 20 minutes). The issue seems to be some way down how java.io.File objects are passed to the parser, or in the parser itself, in any case, deriving a file to a URL works, I patched the maven-xdoc-plugin-1.9.2/plugin.jelly by adding at line 471: <j:new className="java.io.File" var="f"><j:arg value="x"/></j:new> <j:if test="${f.getClass().isAssignableFrom(navFile.getClass())}">
             <j:set var="navFile" value="${navFile.toURL()}"/>
           </j:if>
would love anyone else to test it...

thanks

paul
p.s. You could use your http://people.apache.org/ site to upload it btw.
Just don't need to bloat it for now, having this server at hand... so I thought that a temporary space as such is better....
On 4/4/06, *Paul Libbrecht* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:


    Hello,

    Since ages, the jelly-site is output wrong where, in particular, the
    project info, project reports, and downloads are missing from the
    navigation.
    Can folks please check
         http://klein.activemath.org/~paul/JellyDoc/
    <http://klein.activemath.org/%7Epaul/JellyDoc/>
    before I can upload it ?

    thanks

    paul

    PS: this was built with empty target dirs using maven-site...

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




--
http://www.multitask.com.au/people/dion/
Chuck Norris sleeps with a night light. Not because Chuck Norris is afraid of the dark, but because the dark is afraid of Chuck Norris


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

Reply via email to