I will try to gradually move existing documentation about the Java project into ...
I will try to gradually move existing documentation about the Java project into Wiki. Hopefully this will make it easy for the Java community to work together on the improvement of the documentation.
i will try to download openehr-java implementation code but connetion was closed...
i will try to download openehr-java implementation code but connetion was closed by server , this error was generated.please solve this bug.make code download easy.
Comments (6)
14-Dec-2007
Rong Chen says:
I will try to gradually move existing documentation about the Java project into ...I will try to gradually move existing documentation about the Java project into Wiki. Hopefully this will make it easy for the Java community to work together on the improvement of the documentation.
/rong
28-Dec-2009
shivang maheshkumar modi says:
i will try to download openehr-java implementation code but connetion was closed...i will try to download openehr-java implementation code but connetion was closed by server , this error was generated.please solve this bug.make code download easy.
Jun 09
Manisha Mantri says:
In the tree structure ADLPArser and ADLSerialiser.java classes are not aval...In the tree structure ADLPArser and ADLSerialiser.java classes are not avaliable.
And all other classes have dependency on these classes.
Jun 09
Sebastian Garde says:
Manisha, the ADLParser needs to be built if you are starting from scratch with ...Manisha,
the ADLParser needs to be built if you are starting from scratch with the source code, have a look at the http://www.openehr.org/wiki/display/projects/Quick+start+guide+for+the+openEHR+Java+project instructions
The ADLSerialiser should be there: http://www.openehr.org/wsvn/ref_impl_java/TRUNK/adl-serializer/src/main/java/org/openehr/am/serialize/#path_TRUNK_adl-serializer_src_main_java_org_openehr_am_serialize_
Jun 10
Manisha Mantri says:
Hi Sebastian, I am building the project form scratch only. also if you observe...Hi Sebastian,
I am building the project form scratch only.
also if you observer the svn directory here http://www.openehr.org/svn/ref_impl_java/TRUNK , classes for ADLparser and ADLserialiser doesnt exists.
But anyways, thanks for the above repository link. I can proceed my work now..
Jun 10
Sebastian Garde says:
Hi, I should be clearer: The Java parser is based on JavaCC and the "source" f...Hi,
I should be clearer:
The Java parser is based on JavaCC and the "source" file ADParser.java needs to be generated first.
The main thing that is required for this generation is the grammar definition for the ADLParser adl.jj file at http://www.openehr.org/svn/ref_impl_java/TRUNK/adl-parser/src/main/javacc/
The maven build process will do it automatically for you if you follow the quick start guide instructions.
ADLSerialiser.java should simply be at http://www.openehr.org/svn/ref_impl_java/TRUNK/adl-serializer/src/main/java/org/openehr/am/serialize/