Dependencies on on other java classes and/or c++ libraries and/or source files

2008-01-03 Thread Lenkei Andrei (KSDF 55)
ndencies on non .java files in ant. Q: How do I best express these kind of dependcies in Ant? Best regards, Andrei Lenkei - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Mail Attachement Problem

2006-07-21 Thread Arminio Andrei
and activation.jar to $ANT_HOME/lib, these 2 jars when present make the mail task use an implementation of Sun to send the email which might work better. Let us know how it goes. Regards, Antoine Original-Nachricht Datum: Fri, 21 Jul 2006 09:30:44 -0700 (PDT) Von: Armin

Mail Attachement Problem

2006-07-21 Thread Arminio Andrei
Hi all, I try to send a mail with task that will have an .jar attachement. My code is something like this: - The problem is: the .jar file is included in message body. How can I have a real attachement not a big message body

RE: SCP Auth Faild

2006-07-19 Thread Arminio Andrei
nge. Anyway, if it works now, that is all that matters. -Rob A > -Original Message- > From: Arminio Andrei [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 19, 2006 11:33 AM > To: Ant Users List > Subject: RE: SCP Auth Faild > > No, there isn't other messages be

RE: SCP Auth Faild

2006-07-19 Thread Arminio Andrei
This may help identify the problem or show how far the task gets before failure. -Rob A > -Original Message- > From: Arminio Andrei [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 18, 2006 8:04 AM > To: Ant Users List > Subject: RE: SCP Auth Faild > > Why? > I'

Re: RE: SCP Auth Faild

2006-07-18 Thread Arminio Andrei
, 0777) can cause automated login to fail. > > ->rich > > > -Original Message- > > From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] > > Sent: Monday, July 17, 2006 4:31 PM > > To: Ant Users List > > Subject: RE: SCP Auth Faild >

RE: SCP Auth Faild

2006-07-18 Thread Arminio Andrei
Why? I'm using a bash script with scp output droped and print progress messages "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> wrote: Can you send the entire output of the build please. -Rob A > -Original Message- > From: Arminio Andrei [mailto:[EMAIL

RE: SCP Auth Faild

2006-07-18 Thread Arminio Andrei
send the entire output of the build please. > > -Rob A > > > -Original Message- > > From: Arminio Andrei [mailto:[EMAIL PROTECTED] > > Sent: Monday, July 17, 2006 12:39 PM > > To: Ant Users List > > Subject: RE: SCP Auth Faild > > > >

RE: SCP Auth Faild

2006-07-17 Thread Arminio Andrei
t task, but this tomorrow -Rob A > -Original Message- > From: Arminio Andrei [mailto:[EMAIL PROTECTED] > Sent: Friday, July 14, 2006 11:37 PM > To: user@ant.apache.org > Subject: SCP Auth Faild > > Hi all, > > I try to copy a bunch of files from my lo

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

SVN task

2005-11-30 Thread Andrei
I know that there exists a CVS task that handles packages/modules retrieved from a CVS repository. There exists any task to handle SVN updates? Thanks, Andrei - To unsubscribe, e-mail: [EMAIL PROTECTED

Writing files

2005-11-28 Thread Andrei
Does any body know how to create a property file and write some properties in it from ant? Do you know any ant task which can do that? Thanks, Andrei - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

dir check

2005-11-25 Thread Andrei
Does any body know an ant task which verifies if a directory exists? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: start jboss task failing after a compile task

2005-11-25 Thread Andrei
I solved the problem by upgrading to ant 1.6.5 . - Original Message - From: "Andrei" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Thursday, November 24, 2005 10:48 AM Subject: start jboss task failing after a compile task I have a problem start

start jboss task failing after a compile task

2005-11-24 Thread Andrei
I have a problem starting jboss when running the following target sequence "clean compile aa". From my test i observed that jboss start task fails if there exists a compile target in the build sequence. If i cancel the build ( CTRL + C ) in the moment when the message "Terminate batch job

ant task fails

2005-11-23 Thread Andrei
I have the following ant target: if the test-xejb task fails the echo message and mail target are never runned. How can i make to always run all task following a failing task? Kind regards, Andrei

JUnit task not working

2005-11-10 Thread Andrei
When i run the ant junit task i get the following error : C:\myproject\mytest>ant mytests Buildfile: build.xml mytests: BUILD FAILED C:\myproject\mytest\build.xml:207: Could not create task or type of type: junit. Ant could not find the task or a class this task relies upon. This is common a

Re: Macrodef Problem Urgent

2005-11-09 Thread Andrei
i'm using ant 1.6.0 From: "Steve Loughran" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Wednesday, November 09, 2005 2:57 PM Subject: Re: Macrodef Problem Urgent Andrei wrote: Hi guys. I have a problem with macrodef usage. I decl

Macrodef Problem Urgent

2005-11-09 Thread Andrei
Hi guys. I have a problem with macrodef usage. I declared a macrodef to start jBoss and here is the target who uses this macro:

exec task problem

2005-11-03 Thread Andrei
I have an ant task that starts and stops jboss: checkeveryunit="second"> http://localhost:9080/app"/> the problem is that the ant task never finish execution, although the jboss is stopped. I think

Re: Jboss start and stop scripts

2005-11-01 Thread Andrei
: Re: Jboss start and stop scripts Andrei wrote: Does any body knows how to start and stop jboss using ant? For simple app server start/stop look at cargo; see cargo.codehaus.org -steve - To unsubscribe, e-mail: [EMAIL PROTECTE

Re: Jboss start and stop scripts

2005-11-01 Thread Andrei
ovember 01, 2005 3:39 PM Subject: RE: Jboss start and stop scripts This works for me - on Windoze anyway, I'm sure you can do something similar on other platforms. HTH Keith -Original Message- From: Andrei [mailto:[EMAIL PROTEC

Re: Jboss start and stop scripts

2005-11-01 Thread Andrei
Starting is simple width exec, but how do i stop it from ant? - Original Message - From: "Petar Tahchiev" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Tuesday, November 01, 2005 2:33 PM Subject: Re: Jboss start and stop scripts On 01/11/05, Andrei

Jboss start and stop scripts

2005-11-01 Thread Andrei
Does any body knows how to start and stop jboss using ant?

Ant Task - same problem

2003-08-19 Thread Dipl. Ing. Andrei Ingeaua
.jar file.                                                                 Andrei   - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]