Maven builds are different from Jenkins / Source code and are missing important classes.
GBroad opened this issue ยท 2 comments
Describe the bug
Maven builds acquired from the repo seem to be missing classes. See below.
To Reproduce
Steps to reproduce the behavior:
- Go to
Take note that EntityPose exists as an enum here. - Decompile any maven release. (Tested latest 4.5.x release and 4.6.0-SNAPSHOT)
- Locate the same file, search for EntityPose.
- The code does not exist. I had to recompile from the source to get this class to appear.
Expected behavior
Latest code in the project should be compiled and put onto the maven repository.
my guess: the line 371 was added by #873, which was after the final shapshot release on nexus (june 30th, i remember)
So if you really need that class, i think you should get the latest jenkins build. see #880
Ah, EntityPose has been around a short while, so I assumed it dated back farther than that. I ended up compiling myself.