WOLips Building Woes

From: Chuck Hill (chil..lobal-village.net)
Date: Mon Sep 13 2004 - 20:52:09 EDT

  • Next message: Anjo Krank: "Re: WOLips Building Woes"

    Hi,

    I'm being harrassed by the "Waiting for virtual machine to exit..." problem:
    http://www.objectstyle.org/woproject/lists/woproject-dev/2004/08/0185.html

    Well, I thought, I will just get it from CVS and build a fresh copy. How
    hard can it be? I used Eclipse to check it out from CVS and almost
    immedately ran into the AnakiaTask / JDOMException problem:
    http://www.objectstyle.org/woproject/lists/woproject-dev/2003/01/0084.html

    OK, who needs an IDE? Off to the commandline to run Ant directly. Well,
    really, how hard can this be? I created a build.properties file in
    projects, and added the needed line:
    eclipse.home=U:\\Programs\\eclipse

    Yes, Windows. (I also tried using / instead of \\ for giggles).

    JavaDoc whines alot about about no definitions and javac won't have
    anything to do with this:

    copy.resources:
        [mkdir] Created dir:
    U:\Programs\eclipse\workspace\woproject\projects\temp\build\plugins\org.obje
    ctstyle.wolips1.0.7.54
         [copy] Copying 26 files to
    U:\Programs\eclipse\workspace\woproject\projects\temp\build\plugin\org.objec
    tstyle.wolips1.0.7.54
         [copy] Copying 1 file to
    U:\Programs\eclipse\workspace\woproject\projects\temp\build\plugins\org.obje
    ctstyle.wolips1.0.7.54

    java:

    java:
        [javac] Compiling 60 source files to
    U:\Programs\eclipse\workspace\woproject\projects\temp\classes
        [javac]
    U:\Programs\eclipse\workspace\woproject\projects\wolips\plugins\org.objectst
    yle.wolips\java\org\objectstyle\wolips\core\project\ant\RunAnt.java:77:
    cannot resolve symbol
        [javac] symbol : class ToolUtil
        [javac] location: package model
        [javac] import org.eclipse.ui.externaltools.internal.model.ToolUtil;

    It looks to me as if it is not finding the jar files in the plugins under
    Eclipse. All the defines look to be OK
    print.environment:
         [echo]
         [echo] ****************************************
         [echo] * java.home = U:\Sun\j2sdk1.4.2_05\jre
         [echo] * build.compiler = modern
         [echo] * ant.home = U:\Programs\apache-ant-1.5.4\bin\..
         [echo] * user.home = C:\Documents and Settings\Chuck Hill
         [echo] * build.version = 1.0.7.54
         [echo] * build.version.to.replace = 1.0.6
         [echo] * build.output.dir = temp
         [echo] * build.output.java.dir = temp/classes
         [echo] * build.output.java.test.dir = temp/testclasses
         [echo] * build.output.build.dir = temp/build
         [echo] * build.output.dist.dir = temp/dist
         [echo] * build.output.dist.targz.dir = temp/targz
         [echo] * build.output.homepage.dir = temp/doc
         [echo] * deploy.dir = ${deploy.dir} (set by the buildserver)
         [echo] * eclipse.home = U:\Programs\eclipse
         [echo] * no.clean = ${no.clean}
         [echo] * compile options
         [echo] * compile.deprecation= ${compile.deprecation}
         [echo] * compile.debug= ${compile.debug}
         [echo] * compile.optimize= "${compile.optimize}
         [echo] * test environment
         [echo] * build.output.test.dir = temp/tests
         [echo] * test.eclipse.home = ${test.eclipse.home}
         [echo] * os = ${os}
         [echo] * ws = ${ws}
         [echo] * test.java.library.path = ${test.java.library.path}
         [echo] ****************************************
         [echo]

    Other than
         [echo] * build.version = 1.0.7.54

    Have I got the wrong version from CVS?

    Chuck

    --
    

    Chuck Hill chil..lobal-village.net Global Village Consulting Inc. http://www.global-village.net



    This archive was generated by hypermail 2.0.0 : Mon Sep 13 2004 - 20:51:08 EDT