I have the default build.xml

it works file if i do the standard build, but how to get the split install build?

Amedeo

On 21/mag/09, at 14:36, David Avendasora wrote:

Is this a customized build.xml file?

The normal WO Application build.xml file contains the following at the top:

        <!-- basic initializations  -->
        <target name="init.install" depends="init.properties">
                <tstamp />
                <property name="dest.dir" value="${wo.apps.root}" />
        </target>

        <target name="init.build" depends="init.properties">
                <tstamp />
                <property name="dest.dir" value="dist" />
        </target>
        

That should define the ${dest.dir} variable for you.

Dave

On May 21, 2009, at 7:38 AM, Amedeo Mantica wrote:

just a question


if I try to do package build i get this error

BUILD FAILED
/Users/Shared/amedeomantica/Eclipse/ConfindustriaNet/build.xml:59: / Users/Shared/amedeomantica/Eclipse/ConfindustriaNet/${dest.dir} not found.

Now surely I'm missing a parameter, but I don't know where to set it...

Thanks
Amedeo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.com

This email sent to [email protected]


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to