-
Notifications
You must be signed in to change notification settings - Fork 102
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
Install Cobigen plugins into eclipse #84
Comments
BTW: This was accidentally closed due to a bug in githubs autoclose feature. |
There is only one valid plugin available from the update site with ID |
* #145: improved verification of eclipse installation * #145: fixed/improved installation to auto-detect if archive has a single top-level folder (except macos *.app dir) to omit in installation dir * #84: install CobiGen from public update site * #89: fixed another invisible unicode space character * #148: updated vscode to 1.36.1 * #145: fixed proper download URL for vscode on windows to prevent broken ZIP download issue * #145: fixed node installation verification to work also on windows * #150: fixed m2e lifecylce-mapping config * #149: prevent eclipse lock stopping to launch other IDEs
Technically implemented with PR #148 |
@hohwille I did not change anything, but installation was no problem for me at all. Let's have a chat if you are available. |
Hello, I can confirm the JAXB error, when installing eclipse & Cobigen with devon-ide scripts. @maybeec : since this looks like a dependency error, you have to start from a fresh eclipse install to see the problem. Uninstalling from a working install probably keep the dependency installed. Nicolas |
@nricheton I just tried it with a fresh eclipse version downloaded from the eclipse public pages and installed cobigen. No problem. So I am wondering now how to reproduce this issue. What exactly did you do? What did you install, what didn't you install? |
I used devon-ide scripts 3.0.0 beta 11 (latest) to do the full environment setup on mac |
ok, I drilled it down. It seems to be an issue with jdk 11. I created a new issue in the cobigen repository regarding that: devonfw/cobigen#970 |
@nricheton and @maybeec 👍 for your analysis and taking this further. |
I will keep you posted.
I will check about the issue and if there is some. But IMHO we should install all plug-ins by default. CobiGen is not yet able to lazily install plug-ins and as we actually don't know in which context the user is trying to make use of CobiGen, we have to be prepared as otherwise everyone will simply quit saying "it does not work". |
My intention was always to install CobiGen completely with all plugins, so I fully agree @maybeec. |
OK, tried it and got the same error again:
|
OK. Obviously an invalid ID. It may have changed but it is more likely I did some copy&past bug as this does not make any sense:
Do you know the correct ID for temeng-velocity before I find it? |
|
It was just a |
Merged PR #205 |
Requires this issue to be fixed: Do we have a critical path here? |
I'm currently working on it. The CobiGen CLI is > JDK9 compatible, but now I'm fixing CobiGen for Eclipse with > JDK9 |
I have already tested the lastest state and it works like a charm. Great job CobiGen team 👍 |
@hohwille, @maybeec, @jdiazgon: I just ran into apparently the same problem, although I am using devonfw-ide release 3.2.4-SNAPSHOT as of December, 21st. The problem occured first during the setup of the ide. After firs setup, the eclipse installation is not attempted a second time ("already installed"), so I tried "devon eclipse add-plugin".
Threre is no further error message on the command line |
OK, I just found a log file:
Where are the plugins? OK, I found the section on manual installation of the CobiGen Eclipse integration on Section X, chapter 54 of the devonfw guide. It refers to http://de-mucevolve02/files/cobigen/updatesite/stable/ which is accessible for Capgemini staff only. Also, the instructions on what to install are not very precise: The commandlet installs |
Hmmmm... now I am stuck with the next problem: The guide says: "Checkout (clone) your project’s templates folder or use the current templates released with What can I do? |
A hint on your last point about the issues with long paths: git is able to use the newer Windows API - without that limitation - when needed, since longer. But you need to activate this with help of the following config setting
Besides that you could also download each github repository as ZIP archive (check the web gui on main directory of repo for that option) and such extract only those dirs/files to filesystem, you need. |
Also it might be good to open this as an own issue, since this issue was (mostly) about the former JDK 11 incompatibility. |
@Jan-PeterRichterCG , @markusschuh , as of discussions with legal regarding public distribution of packaged solutions like CobiGen eclipse installation bundles, we needed to take them offline. |
We need to integrate cobigen as a plugin for Eclipse. Therefore all we need is a public update site URL and the feature id:
https://github.com/devonfw/devon-ide/blob/8a8c4a661d81e325260fd6c44423bfdb07f64b74/scripts/src/main/resources/scripts/command/eclipse#L106
The text was updated successfully, but these errors were encountered: