Opened 4 years ago

Last modified 3 years ago

#60198 new update

jtidy: update to 1.0.2

Reported by: chrstphrchvz (Christopher Chavez) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: cooljeanius (Eric Gallager)
Port: jtidy

Description (last modified by chrstphrchvz (Christopher Chavez))

The port is currently at version 04aug2000r7, same as when submitted in 2004. The old upstream project on Sourceforge last published a release in 2009.

A fork has revived the project and has most recently published release 1.0.2 (2019-12-15): https://github.com/jtidy/jtidy

This port currently has fallback dependency on deprecated port kaffe, which should be replaced with using the Java portgroup (#60206).

Is this port worth keeping and updating, or should it be removed? (I personally do not need this port.)

Change History (3)

comment:1 Changed 4 years ago by chrstphrchvz (Christopher Chavez)

Description: modified (diff)

comment:2 Changed 3 years ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added

comment:3 Changed 3 years ago by cooljeanius (Eric Gallager)

Note that trying to build jtidy currently fails for me:

Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_java_jtidy/jtidy/work/jtidy-04aug2000r7-dev" && ant jar javadoc -Dant.build.javac.source=1.4 
DEBUG: system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_java_jtidy/jtidy/work/jtidy-04aug2000r7-dev" && ant jar javadoc -Dant.build.javac.source=1.4 
Buildfile: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_java_jtidy/jtidy/work/jtidy-04aug2000r7-dev/build.xml

init:

compile:
    [javac] /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_java_jtidy/jtidy/work/jtidy-04aug2000r7-dev/build.xml:63: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] This version of java does not support the classic compiler; upgrading to modern
    [javac] Compiling 80 source files to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_java_jtidy/jtidy/work/jtidy-04aug2000r7-dev/build
    [javac] This version of java does not support the classic compiler; upgrading to modern
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.4
    [javac] error: Source option 1.4 is no longer supported. Use 6 or later.

BUILD FAILED
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_java_jtidy/jtidy/work/jtidy-04aug2000r7-dev/build.xml:63: Compile failed; see the compiler error output for details.

Total time: 0 seconds
Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_java_jtidy/jtidy/work/jtidy-04aug2000r7-dev" && ant jar javadoc -Dant.build.javac.source=1.4 
Exit code: 1
Error: Failed to build jtidy: command execution failed
DEBUG: Error code: CHILDSTATUS 89835 1

Hopefully updating would fix this?

Note: See TracTickets for help on using tickets.