Re: cannot resolve symbol

2007-10-23 Thread David Weintraub
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

RE: cannot resolve symbol

2007-10-23 Thread Chris Styles
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

RE: cannot resolve symbol

2007-10-23 Thread Sumit.Srivastava
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

Re: Cannot Resolve symbol

2005-08-03 Thread Petar Tahchiev
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 . > >>

Re: Cannot Resolve symbol

2005-08-03 Thread Petar Tahchiev
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

Re: Cannot Resolve symbol

2005-08-03 Thread Petar Tahchiev
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 > > >---