docmalloc / gplmt

GNU Affero General Public License v3.0
1 stars 0 forks source link

Some tasklists in contrib/ do not validate #11

Closed FlorianDold closed 8 years ago

FlorianDold commented 9 years ago
$ cd contrib/
$ xmllint --schema tasklist_schema.xsd --noout tasklists/*.xml
[...]
tasklists/install_gnurl.xml:44: element stop_on_fail: Schemas validity error : Element 'stop_on_fail': '' is not a valid value of the atomic type 'xs:boolean'.
[...]
tasklists/test_tasks.xml:3: element task: Schemas validity error : Element 'task': This element is not expected. Expected is one of ( options, sequence, parallel, link, run, run_per_host, put, get ).
docmalloc commented 9 years ago

So this is about invalid tasklists in contribution? These tasklists are quite gnunet related ... so feel free to sort them out and think about adding a nice example for a tasklist instead

Egomania commented 9 years ago

You may ask the students working with the tool, if they have nice running examples

FlorianDold commented 8 years ago

Obsolete, since we're switching to a new syntax.