Import "Existing Gradle Project" fails while importing Java agent into Eclipse #15381
-
|
I am working on Java agent extension to support an J2EE vendor with OTEL (its J2EE system). I managed to create a kind of PoC, but I really would like to import Java agent in my Eclipse. So far I was just browsing the source code without having it as proper Java projects. The “Import existing Gradle” action with agent insturmentation fails with an exception. Full stack trace: error.log Obviously, I am not trying to upload anything. Do I need to change something in a .kts? Unfortunately, I am a Maven user not familiar with Gradle. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
What version are you trying to import? Couple of releases ago we had a bug that could cause this, but that should be fixed. I suspect that we don't have any eclipse users actively working on this project, so can't really comment on whether importing the agent would succeed or not. You could also try deleting the |
Beta Was this translation helpful? Give feedback.
What version are you trying to import? Couple of releases ago we had a bug that could cause this, but that should be fixed. I suspect that we don't have any eclipse users actively working on this project, so can't really comment on whether importing the agent would succeed or not. You could also try deleting the
uploadReleaseBundletask fromopentelemetry-java-instrumentation/build.gradle.kts
Line 167 in 6d6915e