Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70651 - ganttproject script in /usr/bin/ fails to open .gan files with spaces in path
Summary: ganttproject script in /usr/bin/ fails to open .gan files with spaces in path
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Java team
URL:
Whiteboard:
Keywords: Bug
Depends on:
Blocks:
 
Reported: 2004-11-10 03:31 UTC by Rune Jensen
Modified: 2004-11-29 08:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rune Jensen 2004-11-10 03:31:25 UTC
ganttproject script in /usr/bin/ fails to open .gan files with spaces in path
It can be fixed by adding "" around $@ like this :
java -classpath `java-config -p ganttproject`   net.sourceforge.ganttproject.GanttProject "$@"

Reproducible: Always
Steps to Reproduce:
1.run ganttproject dir/dir 2/file.gan
2.
3.

Actual Results:  
Error popup when starting application. Failed to open file dir 

Expected Results:  
Opened the file
Comment 1 Rune Jensen 2004-11-10 03:36:48 UTC
Forgot to mention that the bug concerns app-office/ganttproject-1.10.1.ebuild
Comment 2 Thomas Matthijs (RETIRED) gentoo-dev 2004-11-29 08:23:30 UTC
fixed