On Wed, 2012-09-05 at 10:18 +0100, Luke Daley wrote:
> 
> 
> 
> On 05/09/2012, at 9:13 AM, Russel Winder <[email protected]> wrote:
> 
> > I am finding that Gradle builds fine with the Oracle Java 8 release, but
> > that it fails with the Project Lambda build. Is this a "Don't Care" type
> > issue or something worth following up?
> 
> It won't be a priority, but if it's quick and not risky to fix then we'd fix 
> it.
> 
> How does it fail?

As per below.  I was going to start an issue for this, but I couldn't
find a link to an issue tracker on the Gradle front page.


:native:classpathManifest
:native:compileJava
/home/Checkouts/Git/Git/Gradle/subprojects/native/src/main/java/org/gradle/internal/nativeplatform/jna/Kernel32.java:23:
 error: cannot find symbol
import com.sun.jna.win32.W32APIOptions;
                        ^
  symbol:   class W32APIOptions
  location: package com.sun.jna.win32
/home/Checkouts/Git/Git/Gradle/subprojects/native/src/main/java/org/gradle/internal/nativeplatform/jna/Kernel32.java:32:
 error: cannot find symbol
    Kernel32 INSTANCE = (Kernel32) Native.loadLibrary("kernel32", 
Kernel32.class, W32APIOptions.UNICODE_OPTIONS);
                                                                                
  ^
  symbol:   variable W32APIOptions
  location: interface Kernel32
2 errors
:native:compileJava FAILED

FAILURE: Build failed with an exception.


-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:[email protected]
41 Buckmaster Road    m: +44 7770 465 077   xmpp: [email protected]
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to