You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jakarta.apache.org by Milamber <mi...@gmail.com> on 2010/12/03 08:30:10 UTC

Re: svn commit: r1041513 - /jakarta/jmeter/trunk/build.properties

Hello,

Not found?

_get_jarfile:
     [echo] Fetching: lib/httpclient-4.1-beta1.jar
      [get] Getting:
http://repo2.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/httpclient-4.1-beta1.jar
      [get] To:
/home/milamber/W-workspaces/Workspaces-JMeter/Jmeter/build/httpclient-4.1-beta1.jar
      [get] Error opening connection java.io.FileNotFoundException:
http://repo2.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/httpclient-4.1-beta1.jar
      [get] Error opening connection java.io.FileNotFoundException:
http://repo2.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/httpclient-4.1-beta1.jar
      [get] Error opening connection java.io.FileNotFoundException:
http://repo2.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/httpclient-4.1-beta1.jar
      [get] Can't get
http://repo2.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/httpclient-4.1-beta1.jar
to
/home/milamber/W-workspaces/Workspaces-JMeter/Jmeter/build/httpclient-4.1-beta1.jar


Milamber

Le 02/12/2010 18:25, sebb@apache.org a ecrit :
> Author: sebb
> Date: Thu Dec  2 18:25:15 2010
> New Revision: 1041513
>
> URL: http://svn.apache.org/viewvc?rev=1041513&view=rev
> Log:
> Add HttpClient dependencies
> TODO - update to non-beta version when available
>
> Modified:
>     jakarta/jmeter/trunk/build.properties
>
> Modified: jakarta/jmeter/trunk/build.properties
> URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.properties?rev=1041513&r1=1041512&r2=1041513&view=diff
> ==============================================================================
> --- jakarta/jmeter/trunk/build.properties (original)
> +++ jakarta/jmeter/trunk/build.properties Thu Dec  2 18:25:15 2010
> @@ -30,16 +30,18 @@
>  # Note that all the jars (apart from velocity and the Geronimo API jars)
>  # are contained in the JMeter binary release.
>  
> +maven2.repo                 = http://repo2.maven.org/maven2
> +
>  apache-bsf.jar              = bsf-2.4.0.jar
> -apache-bsf.loc              = http://repo2.maven.org/maven2/bsf/bsf/2.4.0
> +apache-bsf.loc              = ${maven2.repo}/bsf/bsf/2.4.0
>  apache-bsf.md5              = 16e82d858c648962fb5c959f21959039
>  
>  apache-jsr223-api.jar       = bsf-api-3.1.jar
> -apache-jsr223-api.loc       = http://repo2.maven.org/maven2/org/apache/bsf/bsf-api/3.1
> +apache-jsr223-api.loc       = ${maven2.repo}/org/apache/bsf/bsf-api/3.1
>  apache-jsr223-api.md5       = 147c6cb39f889f640036f096f8a4bf59
>  
>  avalon-framework.jar        = avalon-framework-4.1.4.jar
> -avalon-framework.loc        = http://repo1.maven.org/maven2/avalon-framework/avalon-framework/4.1.4
> +avalon-framework.loc        = ${maven2.repo}/avalon-framework/avalon-framework/4.1.4
>  avalon-framework.md5        = 2C5306A09B22BD06A78343C0B55D021F
>  
>  beanshell.jar               = bsh-2.0b5.jar
> @@ -48,61 +50,61 @@ beanshell.md5               = 02F7233691
>  
>  # Bouncy Castle jars (compile and test only - not distributed)
>  bcmail.jar                  = bcmail-jdk15-1.45.jar
> -bcmail.loc                  = http://repo2.maven.org/maven2/org/bouncycastle/bcmail-jdk15/1.45
> +bcmail.loc                  = ${maven2.repo}/org/bouncycastle/bcmail-jdk15/1.45
>  bcmail.md5                  = 13321fc7eff7bcada7b4fedfb592025c
>  
>  bcprov.jar                  = bcprov-jdk15-1.45.jar
> -bcprov.loc                  = http://repo2.maven.org/maven2/org/bouncycastle/bcprov-jdk15/1.45
> +bcprov.loc                  = ${maven2.repo}/org/bouncycastle/bcprov-jdk15/1.45
>  bcprov.md5                  = 2062f8e3d15748443ea60a94b266371c
>  
>  commons-codec.jar           = commons-codec-1.4.jar
> -commons-codec.loc           = http://repo2.maven.org/maven2/commons-codec/commons-codec/1.4
> +commons-codec.loc           = ${maven2.repo}/commons-codec/commons-codec/1.4
>  commons-codec.md5           = 82B899580DA472BE37055DA949B731FA
>  
>  commons-collections.jar     = commons-collections-3.2.1.jar
> -commons-collections.loc     = http://repo2.maven.org/maven2/commons-collections/commons-collections/3.2.1
> +commons-collections.loc     = ${maven2.repo}/commons-collections/commons-collections/3.2.1
>  commons-collections.md5     = 13BC641AFD7FD95E09B260F69C1E4C91
>  
>  commons-httpclient.jar      = commons-httpclient-3.1.jar
> -commons-httpclient.loc      = http://repo2.maven.org/maven2/commons-httpclient/commons-httpclient/3.1
> +commons-httpclient.loc      = ${maven2.repo}/commons-httpclient/commons-httpclient/3.1
>  commons-httpclient.md5      = 8AD8C9229EF2D59AB9F59F7050E846A5
>  
>  commons-io.jar              = commons-io-1.4.jar
> -commons-io.loc              = http://repo2.maven.org/maven2/commons-io/commons-io/1.4
> +commons-io.loc              = ${maven2.repo}/commons-io/commons-io/1.4
>  commons-io.md5              = B6A50C8A15ECE8753E37CBE5700BF84F
>  
>  commons-jexl.jar            = commons-jexl-1.1.jar
> -commons-jexl.loc            = http://repo2.maven.org/maven2/commons-jexl/commons-jexl/1.1
> +commons-jexl.loc            = ${maven2.repo}/commons-jexl/commons-jexl/1.1
>  commons-jexl.md5            = 3F7735D20FCE1DBE05F62FF7A7B178DC
>  
>  commons-lang.jar            = commons-lang-2.4.jar
> -commons-lang.loc            = http://repo2.maven.org/maven2/commons-lang/commons-lang/2.4
> +commons-lang.loc            = ${maven2.repo}/commons-lang/commons-lang/2.4
>  commons-lang.md5            = 237A8E845441BAD2E535C57D985C8204
>  
>  commons-logging.jar         = commons-logging-1.1.1.jar
> -commons-logging.loc         = http://repo2.maven.org/maven2/commons-logging/commons-logging/1.1.1
> +commons-logging.loc         = ${maven2.repo}/commons-logging/commons-logging/1.1.1
>  # Checksum from binary release and Maven differ, but contents of jar are identical
>  #commons-logging.md5         = E2C390FE739B2550A218262B28F290CE
>  commons-logging.md5         = ed448347fc0104034aa14c8189bf37de
>  
>  commons-net.jar             = commons-net-1.4.1.jar
> -commons-net.loc             = http://repo2.maven.org/maven2/commons-net/commons-net/1.4.1
> +commons-net.loc             = ${maven2.repo}/commons-net/commons-net/1.4.1
>  commons-net.md5             = 365C9A26E81B212DE0553FBED10452CC
>  
>  excalibur-datasource.jar    = excalibur-datasource-1.1.1.jar
> -excalibur-datasource.loc    = http://repo2.maven.org/maven2/excalibur-datasource/excalibur-datasource/1.1.1
> +excalibur-datasource.loc    = ${maven2.repo}/excalibur-datasource/excalibur-datasource/1.1.1
>  excalibur-datasource.md5    = 59A9EDFF1005D70DFA638CF3A4D3AD6D
>   
>  excalibur-instrument.jar    = excalibur-instrument-1.0.jar
> -excalibur-instrument.loc    = http://repo2.maven.org/maven2/excalibur-instrument/excalibur-instrument/1.0
> +excalibur-instrument.loc    = ${maven2.repo}/excalibur-instrument/excalibur-instrument/1.0
>  excalibur-instrument.md5    = 81BF95737C97A46836EA5F21F7C82719
>  
>  excalibur-logger.jar        = excalibur-logger-1.1.jar
> -excalibur-logger.loc        = http://repo2.maven.org/maven2/excalibur-logger/excalibur-logger/1.1
> +excalibur-logger.loc        = ${maven2.repo}/excalibur-logger/excalibur-logger/1.1
>  excalibur-logger.md5        = E8246C546B7B0CAFD65947E9B80BB884
>  
>  excalibur-pool.jar          = excalibur-pool-1.2.jar
> -excalibur-pool.loc          = http://repo2.maven.org/maven2/excalibur-pool/excalibur-pool/1.2
> +excalibur-pool.loc          = ${maven2.repo}/excalibur-pool/excalibur-pool/1.2
>  excalibur-pool.md5          = 0AF05C8811A2912D62D6E189799FD518
>  
>  # Common file containing both htmlparser and htmllexer jars
> @@ -117,9 +119,29 @@ htmlparser.zip              = HTMLParser
>  htmlparser.jar              = htmlparser-2.0-20060923.jar
>  htmlparser.md5              = 5452B45D4587E87724FD14F54A6885FF
>  htmlparser.ent              = htmlparser.jar
> - 
> +
> +# Apache HttpClient 4.x
> +httpclient.jar              = httpclient-4.1-beta1.jar
> +httpclient.loc              = ${maven2.repo}/org/apache/httpcomponents/httpcomponents-client
> +httpclient.md5              = 7dd65da3b1d1da47dd24cbf781a7ff56
> +
> +# Required for HttpClient
> +httpclient-cache.jar        = httpclient-cache-4.1-beta1.jar
> +httpclient-cache.loc        = ${maven2.repo}/org/apache/httpcomponents/httpcomponents-client
> +httpclient-cache.md5        = 03b9a221d3637261a2dec633e708eb4f
> +
> +# Required for HttpClient
> +httpmime.jar               = httpmime-4.1-beta1.jar
> +httpmime.loc               = ${maven2.repo}/org/apache/httpcomponents/httpcomponents-client
> +httpmime.md5               = 6e7e375b1fee334c2f3c5c9ff180ca3c
> +
> +# Required for HttpClient
> +httpcore.jar                = httpcore-4.1.jar
> +httpcore.loc                = ${maven2.repo}/org/apache/httpcomponents/httpcore
> +httpcore.md5                = 644fe9ee546a869032ae266b97e92d80
> +
>  jakarta-oro.jar             = oro-2.0.8.jar
> -jakarta-oro.loc             = http://repo2.maven.org/maven2/oro/oro/2.0.8
> +jakarta-oro.loc             = ${maven2.repo}/oro/oro/2.0.8
>  jakarta-oro.md5             = 42E940D5D2D822F4DC04C65053E630AB
>  
>  jcharts.jar                 = jCharts-0.7.5.jar
> @@ -131,68 +153,68 @@ jcharts.ent                 = jCharts-0.
>  jcharts.md5                 = 13927D8077C991E7EBCD8CB284746A7A
>  
>  jdom.jar                    = jdom-1.1.jar
> -jdom.loc                    = http://repo2.maven.org/maven2/org/jdom/jdom/1.1
> +jdom.loc                    = ${maven2.repo}/org/jdom/jdom/1.1
>  jdom.md5                    = ADF67FC5DCF48E1593640AD7E02F6AD4
>  
>  js_rhino.jar                = js-1.6R5.jar
> -js_rhino.loc                = http://repo2.maven.org/maven2/rhino/js/1.6R5
> +js_rhino.loc                = ${maven2.repo}/rhino/js/1.6R5
>  js_rhino.md5                = 437A15E789AB9A95D10C2F950E94A84E
>  
>  junit.jar                   = junit-4.8.1.jar
> -junit.loc                   = http://repo1.maven.org/maven2/junit/junit/4.8.1
> +junit.loc                   = ${maven2.repo}/junit/junit/4.8.1
>  junit.md5                   = FB44723F35C2F1AF5C51EB729B502F0D
>  
>  logkit.jar                  = logkit-2.0.jar
> -logkit.loc                  = http://repo2.maven.org/maven2/logkit/logkit/2.0
> +logkit.loc                  = ${maven2.repo}/logkit/logkit/2.0
>  logkit.md5                  = 8D82A3E91AAE216D0A2A40B837A232FF
>  
>  soap.jar                    = soap-2.3.1.jar
> -soap.loc                    = http://repo1.maven.org/maven2/soap/soap/2.3.1
> +soap.loc                    = ${maven2.repo}/soap/soap/2.3.1
>  soap.md5                    = AA1845E01FEE94FE4A63BBCAA55AD486
>  
>  tidy.jar                    = jtidy-r938.jar
> -tidy.loc                    = http://repo1.maven.org/maven2/net/sf/jtidy/jtidy/r938
> +tidy.loc                    = ${maven2.repo}/net/sf/jtidy/jtidy/r938
>  tidy.md5                    = 6A9121561B8F98C0A8FB9B6E57F50E6B
>  
>  # XStream can be found at: http://xstream.codehaus.org/
>  xstream.jar                 = xstream-1.3.1.jar
> -xstream.loc                 = http://repo2.maven.org/maven2/com/thoughtworks/xstream/xstream/1.3.1
> +xstream.loc                 = ${maven2.repo}/com/thoughtworks/xstream/xstream/1.3.1
>  xstream.md5                 = 4DFEBEC402E7606B2C1F66DEC1773E8F
>  
>  xpp3.jar                    = xpp3_min-1.1.4c.jar
> -xpp3.loc                    = http://repo1.maven.org/maven2/xpp3/xpp3_min/1.1.4c
> +xpp3.loc                    = ${maven2.repo}/xpp3/xpp3_min/1.1.4c
>  xpp3.md5                    = DCD95BCB84B09897B2B66D4684C040DA
>  
>  # Xalan can be found at: http://xml.apache.org/xalan-j/
>  xalan.jar                   = xalan-2.7.1.jar
> -xalan.loc                   = http://repo2.maven.org/maven2/xalan/xalan/2.7.1
> +xalan.loc                   = ${maven2.repo}/xalan/xalan/2.7.1
>  xalan.md5                   = D43AAD24F2C143B675292CCFEF487F9C
>  
>  serializer.jar              = serializer-2.7.1.jar
> -serializer.loc              = http://repo2.maven.org/maven2/xalan/serializer/2.7.1
> +serializer.loc              = ${maven2.repo}/xalan/serializer/2.7.1
>  # Checksum from binary release and Maven differ, but contents of jar are identical (apart from non-essential comment)
>  #serializer.md5              = F0FA654C1EA1186E9A5BD56E48E0D4A3
>  serializer.md5              = a6b64dfe58229bdd810263fa0cc54cff
>  
>  # Xerces can be found at: http://xerces.apache.org/xerces2-j/
>  xerces.jar                  = xercesImpl-2.9.1.jar
> -xerces.loc                  = http://repo2.maven.org/maven2/xerces/xercesImpl/2.9.1
> +xerces.loc                  = ${maven2.repo}/xerces/xercesImpl/2.9.1
>  # Checksum from binary release and Maven differ, but contents of jar are identical (apart from EOLs in text files)
>  #xerces.md5                  = DA09B75B562CA9A8E9A535D2148BE8E4
>  xerces.md5                  = f807f86d7d9db25edbfc782aca7ca2a9
>  
>  xml-apis.jar                = xml-apis-1.3.04.jar
> -xml-apis.loc                = http://repo2.maven.org/maven2/xml-apis/xml-apis/1.3.04
> +xml-apis.loc                = ${maven2.repo}/xml-apis/xml-apis/1.3.04
>  xml-apis.md5                = 9AE9C29E4497FC35A3EADE1E6DD0BBEB
>  
>  # Codecs were previously provided by Batik
>  xmlgraphics-commons.jar     = xmlgraphics-commons-1.3.1.jar
> -xmlgraphics-commons.loc     = http://repo2.maven.org/maven2/org/apache/xmlgraphics/xmlgraphics-commons/1.3.1
> +xmlgraphics-commons.loc     = ${maven2.repo}/org/apache/xmlgraphics/xmlgraphics-commons/1.3.1
>  xmlgraphics-commons.md5     = E63589601D939739349A50A029DAB120
>  
>  # JavaMail jars (N.B. these are available under CDDL)
>  activation.jar              = activation-1.1.1.jar
> -activation.loc              = http://repo1.maven.org/maven2/javax/activation/activation/1.1.1
> +activation.loc              = ${maven2.repo}/javax/activation/activation/1.1.1
>  activation.md5              = 46a37512971d8eca81c3fcf245bf07d2
>  
>  # V 1.4.3 is not yet available from central, as of July 09 2010
> @@ -202,11 +224,11 @@ javamail.md5                = 520539ba71
>  
>  # Geronimo JMS jar
>  jms.jar                     = geronimo-jms_1.1_spec-1.1.1.jar
> -jms.loc                     = http://repo2.maven.org/maven2/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1
> +jms.loc                     = ${maven2.repo}/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1
>  jms.md5                     = d80ce71285696d36c1add1989b94f084
>  
>  # The following jars are only needed for source distributions
>  # They are used for building the documentation
>  velocity.jar                = velocity-1.6.2.jar
> -velocity.loc                = http://repo1.maven.org/maven2/org/apache/velocity/velocity/1.6.2
> +velocity.loc                = ${maven2.repo}/org/apache/velocity/velocity/1.6.2
>  velocity.md5                = 91285749478616F63F37B0EBB19F1FED
> \ No newline at end of file
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: notifications-help@jakarta.apache.org
>
>
>   


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


Re: svn commit: r1041513 - /jakarta/jmeter/trunk/build.properties

Posted by sebb <se...@gmail.com>.
Yes, my mistake. Now fixed I hope!

On 3 December 2010 07:30, Milamber <mi...@gmail.com> wrote:
> Hello,
>
> Not found?
>
> _get_jarfile:
>     [echo] Fetching: lib/httpclient-4.1-beta1.jar
>      [get] Getting:
> http://repo2.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/httpclient-4.1-beta1.jar
>      [get] To:
> /home/milamber/W-workspaces/Workspaces-JMeter/Jmeter/build/httpclient-4.1-beta1.jar
>      [get] Error opening connection java.io.FileNotFoundException:
> http://repo2.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/httpclient-4.1-beta1.jar
>      [get] Error opening connection java.io.FileNotFoundException:
> http://repo2.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/httpclient-4.1-beta1.jar
>      [get] Error opening connection java.io.FileNotFoundException:
> http://repo2.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/httpclient-4.1-beta1.jar
>      [get] Can't get
> http://repo2.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/httpclient-4.1-beta1.jar
> to
> /home/milamber/W-workspaces/Workspaces-JMeter/Jmeter/build/httpclient-4.1-beta1.jar
>
>
> Milamber
>
> Le 02/12/2010 18:25, sebb@apache.org a ecrit :
>> Author: sebb
>> Date: Thu Dec  2 18:25:15 2010
>> New Revision: 1041513
>>
>> URL: http://svn.apache.org/viewvc?rev=1041513&view=rev
>> Log:
>> Add HttpClient dependencies
>> TODO - update to non-beta version when available
>>
>> Modified:
>>     jakarta/jmeter/trunk/build.properties
>>
>> Modified: jakarta/jmeter/trunk/build.properties
>> URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.properties?rev=1041513&r1=1041512&r2=1041513&view=diff
>> ==============================================================================
>> --- jakarta/jmeter/trunk/build.properties (original)
>> +++ jakarta/jmeter/trunk/build.properties Thu Dec  2 18:25:15 2010
>> @@ -30,16 +30,18 @@
>>  # Note that all the jars (apart from velocity and the Geronimo API jars)
>>  # are contained in the JMeter binary release.
>>
>> +maven2.repo                 = http://repo2.maven.org/maven2
>> +
>>  apache-bsf.jar              = bsf-2.4.0.jar
>> -apache-bsf.loc              = http://repo2.maven.org/maven2/bsf/bsf/2.4.0
>> +apache-bsf.loc              = ${maven2.repo}/bsf/bsf/2.4.0
>>  apache-bsf.md5              = 16e82d858c648962fb5c959f21959039
>>
>>  apache-jsr223-api.jar       = bsf-api-3.1.jar
>> -apache-jsr223-api.loc       = http://repo2.maven.org/maven2/org/apache/bsf/bsf-api/3.1
>> +apache-jsr223-api.loc       = ${maven2.repo}/org/apache/bsf/bsf-api/3.1
>>  apache-jsr223-api.md5       = 147c6cb39f889f640036f096f8a4bf59
>>
>>  avalon-framework.jar        = avalon-framework-4.1.4.jar
>> -avalon-framework.loc        = http://repo1.maven.org/maven2/avalon-framework/avalon-framework/4.1.4
>> +avalon-framework.loc        = ${maven2.repo}/avalon-framework/avalon-framework/4.1.4
>>  avalon-framework.md5        = 2C5306A09B22BD06A78343C0B55D021F
>>
>>  beanshell.jar               = bsh-2.0b5.jar
>> @@ -48,61 +50,61 @@ beanshell.md5               = 02F7233691
>>
>>  # Bouncy Castle jars (compile and test only - not distributed)
>>  bcmail.jar                  = bcmail-jdk15-1.45.jar
>> -bcmail.loc                  = http://repo2.maven.org/maven2/org/bouncycastle/bcmail-jdk15/1.45
>> +bcmail.loc                  = ${maven2.repo}/org/bouncycastle/bcmail-jdk15/1.45
>>  bcmail.md5                  = 13321fc7eff7bcada7b4fedfb592025c
>>
>>  bcprov.jar                  = bcprov-jdk15-1.45.jar
>> -bcprov.loc                  = http://repo2.maven.org/maven2/org/bouncycastle/bcprov-jdk15/1.45
>> +bcprov.loc                  = ${maven2.repo}/org/bouncycastle/bcprov-jdk15/1.45
>>  bcprov.md5                  = 2062f8e3d15748443ea60a94b266371c
>>
>>  commons-codec.jar           = commons-codec-1.4.jar
>> -commons-codec.loc           = http://repo2.maven.org/maven2/commons-codec/commons-codec/1.4
>> +commons-codec.loc           = ${maven2.repo}/commons-codec/commons-codec/1.4
>>  commons-codec.md5           = 82B899580DA472BE37055DA949B731FA
>>
>>  commons-collections.jar     = commons-collections-3.2.1.jar
>> -commons-collections.loc     = http://repo2.maven.org/maven2/commons-collections/commons-collections/3.2.1
>> +commons-collections.loc     = ${maven2.repo}/commons-collections/commons-collections/3.2.1
>>  commons-collections.md5     = 13BC641AFD7FD95E09B260F69C1E4C91
>>
>>  commons-httpclient.jar      = commons-httpclient-3.1.jar
>> -commons-httpclient.loc      = http://repo2.maven.org/maven2/commons-httpclient/commons-httpclient/3.1
>> +commons-httpclient.loc      = ${maven2.repo}/commons-httpclient/commons-httpclient/3.1
>>  commons-httpclient.md5      = 8AD8C9229EF2D59AB9F59F7050E846A5
>>
>>  commons-io.jar              = commons-io-1.4.jar
>> -commons-io.loc              = http://repo2.maven.org/maven2/commons-io/commons-io/1.4
>> +commons-io.loc              = ${maven2.repo}/commons-io/commons-io/1.4
>>  commons-io.md5              = B6A50C8A15ECE8753E37CBE5700BF84F
>>
>>  commons-jexl.jar            = commons-jexl-1.1.jar
>> -commons-jexl.loc            = http://repo2.maven.org/maven2/commons-jexl/commons-jexl/1.1
>> +commons-jexl.loc            = ${maven2.repo}/commons-jexl/commons-jexl/1.1
>>  commons-jexl.md5            = 3F7735D20FCE1DBE05F62FF7A7B178DC
>>
>>  commons-lang.jar            = commons-lang-2.4.jar
>> -commons-lang.loc            = http://repo2.maven.org/maven2/commons-lang/commons-lang/2.4
>> +commons-lang.loc            = ${maven2.repo}/commons-lang/commons-lang/2.4
>>  commons-lang.md5            = 237A8E845441BAD2E535C57D985C8204
>>
>>  commons-logging.jar         = commons-logging-1.1.1.jar
>> -commons-logging.loc         = http://repo2.maven.org/maven2/commons-logging/commons-logging/1.1.1
>> +commons-logging.loc         = ${maven2.repo}/commons-logging/commons-logging/1.1.1
>>  # Checksum from binary release and Maven differ, but contents of jar are identical
>>  #commons-logging.md5         = E2C390FE739B2550A218262B28F290CE
>>  commons-logging.md5         = ed448347fc0104034aa14c8189bf37de
>>
>>  commons-net.jar             = commons-net-1.4.1.jar
>> -commons-net.loc             = http://repo2.maven.org/maven2/commons-net/commons-net/1.4.1
>> +commons-net.loc             = ${maven2.repo}/commons-net/commons-net/1.4.1
>>  commons-net.md5             = 365C9A26E81B212DE0553FBED10452CC
>>
>>  excalibur-datasource.jar    = excalibur-datasource-1.1.1.jar
>> -excalibur-datasource.loc    = http://repo2.maven.org/maven2/excalibur-datasource/excalibur-datasource/1.1.1
>> +excalibur-datasource.loc    = ${maven2.repo}/excalibur-datasource/excalibur-datasource/1.1.1
>>  excalibur-datasource.md5    = 59A9EDFF1005D70DFA638CF3A4D3AD6D
>>
>>  excalibur-instrument.jar    = excalibur-instrument-1.0.jar
>> -excalibur-instrument.loc    = http://repo2.maven.org/maven2/excalibur-instrument/excalibur-instrument/1.0
>> +excalibur-instrument.loc    = ${maven2.repo}/excalibur-instrument/excalibur-instrument/1.0
>>  excalibur-instrument.md5    = 81BF95737C97A46836EA5F21F7C82719
>>
>>  excalibur-logger.jar        = excalibur-logger-1.1.jar
>> -excalibur-logger.loc        = http://repo2.maven.org/maven2/excalibur-logger/excalibur-logger/1.1
>> +excalibur-logger.loc        = ${maven2.repo}/excalibur-logger/excalibur-logger/1.1
>>  excalibur-logger.md5        = E8246C546B7B0CAFD65947E9B80BB884
>>
>>  excalibur-pool.jar          = excalibur-pool-1.2.jar
>> -excalibur-pool.loc          = http://repo2.maven.org/maven2/excalibur-pool/excalibur-pool/1.2
>> +excalibur-pool.loc          = ${maven2.repo}/excalibur-pool/excalibur-pool/1.2
>>  excalibur-pool.md5          = 0AF05C8811A2912D62D6E189799FD518
>>
>>  # Common file containing both htmlparser and htmllexer jars
>> @@ -117,9 +119,29 @@ htmlparser.zip              = HTMLParser
>>  htmlparser.jar              = htmlparser-2.0-20060923.jar
>>  htmlparser.md5              = 5452B45D4587E87724FD14F54A6885FF
>>  htmlparser.ent              = htmlparser.jar
>> -
>> +
>> +# Apache HttpClient 4.x
>> +httpclient.jar              = httpclient-4.1-beta1.jar
>> +httpclient.loc              = ${maven2.repo}/org/apache/httpcomponents/httpcomponents-client
>> +httpclient.md5              = 7dd65da3b1d1da47dd24cbf781a7ff56
>> +
>> +# Required for HttpClient
>> +httpclient-cache.jar        = httpclient-cache-4.1-beta1.jar
>> +httpclient-cache.loc        = ${maven2.repo}/org/apache/httpcomponents/httpcomponents-client
>> +httpclient-cache.md5        = 03b9a221d3637261a2dec633e708eb4f
>> +
>> +# Required for HttpClient
>> +httpmime.jar               = httpmime-4.1-beta1.jar
>> +httpmime.loc               = ${maven2.repo}/org/apache/httpcomponents/httpcomponents-client
>> +httpmime.md5               = 6e7e375b1fee334c2f3c5c9ff180ca3c
>> +
>> +# Required for HttpClient
>> +httpcore.jar                = httpcore-4.1.jar
>> +httpcore.loc                = ${maven2.repo}/org/apache/httpcomponents/httpcore
>> +httpcore.md5                = 644fe9ee546a869032ae266b97e92d80
>> +
>>  jakarta-oro.jar             = oro-2.0.8.jar
>> -jakarta-oro.loc             = http://repo2.maven.org/maven2/oro/oro/2.0.8
>> +jakarta-oro.loc             = ${maven2.repo}/oro/oro/2.0.8
>>  jakarta-oro.md5             = 42E940D5D2D822F4DC04C65053E630AB
>>
>>  jcharts.jar                 = jCharts-0.7.5.jar
>> @@ -131,68 +153,68 @@ jcharts.ent                 = jCharts-0.
>>  jcharts.md5                 = 13927D8077C991E7EBCD8CB284746A7A
>>
>>  jdom.jar                    = jdom-1.1.jar
>> -jdom.loc                    = http://repo2.maven.org/maven2/org/jdom/jdom/1.1
>> +jdom.loc                    = ${maven2.repo}/org/jdom/jdom/1.1
>>  jdom.md5                    = ADF67FC5DCF48E1593640AD7E02F6AD4
>>
>>  js_rhino.jar                = js-1.6R5.jar
>> -js_rhino.loc                = http://repo2.maven.org/maven2/rhino/js/1.6R5
>> +js_rhino.loc                = ${maven2.repo}/rhino/js/1.6R5
>>  js_rhino.md5                = 437A15E789AB9A95D10C2F950E94A84E
>>
>>  junit.jar                   = junit-4.8.1.jar
>> -junit.loc                   = http://repo1.maven.org/maven2/junit/junit/4.8.1
>> +junit.loc                   = ${maven2.repo}/junit/junit/4.8.1
>>  junit.md5                   = FB44723F35C2F1AF5C51EB729B502F0D
>>
>>  logkit.jar                  = logkit-2.0.jar
>> -logkit.loc                  = http://repo2.maven.org/maven2/logkit/logkit/2.0
>> +logkit.loc                  = ${maven2.repo}/logkit/logkit/2.0
>>  logkit.md5                  = 8D82A3E91AAE216D0A2A40B837A232FF
>>
>>  soap.jar                    = soap-2.3.1.jar
>> -soap.loc                    = http://repo1.maven.org/maven2/soap/soap/2.3.1
>> +soap.loc                    = ${maven2.repo}/soap/soap/2.3.1
>>  soap.md5                    = AA1845E01FEE94FE4A63BBCAA55AD486
>>
>>  tidy.jar                    = jtidy-r938.jar
>> -tidy.loc                    = http://repo1.maven.org/maven2/net/sf/jtidy/jtidy/r938
>> +tidy.loc                    = ${maven2.repo}/net/sf/jtidy/jtidy/r938
>>  tidy.md5                    = 6A9121561B8F98C0A8FB9B6E57F50E6B
>>
>>  # XStream can be found at: http://xstream.codehaus.org/
>>  xstream.jar                 = xstream-1.3.1.jar
>> -xstream.loc                 = http://repo2.maven.org/maven2/com/thoughtworks/xstream/xstream/1.3.1
>> +xstream.loc                 = ${maven2.repo}/com/thoughtworks/xstream/xstream/1.3.1
>>  xstream.md5                 = 4DFEBEC402E7606B2C1F66DEC1773E8F
>>
>>  xpp3.jar                    = xpp3_min-1.1.4c.jar
>> -xpp3.loc                    = http://repo1.maven.org/maven2/xpp3/xpp3_min/1.1.4c
>> +xpp3.loc                    = ${maven2.repo}/xpp3/xpp3_min/1.1.4c
>>  xpp3.md5                    = DCD95BCB84B09897B2B66D4684C040DA
>>
>>  # Xalan can be found at: http://xml.apache.org/xalan-j/
>>  xalan.jar                   = xalan-2.7.1.jar
>> -xalan.loc                   = http://repo2.maven.org/maven2/xalan/xalan/2.7.1
>> +xalan.loc                   = ${maven2.repo}/xalan/xalan/2.7.1
>>  xalan.md5                   = D43AAD24F2C143B675292CCFEF487F9C
>>
>>  serializer.jar              = serializer-2.7.1.jar
>> -serializer.loc              = http://repo2.maven.org/maven2/xalan/serializer/2.7.1
>> +serializer.loc              = ${maven2.repo}/xalan/serializer/2.7.1
>>  # Checksum from binary release and Maven differ, but contents of jar are identical (apart from non-essential comment)
>>  #serializer.md5              = F0FA654C1EA1186E9A5BD56E48E0D4A3
>>  serializer.md5              = a6b64dfe58229bdd810263fa0cc54cff
>>
>>  # Xerces can be found at: http://xerces.apache.org/xerces2-j/
>>  xerces.jar                  = xercesImpl-2.9.1.jar
>> -xerces.loc                  = http://repo2.maven.org/maven2/xerces/xercesImpl/2.9.1
>> +xerces.loc                  = ${maven2.repo}/xerces/xercesImpl/2.9.1
>>  # Checksum from binary release and Maven differ, but contents of jar are identical (apart from EOLs in text files)
>>  #xerces.md5                  = DA09B75B562CA9A8E9A535D2148BE8E4
>>  xerces.md5                  = f807f86d7d9db25edbfc782aca7ca2a9
>>
>>  xml-apis.jar                = xml-apis-1.3.04.jar
>> -xml-apis.loc                = http://repo2.maven.org/maven2/xml-apis/xml-apis/1.3.04
>> +xml-apis.loc                = ${maven2.repo}/xml-apis/xml-apis/1.3.04
>>  xml-apis.md5                = 9AE9C29E4497FC35A3EADE1E6DD0BBEB
>>
>>  # Codecs were previously provided by Batik
>>  xmlgraphics-commons.jar     = xmlgraphics-commons-1.3.1.jar
>> -xmlgraphics-commons.loc     = http://repo2.maven.org/maven2/org/apache/xmlgraphics/xmlgraphics-commons/1.3.1
>> +xmlgraphics-commons.loc     = ${maven2.repo}/org/apache/xmlgraphics/xmlgraphics-commons/1.3.1
>>  xmlgraphics-commons.md5     = E63589601D939739349A50A029DAB120
>>
>>  # JavaMail jars (N.B. these are available under CDDL)
>>  activation.jar              = activation-1.1.1.jar
>> -activation.loc              = http://repo1.maven.org/maven2/javax/activation/activation/1.1.1
>> +activation.loc              = ${maven2.repo}/javax/activation/activation/1.1.1
>>  activation.md5              = 46a37512971d8eca81c3fcf245bf07d2
>>
>>  # V 1.4.3 is not yet available from central, as of July 09 2010
>> @@ -202,11 +224,11 @@ javamail.md5                = 520539ba71
>>
>>  # Geronimo JMS jar
>>  jms.jar                     = geronimo-jms_1.1_spec-1.1.1.jar
>> -jms.loc                     = http://repo2.maven.org/maven2/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1
>> +jms.loc                     = ${maven2.repo}/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1
>>  jms.md5                     = d80ce71285696d36c1add1989b94f084
>>
>>  # The following jars are only needed for source distributions
>>  # They are used for building the documentation
>>  velocity.jar                = velocity-1.6.2.jar
>> -velocity.loc                = http://repo1.maven.org/maven2/org/apache/velocity/velocity/1.6.2
>> +velocity.loc                = ${maven2.repo}/org/apache/velocity/velocity/1.6.2
>>  velocity.md5                = 91285749478616F63F37B0EBB19F1FED
>> \ No newline at end of file
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: notifications-help@jakarta.apache.org
>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: dev-help@jakarta.apache.org
>
>

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