[jira] [Commented] (HDFS-3866) HttpFS POM should have property where to download tomcat from

2012-09-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448747#comment-13448747
 ] 

Hudson commented on HDFS-3866:
--

Integrated in Hadoop-Mapreduce-trunk #1187 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1187/])
HDFS-3866. HttpFS POM should have property where to download tomcat from 
(zero45 via tucu) (Revision 1380927)

 Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1380927
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


> HttpFS POM should have property where to download tomcat from
> -
>
> Key: HDFS-3866
> URL: https://issues.apache.org/jira/browse/HDFS-3866
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 2.0.0-alpha
> Environment: CDH4 build on CentOS 6.2
>Reporter: Ryan Hennig
>Assignee: Plamen Jeliazkov
>Priority: Minor
> Fix For: 2.2.0-alpha
>
> Attachments: HDFS-3866.patch
>
>
> When trying to enable a build of CDH4 in Jenkins, I got a build error due to 
> an attempt to download Tomcat from the internet directly instead of via Maven 
> and thus our internal Maven repository.
> The problem is due to this line in 
> src/hadoop-hdfs-project/hadoop-hdfs-httpfs/target/antrun/build-main.xml:
>src="http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.32/bin/apache-tomcat-6.0.32.tar.gz"/>
> This build.xml is generated from 
> src/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml:
>  src="http://archive.apache.org/dist/tomcat/tomcat-6/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.tar.gz";
>   dest="downloads/tomcat.tar.gz" verbose="true" skipexisting="true"/>
> Instead of directly downloading from a hardcoded location, the Tomcat 
> dependency should be managed by Maven.  This would enable the use of a local 
> repository for build machines without internet access.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HDFS-3866) HttpFS POM should have property where to download tomcat from

2012-09-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448683#comment-13448683
 ] 

Hudson commented on HDFS-3866:
--

Integrated in Hadoop-Hdfs-trunk #1156 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1156/])
HDFS-3866. HttpFS POM should have property where to download tomcat from 
(zero45 via tucu) (Revision 1380927)

 Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1380927
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


> HttpFS POM should have property where to download tomcat from
> -
>
> Key: HDFS-3866
> URL: https://issues.apache.org/jira/browse/HDFS-3866
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 2.0.0-alpha
> Environment: CDH4 build on CentOS 6.2
>Reporter: Ryan Hennig
>Assignee: Plamen Jeliazkov
>Priority: Minor
> Fix For: 2.2.0-alpha
>
> Attachments: HDFS-3866.patch
>
>
> When trying to enable a build of CDH4 in Jenkins, I got a build error due to 
> an attempt to download Tomcat from the internet directly instead of via Maven 
> and thus our internal Maven repository.
> The problem is due to this line in 
> src/hadoop-hdfs-project/hadoop-hdfs-httpfs/target/antrun/build-main.xml:
>src="http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.32/bin/apache-tomcat-6.0.32.tar.gz"/>
> This build.xml is generated from 
> src/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml:
>  src="http://archive.apache.org/dist/tomcat/tomcat-6/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.tar.gz";
>   dest="downloads/tomcat.tar.gz" verbose="true" skipexisting="true"/>
> Instead of directly downloading from a hardcoded location, the Tomcat 
> dependency should be managed by Maven.  This would enable the use of a local 
> repository for build machines without internet access.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HDFS-3866) HttpFS POM should have property where to download tomcat from

2012-09-04 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448243#comment-13448243
 ] 

Hudson commented on HDFS-3866:
--

Integrated in Hadoop-Mapreduce-trunk-Commit #2703 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2703/])
HDFS-3866. HttpFS POM should have property where to download tomcat from 
(zero45 via tucu) (Revision 1380927)

 Result = FAILURE
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1380927
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


> HttpFS POM should have property where to download tomcat from
> -
>
> Key: HDFS-3866
> URL: https://issues.apache.org/jira/browse/HDFS-3866
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 2.0.0-alpha
> Environment: CDH4 build on CentOS 6.2
>Reporter: Ryan Hennig
>Assignee: Plamen Jeliazkov
>Priority: Minor
> Fix For: 2.2.0-alpha
>
> Attachments: HDFS-3866.patch
>
>
> When trying to enable a build of CDH4 in Jenkins, I got a build error due to 
> an attempt to download Tomcat from the internet directly instead of via Maven 
> and thus our internal Maven repository.
> The problem is due to this line in 
> src/hadoop-hdfs-project/hadoop-hdfs-httpfs/target/antrun/build-main.xml:
>src="http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.32/bin/apache-tomcat-6.0.32.tar.gz"/>
> This build.xml is generated from 
> src/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml:
>  src="http://archive.apache.org/dist/tomcat/tomcat-6/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.tar.gz";
>   dest="downloads/tomcat.tar.gz" verbose="true" skipexisting="true"/>
> Instead of directly downloading from a hardcoded location, the Tomcat 
> dependency should be managed by Maven.  This would enable the use of a local 
> repository for build machines without internet access.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HDFS-3866) HttpFS POM should have property where to download tomcat from

2012-09-04 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448182#comment-13448182
 ] 

Hudson commented on HDFS-3866:
--

Integrated in Hadoop-Hdfs-trunk-Commit #2740 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2740/])
HDFS-3866. HttpFS POM should have property where to download tomcat from 
(zero45 via tucu) (Revision 1380927)

 Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1380927
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


> HttpFS POM should have property where to download tomcat from
> -
>
> Key: HDFS-3866
> URL: https://issues.apache.org/jira/browse/HDFS-3866
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 2.0.0-alpha
> Environment: CDH4 build on CentOS 6.2
>Reporter: Ryan Hennig
>Assignee: Plamen Jeliazkov
>Priority: Minor
> Fix For: 2.2.0-alpha
>
> Attachments: HDFS-3866.patch
>
>
> When trying to enable a build of CDH4 in Jenkins, I got a build error due to 
> an attempt to download Tomcat from the internet directly instead of via Maven 
> and thus our internal Maven repository.
> The problem is due to this line in 
> src/hadoop-hdfs-project/hadoop-hdfs-httpfs/target/antrun/build-main.xml:
>src="http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.32/bin/apache-tomcat-6.0.32.tar.gz"/>
> This build.xml is generated from 
> src/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml:
>  src="http://archive.apache.org/dist/tomcat/tomcat-6/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.tar.gz";
>   dest="downloads/tomcat.tar.gz" verbose="true" skipexisting="true"/>
> Instead of directly downloading from a hardcoded location, the Tomcat 
> dependency should be managed by Maven.  This would enable the use of a local 
> repository for build machines without internet access.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HDFS-3866) HttpFS POM should have property where to download tomcat from

2012-09-04 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448171#comment-13448171
 ] 

Hudson commented on HDFS-3866:
--

Integrated in Hadoop-Common-trunk-Commit #2677 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2677/])
HDFS-3866. HttpFS POM should have property where to download tomcat from 
(zero45 via tucu) (Revision 1380927)

 Result = SUCCESS
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1380927
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


> HttpFS POM should have property where to download tomcat from
> -
>
> Key: HDFS-3866
> URL: https://issues.apache.org/jira/browse/HDFS-3866
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 2.0.0-alpha
> Environment: CDH4 build on CentOS 6.2
>Reporter: Ryan Hennig
>Assignee: Plamen Jeliazkov
>Priority: Minor
> Fix For: 2.2.0-alpha
>
> Attachments: HDFS-3866.patch
>
>
> When trying to enable a build of CDH4 in Jenkins, I got a build error due to 
> an attempt to download Tomcat from the internet directly instead of via Maven 
> and thus our internal Maven repository.
> The problem is due to this line in 
> src/hadoop-hdfs-project/hadoop-hdfs-httpfs/target/antrun/build-main.xml:
>src="http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.32/bin/apache-tomcat-6.0.32.tar.gz"/>
> This build.xml is generated from 
> src/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml:
>  src="http://archive.apache.org/dist/tomcat/tomcat-6/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.tar.gz";
>   dest="downloads/tomcat.tar.gz" verbose="true" skipexisting="true"/>
> Instead of directly downloading from a hardcoded location, the Tomcat 
> dependency should be managed by Maven.  This would enable the use of a local 
> repository for build machines without internet access.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira