On 10/6/05, Ron Wheeler <[EMAIL PROTECTED]> wrote:
> If you manually open the jar and extract the png's are they corrupted?

yes, that is how I noticed that Eclipse/Ant should be responsible for this.

On 10/6/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Have a look at the <copy>, <move> and <jar> commands.
> Are there any nested <filterchain>s?

Aha! Ok, I checked the build.xml again. Some filters are run on
different directories and I noticed that my PNGs are there as well :-S
I have made a seperate directory for the PNG-files and named it
"images" (original). I added the following to build.xml:

<copy todir="${outdir}/httpd" filtering="true">
        <fileset dir="${httpd.src}">
                <exclude name="images/**"/>
        </fileset>
</copy>

<copy todir="${outdir}/httpd/images">
        <fileset dir="${httpd.src}/images"/>
</copy>


and now it is going fine.

Thanks to Ron, Jan and the other Ant Users.

Have a nice day,

Wim

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to