Activity for Seb

  • Seb Seb posted a comment on ticket #24

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

  • Seb Seb created ticket #24

    Fails to install/compile with Python 3.12

  • Seb Seb modified a comment on discussion Open Discussion

    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"...

  • Seb Seb modified a comment on discussion Open Discussion

    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"...

  • Seb Seb posted a comment on discussion Open Discussion

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

  • Seb Seb posted a comment on discussion Open Discussion

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

1 >