 |
Forums |
Admin Start New Thread
By: Michael Kelly
RE: Great new features in 1.03! (exec fails) [ reply ] 2006-04-26 13:34
|
|
The issues with the 1.0.3 executable have been corrected. I just had to explicitly "require" the Time class in order for it to get pulled in correctly by the rubyscript2exe tool. Anyway, I've posted a new release 103a that replaces the previous release.
|
By: Bill Burton
RE: Great new features in 1.03! (exec fails) [ reply ] 2006-04-25 03:02
|
I installed the RubyScript2Exe GEM and built an .exe for WorkTimeRecorder.rb. This new executable worked fine.
Then I made some changes to the code and rebuilt the exe again and it had the same problem with parsing dates.
The first time I ran RubyScript2Exe successfully, I may have had RUBYLIB set to the src directory. That's the only thing I can think of that was different between the runs.
I can try experimenting more with it tomorrow.
-Bill
|
By: Michael Kelly
RE: Great new features in 1.03! [ reply ] 2006-04-25 02:50
|
|
Thanks. Yea, I just ran the executable and saw the issue with the dates. Looks like a problem with the rubyscript2exe.rb script that I used to create the executable. The error has to do with a "parse" method that I'm using to convert a string into a Time object. The older version of Ruby has a parse method in the DateTime object. The new version only has the parse method in the Time object. The code is compatible with the new version of ruby. I need to investigate this a bit further.
|
By: Bill Burton
Great new features in 1.03! [ reply ] 2006-04-24 16:08
|
Thanks for the new features and bug fixes in 1.03! The ability to edit events is welcomed as is the selection of the start and end dates for the Daily Report.
Unfortunately, there's some issue with the executable which causes parse errors on dates. However, running WorkTimeRecorder.rb directly gets around this issue. I filed a bug report on that issue.
|
|
 |