{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 569",
          "upstreamBuild" : 569,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 569,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "9a71703904ebfec343fb2c7266343d37a2e4c3db",
            "branch" : [
              {
                "SHA1" : "9a71703904ebfec343fb2c7266343d37a2e4c3db",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9a71703904ebfec343fb2c7266343d37a2e4c3db",
            "branch" : [
              {
                "SHA1" : "9a71703904ebfec343fb2c7266343d37a2e4c3db",
                "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" : "9a71703904ebfec343fb2c7266343d37a2e4c3db",
        "branch" : [
          {
            "SHA1" : "9a71703904ebfec343fb2c7266343d37a2e4c3db",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 1,
      "skipCount" : 0,
      "totalCount" : 172,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#569",
  "duration" : 188568,
  "estimatedDuration" : 375087,
  "executor" : None,
  "fullDisplayName" : "gluegen » macos-x86_64 #569",
  "id" : "2012-06-26_12-05-02",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 569,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1340705102000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=macos-x86_64/569/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/jvm/JNILibLoaderBase.java",
          "src/java/com/jogamp/common/util/IOUtil.java",
          "src/java/com/jogamp/common/os/Platform.java",
          "src/java/com/jogamp/common/util/cache/TempJarCache.java",
          "make/scripts/adb-install-all-armv7.sh",
          "src/junit/com/jogamp/common/util/TestTempJarCache.java",
          "make/build.xml",
          "make/build-test.xml",
          "src/java/com/jogamp/common/util/JarUtil.java",
          "src/junit/com/jogamp/common/util/TestJarUtil.java"
        ],
        "commitId" : "9a71703904ebfec343fb2c7266343d37a2e4c3db",
        "timestamp" : 1340692763000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Derivation\u000a\u000a+++\u000a\u000aJNILibLoaderBase.addNativeJarLibs(..): Add API doc\u000aJNILibLoaderBase:\u000a\"addNativeJarLibs(Class<?> classFromJavaJar, String allNativeJarBaseName, String[] atomicNativeJarBaseNames)\" ->\u000a\"addNativeJarLibs(Class<?>[] classesFromJavaJars, String singleJarMarker, String[] stripBasenameSuffixes)\"\u000a\u000aDerive the 'all' (1st choice) native JAR URL solely on the given class's JAR URL.\u000a\u000aExamples:\u000a\u000a JOCL:\u000a        // only: jocl.jar -> jocl-natives-'os.and.arch'.jar\u000a        addNativeJarLibs(new Class<?>[] { JOCLJNILibLoader.class }, null, null );\u000a\u000a JOGL:\u000a       final ClassLoader cl = GLProfile.class.getClassLoader();\u000a       // either: [jogl-all.jar, jogl-all-noawt.jar, jogl-all-mobile.jar] -> jogl-all-natives-<os.and.arch>.jar\u000a       // or:     nativewindow-core.jar                                   -> nativewindow-natives-<os.and.arch>.jar,\u000a       //         jogl-core.jar                                           -> jogl-natives-<os.and.arch>.jar,\u000a       //        (newt-core.jar                                           -> newt-natives-<os.and.arch>.jar)? (if available)\u000a       final String newtFactoryClassName = \"com.jogamp.newt.NewtFactory\";\u000a       final Class<?>[] classesFromJavaJars = new Class<?>[] { NWJNILibLoader.class, GLProfile.class, null };\u000a       if( ReflectionUtil.isClassAvailable(newtFactoryClassName, cl) ) {\u000a           classesFromJavaJars[2] = ReflectionUtil.getClass(newtFactoryClassName, false, cl);\u000a       }\u000a       JNILibLoaderBase.addNativeJarLibs(classesFromJavaJars, \"-all\", new String[] { \"-noawt\", \"-mobile\", \"-core\" } );\u000a\u000aEfficiency / Performance:\u000a  - Reduced JAR URL lookup calls JarUtil.getJarURL(..)  - JNILibLoaderBase, Platform, JarUtil\u000a  - Attempt loading Jar files (native, class, ..) only once - TempJarCache\u000a\u000aCode Cleanup (IOUtil, JarUtil, :\u000a  - IOException if not found\u000a  - IllegalArgumentException if null argument\u000a\u000a+++\u000a\u000ajogamp.android-launcher.jar -> jogamp-android-launcher.jar\u000a\u000a+++\u000a",
        "date" : "2012-06-26T08:39:23+0200",
        "id" : "9a71703904ebfec343fb2c7266343d37a2e4c3db",
        "msg" : "Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/Platform.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/adb-install-all-armv7.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/JarUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestJarUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestTempJarCache.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/cache/TempJarCache.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/jvm/JNILibLoaderBase.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IOUtil.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}