gradle-java-cross-compile-plugin icon indicating copy to clipboard operation
gradle-java-cross-compile-plugin copied to clipboard

Error building other nebula plugin under Windows

Open grv87 opened this issue 8 years ago • 1 comments

I'm trying to build https://github.com/nebula-plugins/gradle-info-plugin (master HEAD) under Windows and have the following error:

Could not normalize path for file 'C:\Program Files\Java\jdk1.7.0_21\jre\lib\rt.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\jce.jar;C:\Program Files\Java\jdk1.7.0_21\jre\lib\charsets.jar'

Google says that classpath should be split to List by ';'.

The full log is here: https://gist.github.com/grv87/5b3483cddb88ed77c569ffa966a0ef1a

According to log I believe the problem is in this plugin although I've not found exact location yet.

grv87 avatar Oct 21 '17 07:10 grv87

Facing same issue on Windows, even with path with no spaces for JDK7

akberc avatar Feb 16 '18 19:02 akberc