zoell3248
(Zoltan Szabo)
#1
For some reasons the buildWar fails with this error:
Unexpected error
groovy.lang.MissingPropertyException: Could not find property ‘CubaWarBuilding’ on root project ‘ProjectName’.
Added this to build.gradle:
task buildWar(type: CubaWarBuilding) {
appHome = '…'
singleWar = false
}
Anything I am missing?
gorelov
(Gleb Gorelov)
#2
Hello, Zoltan.
Which version of the platform you’re using?
Regards,
Gleb.
zoell3248
(Zoltan Szabo)
#3
Just downloaded yesterday.
Platform: 6.1.2
Server: 2.1.2
zoell3248
(Zoltan Szabo)
#4
Maybe there is an issue with this version?
zoell3248
(Zoltan Szabo)
#5
Ok I have solved it. The issue was the … in the appHome. I have changed it to only one dot.
gorelov
(Gleb Gorelov)
#6
No, this version of the CUBA platform has CubaWarBuilding class in gradle plugin.
gorelov
(Gleb Gorelov)
#7
I glad to see that you solved the problem. Let me know if you will have another problem with CubaWarBuilding.
Regards,
Gleb.
krivopustov
(Konstantin Krivopustov)
#8
> The issue was the … in the appHome. I have changed it to only one dot.
Could you attach build.gradle that didn’t work for you? We would like to investigate the issue.