Re: [scp/sshexec] Is a connection thru HTTP proxy possible? (setproxy doesn't help)

2006-11-15 Thread Maciej Zywno
I've just implemented it. It works. What is a preferred way of sharing this code in case anyone would like to use it?(patch?) Maciej Zywno On 11/15/06, Maciej Zywno <[EMAIL PROTECTED]> wrote: Thanks, I can see that both sshexec and scp tasks use jsch library that do support

Re: [scp/sshexec] Is a connection thru HTTP proxy possible? (setproxy doesn't help)

2006-11-15 Thread Maciej Zywno
it is mentioned here http://www.jcraft.com/jsch/examples/ViaHTTP.java Does it seem feasible? Do you know whether there are any reasons it's not implemented in Ant yet? Thanks again, Maciej Zywno On 11/15/06, Steve Loughran <[EMAIL PROTECTED]> wrote: Maciej Zywno wrote: > As far a

Re: [scp/sshexec] Is a connection thru HTTP proxy possible? (setproxy doesn't help)

2006-11-15 Thread Maciej Zywno
rc1 with java5. by default this uses the systems proxy setting. Peter On 11/15/06, Maciej Zywno <[EMAIL PROTECTED]> wrote: > Hiya, > > I want to use scp and sshexec task to connect to servers that are behind > HTTP proxy. Is it possible? (It seems that scp/sshexec tasks

[scp/sshexec] Is a connection thru HTTP proxy possible? (setproxy doesn't help)

2006-11-15 Thread Maciej Zywno
Hiya, I want to use scp and sshexec task to connect to servers that are behind HTTP proxy. Is it possible? (It seems that scp/sshexec tasks don't use the properties that are set by task). Thanks, Maciej -- zywy

Re: why MyClass.class.getPackage returns null when ant classloader is used?

2005-03-10 Thread Maciej Zywno
Thanks, now it's quite clear to me! On Thu, 10 Mar 2005 11:16:13 +0100, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Thu, 10 Mar 2005, Maciej Zywno <[EMAIL PROTECTED]> wrote: > > > Thanks, but could you say more about it? > > This is from Ant't WHA

Re: why MyClass.class.getPackage returns null when ant classloader is used?

2005-03-10 Thread Maciej Zywno
:31:40 +0100, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Thu, 10 Mar 2005, Maciej Zywno <[EMAIL PROTECTED]> wrote: > > > I've come across strange error in my app. The error is connected > > probably with ant classloader and appears while the following piece &

why MyClass.class.getPackage returns null when ant classloader is used?

2005-03-10 Thread Maciej Zywno
Hi all, I've come across strange error in my app. The error is connected probably with ant classloader and appears while the following piece of code in my application is run from junit (triggered by ant triggered by maven): MyClass.class.getPackage returns null, although the name of the class

make ant use sun classloader?

2005-03-09 Thread Maciej Zywno
Is it possible? How? Thanks! Maciek - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[sql] [mssql] Failed to execute: use [centivaTest] GO

2005-02-24 Thread Maciej Zywno
Hi, I am executing by means of task sql from a file: use [centivaTest] GO However I get an error message: [sql] SQL: use [centivaTest] GO [sql] Failed to execute: use [centivaTest] GO The statement should be executed in separate lines. How can I make ant do it that way? Can you help? Regard

Re: perform operations on two databases simultaneously?

2005-01-27 Thread Maciej Zywno
On Thu, 27 Jan 2005 14:24:42 +0100, Maciej Zywno <[EMAIL PROTECTED]> wrote: > thanks! > > > On Thu, 27 Jan 2005 08:12:31 -0500, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > Maciej Zywno <[EMAIL PROTECTED]> writes: > > > > > Hi a

Re: perform operations on two databases simultaneously?

2005-01-27 Thread Maciej Zywno
thanks! On Thu, 27 Jan 2005 08:12:31 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Maciej Zywno <[EMAIL PROTECTED]> writes: > > > Hi all, > > > > Is it possible to perform operations on two databases simultaneously > > by means of Ant? > &g

perform operations on two databases simultaneously?

2005-01-27 Thread Maciej Zywno
Hi all, Is it possible to perform operations on two databases simultaneously by means of Ant? I would like to schedule nightly denormalization of one database and put it denormalized form into the second database. I would like to use cruisecontrol that triggers ant task at certain moments. Is it

perform operations on two databases simultaneously?

2005-01-24 Thread Maciej Zywno
Hi all, Is it possible to perform operations on two databases simultaneously by means of Ant? I would like to schedule nightly denormalization of one database and put it denormalized form into the second database. I would like to use cruisecontrol that triggers ant task at certain moments. Is it