Dear .
I Vinod working in Mphasis Technologies . I am working on Ant . I am
not able to build the binary on the Ant so please help . It is urgent
.
Problem is
for unix Environment
build.sh -Ddist.dir= dist
Loking forward ...
* Brett Porter <[EMAIL PROTECTED]> [2005-10-03 20:18]:
> On 10/4/05, Dominique Devienne <[EMAIL PROTECTED]> wrote:
> > There's also http://www.vaegar.f9.co.uk/
> >
> > Extract: Java2HTML is a simple-to-use tool which converts a bunch of
> > Java Source Code into a colourized and browsable HTML repr
>String[] excludes = {"**\\**"};
Never use back-slashes. It's not portable.
To include only files and not dirs, you can use a selector. The
only problem is that it probably twarts the smarts added by Antoine in
directory scanner to not scan the directories themselves. You end up
with the
> with a property file /home/nokeos/testing/cruise/code/build.properties:
> ...
> plugin.component.browser.dir=${plugin.dir}/com.fpc.nokeos.component.browser
> plugin.dir=${basedir}/plugins
> ...
Make sure you don't have whitespace at the end of the line for the
plugin.component.browser.dir proper
Just a wild thought. Have you told Eclipse that pngs are binary?
Is it possible that the pngs are already corrupt before the Ant task runs?
Can you test the ant task outside Eclipse (command mode) using the
Eclipse workspace?
Sorry for all the questions and no answers
Ron
[EMAIL PROTECTED] wr
Maybe you use filters on that binary files.
Jan
>-Ursprüngliche Nachricht-
>Von: Wim Deprez [mailto:[EMAIL PROTECTED]
>Gesendet: Mittwoch, 5. Oktober 2005 11:51
>An: user@ant.apache.org
>Betreff: corrupt .png-files
>
>Dear List,
>
>
>when I add .png's to a project of Eclipse (I need the
Dear List,
when I add .png's to a project of Eclipse (I need them as part from
the front end website for our application) and build the project with
Ant, then the resulting png's are corrupt. Is this a known bug or is
there a solution available?
Thank you,
Wim