yccheok / jstock

JStock is a free stock market software for 28 countries.
https://jstock.org
657 stars 345 forks source link

little help compiling? #148

Open ear9mrn opened 4 years ago

ear9mrn commented 4 years ago

Not an issue just some guidance. Sorry but i am not familiar with compiling java code, trying to do this on my Ubuntu (19.10) machine with the following

ant -f build.xml

And get a bunch of errors. /jstock/src/org/yccheok/jstock/alert/GoogleMail.java:35: error: cannot find symbol [javac] import org.yccheok.jstock.engine.Pair;

I am sure it is a simple fix but any guidance would be appreciated.

Thanks,

Pete.

rkraneis commented 4 years ago

It seems as if there are a lot of classes missing. Pair is not the only one. Maybe forgotten to git add them before committing?

rkraneis commented 4 years ago

Actually, part of it is closed source: https://github.com/yccheok/jstock/issues/111 So you will have no luck trying to compile it yourself.

commit 8df5fb6886b5d1f493b84b6fcf7bdf3a276da3d4 Author: Yan Cheng Cheok yccheok@yahoo.com Date: Sat Jul 25 22:44:29 2015 +0800

org.yccheok.jstock.engine will be closed source component.

Which means that this

It's free and open source

is just false advertisement.