Re: Build from source

From: Anders Peterson (anders_peterso..ptimatika.se)
Date: Fri Apr 14 2006 - 11:50:56 EDT

  • Next message: Sébastien Sahuc: "Re: Build from source"

    So... at

    http://www.mdimension.com/~wolips/

    there are currently two versions available:

    1) Version 2.0.0.86 works with eclipse 3.1.2 (latest release) but
    requires old and modified dependencies.

    2) Version 2.0.0.115 works with eclipse 3.2M6 (and perhaps 3.2RC1) and
    current/unmodified dependencies.

    Need I say that what should be available is a version that works with
    current, unmodified and released versions of eclipse and the dependencies.

    Seems like I just have to give 3.2 another try soon. Currently I
    reverted back to eclipse 3.1.2 and WOLips 1.1.0.109.

    Nothing at "mdimension" has changed since 06-Apr-2006. Does that mean
    that building from CVS HEAD hasn't worked for more than a week?

    /Anders

    Marc Respass wrote:
    > You want WOLips 2.0.0.86. It's there (http://www.mdimension.com/~wolips/).
    >
    > I'm running Eclipse 3.2M6 with WOlips 2.0.0.115 which is also available
    >
    > Marc
    >
    > 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.WOJavaApplicationLaunchShortcut
    >>>>
    >>>> [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.WOJavaApplicationLaunchShortcut
    >>>>
    >>>> [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
    >
    >

    -- 
    http://ojalgo.org/
    

    Mathematics, Linear Algebra and Optimisation with Java



    This archive was generated by hypermail 2.0.0 : Fri Apr 14 2006 - 11:50:58 EDT