On 5/8/07, Artem Melentyev
<melenartem(a)ya.ru> wrote:
Hi Sergiu.
Sergiu Dumitriu wrote:
Some other USE flags I'd like to see:
src - for checking out the sources, too. You could check the status on
"ant src.dist"
There are standard use flag "source". xwiki
ebuild use
core/src/main/java sources.
Current ant src.dist target make only doc, lib (no need in 'source' flag
IMHO), and some resources but no sources. I think it is wrong behavior.
That's what it does? Hm, wrong behavior, indeed.
And yes, the standard USE flag is "source", my bad.
I think source use
flag should make only source zip, without libs and
docs, so I think 'use source && java-pkg_dosrc core/src/main/java' is
sufficient. This source zip may be using in IDE for example.
WDYT?