Latest update create conflict/error

Last update, project.properties, has a reference to ${file.reference.build-test) but build-test doesn’t exist.

@madjack said: Last update, project.properties, has a reference to ${file.reference.build-test) but build-test doesn't exist.

@ractoc dropped a commit bomb yesterday trying to fix tests and I suspect he forgot some things.

Yeah, that’s what I figured but forgot to tag him. :confused:

That’s weird. It all worked for me. I’ll try and fix it tonight then.

@ractoc said: That's weird. It all worked for me. I'll try and fix it tonight then.

…if you forgot to check a file in then of course it would work for you.

Ok, I found the proble, and it should be fixed now.
I had to add all the build folders to the compile-test part of the project properties. Which doesn’t work so well when you do a full “clean and build” as it turns out. Seeing how the build/test is only created DURING the compile-test part of the build…

1 Like

Error is gone and build succeeds.

Thanks.