You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Andy Glick (JIRA)" <ji...@codehaus.org> on 2005/07/28 20:48:57 UTC

[jira] Created: (MAVEN-1653) Executing the "pom:validate" goal on a reconstituted project.xml file using the content from the ten minute test page produces error messages

Executing the "pom:validate" goal on a reconstituted project.xml file using the content from the ten minute test page produces error messages
---------------------------------------------------------------------------------------------------------------------------------------------

         Key: MAVEN-1653
         URL: http://jira.codehaus.org/browse/MAVEN-1653
     Project: maven
        Type: Bug
  Components: documentation  
    Versions: 1.1-beta-1    
 Environment: Maven 1.1b1 on Windows - but it is not a platform related issue
 Reporter: Andy Glick
    Priority: Minor
 Attachments: project.xml

The project.xml contents which appear as an example on http://maven.apache.org/start/ten-minute-test.html causes the pom:validate goal to declare errors.  

I've created a replacement version that I'm attaching which passes the pom:validate test.  I've included XML namespace and schema references in the project tag. A validating XML parsed the document without complaint.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MAVEN-1653) Executing the "pom:validate" goal on a reconstituted project.xml file using the content from the ten minute test page produces error messages

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1653?page=all ]

Lukas Theussl updated MAVEN-1653:
---------------------------------

    Attachment: MAVEN-1653-2.patch

> Executing the "pom:validate" goal on a reconstituted project.xml file using the content from the ten minute test page produces error messages
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>          Key: MAVEN-1653
>          URL: http://jira.codehaus.org/browse/MAVEN-1653
>      Project: Maven
>         Type: Bug

>   Components: documentation
>     Versions: 1.1-beta-1
>  Environment: Maven 1.1b1 on Windows - but it is not a platform related issue
>     Reporter: Andy Glick
>     Priority: Minor
>      Fix For: 1.1-beta-3
>  Attachments: MAVEN-1653-2.patch, MAVEN-1653.patch, project.xml
>
>
> The project.xml contents which appear as an example on http://maven.apache.org/start/ten-minute-test.html causes the pom:validate goal to declare errors.  
> I've created a replacement version that I'm attaching which passes the pom:validate test.  I've included XML namespace and schema references in the project tag. A validating XML parsed the document without complaint.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MAVEN-1653) Executing the "pom:validate" goal on a reconstituted project.xml file using the content from the ten minute test page produces error messages

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1653?page=all ]

Brett Porter updated MAVEN-1653:
--------------------------------

    Fix Version: 1.1-beta-2

> Executing the "pom:validate" goal on a reconstituted project.xml file using the content from the ten minute test page produces error messages
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>          Key: MAVEN-1653
>          URL: http://jira.codehaus.org/browse/MAVEN-1653
>      Project: maven
>         Type: Bug
>   Components: documentation
>     Versions: 1.1-beta-1
>  Environment: Maven 1.1b1 on Windows - but it is not a platform related issue
>     Reporter: Andy Glick
>     Priority: Minor
>      Fix For: 1.1-beta-2
>  Attachments: project.xml
>
>
> The project.xml contents which appear as an example on http://maven.apache.org/start/ten-minute-test.html causes the pom:validate goal to declare errors.  
> I've created a replacement version that I'm attaching which passes the pom:validate test.  I've included XML namespace and schema references in the project tag. A validating XML parsed the document without complaint.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MAVEN-1653) Executing the "pom:validate" goal on a reconstituted project.xml file using the content from the ten minute test page produces error messages

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVEN-1653?page=comments#action_47987 ] 

Arnaud Heritier commented on MAVEN-1653:
----------------------------------------

Applied. thanks.

> Executing the "pom:validate" goal on a reconstituted project.xml file using the content from the ten minute test page produces error messages
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>          Key: MAVEN-1653
>          URL: http://jira.codehaus.org/browse/MAVEN-1653
>      Project: Maven
>         Type: Bug
>   Components: documentation
>     Versions: 1.1-beta-1
>  Environment: Maven 1.1b1 on Windows - but it is not a platform related issue
>     Reporter: Andy Glick
>     Priority: Minor
>      Fix For: 1.1-beta-3
>  Attachments: MAVEN-1653.patch, project.xml
>
>
> The project.xml contents which appear as an example on http://maven.apache.org/start/ten-minute-test.html causes the pom:validate goal to declare errors.  
> I've created a replacement version that I'm attaching which passes the pom:validate test.  I've included XML namespace and schema references in the project tag. A validating XML parsed the document without complaint.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MAVEN-1653) Executing the "pom:validate" goal on a reconstituted project.xml file using the content from the ten minute test page produces error messages

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1653?page=all ]

Lukas Theussl updated MAVEN-1653:
---------------------------------

    Attachment: MAVEN-1653.patch

MPPOM-5 is fixed but the example is still incorrect, <version> should be <currentVersion>. The namespace requirement is currently still under discussion, I think we will remove it.

> Executing the "pom:validate" goal on a reconstituted project.xml file using the content from the ten minute test page produces error messages
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>          Key: MAVEN-1653
>          URL: http://jira.codehaus.org/browse/MAVEN-1653
>      Project: Maven
>         Type: Bug
>   Components: documentation
>     Versions: 1.1-beta-1
>  Environment: Maven 1.1b1 on Windows - but it is not a platform related issue
>     Reporter: Andy Glick
>     Priority: Minor
>      Fix For: 1.1-beta-3
>  Attachments: MAVEN-1653.patch, project.xml
>
>
> The project.xml contents which appear as an example on http://maven.apache.org/start/ten-minute-test.html causes the pom:validate goal to declare errors.  
> I've created a replacement version that I'm attaching which passes the pom:validate test.  I've included XML namespace and schema references in the project tag. A validating XML parsed the document without complaint.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MAVEN-1653) Executing the "pom:validate" goal on a reconstituted project.xml file using the content from the ten minute test page produces error messages

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1653?page=all ]
     
Lukas Theussl closed MAVEN-1653:
--------------------------------

    Resolution: Fixed

> Executing the "pom:validate" goal on a reconstituted project.xml file using the content from the ten minute test page produces error messages
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>          Key: MAVEN-1653
>          URL: http://jira.codehaus.org/browse/MAVEN-1653
>      Project: Maven
>         Type: Bug

>   Components: documentation
>     Versions: 1.1-beta-1
>  Environment: Maven 1.1b1 on Windows - but it is not a platform related issue
>     Reporter: Andy Glick
>     Priority: Minor
>      Fix For: 1.1-beta-3
>  Attachments: MAVEN-1653-2.patch, MAVEN-1653.patch, project.xml
>
>
> The project.xml contents which appear as an example on http://maven.apache.org/start/ten-minute-test.html causes the pom:validate goal to declare errors.  
> I've created a replacement version that I'm attaching which passes the pom:validate test.  I've included XML namespace and schema references in the project tag. A validating XML parsed the document without complaint.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org