Re: build server

From: Anjo Krank (kran..ogicunited.com)
Date: Sun May 14 2006 - 08:42:25 EDT

  • Next message: manumohedan..sal.es: "problems building workspace"

    Not if you set $deps.home to an empty directory as a default. You'd
    need to create a directory somewhere in the project tree and add a
    dummy file into it (with CVS, probably not with svn). Or set
    deps.home=eclipse.home. Then the items are probably added twice, but
    that shouldn't make a problem.

    Cheers, Anjo

    Am 14.05.2006 um 14:20 schrieb Mike Schrag:

    > Does it cause a problem to just add this into plugin-project.xml
    > for good even if you don't use wolips-deps? I can't remember if
    > ant throws an exception if the folder you define here doesn't exist.
    >
    > ms
    >
    > On May 14, 2006, at 1:12 AM, Anjo Krank wrote:
    >
    >> 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 - 08:42:24 EDT