Incremental builder and natures

From: Anders Peterson (anders_peterso..ptimatika.se)
Date: Tue Mar 04 2003 - 14:02:30 EST

  • Next message: Harald Niesche: "Re: Incremental builder and natures"

    Hi,

    I've set out to configure the incremental builder and update the docs on how
    to do it at the same time. Right now I have 2 questions for every step in
    the "Shortest possible How-to"...

    2) Create Java Projects for your WebObjects Projects

    What?

    They are already Java projects, aren't they? Are you (Harald) saying that to
    use the incremental builder the projects cannot be WOLips projects?

    My old/existing frameworks have two natures:
    <natures>
    <nature>org.eclipse.jdt.core.javanature</nature>
    <nature>org.objectstyle.wolips.frameworknature</nature>
    </natures>

    and for old/existing applications:
    <natures>
    <nature>org.eclipse.jdt.core.javanature</nature>
    <nature>org.objectstyle.wolips.applicationnature</nature>
    </natures>

    BTW, if I create new frameworks and applications I get:
    <natures>
    <nature>org.eclipse.jdt.core.javanature</nature>
    <nature>org.objectstyle.wolips.antframeworknature</nature>
    </natures>

    and:
    <natures>
    <nature>org.eclipse.jdt.core.javanature</nature>
    <nature>org.objectstyle.wolips.antapplicationnature</nature>
    </natures>

    The new are different from the old! Is that a problem?

    /Anders



    This archive was generated by hypermail 2.0.0 : Tue Mar 04 2003 - 14:05:33 EST