SCP Auth Faild

2006-07-14 Thread Arminio Andrei
Hi all, I try to copy a bunch of files from my local machine (Fedora Core 5) to the jboss server that running on a SuSe Enterprise 9. I write this ant task: I'm geting this error: BUILD FAILED /usr/local/cruisecontrol/projects/CNAS-SIUI/build/tst.xml:60: com.jcraft.jsch.JSchException: Aut

RE: Running 2 ant commands in a windows .bat file, only first one executes

2006-07-14 Thread Anderson, Rob (Global Trade)
Perfect. Thanks, -Rob A > -Original Message- > From: glenn opdycke-hansen [mailto:[EMAIL PROTECTED] > Sent: Friday, July 14, 2006 3:33 PM > To: Ant Users List > Subject: Re: Running 2 ant commands in a windows .bat file, > only first one executes > > try calling ant (finally, a questio

Re: Running 2 ant commands in a windows .bat file, only first one executes

2006-07-14 Thread glenn opdycke-hansen
try calling ant (finally, a question i can answer!) see below On 7/14/06, Anderson, Rob (Global Trade) <[EMAIL PROTECTED]> wrote: I have a simple windows batch file that is supposed to run 2 ant commands like so... call ant -logger org.apache.tools.ant.listener.MailLogger -f h:\temp\ant_batch\

Running 2 ant commands in a windows .bat file, only first one executes

2006-07-14 Thread Anderson, Rob (Global Trade)
I have a simple windows batch file that is supposed to run 2 ant commands like so... ant -logger org.apache.tools.ant.listener.MailLogger -f h:\temp\ant_batch\build.xml test1 ant -logger org.apache.tools.ant.listener.MailLogger -f h:\temp\ant_batch\build.xml test2 When I run the script only the

common jar

2006-07-14 Thread Bala Paranj
I have a package consisting of model classes that is shared between the client and server projects. I want to create a common.jar file that is shared by both the client and server ant scripts. How can I compile the com.xyz.model package only and exclude the compilation of other packages? I wan

Want to

2006-07-14 Thread robert
So if I'm building a war or a jar and want to include either or file.xml.prod as file.xml or file.xml.dev as file.xml how can I do that? Can a mapper help where by it translates the .prod to "" ie. chops it off when appropriate. I'm guessing that I cannot use mappers in a war or a jar but only a

Re: Passing References from Master Build File to Child

2006-07-14 Thread Joe Moore
I found the answer. Apparently, when you pass a reference to a child Ant build file, you have to access it within a target. It won't work outside of a target. My assumption was everything outside of a target was processed first (aka globals) and then the targets. Is this the way it was designed

Re: OutOfMemoryError while running Ant from Java call.

2006-07-14 Thread Steve Loughran
Noel Sebastien (BIL) wrote: Thanks... We are running on a WEbApp under WebSphere 5.1. I already set memory to 512 Mo and printed the free memory before the Ant call. 300 Mo free is displayed !! I hoped it was enough !!! We call an Ant file containing some tasks (easy OR heavy ones) .. Sometimes

RE: CVS Login

2006-07-14 Thread Rebhan, Gilbert
Sorry, i got you wrong. But maybe your problem is = you didn't login via commandline before trying to run your script ?! the .cvspass file is only created after you logged in once successfully. Regards, Gilbert -Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sen

RE: CVS Login

2006-07-14 Thread Rebhan, Gilbert
Hi, use ${user.name} instead of ${username} Regards, Gilbert -Original Message- From: Hanmay Udgiri [mailto:[EMAIL PROTECTED] Sent: Friday, July 14, 2006 1:13 PM To: Ant Users List Subject: Re: CVS Login hi i tried but it is not working getting following error. Using

Re: CVS Login

2006-07-14 Thread Hanmay Udgiri
hi i tried but it is not working getting following error. Using cvs passfile: /axphome/nthoga/.cvspass [cvs] no such user ${username} in CVSROOT/passwd On 7/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: just an idea Jan >-Ursprüngliche Nachricht- >

AW: CVS Login

2006-07-14 Thread Jan.Materne
just an idea Jan >-Ursprüngliche Nachricht- >Von: Hanmay Udgiri [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 14. Juli 2006 09:46 >An: user@ant.apache.org >Betreff: CVS Login > >Hi >We have requirement like this.We have a build file where it >checks out from CVS.but the probl

Re: OutOfMemoryError while running Ant from Java call.

2006-07-14 Thread Petar Tahchiev
On 14/07/06, Noel Sebastien (BIL) <[EMAIL PROTECTED]> wrote: Thanks... We are running on a WEbApp under WebSphere 5.1. I already set memory to 512 Mo and printed the free memory before the Ant call. 300 Mo free is displayed !! I hoped it was enough !!! We call an Ant file containing some tasks (

AW: Please add Build Number task

2006-07-14 Thread Jan.Materne
also done >Please add Build Number to the list of external tools and tasks. >Compatibility: >Tested with Ant 1.5.4 and 1.6.5 > >License: >Commercial Especially for a commercial library - it would be good to keep an eye on Ant 1.7 (not t

AW: Please remove Speech4j, SQLC and Transformica from External tools and tasks

2006-07-14 Thread Jan.Materne
done Jan >-Ursprüngliche Nachricht- >Von: Pavel Vlasov [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 14. Juli 2006 09:05 >An: user@ant.apache.org >Betreff: Please remove Speech4j, SQLC and Transformica from >External tools and tasks > >Hello, > >Please remove Speech4j, SQLC and Transfo

RE: OutOfMemoryError while running Ant from Java call.

2006-07-14 Thread Noel Sebastien (BIL)
Thanks... We are running on a WEbApp under WebSphere 5.1. I already set memory to 512 Mo and printed the free memory before the Ant call. 300 Mo free is displayed !! I hoped it was enough !!! We call an Ant file containing some tasks (easy OR heavy ones) .. Sometimes it crashes on an easy FTP task

CVS Login

2006-07-14 Thread Hanmay Udgiri
Hi We have requirement like this.We have a build file where it checks out from CVS.but the problem is we have defined the cvsroot in a property file. So this work only for people we login with the same user id and password. I want to create the cvsroot at runtime asking the user the user id for th

Re: OutOfMemoryError while running Ant from Java call.

2006-07-14 Thread Petar Tahchiev
On 13/07/06, Noel Sebastien (BIL) <[EMAIL PROTECTED]> wrote: Does anyone encounter any same kind of my problem ? We are running an JVM application that call Ant within Java ? Am I calling Ant in a wrong way ? Does anyone has a good reference for an accurate Java call to Ant. It is Ant 1.6.2. Exce

Please remove Speech4j, SQLC and Transformica from External tools and tasks

2006-07-14 Thread Pavel Vlasov
Hello, Please remove Speech4j, SQLC and Transformica from External tools and tasks. I'm migrating and reorganizing my website and the links for these tasks are dead. Please remove those tasks and I'll send another e-mail to re-add them when reorganization is done. --- Thank you, Pavel. -