Hello,
when deploying war application using package, web.xml and some other xml
file are missing from war file.
Could someone help me with this problem ?
part of my build file
my_layout = Layout.new
my_layout[:target, :main] = 'WebContent\WEB-INF'
define 'myWebService', :layout => my_layout do
project.version='0.0.1'
compile.with
SPRING,CXF,HIBERNATE,XUNIT,JDBC_DRIVERS,J2EE_API,LOGGING,JAXB
package(:war).libs += artifacts(SPRING)
package(:war).libs += artifacts(CXF)
package(:war).libs += artifacts(HIBERNATE)
package(:war).libs += artifacts(XUNIT)
package(:war).libs += artifacts(JDBC_DRIVERS)
package(:war).libs += artifacts(J2EE_API)
package(:war).libs += artifacts(LOGGING)
package(:war).libs += artifacts(JAXB)
package :war
end
Thanks.
--
View this message in context:
http://software.780142.n2.nabble.com/Package-war-web-xml-file-is-missing-tp5670379p5670379.html
Sent from the Apache Buildr - User mailing list archive at Nabble.com.