]> source.dussan.org Git - aspectj.git/commitdiff
- adding badInput attribute to compiler
authorwisberg <wisberg>
Wed, 14 May 2003 05:11:08 +0000 (05:11 +0000)
committerwisberg <wisberg>
Wed, 14 May 2003 05:11:08 +0000 (05:11 +0000)
- adding message kinds (abort, fail, info)
- message line no longer required

tests/ajcTestSuite.dtd

index b8d54714cf035bde1b1a14a4118646d93ed096a4..fd512974ce9faa0b16855826e5bd8f3f2f989e2f 100644 (file)
@@ -14,6 +14,7 @@
 \r
    <!ELEMENT compile (dir-changes*,file*,message*)>\r
    <!ATTLIST compile staging CDATA #IMPLIED >\r
+   <!ATTLIST compile badInput CDATA #IMPLIED >\r
    <!ATTLIST compile files CDATA #IMPLIED >\r
    <!ATTLIST compile reuseCompiler CDATA #IMPLIED >\r
    <!ATTLIST compile includeClassesDir CDATA #IMPLIED >\r
@@ -37,8 +38,8 @@
    <!ATTLIST file path CDATA #IMPLIED >\r
 \r
    <!ELEMENT message (#PCDATA)>\r
-   <!ATTLIST message kind (error | warning | info | Xlint) #REQUIRED >\r
-   <!ATTLIST message line CDATA #REQUIRED >\r
+   <!ATTLIST message kind (abort | fail | error | warning | info | Xlint) #REQUIRED >\r
+   <!ATTLIST message line CDATA #IMPLIED >\r
    <!ATTLIST message text CDATA #IMPLIED >\r
    <!ATTLIST message file CDATA #IMPLIED >\r
 \r