Open GoogleCodeExporter opened 9 years ago
From where you are compiling. I am assuming you are compiling your project
outside eclipse. Can you please send me complete stack trace for that.
Original comment by tarun.na...@3pillarglobal.com
on 18 Feb 2013 at 11:11
Nopes. I am using Eclipse Helios to compile. Here's what is displayed on my
console:
compile:
[javac] Compiling 149 source files to E:\Projects\TestnTrust\workspace\tutor\tutor\exploded-archives\tutor.ear\tutor_jar
[javac] E:\Projects\TestnTrust\workspace\tutor\tutor\src\hot\com\tutor\actions\authentication\Authenticator.java:135: cannot find symbol
[javac] symbol : method getUserProfile()
[javac] location: interface org.brickred.socialauth.AuthProvider
[javac] System.out.println(provider.getUserProfile());
[javac] ^
[javac] E:\Projects\TestnTrust\workspace\tutor\tutor\src\hot\com\tutor\actions\authentication\Authenticator.java:136: cannot find symbol
[javac] symbol : method getUserProfile()
[javac] location: interface org.brickred.socialauth.AuthProvider
[javac] System.out.println(provider.getUserProfile().getEmail());
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors
The strange thing is that, when i debug, i inspect the provider object, an i
can see the userProfile is populated correctly.
Original comment by vishal.k...@gmail.com
on 25 Feb 2013 at 6:22
Original issue reported on code.google.com by
vishal.k...@gmail.com
on 11 Feb 2013 at 9:32