Skip to content
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

Option to exclude generating Java classes of imported types #4

Open
mjunsilo opened this issue Nov 2, 2016 · 0 comments
Open

Option to exclude generating Java classes of imported types #4

mjunsilo opened this issue Nov 2, 2016 · 0 comments

Comments

@mjunsilo
Copy link

mjunsilo commented Nov 2, 2016

We are importing DKPro types that have handcrafted Java implementations in the next release. Modules, that rely on those handcrafted method implementations not available in a code generated class, will fail if the handcrafted type is not found first in the classpath.

It would be easier to manage if we could just disable generating Java classes of imported types, preferably if they could be excluded/included based on regex patterns. However, a simple on/off switch for generating imported types would be a good start.

The JCasGen Maven plugin seems to have such an option already:

https://issues.apache.org/jira/browse/UIMA-2958

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant