On Tue, 2004-01-06 at 11:54, Daniel S. Haischt wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> hello,
> 
> I am currently writing a Maven plugin for AndroMDA.
> 
> see -> http://www.andromda.org/
> 
> AndroMDA ships with an Ant task called ...
> 
> ~ org.andromda.core.anttasks.AndroMDAGenTask

Save yourself a lot of grief and make a bean of the ant task and just
avoid the whole ant classloading issue which is a serious pain in the
ass.

Then you can give the bean to the AndroMDA folks and they can just wrap
the bean for use in Ant.

> ... that needs to be executed. I tried to model the
> Maven plugin for AndroMDA equivalent to the Jalopy
> plugin which also imports a standard Ant task definition.
> 
> Unfortunatly I am unable to setup my CLASSPATH appropriatly
> I guess, because I am getting a class can't be found error.
> 
> - -------8<--------8<----------8<---------8<--------
> taskdef class org.andromda.core.anttasks.AndroMDAGenTask
> cannot be found
> - ------->8-------->8---------->8--------->8--------
> 
> The AndroMDA class that contains the Ant task is
> contained within a JAR file called 'andromda-2.1.2.jar'.
> 
> Can you take a look at the attached files to tell me
> how to setup the CLASSPATH variable accordingly so the
> AndroMDA task for Ant could be executed?
> 
> Thanx in advance!
> 
> regards
> 
> daniel s. haischt
> 
> - --
> mail: [EMAIL PROTECTED]
> web:  http://www.daniel.stefan.haischt.name/
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.3 (MingW32)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
> 
> iD8DBQE/+uhhSj+pfjp+UA4RAqHTAKCHjgzjZvS5ai7Xzvqud42GxynFrACbBMv/
> 5D5Z0F5shyGXwJG1+Z4N4tc=
> =BA7z
> -----END PGP SIGNATURE-----
> 
> 
> ______________________________________________________________________
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to