-
tfogwill committed revision 645 to the Dictionary Maker SVN repository, changing 1 files.
2007-04-04 14:58:20 UTC in Dictionary Maker
-
tfogwill committed revision 644 to the Dictionary Maker SVN repository, changing 1 files.
2007-04-04 14:49:39 UTC in Dictionary Maker
-
tfogwill committed revision 643 to the Dictionary Maker SVN repository, changing 1 files.
2007-04-04 14:35:27 UTC in Dictionary Maker
-
I've found (on Debian) a similar issue when placing the script in /usr/bin. The problem happens because the script does:
COMMAND_PATH=`echo ${0} | sed -e "s/\(.*\)\/.*$/\1/g"`
cd ${COMMAND_PATH}
i.e. it cd's to /usr/bin on my system. I edited the script to rather do
cd ${GP_HOME}
i.e. cd into the directory containing the jar file and plugins. This resolved the issue for me.
2007-04-02 14:01:43 UTC in GanttProject
-
tfogwill committed revision 599 to the Dictionary Maker SVN repository, changing 1 files.
2006-11-21 12:23:30 UTC in Dictionary Maker
-
tfogwill committed revision 579 to the Dictionary Maker SVN repository, changing 1 files.
2006-09-18 14:20:41 UTC in Dictionary Maker
-
Logged In: YES
user_id=640267
It doesn't happen when running with java/jre 1.4, but it
does happen with 1.5, on both Windows and Linux.
2006-09-12 11:30:56 UTC in Dictionary Maker
-
tfogwill committed revision 533 to the Dictionary Maker SVN repository, changing 6 files.
2006-08-21 11:15:42 UTC in Dictionary Maker
-
One should be able to import an existing g-to-p
rule-set into a project, or to do so when creating a
new project.
2006-08-17 15:38:57 UTC in Dictionary Maker
-
On page 4 of the new Project Creation dialog (Rules and
Dictionary), if you hover over the Import Dictionary
label or checkbox, the import button is enabled.
2006-08-17 15:31:10 UTC in Dictionary Maker