Any Build Outside of Eclipse

From: Mike Jackson (maillis..luequartz.net)
Date: Fri Dec 10 2004 - 15:26:06 EST

  • Next message: James Seigel: "Re: Any Build Outside of Eclipse"

    Hello All.
        In the process of switching from Xcode to Eclipse and have some
    questions. I would like to build using Ant from outside of Eclipse as I
    have a shell script all ready to go that builds my application,
    frameworks and libraries and then puts all that into a directory which
    is then packaged up using package maker. The first hurdle is getting
    Ant to run properly.
       When I try "ant" from the command line I get the following:

    [mjackso..eryn:~/Projects/Tinker]$ ant
    Buildfile: build.xml

    setProps:

    init.build:

    build.woapp:

    BUILD FAILED
    /Users/mjackson/Projects/Tinker/build.xml:43: taskdef class
    org.objectstyle.woproject.ant.WOApplication cannot be found

    Total time: 2 seconds

      I am using Ant 1.6.1 for the builds. I copied
    org.objectstyle.wolips.ant_1.1.0.90.jar from the WOLipse Distribution
    into the lib folder of the Ant distribution but that did not help
    either. The ant build script works fine from within Eclipse so I am not
    sure what I am missing.

    Now once I get that working, how do I tell the build script that I want
    the WOApplication installed in "/tmp/AppInstallPackage" instead of "/"?
    I am on a Dev box and my deployment machine is some where else. I
    usually create an installation package from this "temporary" directory.

    Thanks
    Mike Jackson



    This archive was generated by hypermail 2.0.0 : Fri Dec 10 2004 - 15:26:53 EST