User Activity

  • Posted a comment on ticket #24 on ruamel.yaml.clib

    For your reference: https://github.com/pdm-project/pdm/ "A modern Python package and dependency manager supporting the latest PEP standards."

  • Created ticket #24 on ruamel.yaml.clib

    Fails to install/compile with Python 3.12

  • Modified a comment on discussion Open Discussion on OVal - object validation framework

    hi Kieth, try this: <field name="name"> <length min="4" max="23" /> <memberOf> <members> <string>Alpha</string> <string>Beta</string> <string>Delta</string> </members> </memberOf> </field> Btw. the easiest way to figure out how constraints are configured via XML is to use an editor that supports XSD auto-completion (e.g. Eclipse) and specifying the oval config XSD in the XML header like <?xml version="1.0" ?> <oval xmlns="http://oval.sf.net/oval-configuration" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...

  • Modified a comment on discussion Open Discussion on OVal - object validation framework

    hi Kieth, try this: <field name="name"> <length min="4" max="23" /> <memberOf><members> <string>Alpha</string> <string>Beta</string> <string>Delta</string> </members></memberOf> </field> Btw. the easiest way to figure out how constraints are configured via XML is to use an editor that supports XSD auto-completion (e.g. Eclipse) and specifying the oval config XSD in the XML header like <?xml version="1.0" ?> <oval xmlns="http://oval.sf.net/oval-configuration" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...

  • Posted a comment on discussion Open Discussion on OVal - object validation framework

    hi Kieth, try this: <field name="name"> <length min="4" max="23" /> <memberOf members="Alpha,Beta,Delta" /> </field> Regards, Seb

  • Posted a comment on discussion Open Discussion on OVal - object validation framework

    Hi Kamal, please provide a JUnit TestCase that illustrates your issue. Thanks, Seb

View All

Personal Data

Username:
sebthom
Joined:
2001-10-05 14:36:35

Projects

This is a list of open source software projects that Seb is associated with:

Personal Tools