<[EMAIL PROTECTED]>
> To: "Ant Users List"
> Sent: Wednesday, December 21, 2005 12:26 AM
> Subject: Re: problem with running ant in eclipse
>
>
> Hi Rhino,
> That was not a problem of Eclipse and Ant.It was my fault. As I was using
> Ant first time I totally f
lied in some way.
Rhino
- Original Message -
From: "vishakha sawant" <[EMAIL PROTECTED]>
To: "Ant Users List"
Sent: Wednesday, December 21, 2005 12:26 AM
Subject: Re: problem with running ant in eclipse
Hi Rhino,
That was not a problem of Eclipse and Ant.It wa
clicking on the 'Add External Jars' button in the Classpath tab
> > of
> > the Ant Runtime preferences. Use the directory navigator to point to
> > e.jar,
> > wherever you put it. Click on OK to close the Preferences window; then
> > try
> > the Ant task
t; the Ant Runtime preferences. Use the directory navigator to point to e.jar
> ,
> wherever you put it. Click on OK to close the Preferences window; then try
> the Ant task which uses e.jar. Remember, you may need to write a Taskdef
> if
> the task is not one of the ones in the c
eed to write a Taskdef if
the task is not one of the ones in the core and optional tasks lists in the
Ant Manual.
Rhino
- Original Message -
From: "vishakha sawant" <[EMAIL PROTECTED]>
To:
Sent: Monday, December 19, 2005 2:17 AM
Subject: problem with running ant in e
Hello Petar,
Thanks for quick reply. According to your opinion problem is not with
eclipse but some days before I was using some other IDE(commercial) the same
code was working.
But this problem is arise when I started using ant to build the project.
Let i will explain you the project. The projec
On 19/12/05, vishakha sawant <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I am newbie. I am using eclipse IDE 3.1 and Ant 1.6. This project is
> using
> hibernate for database persistancy. I have hibernate configuration file
> placed in classes/resources folder. I have one e.jar file which uses this
> res
Hi,
I am newbie. I am using eclipse IDE 3.1 and Ant 1.6. This project is using
hibernate for database persistancy. I have hibernate configuration file
placed in classes/resources folder. I have one e.jar file which uses this
resource file to loadconfiguration of hibernate But after building with a