RE: Intermittent problem with input task

2005-12-22 Thread Burgess, Benjamin
lipse (Window -> Preferences -> Ant -> Runtime -> Ant Home button). Ben -Original Message- From: Rhino [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 21, 2005 11:55 PM To: Ant Users List Subject: Re: Intermittent problem with input task Just curious: why did you adopt this

RE: Intermittent problem with input task

2005-12-21 Thread CLAVIER Remi RD-CORE-LAN
Another Question about the same topic. When i send the command connect aaa/port_9 -and aaa/port_8 >From a tcl console, the returned objects for aaa/port_9 and aaa/port_0 are >Port classed. It's a idea to return the object with the subclass (BPDUPort) and so to access to the subclassed connectTo

Re: Intermittent problem with input task

2005-12-21 Thread Rhino
7 PM To: Ant Users List Subject: Re: Intermittent problem with input task I am using Ant 1.6.5, both within Eclipse 3.1.1 and from the command line. However, they are two separate installations of Ant, i.e. Eclipse is not referencing the same copy of Ant 1.6.5 as the command line. My OS is Window

RE: Intermittent problem with input task

2005-12-21 Thread Burgess, Benjamin
Message - From: "Ivan Ivanov" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Wednesday, December 21, 2005 2:54 PM Subject: Re: Intermittent problem with input task > Hello Rhino, > > --- Rhino <[EMAIL PROTECTED]> wrote: >> >> I got the

Re: Intermittent problem with input task

2005-12-21 Thread Ivan Ivanov
"Ivan Ivanov" <[EMAIL PROTECTED]> > To: "Ant Users List" > Sent: Wednesday, December 21, 2005 2:54 PM > Subject: Re: Intermittent problem with input task > > > > Hello Rhino, > > > > --- Rhino <[EMAIL PROTECTED]> wrote: > >

Re: Intermittent problem with input task

2005-12-21 Thread Rhino
: "Ivan Ivanov" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Wednesday, December 21, 2005 2:54 PM Subject: Re: Intermittent problem with input task Hello Rhino, --- Rhino <[EMAIL PROTECTED]> wrote: I got the build to work but it definitely acted wonky on the g

Re: Intermittent problem with input task

2005-12-21 Thread Ivan Ivanov
Hello Rhino, --- Rhino <[EMAIL PROTECTED]> wrote: > > I got the build to work but it definitely acted > wonky on the getserver > target: > - Ant displayed the message asking me to choose a > server > - I typed 2 and pressed Enter > - the build just sat there until I pressed Enter > - Ant display

Re: Intermittent problem with input task

2005-12-21 Thread Rhino
cuted a build with an input task from the command line before. Rhino - Original Message - From: "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Wednesday, December 21, 2005 1:58 PM Subject: RE: Intermittent problem with input tas

Re: Intermittent problem with input task

2005-12-21 Thread Ivan Ivanov
Hello Rhino, If the property server.choice is set, the input task will be skipped. Well, it might be not your case - just be sure that you do not set server.choice in advance. Also can you run your script from the command line - if it works correctly than the problem is in Eclipse. There is some

RE: Intermittent problem with input task

2005-12-21 Thread Anderson, Rob (Global Trade)
Does it work consistenly from the command line, outside of eclipse? If so, it is likely a problem with the input handler that eclipse uses, or eclipse itself, not ant. -Rob Anderson > -Original Message- > From: Rhino [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 21, 2005 10:00 AM