You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Patrick Luby <Pa...@Sun.COM> on 2001/10/04 07:01:54 UTC

[PATCH] 4 jakarta-tomcat-4.0 build.xml files

Hello,

Can someone review and commit the following 4 patches to the HEAD branch of 
jakarta-tomcat-4.0?

  catalina/build.xml
  jasper/build.xml
  tester/build.xml
  webapps/build.xml
  
These 4 patches correct a problem when invoking ant within any of the above 4 
directories. Prior to these patches, ant would create "build" and "dist" 
directories in a different place than if ant was invoked in the 
jakarta-tomcat-4.0 topmost directory. As a result, ant would create strange 
extraneous directories like the following in the distribution:

  webapps/build/examples/build/examples/build/examples

Thanks,

Patrick