[jira] [Updated] (HADOOP-8268) A few pom.xml across Hadoop project may fail XML validation

2012-05-28 Thread Harsh J (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HADOOP-8268:


  Labels: maven  (was: maven patch)
Hadoop Flags: Reviewed

Thanks Radim!

+1 based on a local {{mvn clean install -Dtest=FooBar}} as well. Committing to 
branch-2 and trunk shortly.

 A few pom.xml across Hadoop project may fail XML validation
 ---

 Key: HADOOP-8268
 URL: https://issues.apache.org/jira/browse/HADOOP-8268
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 2.0.0-alpha
 Environment: FreeBSD 8.2 / AMD64
Reporter: Radim Kolar
Assignee: Radim Kolar
  Labels: maven
 Attachments: HADOOP-8268.patch, HADOOP-8268.patch, haDOOP-8268.patch, 
 hadoop-pom.txt, hadoop-pom.txt, hadoop-pom.txt, poms-patch.txt, poms-patch.txt


 In a few pom files there are embedded ant commands which contains '' - 
 redirection. This makes XML file invalid and this POM file can not be 
 deployed into validating Maven repository managers such as Artifactory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HADOOP-8268) A few pom.xml across Hadoop project may fail XML validation

2012-05-28 Thread Harsh J (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HADOOP-8268:


  Resolution: Fixed
   Fix Version/s: 2.0.1-alpha
Target Version/s:   (was: 2.0.1-alpha, 3.0.0)
  Status: Resolved  (was: Patch Available)

- Committed revision 1343272 to trunk.
- svn merge -c 1343272 to branch-2 committed as revision 1343275.

Thanks for this and also your continuing contributions Radim! :)

 A few pom.xml across Hadoop project may fail XML validation
 ---

 Key: HADOOP-8268
 URL: https://issues.apache.org/jira/browse/HADOOP-8268
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 2.0.0-alpha
 Environment: FreeBSD 8.2 / AMD64
Reporter: Radim Kolar
Assignee: Radim Kolar
  Labels: maven
 Fix For: 2.0.1-alpha

 Attachments: HADOOP-8268.patch, HADOOP-8268.patch, haDOOP-8268.patch, 
 hadoop-pom.txt, hadoop-pom.txt, hadoop-pom.txt, poms-patch.txt, poms-patch.txt


 In a few pom files there are embedded ant commands which contains '' - 
 redirection. This makes XML file invalid and this POM file can not be 
 deployed into validating Maven repository managers such as Artifactory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HADOOP-8268) A few pom.xml across Hadoop project may fail XML validation

2012-05-26 Thread Radim Kolar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Radim Kolar updated HADOOP-8268:


Attachment: haDOOP-8268.patch

reupload for bot

 A few pom.xml across Hadoop project may fail XML validation
 ---

 Key: HADOOP-8268
 URL: https://issues.apache.org/jira/browse/HADOOP-8268
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 2.0.0-alpha
 Environment: FreeBSD 8.2 / AMD64
Reporter: Radim Kolar
Assignee: Radim Kolar
  Labels: maven, patch
 Attachments: HADOOP-8268.patch, HADOOP-8268.patch, haDOOP-8268.patch, 
 hadoop-pom.txt, hadoop-pom.txt, hadoop-pom.txt, poms-patch.txt, poms-patch.txt


 In a few pom files there are embedded ant commands which contains '' - 
 redirection. This makes XML file invalid and this POM file can not be 
 deployed into validating Maven repository managers such as Artifactory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HADOOP-8268) A few pom.xml across Hadoop project may fail XML validation

2012-05-25 Thread Harsh J (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HADOOP-8268:


Attachment: HADOOP-8628.patch

Patch had a few issues: New lines were Windows-style (trailing CRs in it), and 
wasn't -p0 applicable (although not an issue these days with test-patch, as it 
tries upto three levels).

Here's a more compatible svn patch. Lets hit QA Bot with this.

Locally mvn 3.x passes an install run (without tests) for me. So am +1. Will 
commit this in by monday regardless of QA (would be good to have it run though) 
unless someone else objects. The same kinda lines is already used in HBase, and 
thats another basis for my +1 here.

Thanks Radim.

(Here it goes…)

 A few pom.xml across Hadoop project may fail XML validation
 ---

 Key: HADOOP-8268
 URL: https://issues.apache.org/jira/browse/HADOOP-8268
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 2.0.0-alpha
 Environment: FreeBSD 8.2 / AMD64
Reporter: Radim Kolar
Assignee: Radim Kolar
  Labels: maven, patch
 Attachments: HADOOP-8268.patch, HADOOP-8268.patch, hadoop-pom.txt, 
 hadoop-pom.txt, hadoop-pom.txt, poms-patch.txt, poms-patch.txt


 In a few pom files there are embedded ant commands which contains '' - 
 redirection. This makes XML file invalid and this POM file can not be 
 deployed into validating Maven repository managers such as Artifactory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HADOOP-8268) A few pom.xml across Hadoop project may fail XML validation

2012-05-25 Thread Harsh J (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HADOOP-8268:


Attachment: (was: HADOOP-8628.patch)

 A few pom.xml across Hadoop project may fail XML validation
 ---

 Key: HADOOP-8268
 URL: https://issues.apache.org/jira/browse/HADOOP-8268
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 2.0.0-alpha
 Environment: FreeBSD 8.2 / AMD64
Reporter: Radim Kolar
Assignee: Radim Kolar
  Labels: maven, patch
 Attachments: HADOOP-8268.patch, HADOOP-8268.patch, hadoop-pom.txt, 
 hadoop-pom.txt, hadoop-pom.txt, poms-patch.txt, poms-patch.txt


 In a few pom files there are embedded ant commands which contains '' - 
 redirection. This makes XML file invalid and this POM file can not be 
 deployed into validating Maven repository managers such as Artifactory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HADOOP-8268) A few pom.xml across Hadoop project may fail XML validation

2012-05-25 Thread Harsh J (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HADOOP-8268:


Attachment: HADOOP-8268.patch

Fixed filename of patch.

 A few pom.xml across Hadoop project may fail XML validation
 ---

 Key: HADOOP-8268
 URL: https://issues.apache.org/jira/browse/HADOOP-8268
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 2.0.0-alpha
 Environment: FreeBSD 8.2 / AMD64
Reporter: Radim Kolar
Assignee: Radim Kolar
  Labels: maven, patch
 Attachments: HADOOP-8268.patch, HADOOP-8268.patch, hadoop-pom.txt, 
 hadoop-pom.txt, hadoop-pom.txt, poms-patch.txt, poms-patch.txt


 In a few pom files there are embedded ant commands which contains '' - 
 redirection. This makes XML file invalid and this POM file can not be 
 deployed into validating Maven repository managers such as Artifactory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HADOOP-8268) A few pom.xml across Hadoop project may fail XML validation

2012-05-24 Thread Radim Kolar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Radim Kolar updated HADOOP-8268:


Attachment: hadoop-pom.txt

merged trunk

 A few pom.xml across Hadoop project may fail XML validation
 ---

 Key: HADOOP-8268
 URL: https://issues.apache.org/jira/browse/HADOOP-8268
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 2.0.0-alpha
 Environment: FreeBSD 8.2 / AMD64
Reporter: Radim Kolar
Assignee: Radim Kolar
  Labels: maven, patch
 Attachments: HADOOP-8268.patch, hadoop-pom.txt, hadoop-pom.txt, 
 poms-patch.txt, poms-patch.txt


 In a few pom files there are embedded ant commands which contains '' - 
 redirection. This makes XML file invalid and this POM file can not be 
 deployed into validating Maven repository managers such as Artifactory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HADOOP-8268) A few pom.xml across Hadoop project may fail XML validation

2012-05-24 Thread Radim Kolar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Radim Kolar updated HADOOP-8268:


Attachment: hadoop-pom.txt

Reupload patch. JIRA was down, QA bot was unable to post results.

 A few pom.xml across Hadoop project may fail XML validation
 ---

 Key: HADOOP-8268
 URL: https://issues.apache.org/jira/browse/HADOOP-8268
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 2.0.0-alpha
 Environment: FreeBSD 8.2 / AMD64
Reporter: Radim Kolar
Assignee: Radim Kolar
  Labels: maven, patch
 Attachments: HADOOP-8268.patch, hadoop-pom.txt, hadoop-pom.txt, 
 hadoop-pom.txt, poms-patch.txt, poms-patch.txt


 In a few pom files there are embedded ant commands which contains '' - 
 redirection. This makes XML file invalid and this POM file can not be 
 deployed into validating Maven repository managers such as Artifactory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HADOOP-8268) A few pom.xml across Hadoop project may fail XML validation

2012-05-22 Thread Harsh J (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HADOOP-8268:


Fix Version/s: (was: 2.0.0)
   (was: 0.23.0)
 Target Version/s: 2.0.1, 3.0.0
Affects Version/s: (was: 0.23.0)
   2.0.0
   Status: Open  (was: Patch Available)

+1 pending jenkins. Sorry for the delay Radim.

 A few pom.xml across Hadoop project may fail XML validation
 ---

 Key: HADOOP-8268
 URL: https://issues.apache.org/jira/browse/HADOOP-8268
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 2.0.0
 Environment: FreeBSD 8.2 / AMD64
Reporter: Radim Kolar
Assignee: Radim Kolar
  Labels: maven, patch
 Attachments: HADOOP-8268.patch, hadoop-pom.txt, poms-patch.txt, 
 poms-patch.txt


 In a few pom files there are embedded ant commands which contains '' - 
 redirection. This makes XML file invalid and this POM file can not be 
 deployed into validating Maven repository managers such as Artifactory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HADOOP-8268) A few pom.xml across Hadoop project may fail XML validation

2012-05-22 Thread Harsh J (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HADOOP-8268:


Attachment: poms-patch.txt

Re-upping on Radim's behalf to trigger QA Bot.

 A few pom.xml across Hadoop project may fail XML validation
 ---

 Key: HADOOP-8268
 URL: https://issues.apache.org/jira/browse/HADOOP-8268
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 2.0.0
 Environment: FreeBSD 8.2 / AMD64
Reporter: Radim Kolar
Assignee: Radim Kolar
  Labels: maven, patch
 Attachments: HADOOP-8268.patch, hadoop-pom.txt, poms-patch.txt, 
 poms-patch.txt


 In a few pom files there are embedded ant commands which contains '' - 
 redirection. This makes XML file invalid and this POM file can not be 
 deployed into validating Maven repository managers such as Artifactory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HADOOP-8268) A few pom.xml across Hadoop project may fail XML validation

2012-05-22 Thread Harsh J (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HADOOP-8268:


Status: Patch Available  (was: Open)

 A few pom.xml across Hadoop project may fail XML validation
 ---

 Key: HADOOP-8268
 URL: https://issues.apache.org/jira/browse/HADOOP-8268
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 2.0.0
 Environment: FreeBSD 8.2 / AMD64
Reporter: Radim Kolar
Assignee: Radim Kolar
  Labels: maven, patch
 Attachments: HADOOP-8268.patch, hadoop-pom.txt, poms-patch.txt, 
 poms-patch.txt


 In a few pom files there are embedded ant commands which contains '' - 
 redirection. This makes XML file invalid and this POM file can not be 
 deployed into validating Maven repository managers such as Artifactory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HADOOP-8268) A few pom.xml across Hadoop project may fail XML validation

2012-05-15 Thread Radim Kolar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Radim Kolar updated HADOOP-8268:


Attachment: poms-patch.txt

added xml schema to maven POMs

 A few pom.xml across Hadoop project may fail XML validation
 ---

 Key: HADOOP-8268
 URL: https://issues.apache.org/jira/browse/HADOOP-8268
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 0.23.0
 Environment: FreeBSD 8.2 / AMD64
Reporter: Radim Kolar
Assignee: Radim Kolar
  Labels: maven, patch
 Attachments: HADOOP-8268.patch, hadoop-pom.txt, poms-patch.txt


 In a few pom files there are embedded ant commands which contains '' - 
 redirection. This makes XML file invalid and this POM file can not be 
 deployed into validating Maven repository managers such as Artifactory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HADOOP-8268) A few pom.xml across Hadoop project may fail XML validation

2012-05-15 Thread Radim Kolar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Radim Kolar updated HADOOP-8268:


Fix Version/s: 0.23.0
   2.0.0

 A few pom.xml across Hadoop project may fail XML validation
 ---

 Key: HADOOP-8268
 URL: https://issues.apache.org/jira/browse/HADOOP-8268
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 0.23.0
 Environment: FreeBSD 8.2 / AMD64
Reporter: Radim Kolar
Assignee: Radim Kolar
  Labels: maven, patch
 Fix For: 0.23.0, 2.0.0

 Attachments: HADOOP-8268.patch, hadoop-pom.txt, poms-patch.txt


 In a few pom files there are embedded ant commands which contains '' - 
 redirection. This makes XML file invalid and this POM file can not be 
 deployed into validating Maven repository managers such as Artifactory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HADOOP-8268) A few pom.xml across Hadoop project may fail XML validation

2012-05-07 Thread Harsh J (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HADOOP-8268:


Description: In a few pom files there are embedded ant commands which 
contains '' - redirection. This makes XML file invalid and this POM file can 
not be deployed into validating Maven repository managers such as Artifactory.  
(was: In this pom file are embedded ant commands which contains '' - 
redirection. This makes XML file invalid and this POM file can not be deployed 
into validating Maven repository managers such as Artifactory.)
Summary: A few pom.xml across Hadoop project may fail XML validation  
(was: hadoop-project-dist/pom.xml fails XML validation)

 A few pom.xml across Hadoop project may fail XML validation
 ---

 Key: HADOOP-8268
 URL: https://issues.apache.org/jira/browse/HADOOP-8268
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 0.23.0
 Environment: FreeBSD 8.2 / AMD64
Reporter: Radim Kolar
Assignee: Radim Kolar
  Labels: maven, patch
 Attachments: HADOOP-8268.patch, hadoop-pom.txt


 In a few pom files there are embedded ant commands which contains '' - 
 redirection. This makes XML file invalid and this POM file can not be 
 deployed into validating Maven repository managers such as Artifactory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira