Advertisement
Guest User

Untitled

a guest
Aug 7th, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. !SESSION 2014-08-08 01:23:14.393 -----------------------------------------------
  2. eclipse.buildId=4.4.0.I20140606-1215
  3. java.version=1.7.0_60
  4. java.vendor=Oracle Corporation
  5. BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
  6. Framework arguments: -product org.eclipse.epp.package.standard.product
  7. Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.standard.product
  8.  
  9. !ENTRY org.eclipse.egit.ui 2 0 2014-08-08 01:23:26.031
  10. !MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level
  11. Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
  12. The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
  13. this system level configuration. The Git installation location can be configured on the
  14. Team > Git > Configuration preference page's 'System Settings' tab.
  15. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
  16.  
  17. !ENTRY org.eclipse.egit.ui 2 0 2014-08-08 01:23:26.032
  18. !MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
  19. user global configuration and to define the default location to store repositories: 'C:\Users\Wawrzyn'. If this is
  20. not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
  21. EGit might behave differently since they see different configuration options.
  22. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
  23.  
  24. !ENTRY com.android.ide.eclipse.adt 4 4 2014-08-08 01:23:26.460
  25. !MESSAGE Failed
  26. !STACK 0
  27. java.lang.NullPointerException
  28. at com.android.ide.eclipse.adt.internal.lint.EclipseLintClient.getTargets(EclipseLintClient.java:916)
  29. at com.android.tools.lint.detector.api.Project.readManifest(Project.java:652)
  30. at com.android.tools.lint.client.api.LintDriver.runFileDetectors(LintDriver.java:946)
  31. at com.android.tools.lint.client.api.LintDriver.checkProject(LintDriver.java:880)
  32. at com.android.tools.lint.client.api.LintDriver.analyze(LintDriver.java:431)
  33. at com.android.tools.lint.client.api.LintDriver.analyze(LintDriver.java:374)
  34. at com.android.ide.eclipse.adt.internal.lint.LintJob.run(LintJob.java:163)
  35. at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement