-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
In some mvn builds, you get 'URI not absolute' errors. #718
Comments
👤 reinierz 🕗 May 29, 2014 at 18:11 UTC Stack trace: java.lang.IllegalArgumentException: URI is not absolute |
👤 Serega.Sheypak 🕗 Jun 01, 2014 at 18:26 UTC Hi, is there any workaround? I met in in version 1.14.0 |
👤 [email protected] 🕗 Jun 03, 2014 at 19:25 UTC This is not only related to Maven builds. I also get this error a couple of times. I changed my local lombok code to see which URIs have been passed to the method. As you can see it tries to resolve URIs specific to Rational Team Concert version control. I got hundreds of these while building. java.lang.IllegalArgumentException: File: sourcecontrol://jazz/default/de.xyz/src/de/XYZ.java |
👤 r.spilker 🕗 Jun 06, 2014 at 00:11 UTC |
👤 r.spilker 🕗 Jun 11, 2014 at 09:34 UTC Issue #725 has been merged into this issue. |
👤 sis.yoshiday 🕗 Jun 16, 2014 at 03:53 UTC I got below log on lombok 1.14.2, Android project (Gradle build) Somehow ended up with a relative path. This is a bug that the lombok authors cannot reproduce, so please help us out! Is this path: "file:/Users/path/to/my/file.java" the correct absolute path for resource "/Users/path/to/my/file.java"? If yes, or no, please report back to: issue #718 and let us know. Thanks! I think there are same path ( with the exception of "file" scheme ) |
👤 wordymusic 🕗 Jun 20, 2014 at 00:19 UTC "Somehow ended up with a relative path. This is a bug that the lombok authors cannot reproduce, so please help us out! Is this path: (etc)" Yep, correct path. |
👤 spierce7 🕗 Jun 21, 2014 at 04:31 UTC Yes the paths are matching for me. It's probably worth mentioning I'm using IntelliJ and OSX. I'm also building for Android. |
👤 [email protected] 🕗 Jun 23, 2014 at 00:11 UTC Paths match for me. $ mvn --version |
👤 michal.kara 🕗 Jun 23, 2014 at 19:40 UTC Got this too. Paths match. Version: Apache Maven 2.2.1 (rdebian-6) Seems to me this happens when I have @ Getter / @ Setter annotations on static inner classes. |
👤 r.spilker 🕗 Jun 26, 2014 at 09:07 UTC We've made some changes and published an edge release. Any feedback is much appreciated. To download the edge: https://projectlombok.org/download-edge.html |
👤 ben.lister 🕗 Jun 26, 2014 at 16:05 UTC Yep, happens for me too. Paths match. The class is an Android activity, and has a simple field declaration, with no calls to the (generated) accessors. @ Getter "Somehow ended up with a relative path. This is a bug that the lombok authors cannot reproduce, so please help us out! Is this path: ..." I also got this one at the same time, not sure yet if it's related: |
👤 ben.lister 🕗 Jun 26, 2014 at 16:12 UTC A few extra nuggets:
Thanks for pushing the patch! B |
👤 steff.nicolas 🕗 Jun 29, 2014 at 07:55 UTC I experienced this error as well. If I don't use @ Getter, the error goes away. I tried to call my getter from tests as suggested by ﹟15 but the error didn't disappear. But it was from tests, not from main code. Hope that helps. |
👤 steff.nicolas 🕗 Jun 29, 2014 at 07:56 UTC About the edge, I would suggest deploying a snapshot so that maven users can switch rapidly to edge versions. |
👤 slonce.69a 🕗 Jul 01, 2014 at 18:14 UTC In my situation it was while building by Jenkins. Locally build error was accurate, and not regarding Lombok. |
👤 slonce.69a 🕗 Jul 01, 2014 at 18:18 UTC I have to add that I didn't have the exception, only statement: |
👤 [email protected] 🕗 Jul 28, 2014 at 17:12 UTC I'm also getting tons of the "Somehow ended up with a relative path. This is a bug that the lombok authors cannot reproduce, so please help us out" messages, but build appears successful. This only happens on a jenkins gradle 1.9 build, if that helps. |
👤 steve.a.block 🕗 Apr 09, 2015 at 01:08 UTC It sounds like this has been fixed in the edge release mentioned by r.spilker on 2014-06-26. Has the fix been included in a regular release, and if so, which one? |
👤 reinierz 🕗 May 15, 2015 at 10:34 UTC Yeah, lots of em. The changelog has dates, so probably lombok v1.14.0 and up has this fix. See: https://projectlombok.org/changelog.html ACTION: Mark as 'verified' if no further feedback by Jun 1st, 2015. |
End of migration |
Sounds like this is fixed. |
Migrated from Google Code (issue 683)
The text was updated successfully, but these errors were encountered: