On 7/27/07, Dag H. Wanvik <[EMAIL PROTECTED]> wrote: > Would it be useful to check for absense of "debug=true" and "proceed=true" > also? > > Dag
good point, probably yes. Actually, I'm not sure I ever tried with proceed=false, I always very carefully check the build results... but if the build is clean, it should proceed on its own, yes? So maybe, proceed should be false... Some of these are less necessary than others, for instance, if jdk14lib isn't set, I don't think much will build. But if jdk16 isn't set, or junit, or jsr169compilepath or osgi.jar isn't there and proceed=true, the distribution will build successfully but miss some required parts...If sane is set, the steps in creating the distributions of ant sane and ant insane/ant -Dsane=false snapshot might be overwritten by the sane setting (I wasted some time on that little detail :-) ). Also, we should be able to have incremental development on this, start with the basic ant targets as a first step, add more of the checking details later... Myrna