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

configuration "xjcEpisode" must be "xjcEpisodes" in documentation #31

Open
tiedev opened this issue Mar 22, 2021 · 2 comments
Open

configuration "xjcEpisode" must be "xjcEpisodes" in documentation #31

tiedev opened this issue Mar 22, 2021 · 2 comments

Comments

@tiedev
Copy link

tiedev commented Mar 22, 2021

I was wondering about this exception:

A problem occurred evaluating project ... Could not find method xjcEpisode() for arguments [configuration ...] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

I followed the documentation:
https://unbroken-dome.github.io/projects/gradle-xjc-plugin/#_consuming_episodes

By your samples I find out that it should be xjcEpisodes.

@gebhardt
Copy link

gebhardt commented Jul 2, 2021

And additionally, neither <name>XjcEpisode nor <name>XjcEpisodes is working as configuration for consuming episode files.
I get the following exception if I use fooXjcEpisodes 'my.group:my-artifact:0.1'

    A problem occurred evaluating project ':myproject'.
    > Could not find method fooXjcEpisodes() for arguments [my.group:my-artifact:0.1] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

@dlmiles
Copy link

dlmiles commented Mar 25, 2023

All the matters reported here should be addressed in PR #47 with commit 4dfdeb7

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

No branches or pull requests

3 participants