RPM support update
Jonathan Gibbons
Jonathan.Gibbons at Sun.COM
Thu Oct 29 10:21:45 PDT 2009
Dalibor Topic wrote:
> Jonathan Gibbons wrote:
>
>> I'd suggest dropping the space around "@" and using whitespace as the
>> delimiter, as in
>> jdk.base at 7-ea something.else at 0.4
>> Note that , is a legal character in a version, so it'll be problematic
>> using it as a separator
>>
>
> Thanks Jon, good catch. So let's do that instead - then our example becomes:
>
> jigsaw.moduleinfo.id = org.openjdk.jigsaw.test.hello at 1.0
> jigsaw.moduleinfo.requires = jdk.base at 7-ea something.else@>=0.4
> jigsaw.moduleinfo.mainClass = org.openjdk.jigsaw.test.hello.HelloWorld
>
> Does that look fine?
>
> cheers,
> dalibor topic
>
>
Looks good to me. FWIW, Note that dropping the whitespace around the
@ in this output is completely orthogonal to whether or not we allow
whitespace around the @ in the source language.
-- Jon
More information about the jigsaw-dev
mailing list