Hello all, i am building a webapp using Mven 1.1 (in the background there's ant 1.6.5) whenever i built a .war, the manifest that gets created (in the war\META-INF directory) is like this
Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.5 Created-By: 1.4.2_07-b05 (Sun Microsystems Inc.) Built-By: Marco Class-Path: Framework-1.0.jar JSFFramework-1.0.jar commons-validator- 1.1.4.jar commons-chain-1.0.jar commons-beanutils-1.6.jar commons-dig ester-1.5.jar commons-codec-1.2.jar commons-el-1.0.jar commons-fileup load-1.0.jar commons-logging-1.0.3.jar commons-collections-3.1.jar js tl-1.1.0.jar standard-1.0.6.jar struts-1.1.jar struts-menu-2.3.jar st ruts-tiles-1.3.0-dev.jar spring-aop-1.2.1.jar mysql-connector-3.0.11. jar cglib-full-2.0.2.jar Backend-1.0.jar Commons-1.1.jar poi-2.5.1.ja r jasperreports-0.6.6.jar jdom-b9.jar acegi-security-0.8.2.jar oro-2. 0.6.jar so, looks like it is building a war exactly like a jar..... the problem iwth that is that when i am deploying it with jboss, jboss tries to find each of the jar mentioned above in the server\default\deploy directory.... and thus i am getting a catastrophic exception.... anyone can help me out? thanks and regards marco
