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

To use prebuild.xml in Tamino Mobile Studio

  • 1.  To use prebuild.xml in Tamino Mobile Studio

    Posted Wed April 23, 2003 07:30 PM

    Hi. Tamino Mobile Studio relies heavily in the Ant tool, which is just fine. So it uses much build.xml files.

    It has a mechanism that allows you to execute your own Ant targets before and after the build. E.g. if you create a “prebuild.xml” file, it should be invoked by the Studio before the build begins (e.g. to compile & pack external classes)

    However, I think there is a bug that prevents prebuild.xml for being executed, but it is easy to fix:
    - Edit the file $TMStudioDir\tools\codegen\scripts\build.xml
    - In the <target name=“prebuild” …>, change the if=“build.custom” by if=“build.prebuild”

    That’s all. Cheers


    #Tamino
    #API-Management
    #webMethods