Skip to content
This repository was archived by the owner on Sep 13, 2018. It is now read-only.

Conversation

@wltjr
Copy link

@wltjr wltjr commented Oct 10, 2017

Initial crude class that wraps ResourceGenTask, to generate resources via CLI. Needed for packaging Jersey on Gentoo Linux, non ant, maven, gradle, etc. Though using ant classes just not invoking ant or using build.xml.

java -cp ... com.sun.istack.build.ResourceGenCLI \
    -b /tmp/jersey-2.26/core-common/src/main/resources \
    -d /tmp/jersey-2.26/core-common/src/main/java \
    -l /tmp/jersey-2.26/LICENSE.txt \
    -r "**/localization.properties"  \
    -p "org.glassfish.jersey.internal.l10n"

I was going to create a stand alone project but figured might as well submit this as a contribution. Worse case can use as a patch for my needs on Gentoo. Thanks!

@wltjr
Copy link
Author

wltjr commented Dec 4, 2017

I will rebase this, not sure where that extra stuff came from :P

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants