tonyxx7 / myspaceid-java-sdk

Automatically exported from code.google.com/p/myspaceid-java-sdk
MIT License
0 stars 0 forks source link

Cannot build code: Class not found #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Check out the trunk
2. Build the code via ant

What is the expected output? What do you see instead?

Expected output is the distribution jar artifact

Instead I see this:

 [javac] /home/mpandit/work/myspaceid-java-sdk-read-
only/src/com/myspace/myspaceid/oauth/OAuthServer.java:113: cannot find 
symbol
    [javac] symbol  : class Utilities
    [javac] location: class com.myspace.myspaceid.oauth.OAuthServer
    [javac]             Utilities utilObj = new Utilities();
    [javac]             ^
    [javac] /home/mpandit/work/myspaceid-java-sdk-read-
only/src/com/myspace/myspaceid/oauth/OAuthServer.java:113: cannot find 
symbol
    [javac] symbol  : class Utilities
    [javac] location: class com.myspace.myspaceid.oauth.OAuthServer
    [javac]             Utilities utilObj = new Utilities();
    [javac]                                     ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors

BUILD FAILED
/home/mpandit/work/myspaceid-java-sdk-read-only/build.xml:28: Compile 
failed; see the compiler error output for details.

What version of the product are you using? On what operating system?

URL: http://myspaceid-java-sdk.googlecode.com/svn/trunk
Repository Root: http://myspaceid-java-sdk.googlecode.com/svn
Repository UUID: 2e2e4d80-0e6f-11de-a42d-873b86d837ff
Revision: 74
Node Kind: directory
Schedule: normal
Last Changed Author: shashi.gajula@gmail.com
Last Changed Rev: 74
Last Changed Date: 2009-10-16 16:00:43 -0700 (Fri, 16 Oct 2009)

System: Linux mpandit-ubuntu 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 
04:01:29 UTC 2009 i686 GNU/Linux

Please provide any additional information below.

Original issue reported on code.google.com by pandit.m...@gmail.com on 6 Jan 2010 at 5:32

GoogleCodeExporter commented 8 years ago
Some how we missed com.myspace.myspaceid.util.Utilities.java file to commit. 
Please 
update latest code and try to build.

Sorry for inconvience

Original comment by shashi.g...@gmail.com on 15 Jan 2010 at 7:54