Skip to content

Add target to build jar with no dependency jars #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 6, 2017

Conversation

sideshowbarker
Copy link
Member

The ant “jar” target in build.xml here now builds a css-validator.jar file that
includes all the dependency jars from the lib/ subdirectory. But in some cases
it’s also still useful to have a css-validator.jar without the dependencies; so
this change adds an additional “jar-without-dependencies” target for doing that.

The ant “jar” target in build.xml here now builds a css-validator.jar file that
includes all the dependency jars from the lib/ subdirectory.  But in some cases
it’s also still useful to have a css-validator.jar without the dependencies; so
this change adds an additional “jar-without-dependencies” target for doing that.
@ylafon ylafon merged commit c148c7b into master Dec 6, 2017
@sideshowbarker sideshowbarker deleted the sideshowbarker/jar-without-dependencies branch December 6, 2017 13:05
sideshowbarker pushed a commit that referenced this pull request Dec 7, 2017
Add target to build jar with no dependency jars
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants