Well, it tells you the line that your build.xml was on when the error
failed, and the error (Cannot resolve symbol) and the symbol it cannot
resolve (getTxnGrps).
What is probably happening is that this class is in a JAR that isn't
in your classpath. If you look at the compiler error, you should s
Figured it out I had to update my config spec in clearcase
Thanks for the help...
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 23, 2007 2:22 PM
To: user@ant.apache.org
Subject: RE: cannot resolve symbol
Please check your classpath
Please check your classpath entries.
Warm Regards,
Sumit Srivastava
Voice : (203) 719 - 5894
Email :[EMAIL PROTECTED]
Chat :srivassb
To go far, explore first what is near..
-Original Message-
From: Chris Styles [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 23, 2007 2:18 PM
To: user
ndet: Mittwoch, 3. August 2005 11:51
> >An: Ant Users List
> >Betreff: Re: Cannot Resolve symbol
> >
> >On 03/08/05, [EMAIL PROTECTED]
> ><[EMAIL PROTECTED]> wrote:
> >>
> >> >> I have another ant file that I call with .
> >>
On 03/08/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> >> I have another ant file that I call with .
> >It compiles
> >some sources, builds a .jar, and later on I include that jar
> >in the classpath in the new compilation. They should be
> >uptodate, because wheever I call the master build
On 8/3/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> "previously comiled" - maybe they are not uptodate?
> Eclipse compiles all java files in the project (workspace?) if needed (and
> "autocompile"), Ant doesnt have a workspace. It compiles only the files you
> give to
>
> Jan
>
> >---