Menu

Ant task nested elements are not documented

2004-11-24
2013-04-17
  • Nicolas Chalumeau

    I have to use the nested element but the doc is empty.
    There is no problem for things like fileSet or mail as they are ant task (or derived) but for things like model ... it is more problematic.

    I can use the source/test/build.xml as but some of the goald still use some deprecated attribut (I will point you where later)

     
    • Edouard Mercier

      Edouard Mercier - 2004-11-26

      Sorry to be so late.

      The XMLCatalog nested XML element of the Ant XRN task is the same as the one of the 'XSLT' built-in Ant task (see http://ant.apache.org/manual/CoreTypes/xmlcatalog.html\).

      I should add this hyperlink in the JavaDoc documentation.

      Do not hesitate to ask for some more information. I try to be more available.

       
    • Nicolas Chalumeau

       
    • Edouard Mercier

      Edouard Mercier - 2004-11-26

      Too bad that the Tonjac Antdoc task (not mine) does not do the documentation properly.

      OK yes, take a look at the http://xmlreleasenotes.free.fr/AntDoc_top.html and select 'Usage': you should see all places where the XRN task is being used...

      Otherwise, the Java source code... ;-(OK, this is really a pity that you have to look to that).

      All those parameters are bound to be accurately documented in the XRN Guide.

      'model' is for added XSLT transformation models on the raw XML release notes file. This is XML -> XML

      'layout' is for HTML rendering and specifies a XSLT. This is XML -> HTML.

      'pluginLayout' is also for HTML rendering and specifies a XSLT. This enables to define plugins. This is XML -> HTML.

       
    • Edouard Mercier

      Edouard Mercier - 2004-11-28

      The new XRN version 0.17.3 should make the Ant XRN task manual more exhaustive...

      All your questions should be answered there.

       

Log in to post a comment.