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

wsdl2java fails on compile "cannot find symbol" #45

Open
jonavon opened this issue Jun 10, 2014 · 4 comments
Open

wsdl2java fails on compile "cannot find symbol" #45

jonavon opened this issue Jun 10, 2014 · 4 comments

Comments

@jonavon
Copy link

jonavon commented Jun 10, 2014

wsdl2java command fails for a plugin project.

Command fails because "cannot find symbol" can't compile because the sources are not generated. Any ideas?

@jonavon
Copy link
Author

jonavon commented Jun 11, 2014

It seems to me that the script is compiling the project before it will generate from wsdl. I need the files generated before compilation. Will someone tell me if my expectations are incorrect?

@ctoestreich
Copy link
Member

I fixed this on grails cxf. Will try and resolve it soon. What version of grails are you using?

@jonavon
Copy link
Author

jonavon commented Jun 11, 2014

I am using 2.3.4, but can easily upgrade. If the fix is pushed into git, I'll gladly update. Thanks.

I am also using cxf 1.1.3 and cxf-client 1.6.1

@jonavon
Copy link
Author

jonavon commented Jun 12, 2014

I've been able to get somewhat satisfactory behavior by editing your Wsdl2Java script. I put all the relevant configuration values into BuildConfig.groovy. I had to remove any requirement for compilation which resulted in your script with a bunch lines deleted.

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

2 participants