Re: what should i do, if i want to build a WOApplication using Ant Builder.

From: Alexander Schneider (netarchitect..mx.de)
Date: Thu Mar 24 2005 - 04:14:37 EST

  • Next message: jp.malrie..ree.fr: "What is going to happen when Tiger will be released?"

    Hi Ramy,

    you have to put the jars "woproject.jar" and "cayenne-1.1RC3-dev.jar" to
    your ant/lib-directory.

    In your ant-script just put the following before your <woapplication> call
    (I
    don´t know if you have defined the property project.classpath, you have to
    insert your own classpath there):

    <taskdef name="woapplication"
    classname="org.objectstyle.woproject.ant.WOApplication">
        <classpath refid="project.classpath"/>
    </taskdef>

    Cheers
    Alex

    am Donnerstag, 24. März 2005 um 08:57 schrieben Sie:

    > Hi,
    >
    > i got a requirement to build my Web Object application using "Ant
    > Builder" and i am using Ant of 1.6.2 version.
    >
    > While building WOApplication,Iam getting the following error.
    >
    > Could not create task or type of type: woapplication.
    > Ant could not find the task or a class this task relies upon.
    >

    -- 
    "Happy ProMail" bis 24. März: http://www.gmx.net/de/go/promail
    Zum 6. Geburtstag gibt's GMX ProMail jetzt 66 Tage kostenlos!
    



    This archive was generated by hypermail 2.0.0 : Thu Mar 24 2005 - 04:14:45 EST