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

in-memory and jar/zip platform #79

Closed
guiguilechat opened this issue Jan 20, 2020 · 3 comments
Closed

in-memory and jar/zip platform #79

guiguilechat opened this issue Jan 20, 2020 · 3 comments
Assignees

Comments

@guiguilechat
Copy link

follow #74

Should create platform file specifications in EFileSpecification for JAR/ZIP and in-memory file systems. Those platform specs would allow to create files that match the restriction of their respective file system.

JAR is used eg to distribute the source files of a project. Can also be used to export the .class files though this is not really the use of JCodeModel. The specification is here

Inmemory is used to directly compile the .java files into the .class files, which can then be placed in another file system, or fed to a ClassLoader . I don't know the limitations of such a system, should work on them.

priority : very low.

@phax phax self-assigned this Jan 21, 2020
@stale
Copy link

stale bot commented Apr 20, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@guiguilechat
Copy link
Author

if the jar/zip is not useful, maybe close since the inmemory is done ?

@phax
Copy link
Owner

phax commented Jan 11, 2021

As the interest in it seems limited I'm closing it indeed

@phax phax closed this as completed Jan 11, 2021
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

2 participants