Replies: 1 comment 1 reply
-
Moved to #475 (comment) when I found the same instructions to create the plugin and could isolate when the issue seems to have started. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I run
mvn clean package
on master and get a successful build. I try to go to Eclipse and install the plugin fromeclipse-cs\net.sf.eclipsecs-updatesite\target\repository
but it gets the following error:When comparing my packaged version versus the release, I notice that the core JAR is missing the 3rd party JARs (dom4j, snakeyml, javaassist). I assume this is why Eclipse fails to install, but I am not seeing what is missing to include them.
I also noticed my doc JAR is 1000x larger than the release version, but I assume this is unrelated.
This is the same with
net.sf.eclipsecs-updatesite/target/net.sf.eclipsecs-updatesite_10.4.0.202302051801.zip
.I have no issues compiling the project in Eclipse (no errors).
Beta Was this translation helpful? Give feedback.
All reactions