On Tue, 2014-01-14 at 11:03 -0500, Gary Gregory wrote:
...
> * 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
>
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or
> --debug option to get more log output.
>
> I've not had this problem using Maven to do the same kind of thing.
>
> Gary
>
Gary
The release scripts uses the same library used by maven release plugin
(jdom). Could you please apply this patch, run 'gradlew clean' and
retry?
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 = System.getProperty('line.separator', '\r\n')
static Class<? extends FilterReader> filter() {
FixCrLfFilter.class
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]