townsfolk / gradle-templates

A gradle project templates plugin
Apache License 2.0
315 stars 99 forks source link

Unable to execute initScalaProject task #6

Closed harishkannarao closed 10 years ago

harishkannarao commented 11 years ago

Hi, I am trying to initialize a Scala Project within a directory. Gradle excetution of 'initScalaProject' fails with an exception.

I have provided the stack execution and results below: $ gradle initScalaProject

Building > :initScalaProject ??> Scala Version: [2.9.0] y

??> Use fast compiler? (Y|n) y :initScalaProject FAILED

FAILURE: Build failed with an exception.

BUILD FAILED

Total time: 12.592 secs

cjstehno commented 10 years ago

I have fixed this issue in my repo (https://github.com/cjstehno/gradle-templates) as of version 1.4.2 which will be released shortly.

cjstehno commented 10 years ago

Created a copy of the issue for reference: https://github.com/cjstehno/gradle-templates/issues/10

cjstehno commented 10 years ago

This issue has been fixed in 1.5 which will be available shortly.