Bug 465

Summary: Wrong path in newt.jnlp
Product: [JogAmp] Newt Reporter: Martin <mbwarrenfaith>
Component: x11Assignee: Sven Gothel <sgothel>
Status: VERIFIED FIXED    
Severity: normal    
Priority: ---    
Version: 1   
Hardware: All   
OS: all   
Type: --- SCM Refs:
c95bc87835319758c10f56ea2cd12093efc3c9c0
Workaround: ---

Description Martin 2011-01-26 13:34:32 CET
The newt.jnlp that can be found here http://jogamp.org/deployment/jogamp-next/ has broken links inside. There is no "newt.x11.jar" it must be "newt.os.x11.jar".
Comment 1 Sven Gothel 2011-02-03 06:10:20 CET
Was already fixed:

commit c95bc87835319758c10f56ea2cd12093efc3c9c0
Author: Sven Gothel <sgothel@jausoft.com>
Date:   Wed Dec 15 02:56:37 2010 +0100

    Fix jnlp files jar names and removed main attribute of jar ref
    
    <module>.[win|x11|osx].jar  -> <module>.os.[win|x11|osx].jar
    
    nativewindow.os.windows.jar -> nativewindow.os.win.jar
    newt.broadcomegl.jar        -> newt.hw.broadcomegl.jar
    newt.intelgdl.jar           -> newt.hw.intelgdl.jar
    
    removed non existing jnlp file for config gl2es12.