rdpstaff / RDPTools

Collection of commonly used RDP Tools for easy building
49 stars 52 forks source link

Trouble building RDPTools due to Java version #26

Closed aparkin closed 5 years ago

aparkin commented 5 years ago

Hi All,

I am trying to build RDPTools on OS 10.14.2 with ant 1.10.5, javac 11.0.1. The critical piece of make output seems to be:

-do-compile: [mkdir] Created dir: ../RDPTools/ReadSeq/build/empty [javac] Compiling 73 source files to ../RDPTools/ReadSeq/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 5 [javac] error: Source option 5 is no longer supported. Use 6 or later. [javac] error: Target option 1.5 is no longer supported. Use 1.6 or later.

BUILD FAILED

Any ideas? I tried simply editing build.properties for 1.6 but this did not seem to work...

It also seems that if I do upgrade the target and source to 1.6 instead then the lack of the javax.xml.bind packages in java 11 is a killer.

Best, Adam

gunturus commented 5 years ago

Hi Adam,

we need ant 1.9 and java 6, or 7. RDP has yet to move to java 8 or 11.

Santosh

aparkin commented 5 years ago

Ah... ok... I'll see if I can get that to work.rapid response MUCH appreciated!