On Friday 10 December 2004 19:48, Brett Porter wrote: > Ok, so has directory been disabled because of this? > > I'm about to regenerate the descriptors, and after that will comment > out all those above until we can sort out what to do with them...
Hold the horses a bit, Brett. There are errors being reported for the Eve descriptor, by the ./validate script. fetching http://svn.apache.org/repos/asf/incubator/directory/eve/trunk/gump.xml... ./tmp/project/gump.xml:14: validity error: Element url was declared EMPTY this one has content </url> ^ ./tmp/project/gump.xml:16: validity error: No declaration for attribute module of element svn <svn repository="apache-incubator-svn" module="directory/eve/trunk/"> ^ ./tmp/project/gump.xml:16: validity error: Element svn was declared EMPTY this one has content </svn> ^ ./tmp/project/gump.xml:20: validity error: Element property was declared EMPTY this one has content </property> ^ ./tmp/project/gump.xml:27: validity error: Element home was declared EMPTY this one has content </home> ^ ./tmp/project/gump.xml:29: validity error: Element jar was declared EMPTY this one has content </jar> ^ ./tmp/project/gump.xml:40: validity error: Element property was declared EMPTY this one has content </property> ^ ./tmp/project/gump.xml:57: validity error: Element home was declared EMPTY this one has content </home> ^ ./tmp/project/gump.xml:59: validity error: Element jar was declared EMPTY this one has content </jar> ^ ./tmp/project/gump.xml:70: validity error: Element property was declared EMPTY this one has content </property> ^ ./tmp/project/gump.xml:85: validity error: Element home was declared EMPTY this one has content </home> ^ ./tmp/project/gump.xml:87: validity error: Element jar was declared EMPTY this one has content </jar> ^ ./tmp/project/gump.xml:98: validity error: Element property was declared EMPTY this one has content </property> ^ ./tmp/project/gump.xml:133: validity error: Element home was declared EMPTY this one has content </home> ^ ./tmp/project/gump.xml:135: validity error: Element jar was declared EMPTY this one has content </jar> ^ ./tmp/project/gump.xml:146: validity error: Element property was declared EMPTY this one has content </property> ^ ./tmp/project/gump.xml:187: validity error: Element home was declared EMPTY this one has content </home> ^ ./tmp/project/gump.xml:189: validity error: Element jar was declared EMPTY this one has content </jar> The EMPTY is annoying, but strictly speaking, they should be, whilest they actually contain linefeed + spaces. Need to be fixed, and shouldn't be too hard. Also, the <svn> tag doesn't have module attribute, it should be a dir attribute. Cheers Niclas -- +------//-------------------+ / http://www.dpml.net / / http://niclas.hedhman.org / +------//-------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
