[EMAIL PROTECTED] wrote:
If you generate an application with the andromdapp maven plugin and choose the 
war option, you should get an app that has all the dependencies bundled in the 
war, in order to bundle dependencies yourself, you'll need to add:





&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <properties>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<war.bundle>true</war.bundle>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </properties>



to the dependency you want bundled (in the web/project.xml).
(end of quote)




thanks for the answer.

so i added to each dependencies that i had to put in common/lib, but the 
project's core jar file doesnt get pulled in. this is how it looks like:



        <dependency>

                <type>ejb</type>

            <groupId>${pom.groupId}</groupId>

            <artifactId>${pom.groupId}-core</artifactId>

            <version>${pom.currentVersion}</version>

            <properties>

                <war.bundle>true</war.bundle>

            </properties>

        </dependency>



any idea how to put through? 

also despite that commons-beanutils-1.7.0.jar is in web-inf/lib, tomcat doesn't 
recognize it. although this probably is a tomcat problem, would you happen to 
know? thanks.



- Eric
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2570#2570
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to