You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is specifically about porting a single Bioclipse methods to the XMLManager of Bacting.
The goal is that the API (manager method) call is identical in Bacting as it is in Bioclipse 2.6.2.
This issue is about porting xml.validateAgainstXMLSchema(IFile file, IFile schema, IProgressMonitor monitor). In Bacting, the
manager method signature should therefore be xml.validateAgainstXMLSchema(String file, String schema) where the first String value is the Bioclipse Project filename, like /SomeProject/someFile.txt and the second similar but for the XML Schema file.
This issue provides some pointers to get your going:
egonw
changed the title
port xml.validate(IFile file, IFile schema, IProgressMonitor monitor)
port xml.validateAgainstXMLSchema(IFile file, IFile schema, IProgressMonitor monitor)
Oct 17, 2021
This issue is specifically about porting a single Bioclipse methods to the XMLManager of Bacting.
The goal is that the API (manager method) call is identical in Bacting as it is in Bioclipse 2.6.2.
This issue is about porting
xml.validateAgainstXMLSchema(IFile file, IFile schema, IProgressMonitor monitor)
. In Bacting, themanager method signature should therefore be
xml.validateAgainstXMLSchema(String file, String schema)
where the first String value is the Bioclipse Project filename, like/SomeProject/someFile.txt
and the second similar but for the XML Schema file.This issue provides some pointers to get your going:
The text was updated successfully, but these errors were encountered: