Hi Chad,
please have a look at my core/maven.xml: <project default="ejb:install" xmlns:ant="jelly:ant" xmlns:maven="jelly:maven"> <postGoal name="jar:jar"> <ant:path id="schema.classpath"> <ant:path refid="maven.dependency.classpath"/> <ant:path location="${maven.build.dest}"/> </ant:path> <ant:mkdir dir="${hibernate.schema.output.dir}"/> <ant:fileset id="hibernate.mapping.files" dir="${maven.build.src}"> <ant:include name="**/*.hbm.xml"/> </ant:fileset> <ant:pathconvert refid="hibernate.mapping.files" property="hibernate.mappings" pathsep=" "/> <ant:arg value="--output=${hibernate.schema.output.dir}/schema-create.sql"/> <ant:arg value="--text"/> <ant:arg value="--quiet"/> <ant:arg value="--delimiter=;"/> <ant:arg value="--format"/> <ant:arg line="${hibernate.mappings}"/> <ant:jvmarg value="-Dhibernate.dialect=${hibernate.db.dialect}"/> <ant:classpath refid="schema.classpath" /> </ant:java> <ant:replaceregexp file="${hibernate.schema.output.dir}/schema-create.sql" match="^(alter table .* drop constraint|drop table)" replace="-- SKIP 1" flags="i" byline="true"/> <ant:arg value="--output=${hibernate.schema.output.dir}/schema-drop.sql"/> <ant:arg value="--text"/> <ant:arg value="--quiet"/> <ant:arg value="--drop"/> <ant:arg value="--delimiter=;"/> <ant:arg value="--format"/> <ant:arg line="${hibernate.mappings}"/> <ant:jvmarg value="-Dhibernate.dialect=${hibernate.db.dialect}"/> <ant:classpath refid="schema.classpath" /> </ant:java> </postGoal> </project> the two "</ant:java>"-tags have no beginning tag! I just had a look at some old file, but I'm not sure what I have to put in there?! Can you tell me what I have to put in there in detail? <ant:java ....> Is it a bug in the generator plugin? Thanks Timo -- ...and that's the way the cookie crumbles _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1596#1596 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