Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > linux.debian.maint.java > #13012
| From | Emmanuel Bourg <ebourg@apache.org> |
|---|---|
| Newsgroups | linux.debian.maint.java |
| Subject | Re: Packaging questions for css-validator (& webapp/war), servlet-api 2.2... |
| Date | 2025-06-17 11:50 +0200 |
| Message-ID | <KYB73-baqR-1@gated-at.bofh.it> (permalink) |
| References | <KYb2V-aTIh-13@gated-at.bofh.it> <KYppf-b39Y-7@gated-at.bofh.it> <KYppf-b39Y-5@gated-at.bofh.it> <KYB73-baqR-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 17/06/2025 07:33, Fab Stz wrote: >> But this raises another question: why a 20 year old unmaintained web >> server is necessary? Is it possible to do without it? > > I don't know exactly. Digging into the internals of jigsaw to know why would > be too time-consuming. I have 2 guesses: > - css-validator can be installed into tomcat but also jigsaw (see https:// > jigsaw.w3.org/css-validator/DOWNLOAD.html ) > - css-validator requires package "org.w3c.www.http" (~60 classes) and some of > its dependencies that are shipped in jigsaw. I got a look and I confirm it's possible to build css-validator without jigsaw, by just importing a few classes: https://github.com/w3c/css-validator/pull/449 >> It's also about avoiding extra work in the future for maintaining a >> package that may not be used. > > I find it useful to ship also the webapp. Without it, we only have the command > line interface and I don't know if it is feature-equivalent. All the html > files of the webapp are not shipped otherwise. We could also drop the package > in future if it is source of problems or maintenance burden? But why would one want to install a CSS validation service when there is already one hosted by the W3C? I see the value in the command line tool, but not much in the web service. But if you are ready to maintain it in the next 10 years, why not. Emmanuel Bourg
Back to linux.debian.maint.java | Previous | Next — Previous in thread | Next in thread | Find similar
Packaging questions for css-validator (& webapp/war), servlet-api 2.2... Fab Stz <fabstz-it@yahoo.fr> - 2025-06-16 08:00 +0200
Re: Packaging questions for css-validator (& webapp/war), servlet-api 2.2... Emmanuel Bourg <ebourg@apache.org> - 2025-06-16 15:10 +0200
Re: Packaging questions for css-validator (& webapp/war), servlet-api 2.2... Emmanuel Bourg <ebourg@apache.org> - 2025-06-16 23:20 +0200
Re: Packaging questions for css-validator (& webapp/war), servlet-api 2.2... Emmanuel Bourg <ebourg@apache.org> - 2025-06-17 11:50 +0200
Re: Packaging questions for css-validator (& webapp/war), servlet-api 2.2... Emmanuel Bourg <ebourg@apache.org> - 2025-06-18 09:10 +0200
csiph-web