What steps will reproduce the problem? 1. Download source, using svn. 2. Look for corresponding sources to class files included in distribution jar.
What is the expected output? What do you see instead? Expected: a folder named "SimpleOpenNI", with files such as "AlternativeViewPointCapablity.java" etc.
Instead: There is only one .java file, "SimpleOpenNI.java", not contained in a "SimpleOpenNI" folder and thus unable to fulfill its package directive "package SimpleOpenNI;"
What version of the product are you using? On what operating system? Universal version 0.27; Ubuntu GNU/Linux 10.04 if it matters
Please provide any additional information below.
Comment #1
Posted on Jun 10, 2012 by Quick BearThe main part of SimpleOpenNI is in C++. To get the java wrapper i use SWIG.
Status: Done
Labels:
Type-Defect
Priority-Medium