finmath / finmath-lib

Mathematical Finance Library: Algorithms and methodologies related to mathematical finance.
Apache License 2.0
488 stars 168 forks source link

finmath-lib vs finmath-experiments #2

Closed aoboturov closed 11 years ago

aoboturov commented 11 years ago

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.

cfries commented 11 years ago

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.

aoboturov commented 11 years ago

Consider to use autogeneration from maven to Eclipse and Ant: http://maven.apache.org/guides/mini/guide-ide-eclipse.html http://maven.apache.org/plugins/maven-ant-plugin/