Re: woproject and IntelliJ IDEA?

From: Harald Niesche (haral..heco.de)
Date: Sat Feb 21 2004 - 06:55:09 EST

  • Next message: Kaj Hejer: "Re: BUILD FAILED when trying to build from cvs (WizardsTestSuite)"

    Stefan Kreutter wrote:
    > Hi there,
    >
    > is it possible to use woproject's ant task with other IDEs like
    > IntelliJ's IDEA (see http://www.intellij.com)? I managed to run the ant
    > script from within Idea after declaring the wpapplication task in the
    > build.xml file. However launching the build apps fails because of an
    > incomplete classpath. After fixing the classpath the
    > WOHTMLTemplateParser complains that it can't find a component
    > definition. I had no time yet to dig deeper into that issue and just
    > thought to ask on the list if this is intended to work or if woproject
    > is tied to Eclipse. The project I'm working with was created by WOLips.

    WOProject is not tied to Eclipse, WOLips is.

    Your problems are probably due to bad launch settings -- you need to run
    the built app in the .woa folder (or you'll need
    -Duser.dir=<path-to-.woa> ). (I found this to be the most common cause
    for template-not-found-errors.)

    The WOLips generated build.xml relies on some files containing lists of
    frameworks that should be on the classpath, have you checked that these
    contain all the necessary entries? (It's also rather bad if you have the
    framework's classes on the classpath by some other means than the
    <framework>.jar, WO parses the classpath at startup and recognizes
    bundles by their directory structure.)

    > Thanks for woproject it is really cool. I worked a lot with IDEA and I
    > like it a lot more than Eclips but it is a commercial product.

    I like Eclipse more than IDEA (because it has more tasteful colors ;-)
    and it's free) ....

    Harald



    This archive was generated by hypermail 2.0.0 : Sat Feb 21 2004 - 06:54:33 EST