Hi all, Saturday, February 5, 2005, 5:09:09 PM, you wrote:
KK> Thanks again, for the assitance but I am just curious why you are KK> using the andrmpapp:generate as opposed to the standard KK> andromda:run (to run the hibernate cartridge) I used it to create a fresh, empty AndroMDA project to have a clean start for the test of your model. Then, I used "maven -o" to run the build, which in turn calls andromda:run. KK> and why you are using: KK> jar:file:C:/temp/kiran/genome/mda/src/uml/model.zuml/model.xmi KK> My UML file has nothing to do with a JAR. Are you sure? :-) In the good old times, about 10 years ago, God (also known as Phil Kahn) created the ZIP file format. Then, a few years ago, when Sun created Java, they used the same ZIP format for their JAR files. JAR files are ZIP files internally. Again, a few years later, when ArgoUML created the .zargo files, they used the ZIP file format to ZIP their large XMI files. A few years later, Gentleware derived Poseidon from ArgoUML and continued to use the ZIP format. Did you ever open a *.zuml file with WinZIP or the like? You will see that it contains a huge ZIPped XMI text file. The "jar:file:..." syntax is the Java way to denote a ZIP file. Cheers... Matthias --- Matthias Bohlen "Consulting that helps project teams to succeed..." Internet: http://www.mbohlen.de/ [EMAIL PROTECTED] ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
