Here's my output after I fixed the missing <ant:java.... from the previous error on line 28 column 11 (this was dealt with in May on a thread from Timo) Also, I DO want to use Hibernate v3:
jar:jar: [jar] Building jar: C:projectsbofagfedscommontargetgfeds-common-1.jar INFO [DefaultArtifactDeployer] Copying: from 'C:projectsbofagfedscommontargetgfeds-common-1.j ar' to: 'c:projects.mavenrepositorygfedsjarsgfeds-common-1.jar' INFO [DefaultArtifactDeployer] Copying: from 'C:projectsbofagfedscommonproject.xml' to: 'c:pr ojects.mavenrepositorygfedspomsgfeds-common-1.pom' INFO [ReactorTag] +---------------------------------------- INFO [ReactorTag] | Executing multiproject:install-callback gfeds Core Business Tier INFO [ReactorTag] | Memory: 19M/50M INFO [ReactorTag] +---------------------------------------- Fatal Error [line 45, row 11]: The element type "postGoal" must be terminated by the matching end-ta g "</postGoal>". BUILD FAILED File...... c:projects.mavencachemaven-multiproject-plugin-1.3.1plugin.jelly Element... maven:reactor Line...... 217 Column.... 9 Error parsing plugin script INFO [App] Total time: 23 seconds INFO [App] Finished at: Sun Jun 26 11:12:33 CDT 2005 INFO [App] C:projectsbofagfeds> What is the correct value for line 45 row 11 with the following 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:java classname="net.sf.hibernate.tool.hbm2ddl.SchemaExport" fork="true"> <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> I figure you have it fixed in cvs; however, I wasn't sure exactly where to go to find the correct file. I haven't explored your cvs structure yet. Thx _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1800#1800 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