Batching breaks Vertex Colors

@m41q said: When I look at the sidebar in Download-->Nightly Builds, there are many zips. 22 days old zips however.

TL;DR? :smiley:

those are old, about 22 days actually - at least where I live :stuck_out_tongue:

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.

1 Like
@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