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

zip / unzip need ironruby support #95

Open
mxriverlynn opened this issue Aug 1, 2010 · 1 comment
Open

zip / unzip need ironruby support #95

mxriverlynn opened this issue Aug 1, 2010 · 1 comment

Comments

@mxriverlynn
Copy link
Owner

currently there are no zip gems for ruby that will run in ironruby (none that i know of, anyways...). need to do something to get zip / unzip tasks working in ironruby.

ben hall had a good idea:

dynamicaly require files based on runtime. the required file is a facade over a specific zip / unzip implementation - either for standard ruby zip gem, or for ironruby intertop to a c# zip library.

@mxriverlynn
Copy link
Owner Author

recently added a IS_IRONRUBY flag to the specs, so i could use System.XML to validate some xml output for the nuspec task. should be able to use the same idea and create an ironruby compatible zip task using one of the open source zip libs for .net

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

No branches or pull requests

1 participant