Re: AutoSave files to woa directory in WOLips
Re: AutoSave files to woa directory in WOLips
- Subject: Re: AutoSave files to woa directory in WOLips
- From: Ulrich Köster <email@hidden>
- Date: Fri, 26 Mar 2004 16:35:48 +0100
Hi Sako,
to add files that should be handled as resources, you have modify the
build.xml.
Add a include to the resources of the woframework or woapplication task
To include the file email.txt:
.
<resources dir=".">
.
<include name="email.txt"/>
.
</resources>
.
To include all text files:
.
<resources dir=".">
.
<include name="**/*.txt"/>
.
</resources>
.
Ulrich
Am 26.03.2004 um 14:49 schrieb WebObjects EMail:
hi,
as all now in WO Application directory there is such files like
properties or
the EOM files.
after every build these files will be saved in the "*.woa" directory.
if i want to add a file in ProjectBuilder for ex. email.txt i can add
this
file to directory "resources" so it will be saved to "*.woa/resources".
But i use WOLips.
how to do that with it?
regards!
Sako.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.