|
Re: Create the updatesite [message #1689529 is a reply to message #1674599] |
Mon, 23 March 2015 20:07   |
|
I'm assuming that you want to build your own update site for downloading BPMN2 Modeler, is that correct? In that case, you'll need to edit the parent pom.xml and change the <url> for the eclipse-bpmn2 repository to point to your own bpmn2 metamodel update site, here:
<repositories>
...
<repository>
<id>eclipse-bpmn2</id>
<url>http://my.bpmn2.metamodel.update.site/</url>
<layout>p2</layout>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
HTH,
Bob
|
|
|
|
Re: Create the updatesite [message #1689850 is a reply to message #1689827] |
Tue, 24 March 2015 13:42   |
|
Ah, right. I forgot that there's an ant build step that adds dependent repository URIs for the metamodel and BPEL to the generated content.xml file of the update site (see the content.jar file in your update site).
You'll need to edit the <platform>-sites.properties file in org.eclipse.bpmn2.modeler.updatesite for the platform version you are building. I'm guessing that you're targeting Eclipse Kepler, so edit the kepler-sites.properties, and change the line
associate.sites=http://download.eclipse.org/modeling/mdt/bpmn2/updates/milestones/S20130822/,http://download.eclipse.org/bpel/site/
to this:
associate.sites=http://dl.bintray.com/ledes/bpl-framework,http://download.eclipse.org/bpel/site/
and you should be good to go 
Cheers,
Bob
|
|
|
|
Re: Create the updatesite [message #1689935 is a reply to message #1689865] |
Tue, 24 March 2015 17:14   |
|
The initial error appears to be related to a new type you've created (VariabilitySpecification) Most likely there's something wrong with your bpmn2 ecore. At least this proves that you are now installing your bpmn2 model instead of the one at eclipse 
If possible, can you send me the ecore and I'll take a quick look to see if there's anything obvious. Please feel free to use my email bbrodt@redhat.com if you don't want to share with the entire world.
[Updated on: Tue, 24 March 2015 17:19] Report message to a moderator
|
|
|
|
Re: Create the updatesite [message #1690081 is a reply to message #1690065] |
Wed, 25 March 2015 07:17  |
|
Hi Marcelo,
The ecore looks OK to me, clearly there's something more going on here than I can see without having your entire plugin in front of me. I'm afraid you'll have to debug into the code to figure out what's going on. Start with the performFinish() method of your new file wizard and see where it leads.
Bob
|
|
|
Powered by
FUDForum. Page generated in 0.01705 seconds