finmath/finmath-lib

finmath-lib vs finmath-experiments

aoboturov opened this issue · 2 comments

There's a suggestion to merge both packages in one. Consider to make maven-like project structure and probably use maven to project build.

main/src/java
main/test/java

as an example of directory structure in project. A problem you have now is that finmath-experiments depends on finmath-lib but finmath-lib is included into the the former as a compiled jar. Hence they are separated somewhat, but I'm not sure it was the purpose.

Thank you for your feedback.

finmath lib moved to a Maven style layout - as suggested. finmath experiments is still in its original form, but will be adapted soon.

I still maintain an Ant build.xml file and an Eclipse .project file. This is to support "Users" who do not have maven installed or are not used to maven.