MathewWi / umple

Automatically exported from code.google.com/p/umple
0 stars 0 forks source link

No Ant tasks are provided for running Umple at build time #674

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Tasks are not available, umple can not be integrated into an Ant build chain

What is the expected output? What do you see instead?
A jar file with Ant tasks for working with Umple

I will write a wiki page of suggested tasks and usages, back-linking here. 

Original issue reported on code.google.com by kevin.br...@gmail.com on 28 Jan 2015 at 9:34

GoogleCodeExporter commented 9 years ago
This is a fairly trivial process, but requires knowledge of Ant. This 
tutorial[1] shows a simple setup to create custom tasks. These tasks are then 
shipped in a separate jar that could easily be wrapped into a library for use 
with projects wishing to use Umple. This functionality is the same as for the 
Eclipse plugin, but from the command-line. 

[1]: http://www.tutorialspoint.com/ant/ant_extending_ant.htm 

Original comment by kevin.br...@gmail.com on 28 Jan 2015 at 9:37

GoogleCodeExporter commented 9 years ago
I regret my notion that it was trivial. The Ant part worked fairly easily. 

The adjustments to Umple to have it properly working and tested were not 
trivial. I've created patches but are pending approval and require adjustments 
before merging. 

Original comment by kevin.br...@gmail.com on 17 Feb 2015 at 6:13

GoogleCodeExporter commented 9 years ago
I've submitted patches for this now, the build was broken by it. It should now 
be cleaned up. Once this has been verified, I will replace the <java> tags with 
<umplec>. 

Original comment by kevin.br...@gmail.com on 3 Mar 2015 at 1:11

GoogleCodeExporter commented 9 years ago

Original comment by kevin.br...@gmail.com on 3 Mar 2015 at 5:54