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/25 22:27:58 UTC

DO NOT REPLY [Bug 48611] Can't build "extras" in 6.0.24. default.manifest does not exist

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

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |6.0.24

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> 2010-01-25 13:27:57 UTC ---
(In reply to comment #0)
> This bug actually affects version 6.0.24, but that was not an option in this
> form.
Thank you. Added to the list.

> 
> As of 6.0.24, building the "extras" package no longer works.
> 
> $ ant -f extras.xml
> ...
> BUILD FAILED
> apache-tomcat-6.0.24-src/extras.xml:154: Manifest file:
> apache-tomcat-6.0.24-src/output/tmp/default.manifest does not exist.

You should build with build.xml first, before building extra. It is
"build-manifests" target in build.xml that creates that file. The full building
sequence is the following:

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

-- 
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