On Tue, 2014-01-14 at 16:39 -0500, Gary Gregory wrote:
> On Tue, Jan 14, 2014 at 3:38 PM, Oleg Kalnichevski <[email protected]> wrote:
...
> Same issue:
> [snip]
> Please enter release candidate qualifier: [defaults to RC1]
>
> Rewriting POMs
> RC tag to be created:
> https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.3.2-RC1
> Creating tag for HttpClient 4.3.2 RC1 from local content
> Adding build\repos-asf-httpcomponents-httpclient-trunk
> Sending
> build\repos-asf-httpcomponents-httpclient-trunk\fluent-hc\pom.xml
> Sending
> build\repos-asf-httpcomponents-httpclient-trunk\httpclient\pom.xml
> Sending
> build\repos-asf-httpcomponents-httpclient-trunk\httpclient-cache\pom.xml
> Sending
> build\repos-asf-httpcomponents-httpclient-trunk\httpclient-osgi\pom.xml
> Sending
> build\repos-asf-httpcomponents-httpclient-trunk\httpmime\pom.xml
> Sending build\repos-asf-httpcomponents-httpclient-trunk\pom.xml
> Transmitting file data .
> FAILURE: Build failed with an exception.
>
> * Where:
> Build file 'C:\temp\rc\release-httpclient-4.3.2\build.gradle' line: 178
>
> * What went wrong:
> Execution failed for task ':commitRCTag'.
> > org.tmatesoft.svn.core.SVNException: svn: E135000: While preparing
> 'C:\temp\rc\release-httpclient-4.3.2\build\repos-asf-httpcomponents-httpclient-trunk\fluent-hc\pom.xml'
> for commit
> svn: E135000: Inconsistent line ending style
>
> Gary
>
Gary
Could you please apply this patch locally, so you could move on with the
release? Please do not commit it though. I'll try to figure out a proper
fix in the mean time. We should move on with the release nonetheless.
Oleg
Index: buildSrc/src/main/groovy/Line.groovy
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- buildSrc/src/main/groovy/Line.groovy (date 1389705856000)
+++ buildSrc/src/main/groovy/Line.groovy (revision )
@@ -29,7 +29,7 @@
class Line {
- static DELIM = System.getProperty('line.separator', '\n')
+ static DELIM = '\n'
static Class<? extends FilterReader> filter() {
FixCrLfFilter.class
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]