You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/01/18 01:39:40 UTC

DO NOT REPLY [Bug 48563] Dist build of trunk (Tomcat 7) fails because extras dir is missing

https://issues.apache.org/bugzilla/show_bug.cgi?id=48563

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> 2010-01-17 16:39:39 UTC ---
Neither TC 7 nor TC 6 build will fail if you build it in this order:

$ ant download
$ ant
$ ant -f extras.xml
$ ant -f dist.xml release


A release has to include extras, so I doubt that this deserves be fixed, but
others may have a different opinion on this.

At least we can add some "check-extras" target into the dependencies list of
"release" one, so to fail earlier.

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org