Hello, I am trying to use the Rm Skeleton Generator but when I try to build the source from GitHub it asks for the classes ADLParser and DADLParser, but they dont exist there..
Can someone help me with this issue? Thank you!
Hello, I am trying to use the Rm Skeleton Generator but when I try to build the source from GitHub it asks for the classes ADLParser and DADLParser, but they dont exist there..
Can someone help me with this issue? Thank you!
Hi Vinicius,
git clone git://github.com/openEHR/java-libs
cd java-libs
mvn clean install
should generate those classes. If you get an error message, please send it.
Also make sure you have maven 3.0.4 or higher, we’ve experienced issues compiling with other versions.
Cheers,
iago
Thank You! That plus mvn eclipse:eclipse solved my problem!
Hi Vinicius,
please have a look at the answers of Sebastian Garde:
http://www.openehr.org/wiki/display/projects/Java+Reference+Implementation
I followed the steps but using the GIT repository (https://github.com/wware/openehr-java.git) and it automatically generated the class.
1- svn co https://github.com/wware/openehr-java.git openehr-java
2- cd openehr-java/trunk
3-mvn clean install
The java file is generated in: openehr-java\trunk\adl-parser\target\generated-sources\javacc\se\acode\openehr\parser
and openehr-java\trunk\dadl-parser\target\generated-sources\javacc\org\openehr\am\parser
respectively
Regards,
Luis