{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 478",
          "upstreamBuild" : 478,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 478,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "9df0473afdceca1403751b5f54f53c7ec86b3015",
            "branch" : [
              {
                "SHA1" : "9df0473afdceca1403751b5f54f53c7ec86b3015",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9df0473afdceca1403751b5f54f53c7ec86b3015",
            "branch" : [
              {
                "SHA1" : "9df0473afdceca1403751b5f54f53c7ec86b3015",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin2/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 431,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ef30b77fab27262f8b5ef3f98880c0caec30bab5",
            "branch" : [
              {
                "SHA1" : "ef30b77fab27262f8b5ef3f98880c0caec30bab5",
                "name" : "origin/master"
              },
              {
                "SHA1" : "ef30b77fab27262f8b5ef3f98880c0caec30bab5",
                "name" : "origin2/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ef30b77fab27262f8b5ef3f98880c0caec30bab5",
            "branch" : [
              {
                "SHA1" : "ef30b77fab27262f8b5ef3f98880c0caec30bab5",
                "name" : "origin/master"
              },
              {
                "SHA1" : "ef30b77fab27262f8b5ef3f98880c0caec30bab5",
                "name" : "origin2/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "9df0473afdceca1403751b5f54f53c7ec86b3015",
        "branch" : [
          {
            "SHA1" : "9df0473afdceca1403751b5f54f53c7ec86b3015",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 73,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#478",
  "duration" : 80478,
  "estimatedDuration" : 189647,
  "executor" : None,
  "fullDisplayName" : "gluegen » linux-x86_64 #478",
  "id" : "2012-01-23_02-45-32",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 478,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1327283132000,
  "url" : "https://jogamp.org/chuck/job/gluegen/label=linux-x86_64/478/",
  "builtOn" : "linux64-AMD58xx-ubuntu10-jogamp-x64-sgothel-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.gluegen.all.linux-x86_64.sh",
          "make/scripts/make.gluegen.all.android-armv7-cross.sh",
          "make/jogamp-androidtasks.xml",
          "make/jogamp-env.xml",
          "make/scripts/make.gluegen.all.macosx.sh",
          "make/build.xml",
          "make/build-test.xml"
        ],
        "commitId" : "64639b805a32338385421f168e12c1ef7f749d00",
        "timestamp" : 1327249463000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 516 (Determine Java Version); Minor fixes (jogamp/common/** ..)\u000a\u000aCurrent minimum requirements are:\u000a   - Java 1.6 (Level 6.0)\u000a   - Android SDK API Level 9 (Version 2.3 Gingerbread)\u000a\u000aOfficial production builds are performed w/ Java 1.6.\u000a   - Java 1.6 (Level 6.0)\u000a   - Android SDK API Level 9 (Version 2.3 Gingerbread)\u000a\u000aAndroid supports Java language level 6.0.\u000aNevertheless, it cannot be guaranteed whether the Android API\u000asupports all classes and methods of Java 1.6.\u000aIt is required for JogAmp developers to validate Android compatibility\u000aby an Android crosscompilation build.\u000a\u000aCurrent GlueGen code utilizes some minor Java 1.6 features\u000awhich could be replaced, however it's not desired at this point\u000asince we have no mode hard Java 1.5 constraints.\u000a\u000aNotes:\u000a  - On OS X 10.5.8, only the 64bit version of Java6 is available\u000a    and hence the only supported one on Leopard.\u000a\u000a+++\u000a\u000aPushing determination of host (compiletime) and target (runtime) Java version\u000ato 'jogamp-env.xml'.\u000a\u000ajogamp-env.xml uses:\u000a  env: SOURCE_LEVEL  -> propery: target.sourcelevel  def.: ${ant.java.version} >=1.6 (!)\u000a  env: TARGET_LEVEL  -> propery: target.targetlevel  def.: ${ant.java.version} >=1.6 (!)\u000a  env: TARGET_RT_JAR -> propery: target.rt.jar       def.: ${java.home}/lib/rt.jar\u000a\u000aEither all above values are set, or none at all (default),\u000aotherwise a build error is being thrown.\u000a\u000aFurther more we have the compiletime properties:\u000a  host.sourcelevel  def.: ${ant.java.version} >= 1.6 (!)\u000a  host.targetlevel  def.: ${ant.java.version} >= 1.6 (!)\u000a  host.rt.jar       def.: ${java.home}/lib/rt.jar\u000a\u000a+++\u000a\u000a- 'javac.memorymax' defaults to 1024m now.\u000a",
        "date" : "2012-01-22T17:24:23+0100",
        "id" : "64639b805a32338385421f168e12c1ef7f749d00",
        "msg" : "Fix Bug 516 (Determine Java Version); Minor fixes (jogamp/common/** ..)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.macosx.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.android-armv7-cross.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/jogamp-androidtasks.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.linux-x86_64.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/check-java-major-version.sh"
        ],
        "commitId" : "9df0473afdceca1403751b5f54f53c7ec86b3015",
        "timestamp" : 1327254674000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add verification script for compiled-in Java version\u000a",
        "date" : "2012-01-22T18:51:14+0100",
        "id" : "9df0473afdceca1403751b5f54f53c7ec86b3015",
        "msg" : "Add verification script for compiled-in Java version",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/scripts/check-java-major-version.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}