Open Werror opened 7 years ago
Hi @Werror , I am a developer from JStock team. Yes, after clone, checkout master branch, which is the default branch. You should be able to compile & run it.
I don't understand your means.
since org.yccheok.jstock.engine
is closed component, the download package lack of this component, which cuase whole project cannot be compiled!
in other words, the code cannot be build?
Yes @jiangwest what you are saying is my concern. @shuwnyuantee @javabrett if you were able to build the application, would you be able to share your experience. I am basically blocked since the code will not compile.
Anyone lacking access to the now closed-source engine component (including me) cannot build-from-source at this time. The only workaround is to use the release binary as a library to satisfy the compile-time libraries. See my comment on #51 .
@javabrett cool thanks for helping out, I would definitely try that, and post my result :D
@Werror @javabrett @jiangwest @shuwnyuantee Sorry guy. I should make org.yccheok.jstock.engine as a single jar file, so that you guys can build it without trouble. Going to include this in my TO-DO list.
Please update us when this is completed. I can't even compile the project. Is there an older version of the source that I can compile?
You can try the older version source like https://github.com/yccheok/jstock/tree/release_1-0-7z/src/org/yccheok/jstock/ while I'm preparing the jar file for engine package.
@yccheok I will check it out. Do you know about when the jar file will be done? Thanks for your support on this project. Awesome program! :)
@yccheok @shuwnyuantee I still can't get this to compile. Do you know when the org.yccheok.jstock.engine will be made a single jar so we can compile this?
I was able to compile with following packages taken from jStock binaries, since they are missing from current code-line.
org.yccheok.jstock.engine org.yccheok.jstock.gui.trading org.yccheok.jstock.trading
Ive also been trying to compile for 30minutes, and even tried the 1.07.32 version. Just found this issue #88 . Maybe you could specify this in the Read.me file ? Thanks and Thank you for this project!
I have clone the source and installed netbean. Is there specific guide to how to build for new developers? I assume I can build from master branch?