Re: Ant task for remote ant execution

2005-06-30 Thread Steve Simon Joseph Fernandez
Yeah, that looks good. But this brings me to my next question - is that worth the effort? I mean, I didn't see any serialization needs here, and the simple uname/pwd auth can be added with a few lines Steve. On 6/30/05, Shatzer, Larry <[EMAIL PROTECTED]> wrote: > See > http://sourceforge.net/

RE: Manifestations

2005-06-30 Thread Dominique Devienne
> 2) Main-Class: is used for the jar-version of running java. > (like: java myjar.jar) > (Afaik only available on windows) FYI: It's the direct execution of a Jar file that Windows can support. I prefer to link the .jar extension to WinZip myself. All platforms support java -jar jarfile.jar, whic

RE: Manifestations

2005-06-30 Thread Rainer Noack
Hi Kai, this is not really the correct list for this question. however, the answer is pretty simple. Both manifest entries are often used. 1) Class-path: lists "required" jars (typically if one application consists of many jars). Many classloaders evaluate this entry. See sun's description of the e

Re: Ant 1.6.5 doesn't work on Fedora core 4

2005-06-30 Thread Rex
Thanks Phuoc. I did look at the thread what Ivan pointed before posting my comment. There was no old ANT version that was working on this machine as it's a brand new machine. But Phuoc's method did work. I just un-tarred 1.6.5 over 1.6.2 & it works great :-) Sorry about the 'strong' statement.

Re: Ant + JUnit: Missing Test Output

2005-06-30 Thread Donald McLean
Bing! I can't even guesss how I missed that. Thank you, Donald Ivan Ivanov wrote: Hello Donald, A quick look at you code shows that you are not using printsummary and showoutput attributes and Ant task. You can find them described at[1] HTH Ivan [1]http://ant.apache.org/manual/OptionalTask

Re: Ant + JUnit: Missing Test Output

2005-06-30 Thread Ivan Ivanov
Hello Donald, A quick look at you code shows that you are not using printsummary and showoutput attributes and Ant task. You can find them described at[1] HTH Ivan [1]http://ant.apache.org/manual/OptionalTasks/junit.html --- Donald McLean <[EMAIL PROTECTED]> wrote: > I'm trying to set up a con

Ant + JUnit: Missing Test Output

2005-06-30 Thread Donald McLean
I'm trying to set up a configuration that runs our JUnit regession test suite from Ant. It runs, but I can't figure out what is happening to everything that is supposed to go to System.out. Undoubtedly, I'm doing something stupid, so feel free to make fun of me if you wish, but only if you hav

RE: Ant task for remote ant execution

2005-06-30 Thread Shatzer, Larry
See http://sourceforge.net/mailarchive/forum.php?thread_id=7433601&forum_id=2912 -- Larry > -Original Message- > From: Steve Simon Joseph Fernandez [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 30, 2005 8:05 AM > To: Ant Users List > Subject: Re: Ant task for remote ant execution > >

Re: Ant task for remote ant execution

2005-06-30 Thread Steve Simon Joseph Fernandez
AntServer & RemoteAnt is what I was looking for. But tell me, why isn't there any auth? IMHO, this is going to leave a port wide open. Steve. On 6/30/05, Kristian Perkins <[EMAIL PROTECTED]> wrote: > check out both of: > 1. ant-contribs AntServer / RemoteAnt tasks: > http://ant-contrib.source

Re: Ant task for remote ant execution

2005-06-30 Thread Kristian Perkins
check out both of: 1. ant-contribs AntServer / RemoteAnt tasks: http://ant-contrib.sourceforge.net/tasks/tasks/server_tasks.html 2. anthill: http://www.urbancode.com/projects/anthill/default.jsp you should be able to tailor your builds to one of these solutions Steve Simon Joseph Fernandez wrot

RE: Ant task for remote ant execution

2005-06-30 Thread Shatzer, Larry
Have you looked at ant-contrib, http://ant-contrib.sourceforge.net/tasks/tasks/server_tasks.html ? -- Larry > -Original Message- > From: Steve Simon Joseph Fernandez [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 30, 2005 12:57 AM > To: Ant User List > Subject: Ant task for remote ant

Ant task for remote ant execution

2005-06-30 Thread Steve Simon Joseph Fernandez
Hi, I was wondering if Ant has a task that can be used to invoke Ant on a remote machine, and pass it a build file to execute? Unlike rexec, which is generic in nature, I'd like to see an Ant specific listener that would be running on the remote machine, to which an Ant buildfile could be passed t

RE: How can i update DTD file?

2005-06-30 Thread Nir Geier
TY, I will look into it. looks good from first look -Original Message- From: Brian Agnew [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 29, 2005 9:58 PM To: Ant Users List Subject: Re: How can i update DTD file? I had a look for a DTD-specific API (which you'd really need). I found th