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

No such property: absolutePath for class: java.lang.String error is thrown on jetty* build #23

Closed
bgaborg opened this issue May 23, 2014 · 7 comments
Assignees

Comments

@bgaborg
Copy link

bgaborg commented May 23, 2014

Exception in thread "Thread-12" groovy.lang.MissingPropertyException: No such property: absolutePath for class: java.lang.String is thrown when building with any jetty* task.
Full stacktrace:
http://pastebin.com/kuspgtNm

akhikhl added a commit that referenced this issue May 23, 2014
@akhikhl akhikhl self-assigned this May 23, 2014
@bgaborg
Copy link
Author

bgaborg commented May 23, 2014

Still getting Exception in thread "Thread-11" groovy.lang.MissingPropertyException: No such property: absolutePath for class: java.lang.String

@akhikhl
Copy link
Owner

akhikhl commented May 23, 2014

I fixed it in version 0.0.20 (already at jcenter). Could you, please, test it and give feedback?

@szepgergo
Copy link

Unfortunately I'm getting the same error:
Exception in thread "Thread-14" groovy.lang.MissingPropertyException: No such property: absolutePath for class: java.lang.String

@akhikhl
Copy link
Owner

akhikhl commented May 23, 2014

Let's isolate problem step by step.

  1. Does your build script apply from: '.../gretty.plugin' or did you insert buildscript-part into your "build.gradle"?
  2. Does the problem disappear, if you delete 'logback.xml' and do gradle clean, gradle jettyRun?
  3. Is stacktrace now different?

@bgaborg
Copy link
Author

bgaborg commented May 23, 2014

  1. I'm using https://raw.githubusercontent.com/akhikhl/gretty/master/pluginScripts/gretty9-0.0.19.plugin
  2. No It's not. I've run gradle clean, even deleted my .gradle folder at home dir
  3. Exception in thread "Thread-14" groovy.lang.MissingPropertyException: No such property: absolutePath for class: java.lang.String

@akhikhl
Copy link
Owner

akhikhl commented May 23, 2014

Please change from 0.0.19 to 0.0.20 😄

@bgaborg
Copy link
Author

bgaborg commented May 23, 2014

It's working now.
Thank you for your support! 👍

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