openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
N
NoteLab
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jan 30, 2025 — Jan 30, 2026
Showing page 9 of 16
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
I've found that if the OS is windows use the exec(String) method with execFile.getAbsolutePath() and if the OS is UNIX use the exec(String[]) method with the String array having only one String, which is execFile.getAbsolutePath().
kramerd
More...
over 18 years ago
Changed the version number to 0.1.4rc14.
kramerd
More...
over 18 years ago
If the exec(String[]) method is used to execute a system call the filename should have have spaces in its path modified. Thus these modifications were removed.
kramerd
More...
over 18 years ago
Changed the version number to 0.1.4rc13.
kramerd
More...
over 18 years ago
Now the command that the system should execute to start NoteLab is placed in an array before being given to the exec() method so that the exec() method does not incorrectly tokenize the command.
kramerd
More...
over 18 years ago
Changed the version number to 0.1.4rc12.
kramerd
More...
over 18 years ago
Now the startup script has spaces replaced with "\ " on UNIX systems and the entire command encapsulated in quotation marks on Windows systemsm.
kramerd
More...
over 18 years ago
Changed the version number to 0.1.4rc11.
kramerd
More...
over 18 years ago
Now the path is set to contain the working directory of the notelab startup script when the exec() method call is called to start NoteLab.
kramerd
More...
over 18 years ago
Changed the version number to 0.1.4rc10.
kramerd
More...
over 18 years ago
Now the path is set to the current directory following by the original path when the startup script is executed.
kramerd
More...
over 18 years ago
Changed the version number to 0.1.4rc9.
kramerd
More...
over 18 years ago
Now the script "notelab.sh" is used on Mac OS X systems instead of "notelab.command" to start NoteLab from the installation panel.
kramerd
More...
over 18 years ago
Added methods to get the script extension for Unix, Windows, and Mac OS X systems.
kramerd
More...
over 18 years ago
Changed the version number to 0.1.4rc8.
kramerd
More...
over 18 years ago
Now the startup script is started with the Runtime.getRuntime().exec() method that takes the scripts name as the first argument, the environment as the second argument, and the current working directory as the third.
kramerd
More...
over 18 years ago
Changed the version number to 0.1.4rc7.
kramerd
More...
over 18 years ago
Now if NoteLab is installed on a UNIX system all occurences of a space in the executable scripts filename are replaced with the sequence "\ " before the script is executed.
kramerd
More...
over 18 years ago
Changed the version number to 0.1.4rc6.
kramerd
More...
over 18 years ago
Now if the operating system is a UNIX system when NoteLab is started after the installation the command <bash "filename"> is executed. Otherwise the filename itself is executed by the system.
kramerd
More...
over 18 years ago
Now the frame says "you can find future releases of NoteLab on its homepage ...." instead of ".... at its homepage ....".
kramerd
More...
over 18 years ago
Changed the version number to 0.1.4rc5.
kramerd
More...
over 18 years ago
Enclosed all filenames with quotation marks so that if the filenames contain spaces the system will still be able to locate them.
kramerd
More...
over 18 years ago
Enclosed all filenames with quotation marks so that if the filenames contain spaces the system will still be able to locate them.
kramerd
More...
over 18 years ago
Enclosed all filenames with quotation marks so that if the filenames contain spaces the system will still be able to locate them.
kramerd
More...
over 18 years ago
Enclosed all filenames with quotation marks so that if the filenames contain spaces the system will still be able to locate them.
kramerd
More...
over 18 years ago
Enclosed all filenames with quotation marks so that if the filenames contain spaces the system will still be able to locate them.
kramerd
More...
over 18 years ago
Now dirname "$0" is used to get the install directory. This is done so that if the install directory contains a space, the
kramerd
More...
over 18 years ago
Now when the system is asked to execute the startup script, the path to the script is enclosed in quotation marks. As
kramerd
More...
over 18 years ago
Changed the version number to 0.1.4rc4.
kramerd
More...
over 18 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
14
15
16
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree