jpkg RFE
Jonathan Gibbons
jonathan.gibbons at oracle.com
Thu May 27 15:41:54 PDT 2010
It is a pain to have to create separate classes/ and resources/
directories for jpkg, since existing practice is to make a single
directory for both.
I won't argue against whatever reason it was thought useful to allow
them to be separate, but it would be helpful if there was a default such
that (say) if the resource directory was not specified, it was assumed
to be the same as the classes directory. Classes are files matching
*.class, resources are files not matching *.class.
I could cross out a whole lot of Ant stuff splitting the files into two
separate directories if we could allow them to be the same.
-- Jon
More information about the jigsaw-dev
mailing list