nebula-plugins / gradle-java-cross-compile-plugin

Automatic configuration of bootstrap classpath for Java, Groovy and Kotlin.
Apache License 2.0
27 stars 9 forks source link

Error building other nebula plugin under Windows #2

Open grv87 opened 7 years ago

grv87 commented 7 years ago

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.

akberc commented 6 years ago

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