[Bug 62705] tomcat 8.5.33+ requires jdk 9

2024-06-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62705

--- Comment #11 from ryodan  ---
pop

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



[Bug 62705] tomcat 8.5.33+ requires jdk 9

2024-06-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62705

--- Comment #12 from ryodan  ---
https://bz.apache.org/bugzilla/show_bug.cgi?id=69104

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



[Bug 62705] tomcat 8.5.33+ requires jdk 9

2024-06-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62705

--- Comment #13 from ryodan  ---
MUSHOKU TENSEI II: ISEKAI ITTARA HONKI DASU PART 2
Type: Spring 2024 Anime

Plot Summary: Second part of Mushoku Tensei II: Isekai Ittara Honki Dasu.

Genre: Adventure, Drama, Ecchi, Fantasy, Isekai, Reincarnation

Released: 2024

Episodes: 8

Status: Ongoing

Other name: Mushoku Tensei: Jobless Reincarnation Season 2 Part 2, 無職転生 II
~異世界行ったら本気だす~

Watch Mushoku Tensei II: Isekai Ittara Honki Dasu Part 2 Episode 1 English
Subbed at GogoAnime
https://gogoanimex.me/mushoku-tensei-ii-isekai-ittara-honki-dasu-part-2-episode-1

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



[Bug 62705] tomcat 8.5.33+ requires jdk 9

2024-06-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62705

--- Comment #14 from ryodan  ---
https://bz.apache.org/bugzilla/show_bug.cgi?id=57665

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



[Bug 62705] tomcat 8.5.33+ requires jdk 9

2018-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62705

--- Comment #1 from Igal Sapir  ---
I actually just got that same error a couple of hours ago building 9.0.13-dev
using Java 1.8.0_172 and Ant 1.9.7 on Windows.

I upgraded to ant 1.10.5 and it solved the issue for me.

Are you sure that the correct version of Ant is on the path?  Can you confirm
by running the command:

  ant -version

?

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



[Bug 62705] tomcat 8.5.33+ requires jdk 9

2018-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62705

--- Comment #2 from Igal Sapir  ---
I just built again with Java 1.8.0_181 and Ant 1.10.5 on Fedora 28 with no
issue.

Ant output shows that the --release switch is ignored on a sub-9 Java version:

[javac] Support for javac --release has been added in Java9 ignoring it

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



[Bug 62705] tomcat 8.5.33+ requires jdk 9

2018-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62705

Konstantin Kolinko  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

--- Comment #3 from Konstantin Kolinko  ---
> 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



[Bug 62705] tomcat 8.5.33+ requires jdk 9

2018-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62705

--- Comment #4 from Brett Sutton  ---
apologies, looks like ti was a path issue.

I've re-ran the code and yes it does compile with ant 1.10.5 and jdk 8.

So closing this one out.

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



[Bug 62705] tomcat 8.5.33+ requires jdk 9

2018-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62705

Brett Sutton  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #5 from Brett Sutton  ---
Just for others.

The problem was that I had hand installed ant into my user account but when the
build tools ran they ran as sudo which didn't have the ant environment vars
pointing at the wrong version.

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



[Bug 62705] tomcat 8.5.33+ requires jdk 9

2018-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62705

--- Comment #6 from Emmanuel Bourg  ---
We should probably check the version of Ant used and stop the build with an
explicit error message.

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



[Bug 62705] tomcat 8.5.33+ requires jdk 9

2018-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62705

--- Comment #7 from Igal Sapir  ---
(In reply to Emmanuel Bourg from comment #6)
> We should probably check the version of Ant used and stop the build with an
> explicit error message.

I can add that.

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



[Bug 62705] tomcat 8.5.33+ requires jdk 9

2018-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62705

--- Comment #8 from Igal Sapir  ---
Descriptive error added in commit r1840783 if running Ant version is older than
the minimum required 1.9.8

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



[Bug 62705] tomcat 8.5.33+ requires jdk 9

2018-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62705

--- Comment #9 from Igal Sapir  ---
(In reply to Igal Sapir from comment #8)
> Descriptive error added in commit r1840783 if running Ant version is older
> than the minimum required 1.9.8

Simplified check in commit r1840784

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



[Bug 62705] tomcat 8.5.33+ requires jdk 9

2018-09-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62705

--- Comment #10 from Christopher Schultz  ---
(In reply to Brett Sutton from comment #5)
> [W]hen [my] build tools ran they ran as sudo

Do you mean root? Or just sudo-to-other-user?

You should never have to build Tomcat as root. Since I'm mentioning it, you
should never run Tomcat as root, either.

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