HOWTO Download and Compile xtUML Editor

homepage Forums BridgePoint/xtUML Usage and Training HOWTO Download and Compile xtUML Editor

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1341
    cort
    Keymaster

    https://github.com/xtuml/editor

    In the README you can see the link to a HOWTO that has been updated. The full model (xtUML meta-model, a.k.a. OOAofOOA) is present. The full source is present. Build it!

    #1342
    Lee Riemenschneider
    Participant

    Looks like it’s not finding antlr. Imported the jar found in eclipse_extensions. The build started complaining about eclipse.org.* imports, which I couldn’t clear by restarting or touching bp.core files. I would normally expect to have to include these jar files. ???

    #1343
    Bob Mulvey
    Keymaster

    Hi Lee,

    That sounds like a JDK bug that we have not found a good permanent solution for. Here is what to do to get around it:
    _- turn off build automatically
    _- open the following file in text mode: com.mentor.nucleus.bp.core/generate.xml
    _- Touch the file (just add a space to a comment), and save the change
    _- From package explorer select all the projects in the workspace, and then select File->Refesh to refresh them all
    _- Turn on build automatically
    _Result: All the eclipse.org* dependencies should now be resolved

    #1344
    Lee Riemenschneider
    Participant

    That’s still not working for me.

    The thing I don’t understand is how the build can find any of the org.eclipse resources if they’re not on the build path. (At least I can’t find them in Java Build Path.) Adding external jars reduces the errors. I haven’t resolved them all, but I haven’t tried adding all.

    #1345
    Bob Mulvey
    Keymaster

    You should not need to modify any build settings. I am fairly confident the problem is a dependency issue. I am not sure why it is being so persistent for you. Maybe we could share a desktop session with join.me and I could help you work through it and find the problem? If you want to do this, please add me as a skype contact, my skype contact name is bob_mulvey. Add me as a contact and drop me a message and we will connect and work through this. In the mean time I will keep looking, but I am not yet able to reproduce the problem in a way that touching files and rebuilding doesn’t fix.

    #1346
    Bob Mulvey
    Keymaster

    I had another thought… Are you using xtUML Editor instillation or a vanilla Eclipse? Please use the xtUML Editor installation if you are not already doing so (https://xtuml.org/download/).

    #1347
    Lee Riemenschneider
    Participant

    I’m using the xtUML Editor installation, Linux on Ubuntu 13.10 64-bit. I have a few more things to look at before I decide to go the Skype (or Google Hangout, …) route. This’ll be a good Eclipse learning experiment.

    #1352
    Lee Riemenschneider
    Participant

    Just built it under Windows at work. I think I might have seen my mistake. I’ll post again after I try it at home on Ubuntu.

    #1353
    Lee Riemenschneider
    Participant

    Built it under Ubuntu. It was a failure to follow directions on my part, as I created workspaces/xtumlEditor as a Java project before installing the .p2f file.

    #1361
    poj
    Participant

    I’ve managed to build an run the xtUML Editor on Ubuntu, following the instructions, but with one twist.
    Initially the built xtUML Editor wouldn’t launch, with an error regarding “org.osgi.framework.BundleException: The activator org.eclipse.ui.internal.WorkbenchPlugin for bundle org.eclipse.ui.workbench is invalid”
    The reason for the problem was that one swt Plugin was missing in the launch configuration, org.eclipse.swt.gtk.linux.x86.

    #1368
    lbi
    Participant

    Is it possible to create a plugin from these projects, then to install it in another xtUML editor?

    #1370
    cort
    Keymaster

    > Is it possible to create a plugin from these projects, then to install it in another xtUML editor?

    Yes.

    #1379
    cort
    Keymaster

    Yes. If you try and you see the desired plugin(s) did not load, you can use the OSGi console to determine why it did not load and resolve the problem.

    Yes… depending on what you mean “recently”. You can see all updates/commits here: https://github.com/xtuml/editor/network

    Note, the source will get a significant update within a couple days (to match the newest build).

    #1381
    lbi
    Participant

    Is the last xtUML edotor’s (4.1.2) full source is present?

    #1382
    Bob Mulvey
    Keymaster

    Yes, the full source for the binary editor is present.

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.