From f04c72f6f239ff8607041cb96afd37b20e0eae5d Mon Sep 17 00:00:00 2001 From: Andreas Kraft <ankraft@users.noreply.github.com> Date: Mon, 27 Apr 2015 18:06:40 +0200 Subject: [PATCH] Update SDT Build System.md --- SDT Build System.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDT Build System.md b/SDT Build System.md index 92da49c..f5fedd8 100644 --- a/SDT Build System.md +++ b/SDT Build System.md @@ -8,7 +8,7 @@ This document describes the SDT build system and how to build the SDT and valida **Only edit this file when one wants to make changes to the SDT!** - [domain.xsd](SDT/schema/src/domain.xsd) : The SDT schema defintion that is generated from *domain.rng*. - [xml.xsd](SDT/schema/src/xml.xsd) : General schema definitions for the SDT -- [SDT/test/](SDT/test/) : This directory contains all XML files with SDT definitions that should be validated whether they conform to the SDT schema. This could be example definitions or contributions. +- [SDT/schema/test/](SDT/schema/test/) : This directory contains all XML files with SDT definitions that should be validated whether they conform to the SDT schema. This could be example definitions or contributions. - [SDT/schema/build.xml](SDT/schema/build.xml) : This is the definition file for the ant build system. - [SDT/schema/etc/](SDT/schema/etc/), [SDT/schema/lib/](SDT/schema/lib/), [SDT/schema/style/](SDT/schema/style/) : internal directories for the build system. Please, don't make unnecessary changes to these files. @@ -43,4 +43,4 @@ The last lines of the many screens full of output you receive should look someth Otherwise you most likely receive a stacktrace. Search the output for the line *BUILD FAILED*. Above this line you will find some helpful hints for the filename and line number on which the error occured (here: file *mseeb.xml* on line 66) and a reason: >[schemavalidate] /Users/someone/Sources/git/RWD050/SDT/schema/test/mseeb.xml:66:18: cvc-elt.1: Cannot find the declaration of element 'Domain'. ->BUILD FAILED \ No newline at end of file +>BUILD FAILED -- GitLab