Confluence 4.0 : I receive a BUILD FAILED message when trying to create an EAR file in Confluence 2.6 or 2.7
This page last changed on Jan 22, 2009 by ggaskell.
When trying to create a EAR file, you may encounter with the following error: BUILD FAILED file:/users/a237185/confluence/confluence-2.7/build.xml:67: Warning: Could not find file /users/a237185/confluence/confluence-2.7/etc/ear-application.xml to copy. This is due to the <copy preservelastmodified="true" file="${ant.confluence.etc}/ear-application.xml" tofile="${ant.confluence.build.ear}/META-INF/application.xml" overwrite="yes"/> <copy preservelastmodified="true" file="${ant.confluence.dist}/${ant.confluence.name}-${ant.confluence.version}.war" tofile="ant.confluence.nameild.ear}/Confluence War Distribution.war" overwrite="yes"/> To: <copy preservelastmodified="true" file="ear-application.xml" tofile="${ant.confluence.build.ear}/META-INF/application.xml" overwrite="yes"/> <copy preservelastmodified="true" file="${ant.confluence.dist}/${ant.confluence.name}-${ant.confluence.version}.war" tofile="${ant.confluence.build.ear}/Confluence War Distribution.war" overwrite="yes"/> |
![]() |
Document generated by Confluence on Sep 19, 2011 02:51 |