Gregor,
If you haven't written one already, you might try the attached
build.xml. Drop it in /tmp, copy some text file over as
/tmp/YourTextFile (or edit the "includes" value in build.xml, and run
ant. The text file will be modified in place.
Peter
Arved Sandstrom wrote:
> At 11:34 AM 7/19/01 -0400, Gregor N. Purdy wrote:
>
>>>Can you run your current Ant on other build files?
>>>
>>I don't use Ant for anything else.
>>
>
> Well, just a little trial one, one single super-simple target...just to
> eliminate Ant itself as being problematic.
>
>
>>>What version of Ant are you using? Try Ant 1.3 if all else fails.
>>>
>>I just installed the 1.3-2 RPMs for Ant from jakarta.apache.org,
>>but it seems to me from build.sh that a private version of ant.jar is
>>used...
>>
>
> Hmmm, we're talking about UNIX and strange lack of evidence...permissions on
> directories?
>
> Regards,
> Arved
>
> Fairly Senior Software Type
> e-plicity (http://www.e-plicity.com)
> Wireless * B2B * J2EE * XML --- Halifax, Nova Scotia
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
>
>
--
Peter B. West [EMAIL PROTECTED] http://powerup.com.au/~pbwest
"Lord, to whom shall we go?"
<?xml version="1.0"?>
<project default="testCRLF" basedir=".">
<taskdef name="fixcrlf"
classname="org.apache.tools.ant.taskdefs.FixCRLF"/>
<target name="testCRLF">
<fixcrlf srcdir="."
includes="YourTextFile"
tab="remove"
cr="remove"
eof="remove"
/>
</target>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]