|
From: Kee H. <kee...@gm...> - 2011-06-28 18:36:50
|
Are there any design documents that layout the architecture of the program? Documentation stating where and how the data is stored, which programs or classes are responsible for what etc.? I've been looking at the program and there are a lot of modules contained in the program. Some of them are obvious, some not so much. Kee From: Josh Taylor [mailto:nli...@ya...] Sent: Tuesday, June 28, 2011 6:24 AM To: cha...@li... Subject: Re: [Chartsy-devel] NetBeans 7.0 and the latest chartsy doesn't build? Apologies for the late response to this. I've been VERY busy with my current job. The fix actually is easy... use Netbeans 6.9.1. We haven't converted over to 7.0 yet that Iknow of. Plus, the error says it's looking for hte 6.9.x build harness. Stick with 6.9.1 for now. I have both 6.9.1 and v7.0 on my machine at the moment. I haven't contributed to Chartsy since last October but I just haven't had a chance. I'll be finishing up the TA-Lib technical indicators integration when I can get back to it. I have the Japanese Candlestick recognition code to integrate. Good luck. 6.9.1 should work for you. r, josh _____ From: Frank Wang <fra...@ya...> To: "cha...@li..." <cha...@li...> Sent: Sun, June 26, 2011 1:54:25 AM Subject: [Chartsy-devel] NetBeans 7.0 and the latest chartsy doesn't build? Hi, I am a new subscriber to this list. Pulled down the source along with the new NetBeans 7.0. When I try to build, I got the following error: C:\projects\chartsy\trunk\Chartsy\build.xml:7: The following error occurred while executing this line: C:\projects\chartsy\trunk\Chartsy\nbproject\build-impl.xml:41: Cannot find NetBeans build harness. Check that nbplatform.NetBeans_IDE_6.9_(Build_201006101454).netbeans.dest.dir and nbplatform.NetBeans_IDE_6.9_(Build_201006101454).harness.dir are defined. On a developer machine these are normally defined in C:\Users\johndoe\.netbeans\7.0\build.properties=C:\Users\johndoe\.netbeans\7 .0/build.properties but for automated builds you should pass these properties to Ant explicitly. Any easy fix that exists? thanks Frank |