Hello
I want to buils a build.xml file in which I can write how to deploy
my war project file in WebSphere
Could you please be of help to me reply even if u don't know or u are busy
Please.
Disclaimer
This email and any files transmitted with it are confidential and intended
sol
Hello,
--- Andrew Goktepe <[EMAIL PROTECTED]> wrote:
>
> and do this before running the script so that Ant
> can find the driver class:
>
> set CLASSPATH=%CLASSPATH%;c:\path\to\classes12.jar
This is correct, but it is more appropriate to use
classpath attribute or nested classpath:
Yes, the problem is related to classes12.jar.
You need to specify the driver class name in the task, and you also
need the class to be found on your classpath. For example, in your Ant
script you might want to use
wrote:
>
>
> Hello fellow users,
> I have been stuck in a
Look at this page...
http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm
-Rob A
> -Original Message-
> From: Harshal Chavda [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 21, 2005 7:43 PM
> To: user@ant.apache.org
> Subject: problem with sql task
>
> Hello
probably
driver -> oracle.jdbc.driver.OracleDriver
url -> jdbc:oracle:thin:@myhost:1521:orcl
- Original Message -
From: "Harshal Chavda" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, September 21, 2005 10:43 PM
Subject: problem with sql task
Hello fellow users,
I am having problems