---------- Forwarded message ----------
From: Pradeep Fernando <[email protected]>
Date: Sun, Aug 12, 2012 at 7:54 PM
Subject: Re: [Dev] Does the Platform build fine?
To: Nuwan Bandara <[email protected]>
Cc: Senaka Fernando <[email protected]>, WSO2 Developers' List <[email protected]>,
Tharindu Mathew <[email protected]>, Deependra Ariyadewa <[email protected]>


get this error in dependencies/cassandra

this warning generates due to SUN proprietary API sun.misc.* . This warning
occurs even with the released Cassandra source. There is no effect for the
compilation from this warning.

Thanks,

Deependra.


ld-project:
     [echo] apache-cassandra:
/home/pradeep/checkouts/branch/platform/dependencies/cassandra/1.1.0-wso2v3/build.xml
    [javac] Compiling 40 source files to
/home/pradeep/checkouts/branch/platform/dependencies/cassandra/1.1.0-wso2v3/build/classes/thrift
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Compiling 556 source files to
/home/pradeep/checkouts/branch/platform/dependencies/cassandra/1.1.0-wso2v3/build/classes/main
    [javac]
/home/pradeep/checkouts/branch/platform/dependencies/cassandra/1.1.0-wso2v3/src/java/org/apache/cassandra/io/util/Memory.java:22:
warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a
future release
    [javac] import sun.misc.Unsafe;
    [javac]                ^
    [javac]
/home/pradeep/checkouts/branch/platform/dependencies/cassandra/1.1.0-wso2v3/src/java/org/apache/cassandra/io/util/Memory.java:28:
warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a
future release
    [javac]     private static final Unsafe unsafe;
    [javac]                          ^
    [javac]
/home/pradeep/checkouts/branch/platform/dependencies/cassandra/1.1.0-wso2v3/src/java/org/apache/cassandra/utils/FastByteComparisons.java:25:
warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a
future release
    [javac] import sun.misc.Unsafe;
    [javac]                ^
    [javac]
/home/pradeep/checkouts/branch/platform/dependencies/cassandra/1.1.0-wso2v3/src/java/org/apache/cassandra/utils/FastByteComparisons.java:114:
warning: sun.misc.Unsafe is Sun proprietary API and may be removed in a
future release
    [javac]       static final Unsafe theUnsafe;
    [javac]                    ^




-- 
Deependra Ariyadewa
WSO2, Inc. http://wso2.com/ http://wso2.org

email [email protected]; cell +94 71 403 5996 ;
Blog http://risenfall.wordpress.com/
PGP info: KeyID: 'DC627E6F'
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to