Petals Ant Tasks

Add mandatory parameter about shared library version on task 'jbi-list-shared-libraries'

Details

  • Type: Improvement Request Improvement Request
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 2.5.0
  • Fix Version/s: 2.5.0
  • Security Level: Public
  • Description:
    Hide

    As the shared library version is mandatory with the shared library name on the Petals container side, the Petals Ant task jbi-list-shared-libraries must be extended with a new parameter:

    • parameter name: sharedLibraryVersion
    • not required
    • if set, the version value is taken into account to filter results
    • the version of shared libraries is written on both outputs: text and XML
    • a new XML schema including the version is defined for the XML output:
      default namespace = "http://java.sun.com/xml/ns/jbi/shared-library-info-list"
         start = element shared-library-info-list {
         # version = "1.0" in this revision
         attribute version { xsd:decimal },
         shared-library-info*
         }
      
         shared-library-info =
         element shared-library-info {
            attribute name { text },
            attribute version { text },
            element description { text },
            element* -this:* { text }*
         }
    Show
    As the shared library version is mandatory with the shared library name on the Petals container side, the Petals Ant task jbi-list-shared-libraries must be extended with a new parameter:
    • parameter name: sharedLibraryVersion
    • not required
    • if set, the version value is taken into account to filter results
    • the version of shared libraries is written on both outputs: text and XML
    • a new XML schema including the version is defined for the XML output:
      default namespace = "http://java.sun.com/xml/ns/jbi/shared-library-info-list"
         start = element shared-library-info-list {
         # version = "1.0" in this revision
         attribute version { xsd:decimal },
         shared-library-info*
         }
      
         shared-library-info =
         element shared-library-info {
            attribute name { text },
            attribute version { text },
            element description { text },
            element* -this:* { text }*
         }
  • Environment:
    -

Issue Links

Activity

Hide
Christophe DENEUX added a comment - Mon, 12 Jan 2015 - 16:24:04 +0100

Added in trunk, svn#36663

Show
Christophe DENEUX added a comment - Mon, 12 Jan 2015 - 16:24:04 +0100 Added in trunk, svn#36663

People

Dates

  • Created:
    Mon, 12 Jan 2015 - 10:58:51 +0100
    Updated:
    Mon, 12 Jan 2015 - 16:24:04 +0100
    Resolved:
    Mon, 12 Jan 2015 - 16:24:04 +0100