Bug 465 - Wrong path in newt.jnlp
Summary: Wrong path in newt.jnlp
Status: VERIFIED FIXED
Alias: None
Product: Newt
Classification: JogAmp
Component: x11 (show other bugs)
Version: 1
Hardware: All all
: --- normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2011-01-26 13:34 CET by Martin
Modified: 2011-02-03 06:10 CET (History)
0 users

See Also:
Type: ---
SCM Refs:
c95bc87835319758c10f56ea2cd12093efc3c9c0
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.