intersystems-community / objectscript-docker-template

Template project for InterSystems ObjectScript with InterSystems IRIS community Edition docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

module.xml version tag not correctly closed

marceldenouden opened this issue · comments

Hi,

I think there is an error in module.xml. The version tag is not closed correctly:
<Version>1.1.1/Version>
should be:
<Version>1.1.1</Version>

I changed it manually and it worked.

Other small issue in the README.md. It says you can test with:
write ##class(PackageSample.ObjectScript).Test()

but I think this should be:

##class(dc.PackageSample.ObjectScript).Test()