Re: ANT and SQLPlus

2008-04-23 Thread David Brown
Hello, if u don't get a better answer from one of the ant gurus u might want to try: expect. it appears from the script file extension (.bat) u r using windows so get expect for windows. HTH. Mike Stewart wrote .. > I am trying to execute a SQLPlus script from ANT and have been unable to > get t

Re: Problem with setting JAVA_HOME for Ant

2008-04-08 Thread David Brown
Hello, I have found the best thing to do with Windows is define JAVA_HOME in: My Computer/System Properties dialog. Click the Advance Tab Pane and click the button: Environment Variables. Don't do this as Administrator but just as the user you are when you are running Ant at the command-line. HT

Re: NetBeans target "run" to .bat file

2008-03-28 Thread David Brown
questions. HTH. Andrew n marshall wrote .. > > David Brown wrote: > > Hello Andrew, fixing the build.xml would be the better solution in the > > long-run. > Well, it is an automatically generated and maintained Ant build file > created by NetBeans. > The Ant build seems to w

Re: NetBeans target "run" to .bat file

2008-03-28 Thread David Brown
Hello Andrew, fixing the build.xml would be the better solution in the long-run. What interesting output does ant -debug display? And, what is the default target (ant -p)? Andrew n marshall wrote .. > This may be more of a general Java question than a specific Ant > question, but here it goes..

Ant property ant.java.version how does Ant detect this property?

2008-03-16 Thread David Brown
Hello Steve and all the Ant gurus and users. I know the Ant built-in property: ant.java.version is an property detected by Ant. Does Ant detect this property from some ubiquitous environment variable such as: JAVA_HOME? I have several JDKs installed: 1.4.x, 1.5.x, 1.6.x etc. What is needed to ge

Re: what this mean : xml document structures must start and end within the same entity

2008-03-16 Thread David Brown
Hello, running Ant means ant parses and executes a so-called build.xml. XML documents in general must be what is termed as: well-formed. This means that all XML documents have a singleton parent entity element. This means that if a generic XML document had a parent entity element structured as:

Re: Check process on remote host - Can Ant do that ?

2008-02-18 Thread David Brown
. Steve Loughran wrote .. > David Brown wrote: > > Hello Steve, I am subscribed to various MLs such as Ant and Tomcat because I > seem to find something that grabs my interest almost daily. And, the smartfrog > link below is no exception. I went directly to smartfrog and I have

Re: Check process on remote host - Can Ant do that ?

2008-02-14 Thread David Brown
Hello Steve, I am subscribed to various MLs such as Ant and Tomcat because I seem to find something that grabs my interest almost daily. And, the smartfrog link below is no exception. I went directly to smartfrog and I have been reading avidly for several hours. And, I agree with the rhetoric so

Re: Using -buildfile without setting the basedir?

2008-02-03 Thread David Brown
Take a look at the following link. This link has examples. HTH. http://ant.apache.org/manual/CoreTasks/ant.html Francisco Tolmasky wrote .. > I'm trying to use a build file that is located in a different > directory by doing the following: > > ant -f a/b/thebuild.xml > > However, this has th

Re: Ant and Subversion

2008-02-01 Thread David Brown
Hello, the blog link works but the antbook.org does not go anywhere. I don't get anything from whois or dns. Please advise, David. Steve Loughran wrote .. > Antti Luoma wrote: > > Hello, > > > > I suggest you to take a look at CruiseControl. This can be easily done with > > it. > > > > We do s

Re: Job Spam

2008-01-31 Thread David Brown
Hello Alec, the SAS online Careers at SAS is maddening. This is a far as I can get with no visible explanation as how to resolve what the electronic application wants in terms of info from me. The second time around yielded no better results: Maybe this is their way of excluding the out-of-st

Re: Job Spam

2008-01-31 Thread David Brown
Hello Alec, I am using you as the referral required by the SAS careers page. Please advise, David. Alec Fernandez wrote .. > Hey folks, > > I'm hoping this doesn't violate protocol and I'm a bit queasy about it > (apologies > in advance) but I'm desperate so here goes: > > I'm a employee/devel

Re: Easier Way To Check and Install jars

2008-01-08 Thread David Brown
I have a suspicion you can do this without the Antcall. If I get a chance I will look at some builds I have. My current gig does not allow internet access at work. I'll take a look back in 12 hours. Francisco Tolmasky wrote .. > I wrote up a "short" install target in my ant file to make sure I h

Re: Ant and Ping

2008-01-08 Thread David Brown
Maybe try beanshell or JMeter with JMeter Ant task with beanshell. And, you won't need cygwin. Z W wrote .. > Hi Gurus > > Is there a jar file out there that provides ping task to verify if a host > connection is working ? > > Another approach I have is to use cgwin with ant > > > failonerro