IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

MultiBuild generates resource based on the Subversion metadata

  • 1.  MultiBuild generates resource based on the Subversion metadata

    Posted Thu February 02, 2012 09:56 AM

    Hi everyone,
    When using the MultiBuild target for the Android platform, the generated code contains resource based on the Subversion information from the MobileDesigner project (see the attached screenshot). Is there a way to suppress this generation?

    Thanks,
    Nenko


    #Integration-Server-and-ESB
    #mobile
    #webMethods
    #webMethods-General


  • 2.  RE: MultiBuild generates resource based on the Subversion metadata

    Posted Thu February 02, 2012 07:55 PM

    Hello Nenko,

    Looking at the jpg I assume your ResHandler uses addUnpackedDirToJar(“”, true) in a directory that is being managed by svn. The boolean parameter tells it to recurse all subdirectories, of which the .svn directory is included. There is currently no filter functionality for that call.

    Cheers,

    Spencer


    #Integration-Server-and-ESB
    #mobile
    #webMethods
    #webMethods-General