https://bz.apache.org/bugzilla/show_bug.cgi?id=62705

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|NEW                         |RESOLVED

--- Comment #3 from Konstantin Kolinko <knst.koli...@gmail.com> ---
> build/build.xml:675: javac doesn't support the "release" attribute

The above message means that the "javac" task of Ant does not know the
"release" attribute, cannot process the build file. Support for "release"
attribute was added in Ant 1.9.8 and 1.10.0.

The required minimum version of Ant is documented in BUILDING.txt file of
Tomcat.


The official release of Tomcat 8.5.34 was built with Ant 1.9.9 and JDK 7u80,
as can be seen in MANIFEST.MF files in jars.

The release of Tomcat 9.0.12 was built with Ant 1.9.9 and JDK 8u181.

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