-
Notifications
You must be signed in to change notification settings - Fork 39
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
id attribute in the repository tag #17
Comments
I have started to work on this issue on my GitHub fork. It is the first time I use XText in a real example… So I hope what I did make sense. Because id attribute in repository tag isn’t supported by PDE at all, I rewrote the export (for target file version 3.6, 3.7 and 3.8). This means that I do not have any dependency to PDE anymore (because I have re-implemented the export by myself). For the moment to preserve the way the other fragments are working, I created a new Converter in a new fragment: I haven’t tested yet:
I am also not sure about my implementation of the monitor. Because I do not know how the API should be used, I invented something, taking the existing code as example. It might be wrong… I would appreciate to get feedback. |
Hi Jérémie, Thank you for your work. Unfortunately, I will not have time to look at it this week. Will try to do it next week. I will let you know. Cheers, Le 13 nov. 2013 à 21:59, Jérémie Bresson notifications@github.com a écrit :
|
I did not took your code sample sorry (because I did not wanted to use XML API to serialize such a simple document). But the feature is there and will be shipped with 2.0 ;) |
XML API is what PDE does... (I took the code from PDE). I will have a look at your version 2. |
When used in combination with Maven Tycho, it is possible to define an id attribute in the repository tag.
This allows applying some maven stuff (providing a password, a mirror…) for this repository
Example in the “.m2/settings.xml”:
From what I can tell, it does not seems to be supported by PDE:
org.eclipse.pde.internal.core.target.IUBundleContainer#serialize()
The text was updated successfully, but these errors were encountered: