Advertisement
Guest User

Untitled

a guest
Mar 24th, 2010
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.65 KB | None | 0 0
  1. ==> Starting build()...
  2. patching file src/ant/build.gant
  3. Buildfile: /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/build.xml
  4.  
  5. deploy:
  6.  
  7. gant:
  8. deploy:
  9. deploy.eclipse:
  10. build.eclipse:
  11. init:
  12. [echo] eclim.version: 1.5.6
  13. ------ init
  14. [javac] : warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
  15. [javac] Compiling 77 source files to /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/build/temp/classes
  16. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/plugin/AbstractPluginResources.java:41: package org.eclipse.core.runtime does not exist
  17. [javac] import org.eclipse.core.runtime.FileLocator;
  18. [javac] ^
  19. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/AbstractEclimApplication.java:49: package org.eclipse.core.resources does not exist
  20. [javac] import org.eclipse.core.resources.ResourcesPlugin;
  21. [javac] ^
  22. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/AbstractEclimApplication.java:51: package org.eclipse.core.runtime does not exist
  23. [javac] import org.eclipse.core.runtime.Platform;
  24. [javac] ^
  25. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/AbstractEclimApplication.java:53: package org.eclipse.equinox.app does not exist
  26. [javac] import org.eclipse.equinox.app.IApplication;
  27. [javac] ^
  28. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/AbstractEclimApplication.java:54: package org.eclipse.equinox.app does not exist
  29. [javac] import org.eclipse.equinox.app.IApplicationContext;
  30. [javac] ^
  31. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/AbstractEclimApplication.java:56: package org.osgi.framework does not exist
  32. [javac] import org.osgi.framework.Bundle;
  33. [javac] ^
  34. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/AbstractEclimApplication.java:57: package org.osgi.framework does not exist
  35. [javac] import org.osgi.framework.FrameworkEvent;
  36. [javac] ^
  37. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/AbstractEclimApplication.java:58: package org.osgi.framework does not exist
  38. [javac] import org.osgi.framework.FrameworkListener;
  39. [javac] ^
  40. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/AbstractEclimApplication.java:67: cannot find symbol
  41. [javac] symbol: class IApplication
  42. [javac] implements IApplication, FrameworkListener
  43. [javac] ^
  44. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/AbstractEclimApplication.java:67: cannot find symbol
  45. [javac] symbol: class FrameworkListener
  46. [javac] implements IApplication, FrameworkListener
  47. [javac] ^
  48. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/AbstractEclimApplication.java:85: cannot find symbol
  49. [javac] symbol : class IApplicationContext
  50. [javac] location: class org.eclim.eclipse.AbstractEclimApplication
  51. [javac] public Object start(IApplicationContext context)
  52. [javac] ^
  53. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/AbstractEclimApplication.java:437: cannot find symbol
  54. [javac] symbol : class FrameworkEvent
  55. [javac] location: class org.eclim.eclipse.AbstractEclimApplication
  56. [javac] public synchronized void frameworkEvent(FrameworkEvent event)
  57. [javac] ^
  58. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimApplicationHeadless.java:21: package org.eclipse.core.internal.resources does not exist
  59. [javac] import org.eclipse.core.internal.resources.Workspace;
  60. [javac] ^
  61. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimApplicationHeadless.java:23: package org.eclipse.core.resources does not exist
  62. [javac] import org.eclipse.core.resources.ResourcesPlugin;
  63. [javac] ^
  64. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimApplicationHeadless.java:27: package org.eclipse.ui.internal does not exist
  65. [javac] import org.eclipse.ui.internal.Workbench;
  66. [javac] ^
  67. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimPlugin.java:24: package org.eclipse.core.runtime does not exist
  68. [javac] import org.eclipse.core.runtime.FileLocator;
  69. [javac] ^
  70. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimPlugin.java:25: package org.eclipse.core.runtime does not exist
  71. [javac] import org.eclipse.core.runtime.Plugin;
  72. [javac] ^
  73. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimPlugin.java:27: package org.eclipse.core.runtime.internal.adaptor does not exist
  74. [javac] import org.eclipse.core.runtime.internal.adaptor.EclipseAdaptorMsg;
  75. [javac] ^
  76. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimPlugin.java:28: package org.eclipse.core.runtime.internal.adaptor does not exist
  77. [javac] import org.eclipse.core.runtime.internal.adaptor.MessageHelper;
  78. [javac] ^
  79. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimPlugin.java:30: package org.eclipse.osgi.service.resolver does not exist
  80. [javac] import org.eclipse.osgi.service.resolver.BundleDescription;
  81. [javac] ^
  82. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimPlugin.java:31: package org.eclipse.osgi.service.resolver does not exist
  83. [javac] import org.eclipse.osgi.service.resolver.PlatformAdmin;
  84. [javac] ^
  85. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimPlugin.java:32: package org.eclipse.osgi.service.resolver does not exist
  86. [javac] import org.eclipse.osgi.service.resolver.ResolverError;
  87. [javac] ^
  88. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimPlugin.java:33: package org.eclipse.osgi.service.resolver does not exist
  89. [javac] import org.eclipse.osgi.service.resolver.State;
  90. [javac] ^
  91. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimPlugin.java:34: package org.eclipse.osgi.service.resolver does not exist
  92. [javac] import org.eclipse.osgi.service.resolver.VersionConstraint;
  93. [javac] ^
  94. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimPlugin.java:36: package org.eclipse.osgi.util does not exist
  95. [javac] import org.eclipse.osgi.util.NLS;
  96. [javac] ^
  97. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimPlugin.java:38: cannot find symbol
  98. [javac] symbol : class Display
  99. [javac] location: package org.eclipse.swt.widgets
  100. [javac] import org.eclipse.swt.widgets.Display;
  101. [javac] ^
  102. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimPlugin.java:40: cannot find symbol
  103. [javac] symbol : class Shell
  104. [javac] location: package org.eclipse.swt.widgets
  105. [javac] import org.eclipse.swt.widgets.Shell;
  106. [javac] ^
  107. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimPlugin.java:42: package org.osgi.framework does not exist
  108. [javac] import org.osgi.framework.BundleContext;
  109. [javac] ^
  110. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimPlugin.java:43: package org.osgi.framework does not exist
  111. [javac] import org.osgi.framework.ServiceReference;
  112. [javac] ^
  113. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimPlugin.java:49: cannot find symbol
  114. [javac] symbol: class Plugin
  115. [javac] extends Plugin
  116. [javac] ^
  117. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimPlugin.java:54: cannot find symbol
  118. [javac] symbol : class Shell
  119. [javac] location: class org.eclim.eclipse.EclimPlugin
  120. [javac] private static Shell shell;
  121. [javac] ^
  122. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimPlugin.java:72: cannot find symbol
  123. [javac] symbol : class BundleContext
  124. [javac] location: class org.eclim.eclipse.EclimPlugin
  125. [javac] public void start(BundleContext context)
  126. [javac] ^
  127. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimPlugin.java:90: cannot find symbol
  128. [javac] symbol : class BundleContext
  129. [javac] location: class org.eclim.eclipse.EclimPlugin
  130. [javac] public void stop(BundleContext context)
  131. [javac] ^
  132. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/EclimPlugin.java:110: cannot find symbol
  133. [javac] symbol : class Shell
  134. [javac] location: class org.eclim.eclipse.EclimPlugin
  135. [javac] public static Shell getShell()
  136. [javac] ^
  137. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/WorkbenchAdvisor.java:26: package org.eclipse.ui.application does not exist
  138. [javac] extends org.eclipse.ui.application.WorkbenchAdvisor
  139. [javac] ^
  140. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/headed/EclimdView.java:24: package org.eclipse.equinox.app does not exist
  141. [javac] import org.eclipse.equinox.app.IApplication;
  142. [javac] ^
  143. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/headed/EclimdView.java:26: cannot find symbol
  144. [javac] symbol : class SWT
  145. [javac] location: package org.eclipse.swt
  146. [javac] import org.eclipse.swt.SWT;
  147. [javac] ^
  148. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/headed/EclimdView.java:28: cannot find symbol
  149. [javac] symbol : class Composite
  150. [javac] location: package org.eclipse.swt.widgets
  151. [javac] import org.eclipse.swt.widgets.Composite;
  152. [javac] ^
  153. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/headed/EclimdView.java:29: cannot find symbol
  154. [javac] symbol : class Text
  155. [javac] location: package org.eclipse.swt.widgets
  156. [javac] import org.eclipse.swt.widgets.Text;
  157. [javac] ^
  158. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/headed/EclimdView.java:31: package org.eclipse.ui.part does not exist
  159. [javac] import org.eclipse.ui.part.ViewPart;
  160. [javac] ^
  161. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/headed/EclimdView.java:41: cannot find symbol
  162. [javac] symbol: class ViewPart
  163. [javac] extends ViewPart
  164. [javac] ^
  165. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/headed/EclimdView.java:46: cannot find symbol
  166. [javac] symbol : class Text
  167. [javac] location: class org.eclim.eclipse.headed.EclimdView
  168. [javac] private static Text log;
  169. [javac] ^
  170. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/headed/EclimdView.java:56: cannot find symbol
  171. [javac] symbol : class Composite
  172. [javac] location: class org.eclim.eclipse.headed.EclimdView
  173. [javac] public void createPartControl(Composite parent)
  174. [javac] ^
  175. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/headed/EclimdView.java:108: cannot find symbol
  176. [javac] symbol : class Text
  177. [javac] location: class org.eclim.eclipse.headed.EclimdView
  178. [javac] public static Text getLog()
  179. [javac] ^
  180. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/headed/EclimdView.java:116: cannot find symbol
  181. [javac] symbol : class IApplication
  182. [javac] location: class org.eclim.eclipse.headed.EclimdView.EclimThread
  183. [javac] IApplication application;
  184. [javac] ^
  185. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/headed/EclimdView.java:118: cannot find symbol
  186. [javac] symbol : class IApplication
  187. [javac] location: class org.eclim.eclipse.headed.EclimdView.EclimThread
  188. [javac] public EclimThread (IApplication application)
  189. [javac] ^
  190. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/headed/VimpluginDebugView.java:3: cannot find symbol
  191. [javac] symbol : class SWT
  192. [javac] location: package org.eclipse.swt
  193. [javac] import org.eclipse.swt.SWT;
  194. [javac] ^
  195. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/headed/VimpluginDebugView.java:5: cannot find symbol
  196. [javac] symbol : class Composite
  197. [javac] location: package org.eclipse.swt.widgets
  198. [javac] import org.eclipse.swt.widgets.Composite;
  199. [javac] ^
  200. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/headed/VimpluginDebugView.java:6: cannot find symbol
  201. [javac] symbol : class Text
  202. [javac] location: package org.eclipse.swt.widgets
  203. [javac] import org.eclipse.swt.widgets.Text;
  204. [javac] ^
  205. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/headed/VimpluginDebugView.java:8: package org.eclipse.ui.part does not exist
  206. [javac] import org.eclipse.ui.part.ViewPart;
  207. [javac] ^
  208. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/headed/VimpluginDebugView.java:16: cannot find symbol
  209. [javac] symbol: class ViewPart
  210. [javac] extends ViewPart
  211. [javac] ^
  212. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/headed/VimpluginDebugView.java:18: cannot find symbol
  213. [javac] symbol : class Text
  214. [javac] location: class org.eclim.eclipse.headed.VimpluginDebugView
  215. [javac] private static Text log;
  216. [javac] ^
  217. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/headed/VimpluginDebugView.java:25: cannot find symbol
  218. [javac] symbol : class Composite
  219. [javac] location: class org.eclim.eclipse.headed.VimpluginDebugView
  220. [javac] public void createPartControl(Composite parent)
  221. [javac] ^
  222. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/headed/VimpluginDebugView.java:53: cannot find symbol
  223. [javac] symbol : class Text
  224. [javac] location: class org.eclim.eclipse.headed.VimpluginDebugView
  225. [javac] public static Text getLog()
  226. [javac] ^
  227. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummySelectionProvider.java:19: package org.eclipse.jface.viewers does not exist
  228. [javac] import org.eclipse.jface.viewers.ISelection;
  229. [javac] ^
  230. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummySelectionProvider.java:20: package org.eclipse.jface.viewers does not exist
  231. [javac] import org.eclipse.jface.viewers.ISelectionChangedListener;
  232. [javac] ^
  233. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummySelectionProvider.java:21: package org.eclipse.jface.viewers does not exist
  234. [javac] import org.eclipse.jface.viewers.ISelectionProvider;
  235. [javac] ^
  236. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummySelectionProvider.java:30: cannot find symbol
  237. [javac] symbol: class ISelectionProvider
  238. [javac] implements ISelectionProvider
  239. [javac] ^
  240. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummySelectionProvider.java:32: cannot find symbol
  241. [javac] symbol : class ISelection
  242. [javac] location: class org.eclim.eclipse.jface.text.DummySelectionProvider
  243. [javac] private ISelection selection;
  244. [javac] ^
  245. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummySelectionProvider.java:34: cannot find symbol
  246. [javac] symbol : class ISelection
  247. [javac] location: class org.eclim.eclipse.jface.text.DummySelectionProvider
  248. [javac] public DummySelectionProvider (ISelection selection)
  249. [javac] ^
  250. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummySelectionProvider.java:39: cannot find symbol
  251. [javac] symbol : class ISelectionChangedListener
  252. [javac] location: class org.eclim.eclipse.jface.text.DummySelectionProvider
  253. [javac] public void addSelectionChangedListener(ISelectionChangedListener listener)
  254. [javac] ^
  255. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummySelectionProvider.java:43: cannot find symbol
  256. [javac] symbol : class ISelection
  257. [javac] location: class org.eclim.eclipse.jface.text.DummySelectionProvider
  258. [javac] public ISelection getSelection()
  259. [javac] ^
  260. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummySelectionProvider.java:48: cannot find symbol
  261. [javac] symbol : class ISelectionChangedListener
  262. [javac] location: class org.eclim.eclipse.jface.text.DummySelectionProvider
  263. [javac] public void removeSelectionChangedListener(ISelectionChangedListener listener)
  264. [javac] ^
  265. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummySelectionProvider.java:52: cannot find symbol
  266. [javac] symbol : class ISelection
  267. [javac] location: class org.eclim.eclipse.jface.text.DummySelectionProvider
  268. [javac] public void setSelection(ISelection selection)
  269. [javac] ^
  270. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:19: package org.eclipse.jface.text does not exist
  271. [javac] import org.eclipse.jface.text.IAutoIndentStrategy;
  272. [javac] ^
  273. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:20: package org.eclipse.jface.text does not exist
  274. [javac] import org.eclipse.jface.text.IDocument;
  275. [javac] ^
  276. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:21: package org.eclipse.jface.text does not exist
  277. [javac] import org.eclipse.jface.text.IEventConsumer;
  278. [javac] ^
  279. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:22: package org.eclipse.jface.text does not exist
  280. [javac] import org.eclipse.jface.text.IFindReplaceTarget;
  281. [javac] ^
  282. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:23: package org.eclipse.jface.text does not exist
  283. [javac] import org.eclipse.jface.text.IRegion;
  284. [javac] ^
  285. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:24: package org.eclipse.jface.text does not exist
  286. [javac] import org.eclipse.jface.text.ITextDoubleClickStrategy;
  287. [javac] ^
  288. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:25: package org.eclipse.jface.text does not exist
  289. [javac] import org.eclipse.jface.text.ITextHover;
  290. [javac] ^
  291. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:26: package org.eclipse.jface.text does not exist
  292. [javac] import org.eclipse.jface.text.ITextInputListener;
  293. [javac] ^
  294. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:27: package org.eclipse.jface.text does not exist
  295. [javac] import org.eclipse.jface.text.ITextListener;
  296. [javac] ^
  297. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:28: package org.eclipse.jface.text does not exist
  298. [javac] import org.eclipse.jface.text.ITextOperationTarget;
  299. [javac] ^
  300. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:29: package org.eclipse.jface.text does not exist
  301. [javac] import org.eclipse.jface.text.ITextViewer;
  302. [javac] ^
  303. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:30: package org.eclipse.jface.text does not exist
  304. [javac] import org.eclipse.jface.text.IUndoManager;
  305. [javac] ^
  306. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:31: package org.eclipse.jface.text does not exist
  307. [javac] import org.eclipse.jface.text.IViewportListener;
  308. [javac] ^
  309. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:32: package org.eclipse.jface.text does not exist
  310. [javac] import org.eclipse.jface.text.TextPresentation;
  311. [javac] ^
  312. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:33: package org.eclipse.jface.text does not exist
  313. [javac] import org.eclipse.jface.text.TextSelection;
  314. [javac] ^
  315. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:35: package org.eclipse.jface.viewers does not exist
  316. [javac] import org.eclipse.jface.viewers.ISelectionProvider;
  317. [javac] ^
  318. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:37: package org.eclipse.swt.custom does not exist
  319. [javac] import org.eclipse.swt.custom.StyledText;
  320. [javac] ^
  321. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:39: package org.eclipse.swt.graphics does not exist
  322. [javac] import org.eclipse.swt.graphics.Color;
  323. [javac] ^
  324. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:40: package org.eclipse.swt.graphics does not exist
  325. [javac] import org.eclipse.swt.graphics.Point;
  326. [javac] ^
  327. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:49: cannot find symbol
  328. [javac] symbol: class ITextViewer
  329. [javac] implements ITextViewer
  330. [javac] ^
  331. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:51: cannot find symbol
  332. [javac] symbol : class IDocument
  333. [javac] location: class org.eclim.eclipse.jface.text.DummyTextViewer
  334. [javac] public IDocument document;
  335. [javac] ^
  336. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:52: cannot find symbol
  337. [javac] symbol : class ISelectionProvider
  338. [javac] location: class org.eclim.eclipse.jface.text.DummyTextViewer
  339. [javac] public ISelectionProvider selectionProvider;
  340. [javac] ^
  341. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:54: cannot find symbol
  342. [javac] symbol : class IDocument
  343. [javac] location: class org.eclim.eclipse.jface.text.DummyTextViewer
  344. [javac] public DummyTextViewer (IDocument document, int offset, int length)
  345. [javac] ^
  346. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:61: cannot find symbol
  347. [javac] symbol : class StyledText
  348. [javac] location: class org.eclim.eclipse.jface.text.DummyTextViewer
  349. [javac] public StyledText getTextWidget()
  350. [javac] ^
  351. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:66: cannot find symbol
  352. [javac] symbol : class IUndoManager
  353. [javac] location: class org.eclim.eclipse.jface.text.DummyTextViewer
  354. [javac] public void setUndoManager(IUndoManager undoManager)
  355. [javac] ^
  356. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:71: cannot find symbol
  357. [javac] symbol : class ITextDoubleClickStrategy
  358. [javac] location: class org.eclim.eclipse.jface.text.DummyTextViewer
  359. [javac] ITextDoubleClickStrategy strategy, String contentType)
  360. [javac] ^
  361. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:76: cannot find symbol
  362. [javac] symbol : class IAutoIndentStrategy
  363. [javac] location: class org.eclim.eclipse.jface.text.DummyTextViewer
  364. [javac] IAutoIndentStrategy strategy, String contentType)
  365. [javac] ^
  366. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:80: cannot find symbol
  367. [javac] symbol : class ITextHover
  368. [javac] location: class org.eclim.eclipse.jface.text.DummyTextViewer
  369. [javac] public void setTextHover(ITextHover textViewerHover, String contentType)
  370. [javac] ^
  371. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:92: cannot find symbol
  372. [javac] symbol : class IViewportListener
  373. [javac] location: class org.eclim.eclipse.jface.text.DummyTextViewer
  374. [javac] public void addViewportListener(IViewportListener listener)
  375. [javac] ^
  376. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:96: cannot find symbol
  377. [javac] symbol : class IViewportListener
  378. [javac] location: class org.eclim.eclipse.jface.text.DummyTextViewer
  379. [javac] public void removeViewportListener(IViewportListener listener)
  380. [javac] ^
  381. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:100: cannot find symbol
  382. [javac] symbol : class ITextListener
  383. [javac] location: class org.eclim.eclipse.jface.text.DummyTextViewer
  384. [javac] public void addTextListener(ITextListener listener)
  385. [javac] ^
  386. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:104: cannot find symbol
  387. [javac] symbol : class ITextListener
  388. [javac] location: class org.eclim.eclipse.jface.text.DummyTextViewer
  389. [javac] public void removeTextListener(ITextListener listener)
  390. [javac] ^
  391. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:108: cannot find symbol
  392. [javac] symbol : class ITextInputListener
  393. [javac] location: class org.eclim.eclipse.jface.text.DummyTextViewer
  394. [javac] public void addTextInputListener(ITextInputListener listener)
  395. [javac] ^
  396. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:112: cannot find symbol
  397. [javac] symbol : class ITextInputListener
  398. [javac] location: class org.eclim.eclipse.jface.text.DummyTextViewer
  399. [javac] public void removeTextInputListener(ITextInputListener listener)
  400. [javac] ^
  401. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:116: cannot find symbol
  402. [javac] symbol : class IDocument
  403. [javac] location: class org.eclim.eclipse.jface.text.DummyTextViewer
  404. [javac] public void setDocument(IDocument document)
  405. [javac] ^
  406. [javac] /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/jface/text/DummyTextViewer.java:120: cannot find symbol
  407. [javac] symbol : class IDocument
  408. [javac] location: class org.eclim.eclipse.jface.text.DummyTextViewer
  409. [javac] public IDocument getDocument()
  410. [javac] ^
  411. [javac] Note: /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/src/java/org/eclim/eclipse/AbstractEclimApplication.java uses or overrides a deprecated API.
  412. [javac] Note: Recompile with -Xlint:deprecation for details.
  413. [javac] Note: Some input files use unchecked or unsafe operations.
  414. [javac] Note: Recompile with -Xlint:unchecked for details.
  415. [javac] 100 errors
  416.  
  417. BUILD FAILED
  418. /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/build.xml:26: The following error occurred while executing this line:
  419. /tmp/yaourt-tmp-pyrho/aur-eclim/eclim/src/eclim_1.5.6/build.xml:118: : Compile failed; see the compiler error output for details.
  420.  
  421. Total time: 12 seconds
  422. ==> ERROR: Build Failed.
  423. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement