This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: building Kawa with Ant


Thanks!

Next problem - conditionals, starting with gnu/lists.  The current build.xml
always generates Java files that require the Collections classes.  I'd 
like it
so that if -Duse.collections=true (or yes or whatever is idiomatic Ant) then
it should filter as in the current build.xml;  if 
-Duse.collections=false then
the filter shold generate code that does *not* require collections; and if
neither is specified the default should depend on whether java.util.List
is available.

Can we do that without it getting to awfully messy?

    --Per



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]