> One thing I think matters is that complex builds work under eclipse. 
> Right now if you build stuff with <import> it doesnt. I don't think
this 
> is basedir related, but more the way import doesnt use it...

We use MyEclipse 6.0 (based on Eclipse 3.3) and have a construct
    <property file="build.properties"/>
    <fail message="Das Property 'servertype' muss entweder 'oc4j' oder
'beanta' sein.">
        <condition>
            <not>
                <or>
                    <equals arg1="${servertype}" arg2="oc4j"/>
                    <equals arg1="${servertype}" arg2="beanta"/>
                </or>
            </not>
        </condition>
    </fail>
    <import file="build.${servertype}.xml"/>
    <import file="build.init.xml"/>

and use the AntView - without any problems.


Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to