Matthias Bohlen wrote:
Hallo Chad,
Thursday, May 19, 2005, 6:45:28 PM, you wrote:
CB> Matthias,
CB> These types of post should probably be posted to the CB> andromda-devel list.
yeah, I thought I sent it there but my email client with address auto completion posted it to andromda-user. :-(
CB> By the way, in the 3.1 branch, I'm currently working on the CB> ability to have a single configuration file for AndroMDA, this way CB> we can pass this configuration file to maven, ant, etc, and we CB> don't need all the extra crap in the project.xml (we can also have CB> one place in the docs that explains this configuration instead of CB> having to have both the maven plugin and ant task be explained in CB> a duplicate manner).
That's VERY good. That way, we can implement an Eclipse plug-in that
starts AndroMDA without the need for Ant or Maven at all. Could you
write a class that represents the generator service? Then, Ant,
Maven and Eclipse would all call that service class, and we would only
have one place where the generator is run.
"Could you write a class that represents the generator service? Then, Ant, Maven and Eclipse would all call that service class, and we would only have one place where the generator is run."
Exactly what I'm doing :) Maven, Ant, Eclipse, etc will all just be very thin wrappers that just call this class and pass the AndroMDA configuration file to it.
CB> It'll also allow us to move to different build tools easier (like CB> maven2), so you probably won't even need to run int Maven at all CB> once I get this change in
That's exactly what I need. This eliminates the need for the RMI server component, too, because that way, we can run inside the same JVM as Eclipse!
Thanks! Matthias
---
Matthias Bohlen "Beratung, die Projekte erfolgreich macht..."
Internet: http://www.mbohlen.de/ [EMAIL PROTECTED]
Post: Luise-Albertz-Str. 25 D-53340 Meckenheim
Tel: 0170 / 772 8545 Fax: 02225 / 945189
------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Andromda-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-devel
