RE: How to check whether database exists and then proceed ?

2008-09-25 Thread Sharma, Jaikumar
My way doing it would be : - To check if an executable (under MSSQL scope) supports to check for a particular database, and return the value which can help further, since ant Support running external programs (EXE) from within Ant.. - probably any third party ant task which could

RE: How to check whether database exists and then proceed ?

2008-09-25 Thread Kothari, Shivani
Hi, Thanks for pointing it out. I want to check using ant that whether a particular database exits on MSSQL server? And if it exists I want to proceed further in the deployment script. Thanks -Original Message- From: Sharma, Jaikumar [mailto:[EMAIL PROTECTED] Sent: Friday, September 26,

RE: How to check whether database exists and then proceed ?

2008-09-25 Thread Sharma, Jaikumar
I think this information is not complete in itself to answer your query, if you become more explicit in framing your question, somebody definitely could help you. - Like which database (MS SQL, Postgres, MySQL, MS Access,... Long list...) database ? - What you want to achieve ? So other can underst

How to check whether database exists and then proceed ?

2008-09-25 Thread Kothari, Shivani
Hi, How to check whether database exists using ANT and then proceed ? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to call recursive task?

2008-09-25 Thread Kothari, Shivani
Hi, Would like to know how to call a recursive task in ant? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Optional classpath entry support for FTP task

2008-09-25 Thread Nan Null
I haven't found the solution to this, however, I pass the following to the ant command as a parameter -lib \commons-net-1.4.1.jar -lib \jakarta-oro-2.0.8.jar If you find your solution, please let me know. The problem I think is that ftp task was defined already in a parent classloader. If you d

Re: Include XML file

2008-09-25 Thread Nan Null
I think you have a communication problem. Here's how I understand your problem: you have a web application, with a webpage (written in JSP) that you can submit a .java source file. When a user submit the .java source file, you need to process the file using Ant. If that is the case, then you need

Re: Include XML file

2008-09-25 Thread Jan K
I am designing a web application For running Automated test.I record the flow of an application (say yahoo.com) using Selenium IDE and exporting the test suite to java.So now i have a file For example login.java.The application i am creating is like i will have a browse button.i will browse for f

Re: Include XML file

2008-09-25 Thread Ognjen Blagojevic
Jan K wrote: I am developing a project for Testing Automated Test.I am using selenium server for running the test.So when i upload a test(say for example ,login.java)file and click Run button,through request parameter i get the action and need to invoke Ant build.xml file because selenium make us

Re: Include XML file

2008-09-25 Thread Jan K
I am developing a project for Testing Automated Test.I am using selenium server for running the test.So when i upload a test(say for example ,login.java)file and click Run button,through request parameter i get the action and need to invoke Ant build.xml file because selenium make use of Ant to ru

Re: Include XML file

2008-09-25 Thread Ognjen Blagojevic
I need to include ant (build.xml) file in JSP.Can anyone help me to do this? What do you mean by including build.xml file in JSP? Do you need to display the escaped content of the XML file so the user can see it as part of the generated HTML? -Ognjen

Include XML file

2008-09-25 Thread Jan K
I need to include ant (build.xml) file in JSP.Can anyone help me to do this? -- View this message in context: http://www.nabble.com/Include-XML-file-tp19664082p19664082.html Sent from the Ant - Users mailing list archive at Nabble.com.