[jira] Updated: (MNG-1678) missing element does not trigger any warning

2007-06-15 Thread Brett Porter (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-1678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brett Porter updated MNG-1678:
--

Component/s: POM

> missing element does not trigger any warning
> 
>
> Key: MNG-1678
> URL: http://jira.codehaus.org/browse/MNG-1678
> Project: Maven 2
>  Issue Type: Improvement
>  Components: POM
>Affects Versions: 2.0, 2.0.4
>Reporter: Jorg Heymans
>Assignee: Maria Odea Ching
> Fix For: 2.0.x
>
>   Original Estimate: 12 hours
>  Remaining Estimate: 12 hours
>
> spot the subtle error in below pom :
> 
> 
>   4.0.0
>   org.my.project
>   myProject
>   0.1
>   The Project
>   jar
>   
> 
>   apache-maven2-snapshot
>   Apache Maven2 Snapshot Repository
>   http://cvs.apache.org/maven-snapshot-repository
> 
>   
>   
> org.apache.cocoon
> cocoon-core
> 2.2.0-SNAPSHOT
>   
> 
> The dependency element is missing inside . Maven did not give 
> any warning or error though.
> Note that in my actual project, the dependency was not needed for compilation

-- 
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




[jira] Updated: (MNG-1678) missing element does not trigger any warning

2007-01-10 Thread Jason van Zyl (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1678?page=all ]

Jason van Zyl updated MNG-1678:
---

Fix Version/s: (was: 2.0.5)
   2.0.6

Strict mode in parsing doesn't catch any missing elements.

> missing element does not trigger any warning
> 
>
> Key: MNG-1678
> URL: http://jira.codehaus.org/browse/MNG-1678
> Project: Maven 2
>  Issue Type: Improvement
>Affects Versions: 2.0, 2.0.4
>Reporter: Jorg Heymans
> Assigned To: Maria Odea Ching
> Fix For: 2.0.6
>
>   Original Estimate: 12 hours
>  Remaining Estimate: 12 hours
>
> spot the subtle error in below pom :
> 
> 
>   4.0.0
>   org.my.project
>   myProject
>   0.1
>   The Project
>   jar
>   
> 
>   apache-maven2-snapshot
>   Apache Maven2 Snapshot Repository
>   http://cvs.apache.org/maven-snapshot-repository
> 
>   
>   
> org.apache.cocoon
> cocoon-core
> 2.2.0-SNAPSHOT
>   
> 
> The dependency element is missing inside . Maven did not give 
> any warning or error though.
> Note that in my actual project, the dependency was not needed for compilation

-- 
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




[jira] Updated: (MNG-1678) missing element does not trigger any warning

2006-11-10 Thread Vincent Siveton (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1678?page=all ]

Vincent Siveton updated MNG-1678:
-

Fix Version/s: (was: 2.0.6)
   2.0.5

in the same veine of MNG-1592

> missing element does not trigger any warning
> 
>
> Key: MNG-1678
> URL: http://jira.codehaus.org/browse/MNG-1678
> Project: Maven 2
>  Issue Type: Improvement
>Affects Versions: 2.0, 2.0.4
>Reporter: Jorg Heymans
> Assigned To: Maria Odea Ching
> Fix For: 2.0.5
>
>   Original Estimate: 12 hours
>  Remaining Estimate: 12 hours
>
> spot the subtle error in below pom :
> 
> 
>   4.0.0
>   org.my.project
>   myProject
>   0.1
>   The Project
>   jar
>   
> 
>   apache-maven2-snapshot
>   Apache Maven2 Snapshot Repository
>   http://cvs.apache.org/maven-snapshot-repository
> 
>   
>   
> org.apache.cocoon
> cocoon-core
> 2.2.0-SNAPSHOT
>   
> 
> The dependency element is missing inside . Maven did not give 
> any warning or error though.
> Note that in my actual project, the dependency was not needed for compilation

-- 
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




[jira] Updated: (MNG-1678) missing element does not trigger any warning

2006-11-02 Thread Kenney Westerhof (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1678?page=all ]

Kenney Westerhof updated MNG-1678:
--

Fix Version/s: (was: 2.0.5)
   2.0.6

> missing element does not trigger any warning
> 
>
> Key: MNG-1678
> URL: http://jira.codehaus.org/browse/MNG-1678
> Project: Maven 2
>  Issue Type: Improvement
>Affects Versions: 2.0, 2.0.4
>Reporter: Jorg Heymans
> Assigned To: Maria Odea Ching
> Fix For: 2.0.6
>
>   Original Estimate: 12 hours
>  Remaining Estimate: 12 hours
>
> spot the subtle error in below pom :
> 
> 
>   4.0.0
>   org.my.project
>   myProject
>   0.1
>   The Project
>   jar
>   
> 
>   apache-maven2-snapshot
>   Apache Maven2 Snapshot Repository
>   http://cvs.apache.org/maven-snapshot-repository
> 
>   
>   
> org.apache.cocoon
> cocoon-core
> 2.2.0-SNAPSHOT
>   
> 
> The dependency element is missing inside . Maven did not give 
> any warning or error though.
> Note that in my actual project, the dependency was not needed for compilation

-- 
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




[jira] Updated: (MNG-1678) missing element does not trigger any warning

2006-09-14 Thread Maria Odea Ching (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1678?page=all ]

Maria Odea Ching updated MNG-1678:
--

Due Date: 19/Sep/06

> missing element does not trigger any warning
> 
>
> Key: MNG-1678
> URL: http://jira.codehaus.org/browse/MNG-1678
> Project: Maven 2
>  Issue Type: Improvement
>Affects Versions: 2.0, 2.0.4
>Reporter: Jorg Heymans
> Assigned To: Maria Odea Ching
> Fix For: 2.0.5
>
>
> spot the subtle error in below pom :
> 
> 
>   4.0.0
>   org.my.project
>   myProject
>   0.1
>   The Project
>   jar
>   
> 
>   apache-maven2-snapshot
>   Apache Maven2 Snapshot Repository
>   http://cvs.apache.org/maven-snapshot-repository
> 
>   
>   
> org.apache.cocoon
> cocoon-core
> 2.2.0-SNAPSHOT
>   
> 
> The dependency element is missing inside . Maven did not give 
> any warning or error though.
> Note that in my actual project, the dependency was not needed for compilation

-- 
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




[jira] Updated: (MNG-1678) missing element does not trigger any warning

2006-09-14 Thread Maria Odea Ching (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1678?page=all ]

Maria Odea Ching updated MNG-1678:
--

  Due Date: 18/Sep/06  (was: 19/Sep/06)
Remaining Estimate: 12 hours  (was: 15 hours)
 Original Estimate: 12 hours  (was: 15 hours)

> missing element does not trigger any warning
> 
>
> Key: MNG-1678
> URL: http://jira.codehaus.org/browse/MNG-1678
> Project: Maven 2
>  Issue Type: Improvement
>Affects Versions: 2.0, 2.0.4
>Reporter: Jorg Heymans
> Assigned To: Maria Odea Ching
> Fix For: 2.0.5
>
>   Original Estimate: 12 hours
>  Remaining Estimate: 12 hours
>
> spot the subtle error in below pom :
> 
> 
>   4.0.0
>   org.my.project
>   myProject
>   0.1
>   The Project
>   jar
>   
> 
>   apache-maven2-snapshot
>   Apache Maven2 Snapshot Repository
>   http://cvs.apache.org/maven-snapshot-repository
> 
>   
>   
> org.apache.cocoon
> cocoon-core
> 2.2.0-SNAPSHOT
>   
> 
> The dependency element is missing inside . Maven did not give 
> any warning or error though.
> Note that in my actual project, the dependency was not needed for compilation

-- 
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




[jira] Updated: (MNG-1678) missing element does not trigger any warning

2006-09-14 Thread Maria Odea Ching (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1678?page=all ]

Maria Odea Ching updated MNG-1678:
--

Remaining Estimate: 15 hours
 Original Estimate: 15 hours

> missing element does not trigger any warning
> 
>
> Key: MNG-1678
> URL: http://jira.codehaus.org/browse/MNG-1678
> Project: Maven 2
>  Issue Type: Improvement
>Affects Versions: 2.0, 2.0.4
>Reporter: Jorg Heymans
> Assigned To: Maria Odea Ching
> Fix For: 2.0.5
>
>   Original Estimate: 15 hours
>  Remaining Estimate: 15 hours
>
> spot the subtle error in below pom :
> 
> 
>   4.0.0
>   org.my.project
>   myProject
>   0.1
>   The Project
>   jar
>   
> 
>   apache-maven2-snapshot
>   Apache Maven2 Snapshot Repository
>   http://cvs.apache.org/maven-snapshot-repository
> 
>   
>   
> org.apache.cocoon
> cocoon-core
> 2.2.0-SNAPSHOT
>   
> 
> The dependency element is missing inside . Maven did not give 
> any warning or error though.
> Note that in my actual project, the dependency was not needed for compilation

-- 
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




[jira] Updated: (MNG-1678) missing element does not trigger any warning

2006-07-16 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1678?page=all ]

Brett Porter updated MNG-1678:
--

Affects Version/s: 2.0.4

I see it in 2.0.4 also. It should be strict parsing this, so there must be a 
bug in Modello.

> missing element does not trigger any warning
> 
>
> Key: MNG-1678
> URL: http://jira.codehaus.org/browse/MNG-1678
> Project: Maven 2
>  Issue Type: Improvement
>Affects Versions: 2.0, 2.0.4
>Reporter: Jorg Heymans
> Fix For: 2.0.5
>
>
> spot the subtle error in below pom :
> 
> 
>   4.0.0
>   org.my.project
>   myProject
>   0.1
>   The Project
>   jar
>   
> 
>   apache-maven2-snapshot
>   Apache Maven2 Snapshot Repository
>   http://cvs.apache.org/maven-snapshot-repository
> 
>   
>   
> org.apache.cocoon
> cocoon-core
> 2.2.0-SNAPSHOT
>   
> 
> The dependency element is missing inside . Maven did not give 
> any warning or error though.
> Note that in my actual project, the dependency was not needed for compilation

-- 
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