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

plugin not working with Grails 2.1.1 #9

Open
gernotstarke opened this issue Nov 8, 2012 · 2 comments
Open

plugin not working with Grails 2.1.1 #9

gernotstarke opened this issue Nov 8, 2012 · 2 comments

Comments

@gernotstarke
Copy link

does not even compile, due to errors in svn plugin...
(which is required by twitter-bootstrap for whatever strange reasons)

or please let us know that you cannot fix it currently...

thx,
Gernot

@dinizssa
Copy link

Yeah, it was not reviewed for 2.1.1. With regards "svn", I just cleanup the classes with errors, kept the file, but empty. Fixed the compilation issue. That's really bad, plugin with no support and with a high level of dependency (unnecessary). Also, it has different behaviors on Chrome, IE and Firefox (none of them it works properly, probably due to out-of-dated JavaScript calls).

We have 3 options: 1. wait for the author do something (don't reply even e-mails). 2. fix ourselves. 3 give a try using another plugin.

@EpicVoyage
Copy link

Open plugins\bootstrap-file-upload-2.1.1\dependencies.groovy. Change

compile ":twitter-bootstrap:2.0.2.25"

to

compile ":twitter-bootstrap:2.0.2.25" {excludes 'svn'}

Now if there is a way to make this happen automatically...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants