Bug 217 - JOGLAppletLauncher attempts to create file with an invalid name
Summary: JOGLAppletLauncher attempts to create file with an invalid name
Status: VERIFIED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: All windows
: P4 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2006-04-15 09:22 CEST by Sven Gothel
Modified: 2010-03-24 07:48 CET (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2010-03-24 07:48:44 CET


---- Reported by spiff 2006-04-15 09:22:02 ----

JOGLAppletLauncher is now (as of JOGLAppletLauncher version 1.3) trying to
create a directory with an invalid name. It uses a data/time stamp of the latest
release build. The time portion of the stamp contains a ":" (as in "12:00:00")
which is an invalid character in a Windows filename. I do not believe this
affects stable builds (since they don't include a time as part of their
versioning information), so this bug isn't too serious. However, people should
be aware that this causes JOGLAppletLauncher to not work on nightly builds.



---- Additional Comments From kbr 2006-04-17 01:07:57 ----

Replaced invalid ':' characters with legal '_' character.




--- Bug imported by sgothel@jausoft.com 2010-03-24 07:48 EDT  ---

This bug was previously known as _bug_ 217 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=217