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

Issue when running grails test-app (2.3.11) #48

Open
imadi opened this issue Oct 6, 2016 · 9 comments
Open

Issue when running grails test-app (2.3.11) #48

imadi opened this issue Oct 6, 2016 · 9 comments
Labels

Comments

@imadi
Copy link

imadi commented Oct 6, 2016

Hi I have this piece of code in SampleController.groovy which downloads sample excel
def xls = new WebXlsxExporter(filePath).with {
response.setHeader "Content-disposition", "attachment; filename=samole.xlsx"
response.contentType = 'application/vnd.ms-excel'
LOG.info("sample Excel")
save(response.outputStream)
}
Its working normally. But when I do grails test-app I am getting error like
No signature of method: SampleController.save() is applicable for argument types: (org.springframework.mock.web.MockHttpServletResponse$ResponseServletOutputStream) values: [org.springframework.mock.web.MockHttpServletResponse$ResponseServletOutputStream@12b7c618]

I am using excel-export:0.2.1

@jakubnabrdalik
Copy link
Collaborator

I'm afraid this project is not actively maintained anymore. Wanna take it over?

@dpcasady
Copy link
Collaborator

@jakubnabrdalik I'll take it over if no one else has already expressed interest.

@zdanek
Copy link
Collaborator

zdanek commented Nov 17, 2016

@dpcasady I've given you write rights to the repo. Let's see how you do :)
Good luck and thanks for taking care of this repo.

@pjagielski
Copy link
Collaborator

@jakubnabrdalik
Copy link
Collaborator

jakubnabrdalik commented Nov 17, 2016

@pjagielski it is. I have created a separate org in bintray for it (grails-excel-export) so that I can transfer ownership to this organization. I have invited @dpcasady to that organization. Who should I invite from TouK (you need to have an account on bintray)?

@dpcasady
Copy link
Collaborator

Thanks!

@dpcasady
Copy link
Collaborator

@imadi sorry to hijack your issue, I'll look into it later today.

@pjagielski
Copy link
Collaborator

@jakubnabrdalik
Copy link
Collaborator

@pjagielski done

@dpcasady dpcasady added the 0.x label Nov 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants