Problem in building binary

2005-10-05 Thread Vinod Chitrali
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 ...

Re: Java Source Cross-Reference

2005-10-05 Thread Alan Gutierrez
* 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

Re: DirectoryScanner exclude subdirectories ?

2005-10-05 Thread Dominique Devienne
>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

Re: Ant complains about non-existing dir that DOES exist

2005-10-05 Thread Dominique Devienne
> 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

Re: AW: corrupt .png-files

2005-10-05 Thread Ron Wheeler
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

AW: corrupt .png-files

2005-10-05 Thread Jan.Materne
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

corrupt .png-files

2005-10-05 Thread Wim Deprez
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