Hi,
At first we used to call Ant to drive the AndroMDA generation process, but due to some
performance we had to quit using Ant and switch to a driver class (actually an eclipse
plugin) which takes user inputs, which configures the AndroMDA system with necessary
inputs and calls the process method on ModelProcessor the entry point to AndroMDA
generation process.
HTH,
-Vikram.
-----Original Message-----
From: niksa_os [mailto:[EMAIL PROTECTED]
Sent: Sat 8/21/2004 12:49 AM
To: [EMAIL PROTECTED]; Naik, Vikram
Cc:
Subject: Re: [Andromda-user] Metafacades not found in second run.
> Hello,
>
> I am running AndroMDA process from a java class, instead of using Ant.
How you do that?
>On the first run everything works fine. But on the second run, the
modelElements
>in Cartridge returns empty collection of metafacades for this call "
modelElements.getAllMetafacades(); "
>
> What could be the probable reason for this?
>
> -Vikram.