Can you not check it in so that it would build with either 1.7 or 1.8, so
that testing can be done?

--Steve


> -----Original Message-----
> From: Selva Govindarajan [mailto:[email protected]]
> Sent: Monday, February 29, 2016 12:13 PM
> To: [email protected]
> Subject: RE: build Trafodion with jdk 1.8 failed
>
> With JDK 1.8, dcs and rest components failed to build. Thanks to Nitin for
> providing the command line option. I have made the needed change in the
> pom.xml with the help of Venkat. I am now able to build it with Jdk 1.8.
> I
> will deliver this change when Trafodion is ready to use jdk1.8
>
> Selva
>
> -----Original Message-----
> From: Dave Birdsall [mailto:[email protected]]
> Sent: Monday, February 8, 2016 8:10 AM
> To: [email protected]
> Subject: RE: build Trafodion with jdk 1.8 failed
>
> I wonder if we need to change the "@@@" in the copyrights to some other
> tag,
> say "###", for Java files?
>
> -----Original Message-----
> From: Liu, Ming (Ming) [mailto:[email protected]]
> Sent: Saturday, February 6, 2016 5:14 PM
> To: [email protected]
> Subject: 答复: build Trafodion with jdk 1.8 failed
>
> Thanks Nitin,
>
> This is very helpful!
> I will give it a try asap.
>
> Thanks,
> Ming
>
> -----邮件原件-----
> 发件人: Nitin Lamba [mailto:[email protected]]
> 发送时间: 2016年2月7日 2:14
> 收件人: [email protected]
> 主题: Re: build Trafodion with jdk 1.8 failed
>
> Oracle JDK 1.8 introduced strict javadoc checking so it scans all the
> comments for potential errors - seems this is one of those.
>
> If you rerun the compile within the ant build but with an additional
> command-line option '-Xdoclint:none', you may be able to get past this
> error.
>
> - Nitin
>
> ________________________________________
> From: Liu, Ming (Ming) <[email protected]>
> Sent: Friday, February 5, 2016 10:13 PM
> To: [email protected]
> Subject: build Trafodion with jdk 1.8 failed
>
> Hi, all,
>
> I am trying to build Trafodion with Oracle JDK 1.8, and it failed first
> with
> ANT classpath issue, it is easy to fix.
> Then it seems I meet a strange Java programming issue, not sure if I miss
> something. Ask for more help :
>
> The error message is like:
>
> [ERROR] ^  ##(DCS)
> [ERROR]
> /home/liuliumi/incubator-trafodion/dcs/src/main/java/org/trafodion/dcs/res
> t/model/WorkloadListModel.java:38: error: no tag name after @  ##(DCS)
> [ERROR] * @@@ START COPYRIGHT @@@  ##(DCS) [ERROR] ^  ##(DCS)
>
>
> The line 38 is copyright text, and within a /* */ comments, no idea why
> Java
> report an ERROR. Did I miss something? I cannot find much on internet
> about
> 'no tag name after' issue in java.
>
> Just a try, to see how many issues are there.
> HBase 1.2 will support JDK 8. Maybe Trafodion team should also do some
> research now?
>
> Thanks,
> Ming

Reply via email to