[Solved] Re: Problems starting Maven based WOApplication in WOLips 3.4.5503 on Windows XP

From: Lars Sonchocky-Helldorf (lars.sonchocky-helldor..amburg.de)
Date: Fri Oct 17 2008 - 06:47:33 EDT

  • Next message: Mike Schrag: "Re: modeler updating plists"

    Am 17.10.2008 um 00:26 schrieb Henrique Prange:

    > Hi Lars,
    >
    > Sorry. I've reported this bug some time ago and forgot about it. In
    > short, you have the following alternatives:
    >
    > 1) Do not use spaces in your projects/libraries (C:\Dokumente und
    > Einstellungen\cem\.m2\repository\... breaks this rule)

    thanks a million, that perfectly solved it! Now that I think about it
    I also remember that there was supposedly some sort of issue when a
    dash "-" was in the path, right?

    However, I moved the local maven repository to C:\.m2\repository:

    - I added the following to %USER_HOME%\.m2\settings.xml:

    <?xml version="1.0"?>
    <settings>
            <!-- add the following to move the local repository -->
            <localRepository>C:\.m2\repository</localRepository>
    .
    .
    .
    </settings>

    and moved %USER_HOME%\.m2\ repository to C:\.m2\repository (this
    saves you from downloading all the dependencies a second time)

    - I also moved the eclipse workspace from %USER_HOME%\workspace to C:
    \eclipse\workspace (you can of course move it to any location without
    spaces in the path)

    now launching the WOApp from the WOLips launch config in eclipse
    works like a charm without additional tweaking (no need to add the $
    {project}/build/${project}.woa/Contents/Resources/Java folder to the
    classpath)

    regards,

            Lars



    This archive was generated by hypermail 2.0.0 : Fri Oct 17 2008 - 06:48:46 EDT