Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-08-11This commit was manufactured by cvs2svn to create tag 'v200608111950'.v200608111950kchong253-6385/+0
2006-08-10[151036] Fixed inline schema import of namespace with no scheme problem.lmandel4-1/+57
2006-05-04[140093] Update about.html filesjeffliu1-17/+29
2006-05-02[97369] Changed schema validation logic to use any model returned even if ↵lmandel3-1/+56
the schema is invalid. This method should prevent some unnecessary errors from being reported on message parts.
2006-04-24[138261] Added tests for WSDL documents importing or declaring schemas with ↵lmandel7-2/+120
no target namespaces. Updated the WSDL test suite to run with grammar pools as is always the case now that the WSDL validator is solely run through the validation framework.
2006-04-22[79244] Cleanup of WSDLValidate command line task including creation of ↵lmandel12-10/+558
messages class, addition of verbose option, addition of verbose logging severity, creation of tests for command line task and updates to other test setup methods.
2006-04-21[137871] Fixed WSDL validation test failures on linux. The log file URLs ↵lmandel3-8/+14
were being generated incorrectly.
2006-04-21[137871] Removed the WSDL validation tests until the source of the error can ↵lmandel1-0/+2
be determined.
2006-04-20[69087] Added tests for Ant logger.lmandel3-0/+182
2006-04-18[86383] Updated location of error markers for certain types of Xerces errors ↵lmandel7-1/+154
to show on the start element instead of the end element. Added tests for error location changes.
2006-04-17[102372] Added tests for WSDL self import scenario.lmandel12-5/+254
2006-04-16adjusting default project settings to be more standarddavid_williams3-3/+17
2006-03-29[129953] Updated WSDL validator to use validator jobs API.lmandel8-7/+463
Removed Validate WSDL File action. Added WSDL validation unit tests.
2006-03-15[131794] Added validation step to schemas located through the use of the ↵lmandel6-1/+130
namespace. This check resolves problems where HTML documents were being retrieved and the schemas were reported to have errors (because they were not in fact schemas). Added tests for these cases.
2006-03-08[130067] Compiler reports "access warnings" for classes from jars in a plugindavid_williams1-1/+2
Xerces needed explicitly on "requires" list.
2006-03-01[129992] All packages should be listed in manifest.mf filedavid_williams1-0/+5
2006-02-17Added project settings.lmandel2-0/+15
2006-02-03[117265] Corrected tests for WSDL validation.lmandel2-129/+1
2005-11-30[115337] Removed default behaviour of allowing cross inline schema ↵lmandel5-1/+53
references with no import statement.
2005-11-30[117750] Removed transferrence of target namespace from WSDL document to ↵lmandel3-0/+36
inline schemas with no target namespace. This fixes an inconsistency between the validator and the model/editor.
2005-11-21Tests for 115577 and 117240.lmandel11-0/+144
2005-11-07[99731] Separated WSDL validation core and ui.lmandel1-1/+1
2005-11-02Added some tests for InlineSchemaGenerator.lmandel3-0/+322
2005-11-02Added dependency on wsdl4j.lmandel1-1/+2
2005-11-02Removed plugin.xml as it is no longer needed with OSGi manifest.lmandel1-6/+0
2005-11-02major mass change to version 1.0david_williams1-1/+1
2005-11-01[114612 ] updating test to new WS-I preference locationlauzond2-4/+4
2005-10-13cvs ignore PDE build artifactsdavid_williams1-0/+2
2005-07-21[103768] Fixed WSDL validator to support logical and physical resolution. ↵lmandel5-20/+56
This is in response to changes in the URI resolver.
2005-07-12[102991] Fixed WSDL validation tests. Incorrect spacing caused discrepancies ↵lmandel6-15/+15
between Windows and Linux.
2005-07-12[102991] Added more tests for WSDL elements.lmandel17-0/+473
2005-07-12[102991] Fixed schemadir property for WSDLValidate Ant task.lmandel4-0/+61
2005-07-05[102762] Added/updated Eclipse about.html.lmandel2-1/+24
2005-07-04[102618] JREContainter should come before requiredPlugins in .classpathdavid_williams1-1/+1
2005-06-29[99207] Removed WSDL validator tests dependency on JDT.lmandel6-161/+0
2005-06-14[no bug] Update plugin version numbers to 0.7.0kchong1-1/+1
2005-06-13ignore PDE build artifactsdavid_williams1-0/+1
2005-06-02Fixed absolute file test.lmandel1-6/+25
Added remote file test.
2005-06-01Added tests for WSDLValidate ant task.lmandel4-1/+157
2005-05-26Updated test results to coincide with property file update.lmandel3-3/+3
2005-04-21removed old builders that results in spurious console messagesdavid_williams1-5/+0
2005-04-18Fix for bugzilla 91626. Imports with no location are causing a stack overflow.lmandel10-0/+134
2005-04-14Second fix for linux log file problem.lmandel4-70/+70
2005-04-14Cleaned up comments.lmandel5-12/+1
2005-04-14Fix for resource location on linux.lmandel5-69/+31
Cleaned up comments.
2005-04-14Add version to test pluginkchong1-1/+1
2005-04-13Updated namespace prefix.lmandel1-1/+1
2005-04-08Created manifest.mf.lmandel3-22/+21
2005-04-08delete.lmandel30-534/+0
2005-04-08Reacted to changes in the WSDL validator.lmandel1-8/+8

Back to the top