To fix it, add the following in your webservice/project.xml (should replace the 
existing build fragment):





&nbsp; &nbsp; <build>

&nbsp; &nbsp; &nbsp; &nbsp; <sourceDirectory>target/src/axis</sourceDirectory>

&nbsp; &nbsp; &nbsp; &nbsp; <resources>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <resource>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<directory>target/src/wsdl</directory>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <includes>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<include>**/*</include>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </includes>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<filtering>false</filtering>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </resource>

&nbsp; &nbsp; &nbsp; &nbsp; </resources>

&nbsp; &nbsp; </build>



and in your webservice/project.properties replace the existing content with 
this content:



maven.war.webapp.dir=$&#123;maven.build.dir&#125;/$&#123;pom.artifactId&#125;-$&#123;pom.currentVersion&#125;.war



# Set the source directory for the war

maven.war.src=$&#123;pom.build.sourceDirectory&#125;



maven.multiproject.type=war



(this assumes you have the ear structure).
--
Chad Brandon - [EMAIL PROTECTED]

http://www.andromda.org
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1595#1595
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