*Duplicates:*

1594, 1849, 2547, 2548 - Java() misses anonymous inner class file from
private instances

I recommend we close 3 of the 4 and move comments as necessary; no reason
to have four P1 issues open for the same problem.

*Might be a no issue:*

1772 – Java builder doesn't process lists of directories correctly

Thoughts: elements of a list of sources for javac are executed in parallel
which works as designed?

    Javac( <buildDir>, [ source1, source2, sourceN] )

    Items source[1-N] are executed in parallel regardless of type (java
file, directory, list of java files)

Note: we should update the documentation to show this before closing.

Question: do we want to change the behavior based on the type as listed
above?

Doing [ <javac item> for item in <list of java files> ] might not be very
efficient but this makes a lot of sense of the other two options [ <javac
item> for item in <list of directories> ] or [ <javac item> for item in
<list of lists of java files> ].

V/R,

William
_______________________________________________
Scons-dev mailing list
[email protected]
http://two.pairlist.net/mailman/listinfo/scons-dev

Reply via email to