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