Directory naming #56
Closed
adamkorynta
started this conversation in
General
Replies: 3 comments 2 replies
-
i think that looks reasonable to me. though one thing i'd point out is that perhaps eventual we won't have that "client-jetty" as we can just package the client and api jars into single instance. (though maybe we need it for now until that change.) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm going to turn that into an issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any input on |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the gradle subproject directories are as follows:
./rest_api - for the REST API war (odcsapi.war)
./web_client - for the web client war (odcs-web-client.war)
./odcsapi-jetty-standalone - for the embedded jetty tarball installer REST API (odcsapi-jetty-standalone.tar.gz)
./odcs-web-clientjetty-standalone - for the embedded jetty tarball installer web client (odcs-web-client-jetty-standalone.tar.gz)
Gradle doesn't particularly like directories being named differently than the artifacts that it produces so I'd like to propose renaming these directories:
./opendcs-rest-api - produces opendcs-rest-api.war
./opendcs-web-client - produces opendcs-web-client.war
./opendcs-rest-api-jetty - produces opendcs-rest-api-jetty.tar.gz
./opendcs-web-client-jetty - produces opendcs-web-client-jetty.tar.gz
Please offer any suggestions for repository and artifact clarity.
Beta Was this translation helpful? Give feedback.
All reactions