Advertisement
techmik

new 15 errors

Oct 30th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. target Java: CMFileManager (/home/techmik/cm/cm-10.2/out/target/common/obj/APPS/CMFileManager_intermediates/classes)
  2. packages/apps/CMFileManager/gen/com/cyanogenmod/filemanager/R.java:10: duplicate class: com.cyanogenmod.filemanager.R
  3. public final class R {
  4. ^
  5. packages/apps/CMFileManager/libs/jcifs/examples/DnsSrv.java:2: package javax.naming does not exist
  6. import javax.naming.*;
  7. ^
  8. packages/apps/CMFileManager/libs/jcifs/examples/DnsSrv.java:3: package javax.naming.directory does not exist
  9. import javax.naming.directory.*;
  10. ^
  11. packages/apps/CMFileManager/libs/jcifs/examples/DnsSrv.java:7: cannot find symbol
  12. symbol : class NamingException
  13. location: class DnsSrv
  14. String getDomain(String name) throws NamingException {
  15. ^
  16. packages/apps/CMFileManager/libs/jcifs/examples/DnsSrv.java:8: cannot find symbol
  17. symbol : class DirContext
  18. location: class DnsSrv
  19. DirContext context;
  20. ^
  21. packages/apps/CMFileManager/libs/jcifs/examples/DnsSrv.java:9: cannot find symbol
  22. symbol : class NameNotFoundException
  23. location: class DnsSrv
  24. NameNotFoundException ret = null;
  25. ^
  26. packages/apps/CMFileManager/libs/jcifs/examples/DnsSrv.java:11: cannot find symbol
  27. symbol : class InitialDirContext
  28. location: class DnsSrv
  29. context = new InitialDirContext();
  30. ^
  31. packages/apps/CMFileManager/libs/jcifs/examples/DnsSrv.java:14: cannot find symbol
  32. symbol : class Attributes
  33. location: class DnsSrv
  34. Attributes attributes = context.getAttributes(
  35. ^
  36. packages/apps/CMFileManager/libs/jcifs/examples/DnsSrv.java:19: cannot find symbol
  37. symbol : class NameNotFoundException
  38. location: class DnsSrv
  39. } catch (NameNotFoundException nnfe) {
  40. ^
  41. packages/apps/CMFileManager/libs/jcifs/examples/DnsSrv.java:28: cannot find symbol
  42. symbol : class NamingException
  43. location: class DnsSrv
  44. throw ret != null ? ret : new NamingException("invalid name");
  45. ^
  46. packages/apps/CMFileManager/libs/jcifs/examples/GetLocalGroupsMap.java:11: getLocalGroupsMap(java.lang.String,jcifs.smb.NtlmPasswordAuthentication,int) is not public in jcifs.smb.SID; cannot be accessed from outside package
  47. Map map = SID.getLocalGroupsMap(server,
  48. ^
  49. packages/apps/CMFileManager/libs/jcifs/examples/SmbShell.java:142: cannot find symbol
  50. symbol : variable Format
  51. location: class SmbShell
  52. Format.print( System.out, "%-40s", list[j].getName() );
  53. ^
  54. packages/apps/CMFileManager/libs/jcifs/examples/SmbShell.java:148: cannot find symbol
  55. symbol : variable Format
  56. location: class SmbShell
  57. Format.print( System.out, "%-6s", sb.toString() );
  58. ^
  59. packages/apps/CMFileManager/libs/jcifs/examples/SmbShell.java:149: cannot find symbol
  60. symbol : variable Format
  61. location: class SmbShell
  62. Format.print( System.out, "%10d ", list[j].length() );
  63. ^
  64. packages/apps/CMFileManager/libs/jcifs/examples/SmbShell.java:152: cannot find symbol
  65. symbol : variable Format
  66. location: class SmbShell
  67. Format.print( System.out, "%3s ", sdf2.format( date ));
  68. ^
  69. Note: Some input files use or override a deprecated API.
  70. Note: Recompile with -Xlint:deprecation for details.
  71. Note: Some input files use unchecked or unsafe operations.
  72. Note: Recompile with -Xlint:unchecked for details.
  73. 15 errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement