Re: How long before nightly becomes stable?

From: Lachlan Deck (lachlan.dec..mail.com)
Date: Sun Nov 02 2008 - 18:38:22 EST

  • Next message: Lachlan Deck: "Re: [OS-JIRA] Created: (WOL-909) NullPointer while trying to generate Migrations"

    On 01/11/2008, at 11:53 PM, Mike Schrag wrote:

    >> I do agree however I don't see how a couple of preferences for the
    >> simple things like project layout reduce the options for your
    >> development of WOLips. If you always look up the preference to find
    >> the relevant folder how does that limit your productivity?
    > Because now I have to make some UI for picking these things, and
    > then I have to parameterize build.xml. And then Sources folder, in
    > particular, is actually set in the classpath settings in Eclipse, so
    > now I have to figure out how to reconcile those two values, because
    > they're going to get out of sync. Not to mention "a couple of
    > preferences" is in THIS case -- there are thousands of features
    > inside of WOLips. For every single one there's someone out there
    > who would like "a couple preferences." Like I said. If you want to
    > change these values, there are means to do so, but I'm not
    > supporting it.
    >
    >> I'm asking this because this affects maven-based projects which
    >> have a different convention but it's very easy for these
    >> fundamental layout choices to be supported by WOLips.
    > I have no idea how anything in maven builds work. I look to maven
    > users to make recommendations. But I'm pretty sure you guys don't
    > even use our build system, so I don't think the existence or non-
    > existence of a setting for our build system should actually affect
    > you?

    The main thing I'm thinking of is when creating new components for
    example (and similarly looking up) - but this may be true for
    WebServerResources, Resources. e.g., currently when I select src/main/
    components, right click on it and fill in the details it fails unless
    the path at the top is ProjectName/src/main/components - but then the
    java file is inserted in the wrong place in the file system. Rather
    than being in src/main/java it's in src/.

    As you add more features this may get more wacky :-)
    The current project layout for woproject-maven (which follows the
    maven convention) is like follows:

    src/main/components
    src/main/java
    src/main/resources
    src/main/webserver-resources

    and similarly (optionally)
    src/test/components
    src/test/java
    src/test/resources
    src/test/webserver-resources

    with regards,

    --
    

    Lachlan Deck



    This archive was generated by hypermail 2.0.0 : Sun Nov 02 2008 - 18:39:28 EST