Hi,


I'm in the process of patching java-generating cartidges (I'm beginning with 
the Spring cartridge) to improve comment generation, my goal being to achieve a 
fully javadoc-compliant java code generation.

So I started to make a few updates in some velocity templates and then I 
realized that I had to update unit-tests expected files accordingly. But I was 
kind of disapointed to see that those expected files were zipped inside 
src/test/expected/cartridge-output.zip

Is there a good reason for this zip thing ? Because right now it means that I 
have to extract that archive in an external folder, do my updates and then zip 
it again before launching maven. And that slows down the development process 
because :

- I have to do that for each and every cartridge I want to hack.

- If tests fail, either because of a mistake in my expected files or because of 
a mistake in the templates, I have to rezip the whole thing on every update.



I guess changing that just means a few modifications in maven.xml (there must 
be a preGoal to unzip those) and project.xml but I'd just like to be sure there 
is not a good reason to keep it that way.



So ?
--
Sébastien Arbogast
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1996#1996
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to