Re: Build from source

From: Sébastien Sahuc (lis..ahuc.net)
Date: Mon Apr 17 2006 - 16:11:40 EDT

  • Next message: Anjo Krank: "Re: Classpath woes"

    The build should now be fixed. Thanks Bob for the patch.

    Sebastien

    On Apr 13, 2006, at 11:16 AM, Bob Schwarzmann wrote:

    > I only run woproject from ant -- not the wolips plugin. So I never
    > setup that
    > little variable called eclipse.home which controls building
    > wolips. I'm going
    > to get that going and fix the problem.
    >
    > Sorry for the build break.
    > -Bob.
    >
    > --- S�bastien Sahuc <lis..ahuc.net> wrote:
    >
    >> Sounds like I committed too fast a change there. Let me cross check
    >> and fix that now.
    >>
    >> Sebastien
    >>
    >> On Apr 12, 2006, at 1:09 PM, Mike Schrag wrote:
    >>
    >>> This does appear to be a legit build failure ... Did someone happen
    >>> to remove addFileReference? It doesn't appear to exist in the type
    >>> hierarchy anymore.
    >>>
    >>> ms
    >>>
    >>> On Apr 12, 2006, at 12:08 PM, Anders Peterson wrote:
    >>>
    >>>> Well... that's what I do ...but I didn't say which version of
    >>>> eclipse I was using - it was 3.1.2 ;-)
    >>>>
    >>>> I've just spent several hours trying to upgrade to 3.2M6 and all
    >>>> the required dependencies, but can't get it to work.
    >>>>
    >>>> BTW. The last nightly build failed:
    >>>> http://www.mdimension.com/~wolips/build.log
    >>>>
    >>>> I've switched back to eclipse 3.1.2. Is it possible to get a
    >>>> version of WOLips that works with that?
    >>>>
    >>>> /Anders
    >>>>
    >>>> Bob Schwarzmann wrote:
    >>>>> Anders,
    >>>>> Are you building from a command line or from within an IDE (your
    >>>>> path would
    >>>>> indicate eclipse)?
    >>>>> I build from the command line, on 10.4.6 with:
    >>>>> Java(TM) 2 Runtime Environment, Standard Edition (build
    >>>>> 1.4.2_09-232)
    >>>>> Apache Ant version 1.6.2 compiled on March 20 2005
    >>>>> cd into the projects directory and run: ant
    >>>>> All output goes into the temp directory.
    >>>>> I did an update just this morning after Sebastien committed a fix
    >>>>> I submitted. Everything built successfully.
    >>>>> Hope that helps,
    >>>>> -Bob.
    >>>>> --- Anders Peterson <anders_peterso..ptimatika.se> wrote:
    >>>>>> Hi All,
    >>>>>>
    >>>>>> I just tried to build from source (CVS HEAD) and it failed. I
    >>>>>> haven't done this in a very long time. Is there something I need
    >>>>>> to know?
    >>>>>>
    >>>>>> I'm using Mas OS X 10.4.6, Java 1.5.0_05 and Ant 1.6.2
    >>>>>>
    >>>>>> /Anders
    >>>>>>
    >>>>>> java:
    >>>>>> [javac] Compiling 13 source files to /Users/apete/Developer/
    >>>>>> eclipse3_ws/WOProject/temp/classes
    >>>>>> [javac]
    >>>>> /Users/apete/Developer/eclipse3_ws/WOProject/wolips/plugins/
    >>>>> org.objectstyle.wolips.launching/java/org/objectstyle/wolips/
    >>>>> launching/actions/WOJavaApplicationLaunchShortcut.java:94:
    >>>>>> cannot find symbol
    >>>>>> [javac] symbol : method reportErorr
    >>>>>> (org.eclipse.core.runtime.CoreException)
    >>>>>> [javac] location: class
    >>>>>> org.objectstyle.wolips.launching.actions.WOJavaApplicationLaunchS
    >>>>>> ho
    >>>>>> rtcut
    >>>>>> [javac] reportErorr(exception);
    >>>>>> [javac] ^
    >>>>>> [javac]
    >>>>> /Users/apete/Developer/eclipse3_ws/WOProject/wolips/plugins/
    >>>>> org.objectstyle.wolips.launching/java/org/objectstyle/wolips/
    >>>>> launching/actions/WOJavaApplicationLaunchShortcut.java:104:
    >>>>>> cannot find symbol
    >>>>>> [javac] symbol : method reportErorr
    >>>>>> (org.eclipse.core.runtime.CoreException)
    >>>>>> [javac] location: class
    >>>>>> org.objectstyle.wolips.launching.actions.WOJavaApplicationLaunchS
    >>>>>> ho
    >>>>>> rtcut
    >>>>>> [javac] reportErorr(exception);
    >>>>>> [javac] ^
    >>>>>> [javac]
    >>>>> /Users/apete/Developer/eclipse3_ws/WOProject/wolips/plugins/
    >>>>> org.objectstyle.wolips.launching/java/org/objectstyle/wolips/
    >>>>> launching/ui/AbstractWOArgumentsTab.java:334:
    >>>>>> warning: [deprecation] launched(org.eclipse.debug.core.ILaunch)
    >>>>>> in org.eclipse.debug.ui.ILaunchConfigurationTab has been
    >>>>>> deprecated
    >>>>>> [javac] public void launched(ILaunch launch) {
    >>>>>> [javac] ^
    >>>>>> [javac]
    >>>>> /Users/apete/Developer/eclipse3_ws/WOProject/wolips/plugins/
    >>>>> org.objectstyle.wolips.launching/java/org/objectstyle/wolips/
    >>>>> launching/ui/BrowserTab.java:20:
    >>>>>> warning: [deprecation] launched(org.eclipse.debug.core.ILaunch)
    >>>>>> in org.eclipse.debug.ui.ILaunchConfigurationTab has been
    >>>>>> deprecated
    >>>>>> [javac] public class BrowserTab extends
    >>>>>> AbstractWOArgumentsTab {
    >>>>>> [javac] ^
    >>>>>> [javac]
    >>>>> /Users/apete/Developer/eclipse3_ws/WOProject/wolips/plugins/
    >>>>> org.objectstyle.wolips.launching/java/org/objectstyle/wolips/
    >>>>> launching/ui/CommonWOArgumentsTab.java:101:
    >>>>>> warning: [deprecation] launched(org.eclipse.debug.core.ILaunch)
    >>>>>> in org.eclipse.debug.ui.ILaunchConfigurationTab has been
    >>>>>> deprecated
    >>>>>> [javac] public class CommonWOArgumentsTab extends
    >>>>>> AbstractWOArgumentsTab {
    >>>>>> [javac] ^
    >>>>>> [javac]
    >>>>> /Users/apete/Developer/eclipse3_ws/WOProject/wolips/plugins/
    >>>>> org.objectstyle.wolips.launching/java/org/objectstyle/wolips/
    >>>>> launching/ui/LogTab.java:87:
    >>>>>> warning: [deprecation] launched(org.eclipse.debug.core.ILaunch)
    >>>>>> in org.eclipse.debug.ui.ILaunchConfigurationTab has been
    >>>>>> deprecated
    >>>>>> [javac] public class LogTab extends AbstractWOArgumentsTab {
    >>>>>> [javac] ^
    >>>>>> [javac] 2 errors
    >>>>>> [javac] 4 warnings
    >>>>>>
    >>>>>> BUILD FAILED
    >>>>>> /Users/apete/Developer/eclipse3_ws/WOProject/build.xml:110: The
    >>>>>> following error occurred while executing this line:
    >>>>>> /Users/apete/Developer/eclipse3_ws/WOProject/wolips/build.xml:
    >>>>>> 34: The following error occurred while executing this line:
    >>>>>> /Users/apete/Developer/eclipse3_ws/WOProject/wolips/plugins/
    >>>>>> build.xml:107: The following error occurred while executing this
    >>>>>> line:
    >>>>>>
    >>>>> /Users/apete/Developer/eclipse3_ws/WOProject/wolips/plugins/
    >>>>> org.objectstyle.wolips.launching/build.xml:24:
    >>>>>> The following error occurred while executing this line:
    >>>>>>
    >>>>> /Users/apete/Developer/eclipse3_ws/WOProject/buildscripts/plugin-
    >>>>> project.xml:25:
    >>>>>> Compile failed; see the compiler error output for details.
    >>>>>>
    >>>>
    >>>>
    >>>> --
    >>>> http://ojalgo.org/
    >>>>
    >>>> Mathematics, Linear Algebra and Optimisation with Java
    >>>
    >>
    >>
    >



    This archive was generated by hypermail 2.0.0 : Mon Apr 17 2006 - 16:11:45 EDT