DatabaseGroup / apted

APTED algorithm for the Tree Edit Distance
http://tree-edit-distance.dbresearch.uni-salzburg.at/
MIT License
115 stars 34 forks source link

Local gradle pulbish and project refactoring into packages #2

Open natanieljr opened 7 years ago

natanieljr commented 7 years ago

Dear Nikolaus,

In that commit I did the following changes:

The main benefit of these changes is to improve easiness to use. Currently, to be used in another project, AAPTED JAR has to be copied to a folder and linked to the project as a dependency. With my change, once you deploy it locally, Gradle can handle the dependency management.

Regards,

Nataniel

mateuszpawlik commented 6 years ago

I've commented on the pull request #6. It also contains packaging changes. When we're done with it, I come back here.

mateuszpawlik commented 6 years ago

Please see the last changes in the master branch and let me know what would be still missing to fix. I think that's only the Maven part. Is that correct?

natanieljr commented 6 years ago

Yes,

All that is missing is the maven plugin to deploy it to a local maven repository.

mateuszpawlik commented 5 years ago

We're discontinuing this repository. Is this pull request still interesting to resolve?

Have a look at our new C++ Tree Similarity library.