Re: Deploying {more info}

From: Greg Hulands (ghuland..ramedphotographics.com)
Date: Mon Oct 11 2004 - 23:08:09 EDT

  • Next message: Jean Pierre Malrieu: "Including frameworks in projects. How?"

    I have been able to get eclipse to build the application, but when it
    comes time to launch it I am getting the following exception:

    Exception in thread "main" java.lang.NoClassDefFoundError:
    au/com/shoebox/woapplication/Application

    Is this because the Application is in a package? I tried and put it in
    the default package, but then all the components in other packages
    wasn't able to reference the Application class. How does a package
    reference a class in the default package?

    Do people still use WOStart to launch there applications or is
    WOBootstrap the accept choice?

    Regards,
    Greg

    On 12/10/2004, at 8:51 AM, Greg Hulands wrote:

    > Hi,
    > I am trying to deploy my app, but I am having difficulty getting it to
    > work. I cannot find any setting in Eclipse that will call the install
    > target of the build file, so I tried to do ant install from the
    > command line but it gives me this error.
    >
    > Seventeen:~/Desktop/eclipse/workspace/ShoeBox ghulands$ ant install
    > Buildfile: build.xml
    >
    > setProps:
    >
    > init.install:
    >
    > build.woapp:
    >
    > BUILD FAILED
    > /Users/ghulands/Desktop/eclipse/workspace/ShoeBox/build.xml:62:
    > taskdef class org.objectstyle.woproject.ant.WOApplication cannot be
    > found
    >
    > Total time: 1 second
    > Seventeen:~/Desktop/eclipse/workspace/ShoeBox ghulands$
    >
    >
    > I'm not sure I completely understand how the build process works with
    > wo project. Is there a bit of documentation on how it works?
    >
    > Regards,
    > Greg
    >
    >



    This archive was generated by hypermail 2.0.0 : Mon Oct 11 2004 - 23:08:29 EDT