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&#58;jar&#58;

&nbsp; &nbsp; &#91;jar&#93; Building jar&#58; 
C&#58;projectsbofagfedscommontargetgfeds-common-1.jar

INFO&nbsp; &#91;DefaultArtifactDeployer&#93; Copying&#58; from 
'C&#58;projectsbofagfedscommontargetgfeds-common-1.j

ar' to&#58; 'c&#58;projects.mavenrepositorygfedsjarsgfeds-common-1.jar'

INFO&nbsp; &#91;DefaultArtifactDeployer&#93; Copying&#58; from 
'C&#58;projectsbofagfedscommonproject.xml' to&#58; 'c&#58;pr

ojects.mavenrepositorygfedspomsgfeds-common-1.pom'

INFO&nbsp; &#91;ReactorTag&#93; +----------------------------------------

INFO&nbsp; &#91;ReactorTag&#93; | Executing multiproject&#58;install-callback 
gfeds Core Business Tier

INFO&nbsp; &#91;ReactorTag&#93; | Memory&#58; 19M/50M

INFO&nbsp; &#91;ReactorTag&#93; +----------------------------------------

Fatal Error &#91;line 45, row 11&#93;&#58; The element type "postGoal" must be 
terminated by the matching end-ta

g "</postGoal>".



BUILD FAILED

File...... c&#58;projects.mavencachemaven-multiproject-plugin-1.3.1plugin.jelly

Element... maven&#58;reactor

Line...... 217

Column.... 9

Error parsing plugin script

INFO&nbsp; &#91;App&#93; Total time&#58; 23 seconds

INFO&nbsp; &#91;App&#93; Finished at&#58; Sun Jun 26 11&#58;12&#58;33 CDT 2005

INFO&nbsp; &#91;App&#93;

C&#58;projectsbofagfeds>



What is the correct value for line 45 row 11 with the following core/maven.xml:



<project default="ejb&#58;install"

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;xmlns&#58;ant="jelly&#58;ant"

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;xmlns&#58;maven="jelly&#58;maven">



&nbsp; &nbsp; <postGoal name="jar&#58;jar">



&nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;path id="schema.classpath">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;path 
refid="maven.dependency.classpath"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;path 
location="$&#123;maven.build.dest&#125;"/>

&nbsp; &nbsp; &nbsp; &nbsp; </ant&#58;path>



&nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;mkdir 
dir="$&#123;hibernate.schema.output.dir&#125;"/>



&nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;fileset id="hibernate.mapping.files" 
dir="$&#123;maven.build.src&#125;">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;include name="**/*.hbm.xml"/>

&nbsp; &nbsp; &nbsp; &nbsp; </ant&#58;fileset>

&nbsp; &nbsp;&nbsp; &nbsp;<ant&#58;java 
classname="net.sf.hibernate.tool.hbm2ddl.SchemaExport" fork="true">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<ant&#58;pathconvert 
refid="hibernate.mapping.files" property="hibernate.mappings" pathsep=" "/>



&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;arg 
value="--output=$&#123;hibernate.schema.output.dir&#125;/schema-create.sql"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;arg value="--text"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;arg value="--quiet"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;arg value="--delimiter=;"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;arg value="--format"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;arg 
line="$&#123;hibernate.mappings&#125;"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;jvmarg 
value="-Dhibernate.dialect=$&#123;hibernate.db.dialect&#125;"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;classpath 
refid="schema.classpath" />

&nbsp; &nbsp; &nbsp; &nbsp; </ant&#58;java>



&nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;replaceregexp 
file="$&#123;hibernate.schema.output.dir&#125;/schema-create.sql"

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp;match="^&#40;alter table .* drop constraint|drop table&#41;"

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp;replace="-- SKIP 1"

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp;flags="i"

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp;byline="true"/>



&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;arg 
value="--output=$&#123;hibernate.schema.output.dir&#125;/schema-drop.sql"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;arg value="--text"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;arg value="--quiet"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;arg value="--drop"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;arg value="--delimiter=;"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;arg value="--format"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;arg 
line="$&#123;hibernate.mappings&#125;"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;jvmarg 
value="-Dhibernate.dialect=$&#123;hibernate.db.dialect&#125;"/>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <ant&#58;classpath 
refid="schema.classpath" />

&nbsp; &nbsp; &nbsp; &nbsp; </ant&#58;java>



&nbsp; &nbsp; </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

Reply via email to