git master gant build problem
I have been experiencing build failures (or rather the build not even starting) for a couple of days on git "origin/master".
[java] Buildfile: G:\proj\jetbrains\community\build\gant.xml [java] [java] doGant: [java] home is not defined. Defaulting to G:\proj\jetbrains\community [java] out is not defined. Defaulting to G:\proj\jetbrains\community/out [java] [java] BUILD FAILED [java] G:\proj\jetbrains\community\build\gant.xml:17: groovy.lang.MissingPropertyException: No such property: community-resources for class: dist
I experience this on both win32 and osx. I wondered if others are having a similar outcome, and if not, are there reasonable steps I could try without resorting to a fresh git clone?
Git states that my working directory is clean, for what that's worth.
Thanks kindly,
-- /v\atthew
请先登录再写评论。
Hello Matthew,
This was actually caused by an error in the Community Edition build scripts.
I've pushed the fix for the error, so it should build correctly now.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Apologies for the delay. Your commit did fix the original problem, however, it exposed a subsequent build failure. I wanted to try it out on my Mac at home before replying, to avoid crying wolf.
I hope this comes across in the genuinely inquisitive manner in which I mean it, but is there no build-bot for the Community edition?
-- /v\atthew
Hello Matthew,
Indeed, my fix was incomplete. I'll fix this more correctly tomorrow.
There is a TeamCity build configuration for the Community Edition distribution,
but unfortunately the developers sometimes don't pay as much attention to
it as to the Ultimate build configurations.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Please tell Roman thank you for me; commit e9de2ee34f4b fixed it right up.
-- /v\atthew