The dependency information on the "Developing Using HAPI" page
(http://hl7api.sourceforge.net/using_hapi.html) on the site is out of date.
The version should be "0.6-beta1" instead of "0.6".  I spent some little
time figuring this out.

There is probably a way to use a maven property in the site documentation
file so that this information will always be current.  Just reading my
Maven book the property seems to be ${project.version}.  I will try to
figure out if just plugging it into the site documentation source file will
do the job.

        <dependency>
            <groupId>ca.uhn.hapi</groupId>
            <artifactId>hapi-base</artifactId>
            <version>0.6</version>
        </dependency>
        <dependency>
            <groupId>ca.uhn.hapi</groupId>
            <artifactId>hapi-structures-v21</artifactId>
            <version>0.6</version>
        </dependency>

I just swapped in 0.6-beta1 for 0.5.1 in my project and Maven downloaded
the dependencies, built the project and ran some jUnit tests without a
hitch.  Hooray, Maven!  Hooray James Agnew!  Next step, write a jUnit test
to parse a 2.5.1 message.

Charles Fisher
Division of Epidemiology
New York State Dept. of Health
518-474-2735


IMPORTANT NOTICE:  This e-mail and any attachments may contain confidential or 
sensitive information which is, or may be, legally privileged or otherwise 
protected by law from further disclosure.  It is intended only for the 
addressee.  If you received this in error or from someone who was not 
authorized to send it to you, please do not distribute, copy or use it or any 
attachments.  Please notify the sender immediately by reply e-mail and delete 
this from your system. Thank you for your cooperation.


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Hl7api-devel mailing list
Hl7api-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hl7api-devel

Reply via email to