phax / jcodemodel

A heavily extended fork of the com.sun.codemodel (from 2013/09)
Other
93 stars 34 forks source link

in-memory and jar/zip platform #79

Closed guiguilechat closed 3 years ago

guiguilechat commented 4 years ago

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.

stale[bot] commented 4 years ago

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 commented 3 years ago

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

phax commented 3 years ago

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