Give me until the end of Saturday! I already have...
# scripting
j
Give me until the end of Saturday! I already have most of the parts working; I'm now working on platform-specific GUI integration (installation, more or less) and then tying it all together in one main function. I'll distribute it as a fat JAR. I wasn't kidding when I said I've been experimenting with stuff already! The IDE stuff was the most troublesome to experiment with (I was working on that earlier this week, wanted to know how IMLs worked) because I couldn't find any documentation on the format of it. I had to kinda just guess my way through it.
g
I don't think you can really rely on the format of a
.iml
file. They seem to change at any given time on a whim. The stuff in
.idea/
is more stable.
j
Actually, one does not exist without the other. The
.iml
is a module definition file that requires the
.xml
within the
.idea
folder to function, which has stuff such as library definitions.
Cancel the idea of Fat Jar distribution; for some reason the class loader stuff for the script doesn't work right when it is a fat jar. Really odd.
g
I never said that
.idea/
and
.iml
are mutually exclusive, just that one is more stable than the other.