umple / umple.gradle

Home for the Gradle plugin for Umple (gradle-umple-plugin)
MIT License
4 stars 0 forks source link

Add a task to build the Umple Eclipse Plugin via Gradle #15

Open AdamBJ opened 7 years ago

AdamBJ commented 7 years ago

Currently @vahdat-ab is manually building the Umple Eclipse plugin. We should automate this process via a Gradle task.

AdamBJ commented 7 years ago

Vahdat, can you provide a description of the basic steps that should be followed to build org.cruise.umple.eclipse.plugin?

AdamBJ commented 7 years ago

@vahdat-ab I'm not sure if I'm going to have time to get to this task before the semester is finished, but I'm going to try. Can you tell me:

a) are there .ump files that need to be compiled as part of the build? If so, where can I find them? b) which Java files need to be included in the build? c) Is the goal to output a single jar? What are the dependencies?

vahdat-ab commented 7 years ago

This is not a hight priority task. I think it is better to focus on other parts of the project currently. Just for info:

As I know, for the building process a copy of Eclipse is required to be accessible or at least the required packages must be accessible. However, this needs to be explored.