Message:

   The following issue has been closed.

   Resolver: dion gillard
       Date: Mon, 4 Aug 2003 12:51 AM

Fixed a while back
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-530


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-530
    Summary: element distribution is undefined in maven-project.xsd
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven
   Fix Fors:
             1.0-rc1
   Versions:
             1.0-beta-9

   Assignee: 
   Reporter: Abdelkrim BOUJRAF

    Created: Mon, 30 Jun 2003 11:16 AM
    Updated: Mon, 4 Aug 2003 12:51 AM
Environment: Windows 2000 Server, XML Spy 5 release 4

Description:
I try to create a maven.xml file with XML Spy.
Unfortunately when I try to save my maven.xml file I get an error from the schema 
validator saying that "element 'distribution' is undefined".

Effectively the maven-project.xsd provided in the maven-1.0-beta-9.zip distribution, 
you can find the following schema code:

<xs:element name="license">
  <xs:complexType>
  <xs:sequence>
  <xs:element ref="name" minOccurs="0"/>
    <xs:element ref="url" minOccurs="0"/>
    <xs:element ref="distribution" minOccurs="0"/>
    <!-- name of the license, e.g. ASL 1.1 -->
    <!-- fetchable version of the license -->
    <!-- manual, repository, ben? -->
    </xs:sequence>
  </xs:complexType>
</xs:element>


But the 'distribution' element is unfortunately undefined in the whole file.

Same problem occurs in maven-1.0-beta-8.zip version.

Either the 'distribution' element is defined in another schema file or the 
'distribution' name is incorrect.




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to