Re: ANT capabilities question

2004-09-28 Thread Alexey N. Solofnenko
I am using ANT to build also C++ and .Net components. ANT is universal. - Alexey. Peter Savage wrote: Hello, Everything I've read about Ant is Java specific. Is it only for building Java projects? Thanks, Peter - To unsubscribe, e-

ANT capabilities question

2004-09-28 Thread Peter Savage
Hello, Everything I've read about Ant is Java specific. Is it only for building Java projects? Thanks, Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

wanted to check if iam in the group or not ?

2004-09-28 Thread Shailesh Sharma
thanks, -shailesh - Do you Yahoo!? vote.yahoo.com - Register online to vote today!

Re: Naughty JAXB xjc task is forcing recompilation

2004-09-28 Thread RPearse
The xsd files are 09/28/2004 09:19 AM and the resulting java files are 09/28/2004 09:45 AM. Thus, if I rebuild, I would expect them to skip the xjc task. However, that's not the case. dont.jaxb.compile is a property the user can set to skip the jaxb compile. I have a similar property for all

Re: Propose a change to an ant file

2004-09-28 Thread Matt Benson
Read http://ant.apache.org/problems.html HTH, Matt --- [EMAIL PROTECTED] wrote: > I have some changes to xmlproperty.java that I think > would be good for the > ant project. Is there a document that describes the > process of proposing a > change to a file to an ant file? > > Mark Russell > PN

Propose a change to an ant file

2004-09-28 Thread mark . russel
I have some changes to xmlproperty.java that I think would be good for the ant project. Is there a document that describes the process of proposing a change to a file to an ant file? Mark Russell PNC 412-768-9603 - The contents of this email are the prop

AW: FTP Task

2004-09-28 Thread Jan . Materne
What´s wrong with that message? Where is the class? Should be in %userprofile%\.ant\lib\commons-net.jar ... Jan > -Ursprüngliche Nachricht- > Von: Travis Quarterman [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 28. September 2004 14:22 > An: Ant users > Betreff: FTP Task > > When I

FTP Task

2004-09-28 Thread Travis Quarterman
When I try and execute my Ant task I get the following error: C:\build>ant Buildfile: build.xml ftp: BUILD FAILED java.lang.NoClassDefFoundError: org/apache/commons/net/ftp/FTPClient - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Reading file attributes

2004-09-28 Thread Erik Hatcher
On Sep 28, 2004, at 5:04 AM, Lennart Hellström (HF/EBC) wrote: I want to copy a file to a destination file only if the destination file is not readonly (it might be checked in on the version control system) I tried using with failOnError="false" but strangely the build fails anyway when the de

FTP optional task and chmod

2004-09-28 Thread Richard Grey
I'm trying to do a chmod via the optional ftp task, but all I'm getting in the verbose output is the following under ant v1.6.2. Anybody any clues ? [ftp] Doing Site Command: chmod 755 schedulerDaemon.sh [ftp] Failed to issue Site Command: chmod 755 schedulerDaemon.sh or [ftp] Doing Site Comman

Reading file attributes

2004-09-28 Thread Lennart Hellström (HF/EBC)
I want to copy a file to a destination file only if the destination file is not readonly (it might be checked in on the version control system) I tried using with failOnError="false" but strangely the build fails anyway when the destination file is readonly. Is there some way to look at the fi

Re: lists of lists

2004-09-28 Thread Peter Reilly
Using ant-contrib's one can do this: resulting in: list: [echo] Project: alist Component: 'a' [echo] Project: alist Component: 'b' [echo] Project: alist Component: 'c' [echo] Project: blist Com