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 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
: user@ant.apache.org
Subject: cannot resolve symbol
Hi,
I'm trying to run an ant target manually, and I'm receiving the
following error... How do I resolve this issue...???
cannot resolve symbol
[javac] symbol : method getTxnGrps ()
[javac] location: cl
Hi,
I'm trying to run an ant target manually, and I'm receiving the
following error... How do I resolve this issue...???
cannot resolve symbol
[javac] symbol : method getTxnGrps ()
[javac] location: class com.s1.common.export.user.ExportFormValue
[javac] t
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 .
> >>
, creating the jar
- build: path, compile, antcall
Jan
>-Ursprüngliche Nachricht-
>Von: Petar Tahchiev [mailto:[EMAIL PROTECTED]
>Gesendet: Mittwoch, 3. August 2005 11:51
>An: Ant Users List
>Betreff: Re: Cannot Resolve symbol
>
>On 03/08/05, [EMAIL PROTECT
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
>> 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 file it
>compiles the one that should go in the classpath
maybe t
nly the files you
> give to
>
> Jan
>
> >-Ursprüngliche Nachricht-
> >Von: Petar Tahchiev [mailto:[EMAIL PROTECTED]
> >Gesendet: Mittwoch, 3. August 2005 10:57
> >An: Ant Users List
> >Betreff: Cannot Resolve symbol
> >
> >I am a littel bit
ar Tahchiev [mailto:[EMAIL PROTECTED]
>Gesendet: Mittwoch, 3. August 2005 10:57
>An: Ant Users List
>Betreff: Cannot Resolve symbol
>
>I am a littel bit sceptic when posting this message but anyway
>I hope someone helps me. I have a build.xml that compiles some
>files. I set the c
I am a littel bit sceptic when posting this message but anyway I hope
someone helps me. I have a build.xml that compiles some files. I set the
classpath for compiling to use some previously comiled files. Strangely
enough ant finds 7 errors that eclipse doesn't report. Ant says that it
cannot f
[javac] Compiling 1 source file to C:\TEMP\x
> >> BUILD SUCCESSFUL
> >> Total time: 2 minutes 36 seconds
> >>
> >>
> >> Jan
> >>
> >>
> >>
> >>> -Ursprüngliche Nachricht-
> >&
ht-
Von: Sébastien Annedouche [mailto:[EMAIL PROTECTED]
Gesendet am: Donnerstag, 10. März 2005 10:26
An: Ant Users List
Betreff: Re: AW: cannot resolve symbol when overriding method.
could you tell me how you've compiled the class, please.
I still can't compile without adding the impor
0:56
> An: Ant Users List
> Betreff: Re: AW: AW: cannot resolve symbol when overriding method.
>
> Still failing...
>
> [javac] Compiling 1 source file to C:\tmp\java
> [javac] C:\tmp\java\Dummy.java:12: cannot resolve symbol
> [javac] symbol: class IOExcepti
Still failing...
[javac] Compiling 1 source file to C:\tmp\java
[javac] C:\tmp\java\Dummy.java:12: cannot resolve symbol
[javac] symbol: class IOException
[javac] protected void readStreamHeader() {
[javac] ^
[javac] 1 error
It works when I add the 2
me: 2 minutes 36 seconds
Jan
-Ursprüngliche Nachricht-
Von: Sébastien Annedouche [mailto:[EMAIL PROTECTED]
Gesendet am: Donnerstag, 10. März 2005 10:26
An: Ant Users List
Betreff: Re: AW: cannot resolve symbol when overriding method.
could you tell me how you've compiled the class, please.
I still
---
> Von: Sébastien Annedouche [mailto:[EMAIL PROTECTED]
> Gesendet am: Donnerstag, 10. März 2005 10:26
> An: Ant Users List
> Betreff: Re: AW: cannot resolve symbol when overriding method.
>
> could you tell me how you've compiled the class, please.
> I still can't com
could you tell me how you've compiled the class, please.
I still can't compile without adding the imports.
It would be a great help for me!
Thanks,
Sebastien
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-ma
[EMAIL PROTECTED] wrote:
works for me.
You've tried my Dummy class without the 2 imports ? and it works ?
Could you send me your build.xml or the command line you've used ?
but you should throw the IOException instead of Exception ... but that´s
another topic.
I didn't want to import java.io.
works for me.
but you should throw the IOException instead of Exception ... but that´s
another topic.
Jan
> -Ursprüngliche Nachricht-
> Von: Sébastien Annedouche [mailto:[EMAIL PROTECTED]
> Gesendet am: Montag, 7. März 2005 19:42
> An: user@ant.apache.org
> Betreff: cannot
ct foo() throws Exception {/
/return new ObjectInputStream(null) {/
/ protected void readStreamHeader() {/
/ }/
/};/
/ }/
/}/
I've got the following error :
[javac] \Dummy.java:14: cannot resolve symbol
[javac] symbol: class IOException
21 matches
Mail list logo