Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gradle.rb generation is broken under Windows #116

Closed
ysb33r opened this issue May 6, 2015 · 1 comment
Closed

gradle.rb generation is broken under Windows #116

ysb33r opened this issue May 6, 2015 · 1 comment
Assignees

Comments

@ysb33r
Copy link
Contributor

ysb33r commented May 6, 2015

JRubyGenerateGradleRbIntegrationSpec fails under Windows (Appveyor):

com.github.jrubygradle.JRubyGenerateGradleRbIntegrationSpec > Generate gradle.rb FAILED 
    java.util.regex.PatternSyntaxException: Unknown character property name {r} near index 21
    export GEM_HOME="C:\projects\jruby-gradle-plugin\build\tmp\integrationTest\root\jggris\gems"
                         ^
        at java.util.regex.Pattern.error(Pattern.java:1924)
        at java.util.regex.Pattern.charPropertyNodeFor(Pattern.java:2730)
        at java.util.regex.Pattern.family(Pattern.java:2685)
        at java.util.regex.Pattern.sequence(Pattern.java:2043)
        at java.util.regex.Pattern.expr(Pattern.java:1964)
        at java.util.regex.Pattern.compile(Pattern.java:1665)
        at java.util.regex.Pattern.<init>(Pattern.java:1337)
        at java.util.regex.Pattern.compile(Pattern.java:1022)
        at com.github.jrubygradle.JRubyGenerateGradleRbIntegrationSpec.Generate gradle.rb(JRubyGenerateGradleRbIntegrationSpec.groovy:39)

@ysb33r ysb33r added the bug label May 6, 2015
@ysb33r ysb33r added this to the 0.1.18 milestone May 6, 2015
@ysb33r ysb33r self-assigned this May 6, 2015
@ysb33r ysb33r changed the title JRubyGenerateGradleRbIntegrationSpec fails under Windows (Appveyor) gradle.rb generation is broken under Windows May 6, 2015
@rtyler rtyler modified the milestone: 0.2.1 Jun 8, 2015
@rtyler rtyler added the base label Jul 20, 2015
@rtyler rtyler added the windows label Aug 8, 2015
@rtyler
Copy link
Member

rtyler commented Aug 8, 2015

These specs are working now, closing this out

@rtyler rtyler closed this as completed Aug 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants