This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 129d0be  bnd is now required for compilation
129d0be is described below

commit 129d0be9ff4b0eb7a85720b93a2ff24af43cbdee
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Sep 18 21:19:47 2020 +0100

    bnd is now required for compilation
---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index da0e448..25ded66 100644
--- a/build.xml
+++ b/build.xml
@@ -943,7 +943,7 @@
     </copy>
   </target>
 
-  <target name="compile" depends="download-compile,validate">
+  <target name="compile" depends="download-compile,validate,setup-bnd">
     <!-- Compile internal server components -->
     <javac srcdir="java" destdir="${tomcat.classes}"
            debug="${compile.debug}"
@@ -1007,7 +1007,7 @@
 
   </target>
 
-  <target name="package" depends="compile,build-manifests,setup-bnd" >
+  <target name="package" depends="compile,build-manifests" >
     <!--
     #### ORDER IS IMPORTANT ####
     Bnd will use the built jars to resolve import package versions and


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to