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

Konstantin Kolinko <knst.koli...@gmail.com> changed:

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

--- Comment #1 from Konstantin Kolinko <knst.koli...@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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to