https://issues.apache.org/bugzilla/show_bug.cgi?id=48563
Summary: Dist build of trunk (Tomcat 7) fails because extras dir is missing Product: Tomcat 7 Version: trunk Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Packaging AssignedTo: dev@tomcat.apache.org ReportedBy: jason.britt...@gmail.com Created an attachment (id=24852) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24852) Patches dist.xml to first detect whether output/extras exists before trying to copy its content. Running: $ ant -f dist.xml in trunk fails right now with this output at the end: release: [copy] Copying 1 file to /home/jasonb/svn/tomcat-trunk/output/release/v7.0.0-dev [copy] Copying 1 file to /home/jasonb/svn/tomcat-trunk/output/release/v7.0.0-dev [copy] Copying 1 file to /home/jasonb/svn/tomcat-trunk/output/release/v7.0.0-dev [copy] Copying 1 file to /home/jasonb/svn/tomcat-trunk/output/release/v7.0.0-dev/bin [mkdir] Created dir: /home/jasonb/svn/tomcat-trunk/output/release/v7.0.0-dev/bin/extras BUILD FAILED /home/jasonb/svn/tomcat-trunk/dist.xml:384: /home/jasonb/svn/tomcat-trunk/output/extras not found. It fails this way when I build in this order: $ ant download $ ant $ ant -f dist.xml I've attached a patch that fixes the problem. Thanks. -- Jason -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org