EditAttachPrintable
r9 - 2013-08-01 - 18:05:07 - Main.lwhYou are here: TWiki >  Deployment Web > DeploymentTroubleshooting > IntegrationsTroubleshooting > WhyDoISeeDifferentBuildErrorsInRationalApplicationDeveloperAndInTheRTCBuildResults

new.png Why do I see different build errors in Rational Application Developer and Rational Team Concert build results?

Authors: IntegrationsTroubleshootingTeam
Build basis: Rational Team Concert 4.x, Rational Application Developer 8.5.x, Rational Software Architect For WebSphere 8.5.x

This page describes the reasons you can get a successful build result in Rational Team Concert when the corresponding Rational Application Developer build failed, or why a workspace that builds correctly in Rational Application Developer might fail using Ant builds run by the Jazz Build Engine.

Initial assessment

Symptoms

  • Your Rational Application Developer workspace builds successfully in interactive mode. When you try to build it using an Ant script and an ANT build in Jazz Build Engine, you get errors like this:
    [javac] C:\Program Files 
    (x86)\IBM\TeamConcert\buildsystem\buildengine\eclipse\fetched\ClassName.java:xx: 
    cannot find symbol 
    [javac] symbol : method required() 
    [javac] location: @interface javax.xml.bind.annotation.XmlElementRef 
    [javac] @XmlElementRef(name = "name", type = JAXBElement.class, required= false) 
    

  • You run a Rational Application Developer build by invoking a command line build with Jazz Build Engine. The Rational Application Developer build has errors, but the Jazz Build Engine shows a successful build result.

Data gathering and subsequent analysis steps

  • What type of build definition do you run: command line, Ant,...?
  • What type of Ant tasks do you use? In particular, do you build using the following task (from the Ant distribution)
    <javac>
    or the following task (from Rational Application Developer)?
    <workspaceBuild>

Possible causes

Classpath problems

If you are having errors because classes, types, symbols cannot be resolved, it is likely an issue with the classpath you need to supply to

<javac>
Such issues can be avoided altogether by using the Rational Application Developer specific task:
<workspaceBuild>
This task does not require any classpath setup (because it reads that information from the project metadata).

Error propagation problems

If you are using the Rational Application Developer tasks for building in a command line Rational Team Concert build definition, any errors reported inside the script are not automatically propagated to the Rational Team Concert build results. Logic inside your script will need to perform such error propagation. You will need to use Jazz build Ant tasks to communicate to the Rational Team Concert build results specific error messages generated by Rational Application Developer Ant tasks. This requires that you execute the build inside a shell-sharing installation of Rational Application Developer and the Rational Team Concert Client for Eclipse (Extension install).

Possible solutions

The following two technotes show (with an example) how to solve both types of problems:

Related topics:

External links:

Additional contributors: LaraZiosi

Questions and comments:

Warning: Can't find topic Deployment.WhyDoISeeDifferentBuildErrorsInRationalApplicationDeveloperAndInTheRTCBuildResultsComments

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r12 < r11 < r10 < r9 < r8 | More topic actions...
 
This site is powered by the TWiki collaboration platformCopyright © by IBM and non-IBM contributing authors. All material on this collaboration platform is the property of the contributing authors.
Contributions are governed by our Terms of Use. Please read the following disclaimer.
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.