<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d11552613\x26blogName\x3dMonoUML\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://monouml.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://monouml.blogspot.com/\x26vt\x3d-7757409343531954721', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Thursday, March 31, 2005

Mario Carrion

MonoUML Snapshots

Want to test MonoUML whitout using CVS? Try here. For developer see uploadSnapshot under cvsroot for knowing how to uploading snapshots.

Wednesday, March 30, 2005

Rodolfo Campero

Now we can create diagrams

This is a short notice, 'cause I'm going to sleep.

The latest version of MonoUML in CVS is now able to create diagrams, and new elements created within the diagrams are placed under the diagram's namespace.

Please, take some time to test this features, as I hadn't enough time to test it in detail.

There's a feature that I'd like to have: exporting diagrams as PNGs. If someone is willing to implement it, leave a message in the mailing list so we don't duplicate work.

Monday, March 21, 2005

Mario Carrion

make dist

Finally after one day of work I've ported the old Makefile style to the automake style, I enjoyed doing that, I've had a lot of fun :P Now, just type: 'make dist' after typing './configure' and you'll have a nice monouml tarball, nice isn't it? :) (There are missing, make install and make run).

I'm still solving the awful memory-eater-bug, I've added some fixes and the memory usage had decreased while loading, but there are still some issues while reloading XMIs... anyway, We'll fix it!

I haven't finished the Reverse Engineering module, I'll try to finish it sooner, I want to test it whithin MonoUML, I'm thinking about adding a nice ProgressBar while importing... :P however, I need to improve the library's performance as much as I could, to reduce processing-time is my goal.

I need to define some details about the project's file, I mean, file-format, we'll obvious use XML for settings, something like Poseidon format: a set of files compressed as project file, as Rodolfo said, but... what will we save? will we use separated XMIs? If so, ExpertCoder needs improvement for handling multiple XMI files... Things to think.

Sunday, March 20, 2005

Mario Carrion

Welcome to our Planet!

This is our Planet, here we'll post the most recent changes in the MonoUML Project. Feel free to contribute!