OpenBEL / openbel-framework

An open platform for capturing, integrating, storing, and sharing biological knowledge in and across organizations.
http://openbel.org
Apache License 2.0
22 stars 7 forks source link

Duplicate JARs in distribution #1

Closed nbargnesi closed 11 years ago

nbargnesi commented 12 years ago

JARs are needlessly duplicated in the distribution across the lib/api and lib/belcompiler directories (e.g., antlr-2.7.7.jar, commons-math-1.2.jar). We may be able to collapse two classpaths into one with the advent of the 2.0.0 refactored codebase.

nbargnesi commented 12 years ago

Our current situation has improved here, we're only duplicating the org.openbel.framework.api JAR. It's simpler to present just one directory (e.g., lib) containing all the JARs.

We can use the user documentation to describe how to use either API or the wiki if we need something we can rev independent of the source.

@abargnesi What are your thoughts? I'm proposing collapsing lib/api, lib/belcompiler, and lib/webapiclient into just lib, and using documentation to describe how to get started with either the Java or Web API.

abargnesi commented 12 years ago

Agreed. Maybe create a follow-up issue to update the documentation.

jhourani commented 12 years ago

Look at closing this issue.