Re: build server

From: Anjo Krank (kran..ogicunited.com)
Date: Sun May 14 2006 - 01:12:05 EDT

  • Next message: Ulrich Köster: "Re: cayenne and woproject jars"

    What does work for me is to create new folders "wolips-deps" and
    "wolips-plugin" both as "extension locations", meaning that they have
    this structure:

    wolips-deps/
      eclipse/
       .eclipseextensions <- emtpy marker file
       features/
       plugins/

    Then you install the Calipso stuff that WOLips needs into "wolips-
    deps", optionally add this folder to your ant build file and build:

    a..icardo:woproject > svn diff
    Index: buildscripts/plugin-project.xml
    ===================================================================
    --- buildscripts/plugin-project.xml (revision 2596)
    +++ buildscripts/plugin-project.xml (working copy)
    ..-20,6 +20,11 @@
                                     <exclude name="**/org.objectstyle.*/
    **" />
                                     <exclude name="**/
    org.eclipse.core.runtime/**" />
                             </fileset>
    + <fileset dir="${deps.home}">
    + <include name="**/plugins/**/*.jar" />
    + <exclude name="**/org.objectstyle.*/
    **" />
    + <exclude name="**/
    org.eclipse.core.runtime/**" />
    + </fileset>
                     </path>

    Now you install WOLips into the "wolips-plugin" folder. When you now
    zip those two folders, unzip them on a new machine, add them as
    extension locations then it should work. This is also pretty useful
    whenever you get a new Eclipse version, as you are able to run the
    new version in a few clicks and don't have to wait for Callisto (if
    you downloaded the PDE build).

    Cheers, Anjo

    Am 14.05.2006 um 00:46 schrieb Mike Schrag:

    > Well, the build server isn't officially working yet, but I didn't
    > manually put up the latest build (2.0.0.123). There is no longer a
    > wolips-all-latest.tar.gz because I'm not entirely sure how to
    > properly install WOLips' dependencies all together now. However, I
    > did update the install tutorial to walk through what I believe is
    > the proper way to install WOLips (proper != fast, just proper :) )..
    >
    > http://objectstyle.org/confluence/display/WOL/Install+WOLips+with
    > +Eclipse+Update+Manager
    >
    > I installed this latest build with Eclipse 3.2RC4. So far so good.
    >
    > ms
    >
    > On May 13, 2006, at 10:11 AM, Mike Schrag wrote:
    >
    >> Sorry the build server is still not functioning correctly guys ...
    >> Cavalier telephone can't keep our line functioning properly at the
    >> moment. I'll keep you posted.
    >



    This archive was generated by hypermail 2.0.0 : Sun May 14 2006 - 01:12:09 EDT