hrm part of my xml didn't show in the last post. Should be
| <artifact:pom id="pom.xml.id" file="pom.xml" />
| <artifact:dependencies pathId="dependency.classpath"
filesetId="dependency.fileset" pomRefId="pom.xml.id">
| <remoteRepository refid="dbz.remote.repository" />
| </artifact:dependencies>
| <target name="copyDependenciesLocally">
| <copy todir="web/WEB-INF/lib">
| <fileset refid="dependency.fileset" />
| <mapper type="flatten" />
| </copy>
| </target>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077083#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...