mapstruct / mapstruct-eclipse

An Eclipse plug-in for working with MapStruct
Other
13 stars 8 forks source link

Eclipse neon 3 plugin #42

Closed tokazio closed 7 years ago

tokazio commented 7 years ago

Can't install: problem occurred_2

Content.xml not exists

agudian commented 7 years ago

I just tried it out, installed a fresh Eclipse and installed the MapStruct plugin via the Marketplace (which points to the URL in your screenshot). Worked like a charm. Could that have been a temporary issue with dl.bintray.com? Or your systems certificate chain? Maybe an outdated Java version? Or a proxy within your internet connection? Try downloading the https://dl.bintray.com/mapstruct/mapstruct-eclipse-site/content.jar from a browser that takes certificates seriously (Chrome or Firefox, for example), to rule out most of the above.

agudian commented 7 years ago

Oh and there is indeed no content.xml, as it's included in the content.jar - looking for the content.xml is probably a fallback attempt as the download of the content.jar didn't succeed.

tokazio commented 7 years ago

Thanks @agudian Yes it's a proxy issue. Is there a zip version womewhere that i can manually install?

agudian commented 7 years ago

No, but you can just pull this repository and build it with mvn clean install to create the files in org.mapstruct.eclipse.repository/target/repository. The current master contains the same state as published on the update site. I’ll close this issue now, but feel free to continue commenting or reopen if necessary.

tokazio commented 7 years ago

ok thanks @agudian

filiphr commented 7 years ago

@agudian, maybe we can upload the zip packages in the GitHub releases section.

tokazio commented 7 years ago

ok i've downloaded the files/structures to a local folder then launched a mongoose http server to provide a http access without the proxy interferences.... fine. Thanks all