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 2012/12/04 21:25:33 UTC

[Bug 54245] New: TomcatRepo\build.xml:2668: TomcatRepo\output\manifests\default does not exist

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

            Bug ID: 54245
           Summary: TomcatRepo\build.xml:2668:
                    TomcatRepo\output\manifests\default does not exist
           Product: Tomcat 8
           Version: trunk
          Hardware: PC
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Packaging
          Assignee: dev@tomcat.apache.org
          Reporter: violetagg@apache.org
    Classification: Unclassified

Hi,

I'm using Tomcat Git repository available in github -
git@github.com:apache/tomcat.git

When I tried to build Tomcat sources I received the following problem:

TomcatRepo/build.xml:2668: TomcatRepo/output/manifests/default does not exist

This problem does not happen when I use Tomcat SVN repository.

The problem is the following:
In the SVN repository there is an empty directory
TomcatRepo/res/META-INF/default. This directory is copied to the output
directory by the "build-manifests" target.
In the Git repository there is no such directory -
https://github.com/apache/tomcat/tree/trunk/res/META-INF
That's because you cannot add an empty folder to the Git repository. If you
really want an empty directory then you should add .gitignore file in it.
http://www.dotkam.com/2010/08/21/making-git-to-add-empty-directories/

Regards
Violeta Georgieva

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


[Bug 54245] TomcatRepo\build.xml:2668: TomcatRepo\output\manifests\default does not exist

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54245

Kalle Richter <kr...@aol.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |krichter722@aol.de

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


[Bug 54245] TomcatRepo\build.xml:2668: TomcatRepo\output\manifests\default does not exist

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54245

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 OS|                            |All

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Thanks for the report.

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