sysgears / grain

Grain is a lightweight and powerful static website generator with custom themes to help create static, SEO-friendly websites or a blog in no time.
https://sysgears.com/grain
Other
160 stars 30 forks source link

Dependency problem #4

Closed bgoetzmann closed 10 years ago

bgoetzmann commented 10 years ago

Hi,

I just tried Grain by following the "Getting Started", but when I run "gradlew", I get the following build failure:

D:\odelia\grain>gradlew :compileJava UP-TO-DATE :compileGroovy

FAILURE: Build failed with an exception.

BUILD FAILED

I'm using JDK 7, and Windows 7.

Grain looks promising :-)

Bertrand.

larixer commented 10 years ago

Hi Bertrand,

Looks like some crazy gradle problem. Google search for "Evicted parent node" returns me only one result and when I go to that page, this error doesn't exists there...

Doesn't reproduces for me, when I download and build grain-theme-octopress with gradlew.

Could you clean gradle cache by deleting folder Documents/.gradle/caches and then run gradlew --stacktrace and copy paste stacktrace here?

Thanks, Victor

bgoetzmann commented 10 years ago

Hi Victor,

I found the reason (but can't explain it); as I see that grain-theme-octopress is a Gradle project, I renamed it for "grain", because I have the habit to have folder names in relation with projects/frameworks I test. So, renaming the folder to its original name, it's works! I suppose there is a special use of word "grain" in the Gradle script.

Thanks for your help.

I will continue to try Grain,

Cheers,

Bertrand