Closed groupsky closed 10 years ago
It looks like some kind of referencing issue since it cannot find symbols but I am not sure why.
When I build I use build.sh all
. build.sh has several modes to build the entire product with 'all' or just parts such as the docs, etc.
@groupsky just checked it out on a new machine, try running sh build.sh product
from the root directory of the project, it builds here.
To build the docs requires sphinx to be installed which is a documentation plugin for python sphinx.
Same issue, I'm gonna try with clean copy of the project
ok, it seems to be machine, I tried on another and it worked like a charm. Thanks for the help
great! :)
When I try to build using maven I get the following error:
I'm using Maven 3.0.4 and executing
mvn clean install
in the root folder.Any ideas or is there another way to build the project?
Note, I don't have experience with XText.