AIOTrade: Yahoo! data module updated
Due to the recent date format change in the Yahoo! historical data, I've updated the relative module: org-aiotrade-platform-modules-dataserver-basic.nbm
And also updated module: org-aiotrade-math.nbm to fix the bug mentioned at: Solution for bug: wrong date shown
To update your installed Aiotrade 1.0.3:
1.From menu: Tools -> Update Center
2.In the "Select Location of Modules" pane, click "Install Manually Downloaded Modules(.nbm Files)", then "Next"
3.Click [Add...] button, go to the path to select these two .nbm files that you downloaded. (Press Ctrl key down and click on file name to select multiple files)
4.Following the instructions to install updated modules.
5.Restart Aiotrade.
!Notice, you may need to delete all aiotrade log files, which are located at:
For Windows user:
C:\Documents and Settings\yourusername\Application Data\.aiotrade\1.0.3\var\log\
For Mac user:
${HOME}/Library/Application Support/aiotrade/1.0.3/var/log/
This is a quick fix, the final solution will be included in next release.
Posted at 12:42PM Feb 16, 2007 by dcaoyuan in AIOTrade | Comments[5]

What about a new build? When it will be available?
Posted by buza on February 16, 2007 at 01:23 PM PST #
Thank you for doing something.
The solution would be to support both date formats:try parsing yyyy-mm-dd and if an exception is thrown, try parsing mm-dd-yyyy
Posted by James on February 16, 2007 at 11:36 PM PST #
buza,
The new build with fix is also available on the sourceforge.net now.
James,
Yes, as you said, the fix supports these two date formats, I'll try to do more in next release, such as try to recognize the date format automatically.
Caoyuan
Posted by 220.207.71.226 on February 18, 2007 at 10:24 PM PST #
is it possible to rebuild aiotrader in eclipse? i cannot start my rebuilded program. cannot find an entry point.
Posted by buza on February 19, 2007 at 05:52 AM PST #
buza,
NetBeans works great. To build Aiotrade, you need NetNeans IDE 6.0 M4+. Then follow [For Developer] part in http://aiotrade.com
Posted by Caoyuan on February 19, 2007 at 11:51 PM PST #