This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 139232b bnd is now required for compilation
139232b is described below
commit 139232b864fd5cce52db9bf0c9e04ce501cd16b6
Author: Mark Thomas <[email protected]>
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 8c57f68..7c65d25 100644
--- a/build.xml
+++ b/build.xml
@@ -940,7 +940,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}"
@@ -998,7 +998,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: [email protected]
For additional commands, e-mail: [email protected]