@m41q said: When I look at the sidebar in Download-->Nightly Builds, there are many zips. 22 days old zips however.
TL;DR?
those are old, about 22 days actually - at least where I live
@m41q said: When I look at the sidebar in Download-->Nightly Builds, there are many zips. 22 days old zips however.
TL;DR?
those are old, about 22 days actually - at least where I live
rhaaaā¦dafuk the nightly is broken againā¦
:roll: Ouch :roll:
Itās no big deal.
⦠now if youād be kind enough to explain this gradle thingā¦
I already had this errorā¦
The good news is that I managed to fix it.
The bad news is that I donāt remember how.
Iāll check tonight and tell you.
Btw you donāt need to build the whole SDK though, you can just build the engine sub projects.
@nehon said: I'll check tonight and tell you.Any news on this?
It isnāt that important for me that the nightly is working, but Iād like to test the master branch.
I know I can build the sub projects and swap the libraries, but how do you build the SDK?
Thank you.
Yes. Iām working on windows so I canāt tell for others OS.
make sure that you propertie file has those lines (properties file is located in C:\Users<yourUserName>\AppData\Roaming.jmonkeyplatform\3.0)
nbplatform.default.harness.dir=${nbplatform.default.netbeans.dest.dir}/harness
nbplatform.default.netbeans.dest.dir=C:\Program Files\jmonkeyplatform3.0 #unless you installed it elsewhere
nbplatform.nb80.harness.dir=${nbplatform.default.harness.dir}
nbplatform.nb80.label=nb80
nbplatform.nb80.netbeans.dest.dir=C:\JME3.X\git\jmonkeyengine\netbeans #<- this is the path to my local JME git repo, so itās obviously different for you, this directory has to point to the netbeans directory that is inside the jmonkeyengine folder of the repo.
This worked for me