Re: Beep sound as a ant task

2006-05-30 Thread Konstantinos Karadamoglou
t when downloaded ant...there wasn't anything adding I had to do... Konstantinos Karadamoglou wrote: > Hi, can I do that from echo target? I used "^G" but it does not work. (I > guess I have to use an Alt combination). > > I don't want to use the sound target beca

Re: Beep sound as a ant task

2006-05-30 Thread Konstantinos Karadamoglou
e: print control-g or ^G to stdout ____ From: Konstantinos Karadamoglou [mailto:[EMAIL PROTECTED] Sent: Tue 5/30/2006 9:49 AM To: user@ant.apache.org Subject: Beep sound as a ant task Hello all, Do you know any task that can play the beep sound from the syste

Beep sound as a ant task

2006-05-30 Thread Konstantinos Karadamoglou
Hello all, Do you know any task that can play the beep sound from the system's speaker? Thank you in advance, Kostas

OutOfMemoryError problem

2006-04-03 Thread Konstantinos Karadamoglou
Hello all, I created an ant build file which contains only one target. This is an aggregation of other targets located to other ant build files. The reason of creating the the build file is because I cannot modify the other build files. The target is simple like that: < some properties/>

Using javac1.1 flag with the javac task

2006-03-20 Thread Konstantinos Karadamoglou
Hello all, I would like to compile java classes under java 1.1 but I cannot do it because when I ser the compiler attribute to classic I always get the follwoing message: This version of java does not support the classic compiler; upgrading to modern I use the ant version which is bundled with n

Re: How to avoid redundat path and fileset declerations

2006-03-15 Thread Konstantinos Karadamoglou
also a task or something like that. Havent used > it > > > Jan > > > >-Ursprüngliche Nachricht- > >Von: Konstantinos Karadamoglou [mailto:[EMAIL PROTECTED] > >Gesendet: Mittwoch, 15. März 2006 17:51 > >An: Ant Users List > >Betreff:

Re: How to avoid redundat path and fileset declerations

2006-03-15 Thread Konstantinos Karadamoglou
Thanks Matt for your help, Is it possible to share the way that you avoid that kind of redundancy? What's your approach when you compose build.xml files On 15/03/06, Matt Benson <[EMAIL PROTECTED]> wrote: > --- Konstantinos Karadamoglou <[EMAIL PROTECTED]> > wrote: >

How to avoid redundat path and fileset declerations

2006-03-15 Thread Konstantinos Karadamoglou
Hello all, I am new to this mailing list. I have a question about avoiding redundancy when declaring paths and filesets. A lot of times I declare a and then I reference it from other targets. That's OK, but what about targets like . How can I reuse the defined ? As far as I know I cannot set a