Coder Social home page Coder Social logo

ervandew / eclim Goto Github PK

View Code? Open in Web Editor NEW
1.0K 52.0 129.0 99.17 MB

Expose eclipse features inside of vim.

Home Page: http://eclim.org

License: GNU General Public License v3.0

Java 56.84% HTML 0.17% Python 2.45% Shell 0.92% C 0.79% Gosu 0.01% CSS 0.01% Makefile 0.03% M4 0.04% Vim Script 38.75%

eclim's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eclim's Issues

Conflicts with syntastic.vim

With eclim installed, I noticed that I couldn't remove the error bar[1] from left of my Vim window by doing :SyntasticDisable and then saving. Then I tried removing syntastic from plugins and no longer had the problem. So basically eclim is making :SyntasticDisable not function as it did before.

This is in a project where I don't even need to use Eclim.

[1] http://www.cl.ly/2a3T350V2V3J191E391f/o

Vim as standard editor for Java files

Currently, you may open Java files using the 'Open with Vim' command.
This is somewhat nasty as for editing a file that is displayed in the Java editor, you have to bring up the Package Explorer and select 'Open with Vim' from there.

However, I would rather like to have Vim as standard editor for Java files within Eclipse.
As workaround, some keyboard shortcut that open the current file in Vim would also do.

:Split without argument

The documentation says :Split would behave like 'split', but it doesn't if you do not provide any argument, so that it can't be used like ":tab split".

Best regards :-)

:History command

  1. set clipboard=unnamed in vim(or vimrc),
  2. type :History and select an entry ,
  3. the content is not the history

If I exclude "unnamed" string in the clipboard, :History works fine.

I wish this method could be useful
diff --git a/history.vim b/history.vim
index fb0f7e4..4421990 100644
--- a/history.vim
+++ b/history.vim
@@ -153,12 +153,12 @@ function s:View(...)
setlocal modifiable
setlocal noreadonly

-    let saved = @"
-    let @" = result
+    let saved = @*
+    let @* = result
     silent 1,$delete _
-    silent put "
+    silent put *
     silent 1,1delete _
-    let @" = saved
+    let @* = saved

     exec 'setlocal filetype=' . filetype
     setlocal nomodified

Groovy support

It would be great if eclim supported groovy (and possibly grails). My main reason
for looking at eclim was for improved code completion, search, and validation for
groovy code.

Doc Error

May not seem like a big deal, but prereqs must include gcc and make. I am installing on a mac, followed install directions to the letter, and failed on gcc and make.

My son is learning Python, so I thought I'd teach him Vi and Python in Eclipse. There is absolutely no way someone who is just learning can use the installation instructions as they stand.

eclim/autoload/eclim/python/validate.vim bug: don't assume pyflakes returncode <= 1

In line 65 of .vim/eclim/autoload/eclim/python/validate.vim, an error is issued for any returncode > 1. With the latest pyflakes versions, the value of the returncode is equal to the number of warnings (and errors?) found, which can obviously exceed 1, generating an "error running pyflakes" message when there is no error running it.

Increase speed of CSearchContext

Would it be possible to increase the speed at with CSearchContext works at?

I suspect what may be happening is that eclim loads the index for the required project into memory each time a search is requested instead of loading it once at the start?

Eclim does not print directory contents in ProjectTree on Mac OSX 10.6.3

When I open the ProjectTree, instead of seeing the list of files in the project directory, I get the following message:

ls: illegal option -- I
usage: ls [-ABCFGHLOPRSTUWabcdefghiklmnopqrstuwx1] [file ...]

The issue is that the version of ls used by Mac OSX does not support the -I, --ignore option. So if wildignore is set to anything other than the empty string, eclim will not correctly display the ProjectTree.

So far I have been unable to fix this issue myself. The OSX version of ls has no options to filter output and my vim scripting skills aren't up to the task of properly modifying the tree.vim script in a way that would work with "grep -v ...". As a workaround, I'm just commenting out the line that adds -I options to ls in autoload/eclim/tree.vim.

RubySearchContext never finds anything

RubySearchContext always returns "Element not found". The following patch fixes this for me:

--- .vim/eclim/autoload/eclim/ruby/search.vim.orig  2010-10-28 01:32:31.204772862 -0700
+++ .vim/eclim/autoload/eclim/ruby/search.vim   2010-10-28 01:29:00.939523401 -0700
@@ -68,11 +68,11 @@
   endif

   if getline('.') =~ '\<\(module\|class\|def\)\s\+\%' . cnum . 'c'
-    call eclim#ruby#search#Search('-x references')
+    call eclim#ruby#search#Search('-x references -p ' . expand('<cword>'))
     return
   endif

-  call eclim#ruby#search#Search('-x declarations')
+  call eclim#ruby#search#Search('-x declarations -p ' . expand('<cword>'))
 endfunction " }}}

 " CommandCompleteRubySearch(argLead, cmdLine, cursorPos) {{{

Install error: java.lang.RuntimeException: Application "org.eclim.installer.application" could not be found in the registry.

Error log posted below

!SESSION 2011-02-18 16:54:13.833 -----------------------------------------------
eclipse.buildId=M20100909-0800
java.version=1.6.0_22
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_GB
Framework arguments: -application org.eclim.installer.application -list
Command-line arguments: -clean -application org.eclim.installer.application -list

!ENTRY org.eclipse.osgi 4 0 2011-02-18 16:54:19.629
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application "org.eclim.installer.application" could not be found in the registry. The applications available are: org.eclipse.ant.core.antRunner, org.eclipse.ant.ui.antRunner, org.eclipse.equinox.app.error, org.eclipse.equinox.p2.director.app.application, org.eclipse.equinox.p2.director, org.eclipse.equinox.p2.garbagecollector.application, org.eclipse.equinox.p2.metadata.generator.EclipseGenerator, org.eclipse.equinox.p2.publisher.InstallPublisher, org.eclipse.equinox.p2.publisher.EclipseGenerator, org.eclipse.equinox.p2.publisher.ProductPublisher, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, org.eclipse.equinox.p2.reconciler.application, org.eclipse.equinox.p2.repository.repo2runnable, org.eclipse.equinox.p2.repository.metadataverifier, org.eclipse.equinox.p2.artifact.repository.mirrorApplication, org.eclipse.equinox.p2.metadata.repository.mirrorApplication, org.eclipse.equinox.p2.updatesite.UpdateSitePublisher, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, org.eclipse.equinox.p2.publisher.CategoryPublisher, org.eclipse.help.base.infocenterApplication, org.eclipse.help.base.helpApplication, org.eclipse.help.base.indexTool, org.eclipse.jdt.apt.core.aptBuild, org.eclipse.jdt.core.JavaCodeFormatter, org.eclipse.ui.ide.workbench, org.eclipse.update.core.standaloneUpdate, org.eclipse.update.core.siteOptimizer.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248)
at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)

eclim plugin causes double free

I spent some time debugging MacVim and finally realized that eclim was the problem. It leads to a double free crashing vim whenever I did a :make. This however only seems to be happening in macvim. I appended some gdb output. Let me know if there is any further info I can provide.

(gdb) where
#0 0x00007fff800e0491 in malloc_error_break ()
#1 0x00007fff8000a603 in free ()
#2 0x00000001000d8a45 in vim_free (x=0x100416b30) at misc2.c:1699
#3 0x0000000100042f32 in clear_tv (varp=0x7fff5fbfe0e0) at eval.c:19214
#4 0x0000000100031fc2 in get_func_tv (name=0x10047b2b0 "eclim#java#test#ResolveQuickfixResults", len=38, rettv=0x7fff5fbfe2a0, arg=0x7fff5fbfe2d8, firstline=1, lastline=1, doesrange=0x7fff5fbfe2e8, evaluate=1, selfdict=0x0) at eval.c:8145
#5 0x000000010002aba2 in ex_call (eap=0x7fff5fbfe370) at eval.c:3391
#6 0x000000010006143d in do_one_cmd (cmdlinep=0x7fff5fbfe5e8, sourcing=1, cstack=0x7fff5fbfe620, fgetline=0x10008f3ea , cookie=0x7fff5fbfeb20) at ex_docmd.c:2663
#7 0x000000010005e03c in do_cmdline (cmdline=0x0, getline=0x10008f3ea , cookie=0x7fff5fbfeb20, flags=7) at ex_docmd.c:1129
#8 0x000000010008ef10 in apply_autocmds_group (event=EVENT_QUICKFIXCMDPOST, fname=0x1004608a0 "make", fname_io=0x100414700 "Makefile", force=1, group=-3, buf=0x100861e00, eap=0x0) at fileio.c:9423
#9 0x000000010008e6f3 in apply_autocmds (event=EVENT_QUICKFIXCMDPOST, fname=0x1001d9e9c "make", fname_io=0x100414700 "Makefile", force=1, buf=0x100861e00) at fileio.c:9032
#10 0x0000000100123203 in ex_make (eap=0x7fff5fbfed20) at quickfix.c:2824
#11 0x000000010006143d in do_one_cmd (cmdlinep=0x7fff5fbfef98, sourcing=0, cstack=0x7fff5fbfefd0, fgetline=0x10007814b , cookie=0x0) at ex_docmd.c:2663
#12 0x000000010005e03c in do_cmdline (cmdline=0x0, getline=0x10007814b , cookie=0x0, flags=0) at ex_docmd.c:1129
#13 0x00000001000f20b5 in nv_colon (cap=0x7fff5fbff530) at normal.c:5354
#14 0x00000001000ea2d1 in normal_cmd (oap=0x7fff5fbff610, toplevel=1) at normal.c:1190
#15 0x00000001000a5c9a in main_loop (cmdwin=0, noexmode=0) at main.c:1333
#16 0x00000001000a578f in main (argc=1, argv=0x7fff5fbff888) at main.c:1026

(gdb) where
#0 0x00007fff800e0491 in malloc_error_break ()
#1 0x00007fff8000a603 in free ()
#2 0x00000001000d8a45 in vim_free (x=0x100416b30) at misc2.c:1699
#3 0x0000000100042f32 in clear_tv (varp=0x7fff5fbfe0e0) at eval.c:19214
#4 0x0000000100031fc2 in get_func_tv (name=0x10047b2b0 "eclim#java#test#ResolveQuickfixResults", len=38, rettv=0x7fff5fbfe2a0, arg=0x7fff5fbfe2d8, firstline=1, lastline=1, doesrange=0x7fff5fbfe2e8, evaluate=1, selfdict=0x0) at eval.c:8145
#5 0x000000010002aba2 in ex_call (eap=0x7fff5fbfe370) at eval.c:3391
#6 0x000000010006143d in do_one_cmd (cmdlinep=0x7fff5fbfe5e8, sourcing=1, cstack=0x7fff5fbfe620, fgetline=0x10008f3ea , cookie=0x7fff5fbfeb20) at ex_docmd.c:2663
#7 0x000000010005e03c in do_cmdline (cmdline=0x0, getline=0x10008f3ea , cookie=0x7fff5fbfeb20, flags=7) at ex_docmd.c:1129
#8 0x000000010008ef10 in apply_autocmds_group (event=EVENT_QUICKFIXCMDPOST, fname=0x1004608a0 "make", fname_io=0x100414700 "Makefile", force=1, group=-3, buf=0x100861e00, eap=0x0) at fileio.c:9423
#9 0x000000010008e6f3 in apply_autocmds (event=EVENT_QUICKFIXCMDPOST, fname=0x1001d9e9c "make", fname_io=0x100414700 "Makefile", force=1, buf=0x100861e00) at fileio.c:9032
#10 0x0000000100123203 in ex_make (eap=0x7fff5fbfed20) at quickfix.c:2824
#11 0x000000010006143d in do_one_cmd (cmdlinep=0x7fff5fbfef98, sourcing=0, cstack=0x7fff5fbfefd0, fgetline=0x10007814b , cookie=0x0) at ex_docmd.c:2663
#12 0x000000010005e03c in do_cmdline (cmdline=0x0, getline=0x10007814b , cookie=0x0, flags=0) at ex_docmd.c:1129
#13 0x00000001000f20b5 in nv_colon (cap=0x7fff5fbff530) at normal.c:5354
#14 0x00000001000ea2d1 in normal_cmd (oap=0x7fff5fbff610, toplevel=1) at normal.c:1190
#15 0x00000001000a5c9a in main_loop (cmdwin=0, noexmode=0) at main.c:1333
#16 0x00000001000a578f in main (argc=1, argv=0x7fff5fbff888) at main.c:1026

(gdb)

Python completion for binary libraries (.so)

Hi,

I have installed orange (http://orange.biolab.si/) which does not only install .py files but also some .so files that contain most of the functionality. Eclim (might also be a missing rope feature, I don't know) does not suggest functions contained in these .so libraries if I use omnicompletion. The path seems to be correct because if I create a file in the directory containing orange.so (/usr/local/lib/python2.7/dist-packages/orange/), I get it as a suggestion.

Any ideas on that? Should I ask rope mailing list?

Best regards

null pointer exception when using :JavaImportMissing and JOGL

I have been using eclim successfully with a couple of libraries and my projects, but I can't seem to figure out what is causing this. Whenever I try to import a class that is part of JOGL I always get this message in the vim status line:

java.lang.NullPointerException
while executing command (port: 9091): -command java_import_missing -p "project_name" -f "src/com/SomeClass.java"

I am currently using eclim 1.6.1, but I have had this problem for a few versions now, and eclipse 3.6.1. I am using eclim in headed server mode.

I ran the command in the terminal and got this as the stack trace:
java.lang.NullPointerException
at org.eclim.plugin.jdt.command.search.SearchCommand.createSearchResult(SearchCommand.java:271)
at org.eclim.plugin.jdt.command.include.ImportCommand.findImport(ImportCommand.java:87)
at org.eclim.plugin.jdt.command.include.ImportMissingCommand.execute(ImportMissingCommand.java:93)
at org.eclim.command.Main.main(Main.java:89)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.martiansoftware.nailgun.NGSession.run(NGSession.java:334

Could this possibly have to do with how I have JOGL references set up in eclipse? The 'import missing' feature inside of eclipse works perfectly with any JOGL classes.

Eclim is not detected by Eclipse install and does not start up

OS: Ubuntu 10.04
Eclim version: 1.6.0
Eclipse version: Heliod build ID 20100617-1415

The Eclim install completes succesfully, however I have the following error:
Starting up eclim produces the following message, however no daemon process is created:

"/opt/eclipse/eclipse"
-debug -nosplash -clean -refresh
-application org.eclim.application_headless
--help
Start VM: -Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms40m
-Xmx384m
-Djava.class.path=/opt/eclipse//plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-os linux
-ws gtk
-arch x86
-launcher /opt/eclipse/eclipse
-name Eclipse
--launcher.library /opt/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.0.v20100503/eclipse_1307.so
-startup /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-product org.eclipse.epp.package.java.product
-debug
-clean
-refresh
-application org.eclim.application_headless
--help
-vm /usr/lib/jvm/java-6-openjdk/jre/bin/../lib/i386/client/libjvm.so
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms40m
-Xmx384m
-Djava.class.path=/opt/eclipse//plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
Install location:
file:/opt/eclipse/
Configuration file:
file:/opt/eclipse/configuration/config.ini loaded
Configuration location:
file:/home/osinski/.eclipse/org.eclipse.platform_3.5.0_1473617060/configuration/
Configuration file:
file:/home/osinski/.eclipse/org.eclipse.platform_3.5.0_1473617060/configuration/config.ini loaded
Shared configuration location:
file:/opt/eclipse/configuration/
Framework located:
file:/opt/eclipse/plugins/org.eclipse.osgi_3.6.0.v20100517.jar
Framework classpath:
file:/opt/eclipse/plugins/org.eclipse.osgi_3.6.0.v20100517.jar
Debug options:
file:/home/osinski/.eclipse/org.eclipse.platform_3.5.0_1473617060/.options not found
Time to load bundles: 6
Starting application: 2369


Attempting to run eclipse with the -clean option and setting the view shows that the eclim view is not available at all.

Installer fails on unrecognized -showlocation option

The installer (3.5.8, since I'm not quite able to move to Eclipse 3.6 yet) fails with a message about -showlocation being unrecognized. That's the first line in my eclipse.ini, which I'll copy in full below.

-showlocation
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-startup
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
-product
org.eclipse.epp.package.modeling.product
-showsplash
org.eclipse.platform
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms128m
-Xmx512m
-Xss4m
-XX:PermSize=128m
-XX:MaxPermSize=256m
-XX:CompileThreshold=5
-XX:MaxHeapFreeRatio=70
-XX:+UseConcMarkSweepGC
-XX:+CMSIncrementalMode
-XX:+CMSIncrementalPacing

Embedded vim - Focus Problem

There seem to be some focus issues with embedded vim, e. g.

When a Vim window has the focus, switching to another app and back using ALT+Tab makes the VIM window loose the focus.

Also, when a file has been opened in vim that contains an error, double-clicking the error in the Problem view brings up the respective position of the error in the Vim file, however, it doesn't transfer the focus to the Vim window.

Can't build from packaged release because version is set using git

I tried buidling eclim-3.5.4 with the following command:
ant -Declipse.home=/usr/lib/eclipse-3.5 build

The result was a rather cryptic error:
/tmp/eclim_1.5.4/build.xml:40: The following error occurred while executing this line:
/tmp/eclim_1.5.4/build.xml:113: : exec returned: 128

After some investigation, I figured out that this happens becuase the version is determined via git, and since there is no .git/ folder in eclim-3.5.4.tar.gz, it fails.

For example, I fixed my ebuild with this:
sed -i "s/execute('git', 'describe')/'3.5.4'/" src/ant/build.gant

javacorrect effecting other file overwrite

when doing a :JavaCorrect that affects another file, the file in which :JavaCorrect was executed gets overwriten by the corrected contents of the other file. using eclim 1.5.6

here's an example where the correct suggests to make foo in A public inoder to correct

// class that sould be affected
class A {
  private void foo()
}
class B {
  void bar() {
    new A().foo(); // error, not public
    // use :JavaCorrect here
    // select make foo public
 }
}

when executing, the contents of B get replaced by the corrected version of A

JavaSearchContext sometimes doesn't work.

Hi ,
i'm working with eclim for a week, and this project is really amazing.
But I have met with a big problem. JavaSearchContext sometimes doesn't work well.
My OS is windows XP, I have some codes like this:
public class CommomUtil {

public static String getValue (int a) {
...//
}

}

public class Test {

public static String A {
CommonUtil.getValue(0);
}

public static String B {
CommonUtil.getValue(1);
}

}

when the cursor is under "getValue(1)" in method B, "JavaSearchContext" returns "No result for getValue".
but when the cursor is under "getValue(0)" in method A, "JavaSearchContext" works well ,the window for CommomUtil will open.

And the strange thing is , sometimes "getValue(0)" in method A returns "No result for getValue".

Is there anyone who can solve this problem?
Thanks for your help.

wrong installation document for windows under proxy.

http://eclim.org/guides/install.html says following:
C:...> set FORMIC_OPTS="-Dhttp.proxyHost=my.proxy -Dhttp.proxyPort=8080"
C:...> eclim_version.exe

C:...> set FORMIC_OPTS="-Djava.net.useSystemProxies=true"
C:...> eclim_version.exe

But command prompt cannot handle double quote, as a result, proxy settings is not activated.
I could install as a following under proxy:
C:...> set FORMIC_OPTS=-Dhttp.proxyHost=my.proxy -Dhttp.proxyPort=8080
C:...> eclim_version.exe

C:...> set FORMIC_OPTS=-Djava.net.useSystemProxies=true
C:...> eclim_version.exe

eclim C projects: :ProjectRefresh does not rebuild index

I have notice that doing a :ProjectRefresh does not properly rebuild indexes. I think the relevant code is:

  public void refresh(IProject project, CommandLine commandLine)
  throws Exception
  {
        ICProject cProject = CUtils.getCProject(project);
        CCorePlugin.getIndexManager().reindex(cproject);
   }

in CProjectManager.java. I believe the problem may be the same as seen here:

http://dev.eclipse.org/newslists/news.eclipse.tools.cdt/msg17054.html

and (vague) solution here:

http://dev.eclipse.org/newslists/news.eclipse.tools.cdt/msg17056.html

Application "org.eclim.application_headless" could not be found in the registry

Using Ubuntu 10.04. Installed Vim 7.2 and eclipse 3.5.2 from Ubuntu's repositories. Downloaded eclim_1.5.6.sh and installed it as root. Trying to launch /usr/lib/eclipse/eclimd as a user fails with "An error has occurred. See the log file /home/jan/.eclipse/org.eclipse.platform_3.5.0_155965261/configuration/1273420292539.log".

Output on stdout: http://nopaste.info/cb22c40400.html
The log file: http://nopaste.info/19966a776f.html

Eclim won't open javadocs download with maven.

I used maven to download the sources and javadocs for all my dependencies. After running "mvn eclipse:eclipse", eclim was able to use the downloaded sources for searching, but could not search the javadocs. I opened the project in Eclipse, and it had no problems opening the javadocs.

Eclim passes the following line to my browser, which of course it chokes on:
jar:file:/root/workspace/.m2/org/apache/james/apache-mime4j/0.6/apache-mime4j-0.6-javadoc.jar!/org/apache/james/mime4j/message/Message.html

Eclim causing annoyance in Vim startup

Whenever I start Vim after installing eclim, it will show two lines with the file path (the [1-]'s in the pic) and prompts me to press any key. Problem is solved by moving eclim dir outside ~/.vim which is not a satisfactory solution given that I want to use eclim.

I can tell specifics about my Vim setup if necessary.

yep

eclim seems to break indenting in ft=xml and ft=xslt files

In my environment, when I have the eclim plugin installed and I try to edit XML and XSLT files, it appears to break the normal/expected indenting behavior in XML and XSLT modes. Instead of auto-indenting as expected, nothing gets indented at all. When I disable eclim, it goes back to working as expected.

Project tree and swap files (headless)

Opening a file, that has a swap file, using the project tree at first does nothing (visually that is). I figured out that I'm being prompted with the standard VIM swap-file-already-exists dialog in the background. It still works to choose an option although before the file is opened I get this error message:

Error processing function
<SNR>39_OpenFile..eclim#tree#ExecuteAction..eclim#util#Exec..eclim#util#System..eclim#project#tree#OpenProjectFile:
line   14:
E325: ATTENTION
Error processing function <SNR>39_OpenFile:
line    8:
E171: Missing :endif

I'm using eclim 1.5.6 and eclipse 3.5.1

groovy.lang.MissingMethodException: No signature of method: build.symlink() is applicable

I am trying to install eclim from git but I am running into this issue:

Apache Ant version 1.7.1 compiled on April 16 2010
Buildfile: build.xml
Adding reference: ant.PropertyHelper
Detected Java version: 1.6 in: /opt/jdk1.6.0_21/jre
Detected OS: Linux
Adding reference: ant.ComponentHelper
Setting ro project property: plugins -> cdt
Setting ro project property: eclipse.home -> /home/mattg/eclipse
Setting ro project property: ant.file -> /home/mattg/Download/git/eclim/build.xml
Adding reference: ant.projectHelper
Adding reference: ant.parsing.context
Adding reference: ant.targets
parsing buildfile /home/mattg/Download/git/eclim/build.xml with URI = file:/home/mattg/Download/git/eclim/build.xml
Setting ro project property: ant.project.name -> eclim
Adding reference: eclim
Setting ro project property: ant.file.eclim -> /home/mattg/Download/git/eclim/build.xml
Project base dir set to: /home/mattg/Download/git/eclim
 +Target: 
 +Target: clean
 +Target: deploy
 +Target: deploy.eclipse
 +Target: deploy.resources
 +Target: deploy.vim
 +Target: build
 +Target: build.eclipse
 +Target: build.vim
 +Target: test
 +Target: test.junit
 +Target: test.vunit
 +Target: dist
 +Target: installer
 +Target: javadoc
 +Target: docs
 +Target: vimdocs
 +Target: checkstyle
 +Target: eclipse.docs
 +Target: eclipse.src
 +Target: patch.all
 +Target: patch.revert.all
 +Target: gant
[antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
 [property] Loading /home/mattg/Download/git/eclim/user.properties
 [property] Unable to find property file: /home/mattg/Download/git/eclim/user.properties
Attempting to create object of type org.apache.tools.ant.helper.DefaultExecutor
Adding reference: ant.executor
Build sequence for target(s) `deploy' is [deploy]
Complete build sequence is [deploy, deploy.resources, build.eclipse, test.vunit, eclipse.src, javadoc, deploy.vim, deploy.eclipse, vimdocs, docs, patch.all, build, patch.revert.all, dist, clean, build.vim, test.junit, test, installer, eclipse.docs, gant, checkstyle, ]

deploy:
Setting ro project property: ant.file -> /home/mattg/Download/git/eclim/build.xml
Setting ro project property: plugins -> cdt
Setting ro project property: ant.project.name -> eclim
Setting ro project property: ant.file.eclim -> /home/mattg/Download/git/eclim/build.xml
Setting ro project property: eclipse.home -> /home/mattg/eclipse
Setting project property: os.arch -> i386
Setting project property: file.encoding -> UTF-8
Setting project property: ant.home -> /usr/share/ant
Setting project property: sun.os.patch.level -> unknown
Setting project property: sun.arch.data.model -> 32
Setting project property: sun.management.compiler -> HotSpot Tiered Compilers
Setting project property: user.language -> en
Setting project property: sun.cpu.endian -> little
Setting project property: java.ext.dirs -> /opt/jdk1.6.0_21/jre/lib/ext:/usr/java/packages/lib/ext
Setting project property: java.vm.specification.name -> Java Virtual Machine Specification
Setting project property: java.class.version -> 50.0
Setting project property: ant.core.lib -> /usr/share/java/ant-1.7.1.jar
Setting project property: user.timezone -> 
Setting project property: java.vm.version -> 17.0-b16
Setting project property: user.home -> /home/mattg
Setting project property: java.vm.vendor -> Sun Microsystems Inc.
Setting project property: java.specification.name -> Java Platform API Specification
Setting project property: user.name -> mattg
Setting project property: ant.version -> Apache Ant version 1.7.1 compiled on April 16 2010
Setting project property: java.vendor -> Sun Microsystems Inc.
Setting project property: user.dir -> /home/mattg/Download/git/eclim
Setting project property: java.vm.name -> Java HotSpot(TM) Server VM
Setting project property: os.version -> 2.6.30.10-105.2.23.fc11.i586
Setting project property: java.awt.graphicsenv -> sun.awt.X11GraphicsEnvironment
Setting project property: java.library.path -> /opt/jdk1.6.0_21/jre/lib/i386/server:/opt/jdk1.6.0_21/jre/lib/i386:/opt/jdk1.6.0_21/jre/../lib/i386:/usr/local/cuda/lib:/usr/local/cuda/lib:/home/mattg/impulse/Impulse/CoDeveloper3/StageMaster/lib:/usr/local/cuda/lib::/usr/java/packages/lib/i386:/lib:/usr/lib
Setting project property: user.country -> US
Setting project property: line.separator -> 
Setting project property: java.specification.version -> 1.6
Setting project property: sun.desktop -> gnome
Setting project property: sun.io.unicode.encoding -> UnicodeLittle
Setting project property: java.vm.specification.version -> 1.0
Setting project property: java.vm.info -> mixed mode
Setting project property: java.class.path -> /usr/share/java/ant.jar:/usr/share/java/ant-launcher.jar:/usr/share/java/jaxp_parser_impl.jar:/usr/share/java/xml-commons-apis.jar:/opt/jdk1.6.0_21//lib/tools.jar
Setting project property: java.endorsed.dirs -> /opt/jdk1.6.0_21/jre/lib/endorsed
Setting project property: sun.cpu.isalist -> 
Setting project property: ant.library.dir -> /usr/share/ant/lib
Setting project property: java.home -> /opt/jdk1.6.0_21/jre
Setting project property: java.awt.printerjob -> sun.print.PSPrinterJob
Setting project property: file.separator -> /
Setting project property: sun.java.launcher -> SUN_STANDARD
Setting project property: java.runtime.name -> Java(TM) SE Runtime Environment
Setting project property: java.version -> 1.6.0_21
Setting project property: java.specification.vendor -> Sun Microsystems Inc.
Setting project property: java.runtime.version -> 1.6.0_21-b06
Setting project property: path.separator -> :
Setting project property: sun.boot.library.path -> /opt/jdk1.6.0_21/jre/lib/i386
Setting project property: java.vm.specification.vendor -> Sun Microsystems Inc.
Setting project property: java.io.tmpdir -> /tmp
Setting project property: file.encoding.pkg -> sun.io
Setting project property: java.vendor.url -> http://java.sun.com/
Setting project property: sun.boot.class.path -> /opt/jdk1.6.0_21/jre/lib/resources.jar:/opt/jdk1.6.0_21/jre/lib/rt.jar:/opt/jdk1.6.0_21/jre/lib/sunrsasign.jar:/opt/jdk1.6.0_21/jre/lib/jsse.jar:/opt/jdk1.6.0_21/jre/lib/jce.jar:/opt/jdk1.6.0_21/jre/lib/charsets.jar:/opt/jdk1.6.0_21/jre/classes
Setting project property: os.name -> Linux
Setting project property: java.vendor.url.bug -> http://java.sun.com/cgi-bin/bugreport.cgi
Setting project property: sun.jnu.encoding -> UTF-8
Project base dir set to: /home/mattg/Download/git/eclim
Setting ro project property: target -> deploy
  [antcall] calling target(s) [gant] in build file /home/mattg/Download/git/eclim/build.xml
Setting ro project property: ant.file -> /home/mattg/Download/git/eclim/build.xml
Adding reference: ant.projectHelper
Adding reference: ant.parsing.context
Adding reference: ant.targets
parsing buildfile /home/mattg/Download/git/eclim/build.xml with URI = file:/home/mattg/Download/git/eclim/build.xml
Setting ro project property: ant.project.name -> eclim
Adding reference: eclim
Setting ro project property: ant.file.eclim -> /home/mattg/Download/git/eclim/build.xml
Project base dir set to: /home/mattg/Download/git/eclim
 +Target: 
 +Target: clean
 +Target: deploy
 +Target: deploy.eclipse
 +Target: deploy.resources
 +Target: deploy.vim
 +Target: build
 +Target: build.eclipse
 +Target: build.vim
 +Target: test
 +Target: test.junit
 +Target: test.vunit
 +Target: dist
 +Target: installer
 +Target: javadoc
 +Target: docs
 +Target: vimdocs
 +Target: checkstyle
 +Target: eclipse.docs
 +Target: eclipse.src
 +Target: patch.all
 +Target: patch.revert.all
 +Target: gant
 [property] Loading /home/mattg/Download/git/eclim/user.properties
 [property] Unable to find property file: /home/mattg/Download/git/eclim/user.properties
Build sequence for target(s) `gant' is [gant]
Complete build sequence is [gant, deploy.resources, deploy, build.eclipse, test.vunit, eclipse.src, javadoc, deploy.vim, deploy.eclipse, vimdocs, docs, patch.all, build, patch.revert.all, dist, clean, build.vim, test.junit, test, installer, eclipse.docs, checkstyle, ]
  [antcall] Entering /home/mattg/Download/git/eclim/build.xml...
Build sequence for target(s) `gant' is [gant]
Complete build sequence is [gant, deploy.resources, deploy, build.eclipse, test.vunit, eclipse.src, javadoc, deploy.vim, deploy.eclipse, vimdocs, docs, patch.all, build, patch.revert.all, dist, clean, build.vim, test.junit, test, installer, eclipse.docs, checkstyle, ]

gant:
Adding reference: gant-classpath
fileset: Setup scanner in dir /home/mattg/Download/git/eclim/src/ant/lib with patternSet{ includes: [*.jar] excludes: [] }
fileset: Setup scanner in dir /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim with patternSet{ includes: [lib/*.jar] excludes: [] }
fileset: Setup scanner in dir /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core with patternSet{ includes: [lib/*.jar] excludes: [] }
Finding class org.codehaus.gant.ant.Gant
Loaded from /home/mattg/Download/git/eclim/src/ant/lib/gant-1.9.0-SNAPSHOT.jar org/codehaus/gant/ant/Gant.class
Class org.apache.tools.ant.Task loaded from parent loader (parentFirst)
Class org.codehaus.gant.ant.Gant loaded from ant loader (parentFirst)
Class java.lang.Object loaded from parent loader (parentFirst)
Class java.lang.Throwable loaded from parent loader (parentFirst)
Class org.apache.tools.ant.BuildException loaded from parent loader (parentFirst)
Class java.util.Map loaded from parent loader (parentFirst)
Class java.util.List loaded from parent loader (parentFirst)
 +Datatype gant org.codehaus.gant.ant.Gant
Override ignored for property "target"
Class java.util.ArrayList loaded from parent loader (parentFirst)
Class java.lang.String loaded from parent loader (parentFirst)
Finding class org.codehaus.gant.ant.Gant$GantTarget
Loaded from /home/mattg/Download/git/eclim/src/ant/lib/gant-1.9.0-SNAPSHOT.jar org/codehaus/gant/ant/Gant$GantTarget.class
Class org.codehaus.gant.ant.Gant$GantTarget loaded from ant loader (parentFirst)
Finding class org.codehaus.gant.ant.Gant$Definition
Loaded from /home/mattg/Download/git/eclim/src/ant/lib/gant-1.9.0-SNAPSHOT.jar org/codehaus/gant/ant/Gant$Definition.class
Class org.codehaus.gant.ant.Gant$Definition loaded from ant loader (parentFirst)
Class org.apache.tools.ant.Target loaded from parent loader (parentFirst)
Class org.apache.tools.ant.Project loaded from parent loader (parentFirst)
Class java.util.Vector loaded from parent loader (parentFirst)
Class java.util.Iterator loaded from parent loader (parentFirst)
Class org.apache.tools.ant.BuildListener loaded from parent loader (parentFirst)
Class org.apache.tools.ant.AntClassLoader loaded from parent loader (parentFirst)
Project base dir set to: /home/mattg/Download/git/eclim
Class java.util.Hashtable loaded from parent loader (parentFirst)
Class java.util.Enumeration loaded from parent loader (parentFirst)
Setting project property: ant.project.name -> eclim
Setting project property: ant.file.eclim -> /home/mattg/Download/git/eclim/build.xml
Setting project property: plugins -> cdt
Setting project property: eclipse.home -> /home/mattg/eclipse
Setting project property: target -> deploy
Class java.io.File loaded from parent loader (parentFirst)
Finding class org.codehaus.gant.GantBuilder
Loaded from /home/mattg/Download/git/eclim/src/ant/lib/gant-1.9.0-SNAPSHOT.jar org/codehaus/gant/GantBuilder.class
Finding class groovy.util.AntBuilder
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/util/AntBuilder.class
Finding class groovy.util.BuilderSupport
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/util/BuilderSupport.class
Finding class groovy.lang.GroovyObjectSupport
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/GroovyObjectSupport.class
Finding class groovy.lang.GroovyObject
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/GroovyObject.class
Class groovy.lang.GroovyObject loaded from ant loader (parentFirst)
Class groovy.lang.GroovyObjectSupport loaded from ant loader (parentFirst)
Class groovy.util.BuilderSupport loaded from ant loader (parentFirst)
Class groovy.util.AntBuilder loaded from ant loader (parentFirst)
Class org.codehaus.gant.GantBuilder loaded from ant loader (parentFirst)
Finding class groovy.lang.MissingMethodException
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/MissingMethodException.class
Finding class groovy.lang.GroovyRuntimeException
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/GroovyRuntimeException.class
Class java.lang.RuntimeException loaded from parent loader (parentFirst)
Class groovy.lang.GroovyRuntimeException loaded from ant loader (parentFirst)
Class groovy.lang.MissingMethodException loaded from ant loader (parentFirst)
Class org.xml.sax.SAXParseException loaded from parent loader (parentFirst)
Class org.xml.sax.Attributes loaded from parent loader (parentFirst)
Class java.io.InputStream loaded from parent loader (parentFirst)
Class org.apache.tools.ant.DemuxInputStream loaded from parent loader (parentFirst)
Class org.apache.tools.ant.BuildLogger loaded from parent loader (parentFirst)
Class org.apache.tools.ant.input.InputHandler loaded from parent loader (parentFirst)
Class org.xml.sax.Locator loaded from parent loader (parentFirst)
Class java.lang.AssertionError loaded from parent loader (parentFirst)
Class java.lang.Class loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.runtime.InvokerHelper
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/InvokerHelper.class
Class org.codehaus.groovy.runtime.InvokerHelper loaded from ant loader (parentFirst)
Class java.lang.NullPointerException loaded from parent loader (parentFirst)
Class java.lang.Error loaded from parent loader (parentFirst)
Class java.lang.Exception loaded from parent loader (parentFirst)
Finding class groovy.lang.Script
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/Script.class
Class groovy.lang.Script loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.InvokerHelper$2
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/InvokerHelper$2.class
Class org.codehaus.groovy.runtime.InvokerHelper$2 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.InvokerHelper$1
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/InvokerHelper$1.class
Class org.codehaus.groovy.runtime.InvokerHelper$1 loaded from ant loader (parentFirst)
Class java.util.Collection loaded from parent loader (parentFirst)
Finding class groovy.lang.SpreadMapEvaluatingException
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/SpreadMapEvaluatingException.class
Class groovy.lang.SpreadMapEvaluatingException loaded from ant loader (parentFirst)
Class java.lang.CharSequence loaded from parent loader (parentFirst)
Finding class groovy.lang.Closure
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/Closure.class
Class java.lang.Cloneable loaded from parent loader (parentFirst)
Class java.lang.Runnable loaded from parent loader (parentFirst)
Class java.io.Serializable loaded from parent loader (parentFirst)
Class groovy.lang.Closure loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.MethodClosure
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/MethodClosure.class
Class org.codehaus.groovy.runtime.MethodClosure loaded from ant loader (parentFirst)
Class java.io.InputStreamReader loaded from parent loader (parentFirst)
Class java.io.Reader loaded from parent loader (parentFirst)
Finding class groovy.lang.MissingPropertyException
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/MissingPropertyException.class
Class groovy.lang.MissingPropertyException loaded from ant loader (parentFirst)
Finding class groovy.lang.GroovySystem
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/GroovySystem.class
Class groovy.lang.GroovySystem loaded from ant loader (parentFirst)
Finding class groovy.lang.MetaClassRegistry
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/MetaClassRegistry.class
Class groovy.lang.MetaClassRegistry loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/metaclass/MetaClassRegistryImpl.class
Class org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl loaded from ant loader (parentFirst)
Class java.lang.IllegalAccessException loaded from parent loader (parentFirst)
Class java.lang.InstantiationException loaded from parent loader (parentFirst)
Finding class groovy.lang.MetaMethod
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/MetaMethod.class
Finding class org.codehaus.groovy.reflection.ParameterTypes
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/ParameterTypes.class
Class org.codehaus.groovy.reflection.ParameterTypes loaded from ant loader (parentFirst)
Class groovy.lang.MetaMethod loaded from ant loader (parentFirst)
Class java.lang.ClassNotFoundException loaded from parent loader (parentFirst)
Class java.lang.IllegalArgumentException loaded from parent loader (parentFirst)
Finding class groovy.lang.MetaClassRegistryChangeEventListener
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/MetaClassRegistryChangeEventListener.class
Class java.util.EventListener loaded from parent loader (parentFirst)
Class groovy.lang.MetaClassRegistryChangeEventListener loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.FastArray
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/FastArray.class
Class org.codehaus.groovy.util.FastArray loaded from ant loader (parentFirst)
Class java.util.LinkedList loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.util.ManagedLinkedList
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ManagedLinkedList.class
Class org.codehaus.groovy.util.ManagedLinkedList loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.ReferenceBundle
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ReferenceBundle.class
Class org.codehaus.groovy.util.ReferenceBundle loaded from ant loader (parentFirst)
Class java.lang.ref.ReferenceQueue loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.util.ReferenceManager
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ReferenceManager.class
Class org.codehaus.groovy.util.ReferenceManager loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.ReferenceManager$ThreadedReferenceManager
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ReferenceManager$ThreadedReferenceManager.class
Class org.codehaus.groovy.util.ReferenceManager$ThreadedReferenceManager loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.ReferenceManager$2
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ReferenceManager$2.class
Class org.codehaus.groovy.util.ReferenceManager$2 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.ReferenceManager$1
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ReferenceManager$1.class
Class org.codehaus.groovy.util.ReferenceManager$1 loaded from ant loader (parentFirst)
Class java.util.concurrent.atomic.AtomicInteger loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.util.ReferenceType
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ReferenceType.class
Class java.lang.Enum loaded from parent loader (parentFirst)
Class org.codehaus.groovy.util.ReferenceType loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.ReferenceType$1
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ReferenceType$1.class
Class org.codehaus.groovy.util.ReferenceType$1 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.ReferenceType$2
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ReferenceType$2.class
Class org.codehaus.groovy.util.ReferenceType$2 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.ReferenceType$3
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ReferenceType$3.class
Class org.codehaus.groovy.util.ReferenceType$3 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.ReferenceType$4
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ReferenceType$4.class
Class org.codehaus.groovy.util.ReferenceType$4 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.Reference
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/Reference.class
Class org.codehaus.groovy.util.Reference loaded from ant loader (parentFirst)
Finding class groovy.lang.MetaClassRegistry$MetaClassCreationHandle
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/MetaClassRegistry$MetaClassCreationHandle.class
Class groovy.lang.MetaClassRegistry$MetaClassCreationHandle loaded from ant loader (parentFirst)
Finding class groovy.lang.MetaClass
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/MetaClass.class
Finding class groovy.lang.MetaObjectProtocol
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/MetaObjectProtocol.class
Class groovy.lang.MetaObjectProtocol loaded from ant loader (parentFirst)
Class groovy.lang.MetaClass loaded from ant loader (parentFirst)
Class java.util.HashMap loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.runtime.DefaultGroovyMethods
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/DefaultGroovyMethods.class
Finding class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/DefaultGroovyMethodsSupport.class
Class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport loaded from ant loader (parentFirst)
Class org.codehaus.groovy.runtime.DefaultGroovyMethods loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.ReflectionCache
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/ReflectionCache.class
Class org.codehaus.groovy.reflection.ReflectionCache loaded from ant loader (parentFirst)
Class java.lang.Byte loaded from parent loader (parentFirst)
Class java.lang.Boolean loaded from parent loader (parentFirst)
Class java.lang.Character loaded from parent loader (parentFirst)
Class java.lang.Double loaded from parent loader (parentFirst)
Class java.lang.Float loaded from parent loader (parentFirst)
Class java.lang.Integer loaded from parent loader (parentFirst)
Class java.lang.Long loaded from parent loader (parentFirst)
Class java.lang.Short loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.util.TripleKeyHashMap
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/TripleKeyHashMap.class
Finding class org.codehaus.groovy.util.ComplexKeyHashMap
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ComplexKeyHashMap.class
Class org.codehaus.groovy.util.ComplexKeyHashMap loaded from ant loader (parentFirst)
Class org.codehaus.groovy.util.TripleKeyHashMap loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.ComplexKeyHashMap$EntryIterator
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ComplexKeyHashMap$EntryIterator.class
Class org.codehaus.groovy.util.ComplexKeyHashMap$EntryIterator loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.ComplexKeyHashMap$Entry
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ComplexKeyHashMap$Entry.class
Class org.codehaus.groovy.util.ComplexKeyHashMap$Entry loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.ClassInfo
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/ClassInfo.class
Finding class org.codehaus.groovy.util.ManagedConcurrentMap$Entry
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ManagedConcurrentMap$Entry.class
Finding class org.codehaus.groovy.util.AbstractConcurrentMap$Entry
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/AbstractConcurrentMap$Entry.class
Finding class org.codehaus.groovy.util.AbstractConcurrentMapBase$Entry
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/AbstractConcurrentMapBase$Entry.class
Class org.codehaus.groovy.util.AbstractConcurrentMapBase$Entry loaded from ant loader (parentFirst)
Class org.codehaus.groovy.util.AbstractConcurrentMap$Entry loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.ManagedReference
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ManagedReference.class
Finding class org.codehaus.groovy.util.Finalizable
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/Finalizable.class
Class org.codehaus.groovy.util.Finalizable loaded from ant loader (parentFirst)
Class org.codehaus.groovy.util.ManagedReference loaded from ant loader (parentFirst)
Class org.codehaus.groovy.util.ManagedConcurrentMap$Entry loaded from ant loader (parentFirst)
Class org.codehaus.groovy.reflection.ClassInfo loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.ManagedReference$1
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ManagedReference$1.class
Class org.codehaus.groovy.util.ManagedReference$1 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.CachedClass
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/CachedClass.class
Class org.codehaus.groovy.reflection.CachedClass loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.stdclasses.ObjectCachedClass
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/stdclasses/ObjectCachedClass.class
Class org.codehaus.groovy.reflection.stdclasses.ObjectCachedClass loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.stdclasses.StringCachedClass
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/stdclasses/StringCachedClass.class
Class org.codehaus.groovy.reflection.stdclasses.StringCachedClass loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.stdclasses.NumberCachedClass
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/stdclasses/NumberCachedClass.class
Class org.codehaus.groovy.reflection.stdclasses.NumberCachedClass loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.stdclasses.IntegerCachedClass
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/stdclasses/IntegerCachedClass.class
Class org.codehaus.groovy.reflection.stdclasses.IntegerCachedClass loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.stdclasses.DoubleCachedClass
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/stdclasses/DoubleCachedClass.class
Class org.codehaus.groovy.reflection.stdclasses.DoubleCachedClass loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.stdclasses.BigDecimalCachedClass
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/stdclasses/BigDecimalCachedClass.class
Class org.codehaus.groovy.reflection.stdclasses.BigDecimalCachedClass loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.stdclasses.LongCachedClass
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/stdclasses/LongCachedClass.class
Class org.codehaus.groovy.reflection.stdclasses.LongCachedClass loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.stdclasses.FloatCachedClass
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/stdclasses/FloatCachedClass.class
Class org.codehaus.groovy.reflection.stdclasses.FloatCachedClass loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.stdclasses.ShortCachedClass
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/stdclasses/ShortCachedClass.class
Class org.codehaus.groovy.reflection.stdclasses.ShortCachedClass loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.stdclasses.BooleanCachedClass
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/stdclasses/BooleanCachedClass.class
Class org.codehaus.groovy.reflection.stdclasses.BooleanCachedClass loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.stdclasses.CharacterCachedClass
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/stdclasses/CharacterCachedClass.class
Class org.codehaus.groovy.reflection.stdclasses.CharacterCachedClass loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.stdclasses.BigIntegerCachedClass
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/stdclasses/BigIntegerCachedClass.class
Class org.codehaus.groovy.reflection.stdclasses.BigIntegerCachedClass loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.stdclasses.ByteCachedClass
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/stdclasses/ByteCachedClass.class
Class org.codehaus.groovy.reflection.stdclasses.ByteCachedClass loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.stdclasses.ArrayCachedClass
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/stdclasses/ArrayCachedClass.class
Class org.codehaus.groovy.reflection.stdclasses.ArrayCachedClass loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.stdclasses.CachedClosureClass
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/stdclasses/CachedClosureClass.class
Class org.codehaus.groovy.reflection.stdclasses.CachedClosureClass loaded from ant loader (parentFirst)
Class java.util.HashSet loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.reflection.ClassInfo$ClassInfoSet
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/ClassInfo$ClassInfoSet.class
Finding class org.codehaus.groovy.util.ManagedConcurrentMap
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ManagedConcurrentMap.class
Finding class org.codehaus.groovy.util.AbstractConcurrentMap
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/AbstractConcurrentMap.class
Finding class org.codehaus.groovy.util.AbstractConcurrentMapBase
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/AbstractConcurrentMapBase.class
Class org.codehaus.groovy.util.AbstractConcurrentMapBase loaded from ant loader (parentFirst)
Class org.codehaus.groovy.util.AbstractConcurrentMap loaded from ant loader (parentFirst)
Class org.codehaus.groovy.util.ManagedConcurrentMap loaded from ant loader (parentFirst)
Class org.codehaus.groovy.reflection.ClassInfo$ClassInfoSet loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.AbstractConcurrentMapBase$Segment
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/AbstractConcurrentMapBase$Segment.class
Finding class org.codehaus.groovy.util.LockableObject
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/LockableObject.class
Class java.util.concurrent.locks.AbstractQueuedSynchronizer loaded from parent loader (parentFirst)
Class org.codehaus.groovy.util.LockableObject loaded from ant loader (parentFirst)
Class org.codehaus.groovy.util.AbstractConcurrentMapBase$Segment loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.AbstractConcurrentMap$Segment
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/AbstractConcurrentMap$Segment.class
Class org.codehaus.groovy.util.AbstractConcurrentMap$Segment loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.ManagedConcurrentMap$Segment
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ManagedConcurrentMap$Segment.class
Class org.codehaus.groovy.util.ManagedConcurrentMap$Segment loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.ClassInfo$ClassInfoSet$Segment
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/ClassInfo$ClassInfoSet$Segment.class
Class org.codehaus.groovy.reflection.ClassInfo$ClassInfoSet$Segment loaded from ant loader (parentFirst)
Class java.lang.IllegalMonitorStateException loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.reflection.ClassInfo$ThreadLocalMapHandler
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/ClassInfo$ThreadLocalMapHandler.class
Class java.lang.ThreadLocal loaded from parent loader (parentFirst)
Class org.codehaus.groovy.reflection.ClassInfo$ThreadLocalMapHandler loaded from ant loader (parentFirst)
Class java.lang.ref.WeakReference loaded from parent loader (parentFirst)
Class java.lang.ref.SoftReference loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.reflection.ClassInfo$LocalMap
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/ClassInfo$LocalMap.class
Class org.codehaus.groovy.reflection.ClassInfo$LocalMap loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.ReferenceType$SoftRef
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ReferenceType$SoftRef.class
Class org.codehaus.groovy.util.ReferenceType$SoftRef loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.LazyReference
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/LazyReference.class
Class org.codehaus.groovy.util.LazyReference loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.CachedClass$1
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/CachedClass$1.class
Class org.codehaus.groovy.reflection.CachedClass$1 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.CachedClass$2
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/CachedClass$2.class
Class org.codehaus.groovy.reflection.CachedClass$2 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.CachedClass$3
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/CachedClass$3.class
Class org.codehaus.groovy.reflection.CachedClass$3 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.CachedClass$4
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/CachedClass$4.class
Class org.codehaus.groovy.reflection.CachedClass$4 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.CachedClass$5
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/CachedClass$5.class
Class org.codehaus.groovy.reflection.CachedClass$5 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.CachedClass$6
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/CachedClass$6.class
Class org.codehaus.groovy.reflection.CachedClass$6 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.CachedClass$7
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/CachedClass$7.class
Class org.codehaus.groovy.reflection.CachedClass$7 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.CachedClass$8
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/CachedClass$8.class
Class org.codehaus.groovy.reflection.CachedClass$8 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.ClassInfo$LazyCachedClassRef
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/ClassInfo$LazyCachedClassRef.class
Class org.codehaus.groovy.reflection.ClassInfo$LazyCachedClassRef loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.LazyReference$1
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/LazyReference$1.class
Class org.codehaus.groovy.util.LazyReference$1 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.LazyReference$2
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/LazyReference$2.class
Class org.codehaus.groovy.util.LazyReference$2 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.util.ReferenceType$HardRef
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/util/ReferenceType$HardRef.class
Class org.codehaus.groovy.util.ReferenceType$HardRef loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.ClassInfo$LazyClassLoaderRef
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/ClassInfo$LazyClassLoaderRef.class
Class org.codehaus.groovy.reflection.ClassInfo$LazyClassLoaderRef loaded from ant loader (parentFirst)
Class java.lang.ref.PhantomReference loaded from parent loader (parentFirst)
Class java.lang.Thread loaded from parent loader (parentFirst)
Class java.lang.System loaded from parent loader (parentFirst)
Finding class groovy.lang.GString
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/GString.class
Class java.lang.Comparable loaded from parent loader (parentFirst)
Finding class groovy.lang.Writable
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/Writable.class
Class groovy.lang.Writable loaded from ant loader (parentFirst)
Finding class groovy.lang.Buildable
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/Buildable.class
Class groovy.lang.Buildable loaded from ant loader (parentFirst)
Class groovy.lang.GString loaded from ant loader (parentFirst)
Class java.security.PrivilegedAction loaded from parent loader (parentFirst)
Class java.util.Set loaded from parent loader (parentFirst)
Class java.lang.Number loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.reflection.CachedClass$3$1
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/CachedClass$3$1.class
Class org.codehaus.groovy.reflection.CachedClass$3$1 loaded from ant loader (parentFirst)
Class java.lang.SecurityException loaded from parent loader (parentFirst)
Class java.lang.reflect.AccessibleObject loaded from parent loader (parentFirst)
Class java.lang.reflect.Method loaded from parent loader (parentFirst)
Class java.security.AccessController loaded from parent loader (parentFirst)
Class java.io.IOException loaded from parent loader (parentFirst)
Class java.lang.ArrayIndexOutOfBoundsException loaded from parent loader (parentFirst)
Class java.lang.InterruptedException loaded from parent loader (parentFirst)
Class java.io.ObjectInputStream loaded from parent loader (parentFirst)
Class java.io.OutputStream loaded from parent loader (parentFirst)
Class java.io.ObjectOutputStream loaded from parent loader (parentFirst)
Class java.io.Closeable loaded from parent loader (parentFirst)
Class java.io.BufferedReader loaded from parent loader (parentFirst)
Class java.io.BufferedInputStream loaded from parent loader (parentFirst)
Class java.io.FileInputStream loaded from parent loader (parentFirst)
Class java.io.Writer loaded from parent loader (parentFirst)
Class java.io.PrintWriter loaded from parent loader (parentFirst)
Finding class groovy.io.GroovyPrintWriter
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/io/GroovyPrintWriter.class
Class groovy.io.GroovyPrintWriter loaded from ant loader (parentFirst)
Class java.io.BufferedWriter loaded from parent loader (parentFirst)
Class java.io.OutputStreamWriter loaded from parent loader (parentFirst)
Class java.io.FileOutputStream loaded from parent loader (parentFirst)
Finding class groovy.io.EncodingAwareBufferedWriter
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/io/EncodingAwareBufferedWriter.class
Class groovy.io.EncodingAwareBufferedWriter loaded from ant loader (parentFirst)
Class java.io.FileWriter loaded from parent loader (parentFirst)
Class java.io.DataInputStream loaded from parent loader (parentFirst)
Class java.io.DataOutputStream loaded from parent loader (parentFirst)
Class java.io.BufferedOutputStream loaded from parent loader (parentFirst)
Class java.util.TimerTask loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.runtime.DefaultGroovyMethods$4
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/DefaultGroovyMethods$4.class
Class org.codehaus.groovy.runtime.DefaultGroovyMethods$4 loaded from ant loader (parentFirst)
Class java.io.FileNotFoundException loaded from parent loader (parentFirst)
Class java.io.StringWriter loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.runtime.IteratorClosureAdapter
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/IteratorClosureAdapter.class
Class org.codehaus.groovy.runtime.IteratorClosureAdapter loaded from ant loader (parentFirst)
Class java.io.StringReader loaded from parent loader (parentFirst)
Class java.io.EOFException loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.runtime.DefaultGroovyMethods$3
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/DefaultGroovyMethods$3.class
Class org.codehaus.groovy.runtime.DefaultGroovyMethods$3 loaded from ant loader (parentFirst)
Class java.lang.NumberFormatException loaded from parent loader (parentFirst)
Class java.math.BigDecimal loaded from parent loader (parentFirst)
Class java.math.BigInteger loaded from parent loader (parentFirst)
Class java.io.UnsupportedEncodingException loaded from parent loader (parentFirst)
Class java.util.Date loaded from parent loader (parentFirst)
Class java.sql.Date loaded from parent loader (parentFirst)
Class java.util.Comparator loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.runtime.typehandling.GroovyCastException
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/typehandling/GroovyCastException.class
Class java.lang.ClassCastException loaded from parent loader (parentFirst)
Class org.codehaus.groovy.runtime.typehandling.GroovyCastException loaded from ant loader (parentFirst)
Class java.lang.reflect.InvocationHandler loaded from parent loader (parentFirst)
Class java.io.ByteArrayOutputStream loaded from parent loader (parentFirst)
Finding class groovy.lang.Range
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/Range.class
Class groovy.lang.Range loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.metaclass.MissingPropertyExceptionNoStack
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/metaclass/MissingPropertyExceptionNoStack.class
Class org.codehaus.groovy.runtime.metaclass.MissingPropertyExceptionNoStack loaded from ant loader (parentFirst)
Class java.lang.IllegalStateException loaded from parent loader (parentFirst)
Class java.lang.IndexOutOfBoundsException loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.runtime.WritableFile
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/WritableFile.class
Class org.codehaus.groovy.runtime.WritableFile loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.FlushingStreamWriter
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/FlushingStreamWriter.class
Class org.codehaus.groovy.runtime.FlushingStreamWriter loaded from ant loader (parentFirst)
Class java.util.NoSuchElementException loaded from parent loader (parentFirst)
Finding class groovy.lang.DeprecationException
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/DeprecationException.class
Class groovy.lang.DeprecationException loaded from ant loader (parentFirst)
Class java.io.PrintStream loaded from parent loader (parentFirst)
Class java.util.AbstractMap loaded from parent loader (parentFirst)
Class java.util.AbstractCollection loaded from parent loader (parentFirst)
Class java.util.regex.Pattern loaded from parent loader (parentFirst)
Class org.w3c.dom.NodeList loaded from parent loader (parentFirst)
Class java.util.regex.Matcher loaded from parent loader (parentFirst)
Class java.lang.StringBuffer loaded from parent loader (parentFirst)
Class java.util.logging.Logger loaded from parent loader (parentFirst)
Class java.util.Map$Entry loaded from parent loader (parentFirst)
Class java.util.SortedSet loaded from parent loader (parentFirst)
Class java.net.ServerSocket loaded from parent loader (parentFirst)
Class java.net.Socket loaded from parent loader (parentFirst)
Class java.net.URI loaded from parent loader (parentFirst)
Class java.net.URISyntaxException loaded from parent loader (parentFirst)
Class java.net.URL loaded from parent loader (parentFirst)
Class java.net.MalformedURLException loaded from parent loader (parentFirst)
Class java.util.BitSet loaded from parent loader (parentFirst)
Class java.lang.Process loaded from parent loader (parentFirst)
Class java.lang.ClassLoader loaded from parent loader (parentFirst)
Finding class groovy.lang.MetaProperty
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/MetaProperty.class
Class groovy.lang.MetaProperty loaded from ant loader (parentFirst)
Finding class groovy.lang.IntRange
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/IntRange.class
Class java.util.AbstractList loaded from parent loader (parentFirst)
Class groovy.lang.IntRange loaded from ant loader (parentFirst)
Finding class groovy.lang.EmptyRange
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/EmptyRange.class
Class groovy.lang.EmptyRange loaded from ant loader (parentFirst)
Finding class groovy.lang.ObjectRange
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/ObjectRange.class
Class groovy.lang.ObjectRange loaded from ant loader (parentFirst)
Class java.util.SortedMap loaded from parent loader (parentFirst)
Finding class groovy.lang.SpreadMap
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/SpreadMap.class
Class groovy.lang.SpreadMap loaded from ant loader (parentFirst)
Class java.util.Calendar loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.runtime.StringBufferWriter
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/StringBufferWriter.class
Class org.codehaus.groovy.runtime.StringBufferWriter loaded from ant loader (parentFirst)
Class java.util.Timer loaded from parent loader (parentFirst)
Class java.sql.ResultSet loaded from parent loader (parentFirst)
Finding class groovy.sql.GroovyRowResult
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/sql/GroovyRowResult.class
Class groovy.sql.GroovyRowResult loaded from ant loader (parentFirst)
Class java.sql.SQLException loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.reflection.CachedMethod
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/CachedMethod.class
Class org.codehaus.groovy.reflection.CachedMethod loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.GroovyBugError
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/GroovyBugError.class
Class org.codehaus.groovy.GroovyBugError loaded from ant loader (parentFirst)
Class java.lang.UnsupportedOperationException loaded from parent loader (parentFirst)
Class java.lang.NoClassDefFoundError loaded from parent loader (parentFirst)
Class java.lang.CloneNotSupportedException loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.runtime.callsite.CallSite
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/callsite/CallSite.class
Class org.codehaus.groovy.runtime.callsite.CallSite loaded from ant loader (parentFirst)
Class java.lang.reflect.InvocationTargetException loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.runtime.InvokerInvocationException
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/InvokerInvocationException.class
Class org.codehaus.groovy.runtime.InvokerInvocationException loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.CachedMethod$MyComparator
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/CachedMethod$MyComparator.class
Class org.codehaus.groovy.reflection.CachedMethod$MyComparator loaded from ant loader (parentFirst)
Class java.util.Arrays loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.runtime.CurriedClosure
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/CurriedClosure.class
Class org.codehaus.groovy.runtime.CurriedClosure loaded from ant loader (parentFirst)
Finding class groovy.lang.Closure$WritableClosure
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar groovy/lang/Closure$WritableClosure.class
Class groovy.lang.Closure$WritableClosure loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.reflection.CachedClass$CachedMethodComparatorByName
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/CachedClass$CachedMethodComparatorByName.class
Class org.codehaus.groovy.reflection.CachedClass$CachedMethodComparatorByName loaded from ant loader (parentFirst)
Class java.lang.Math loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport$RangeInfo
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/DefaultGroovyMethodsSupport$RangeInfo.class
Class org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport$RangeInfo loaded from ant loader (parentFirst)
Class java.lang.StringBuilder loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.runtime.dgm$0
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/dgm$0.class
Finding class org.codehaus.groovy.reflection.GeneratedMetaMethod
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/reflection/GeneratedMetaMethod.class
Class org.codehaus.groovy.reflection.GeneratedMetaMethod loaded from ant loader (parentFirst)
Class org.codehaus.groovy.runtime.dgm$0 loaded from ant loader (parentFirst)
Class java.lang.NoSuchMethodError loaded from parent loader (parentFirst)
Finding class org.codehaus.groovy.runtime.dgm$1
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/dgm$1.class
Class org.codehaus.groovy.runtime.dgm$1 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.dgm$2
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/dgm$2.class
Class org.codehaus.groovy.runtime.dgm$2 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.dgm$3
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/dgm$3.class
Class org.codehaus.groovy.runtime.dgm$3 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.dgm$4
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/dgm$4.class
Class org.codehaus.groovy.runtime.dgm$4 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.dgm$5
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/dgm$5.class
Class org.codehaus.groovy.runtime.dgm$5 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.dgm$6
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/dgm$6.class
Class org.codehaus.groovy.runtime.dgm$6 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.dgm$7
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/dgm$7.class
Class org.codehaus.groovy.runtime.dgm$7 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.dgm$8
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/dgm$8.class
Class org.codehaus.groovy.runtime.dgm$8 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.dgm$9
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/dgm$9.class
Class org.codehaus.groovy.runtime.dgm$9 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.dgm$10
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/dgm$10.class
Class org.codehaus.groovy.runtime.dgm$10 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.dgm$11
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/dgm$11.class
Class org.codehaus.groovy.runtime.dgm$11 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.dgm$12
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/dgm$12.class
Class org.codehaus.groovy.runtime.dgm$12 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.dgm$13
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/dgm$13.class
Class org.codehaus.groovy.runtime.dgm$13 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.dgm$14
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/dgm$14.class
Class org.codehaus.groovy.runtime.dgm$14 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.dgm$15
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/dgm$15.class
Class org.codehaus.groovy.runtime.dgm$15 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.dgm$16
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/dgm$16.class
Class org.codehaus.groovy.runtime.dgm$16 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.dgm$17
Loaded from /home/mattg/Download/git/eclim/src/eclipse/plugins/org.eclim.core/lib/groovy-1.6.5.jar org/codehaus/groovy/runtime/dgm$17.class
Class org.codehaus.groovy.runtime.dgm$17 loaded from ant loader (parentFirst)
Finding class org.codehaus.groovy.runtime.dg

Ant task should deploy to "dropins" not "plugins"

I have tried installing/deploying eclim using only ant, without having used the installer before.

Eclipse did not detect the plugins, until I moved them manually from plugins/ to dropins/.

I think the ant task (or a new, documented one) should therefore deploy to dropins instead.

eclim broke my vim

Hi I installed eclim and like the idea, however something seems to have gone very wrong after installing it, now even gvim by itself wont run simple functions like :w. I am on Windows (interestinly vim at the cmd.exe works fine), the output when trying to save a file is shown below:

Error detected while processing function eclim#project#util#RefreshFileBootstrap..eclim#pr
oject#util#GetCurrentProjectName..eclim#project#util#GetProject..eclim#project#util#GetPro
jects..eclim#ExecuteEclim..eclim#client#nailgun#Execute..eclim#client#python#nailgun#Execu
te..54_InitClient

Integrated Build C/C++

It would be nice if I could run the eclipse build for C/C++ inside VIM and receive the output on a error window or quick window.

NPE with php_complete

I have created a PHP project, and then tried completing something in there using , which resulted in the following command / NPE:

C:\usr\eclipse>eclim.bat -command php_complete -p "project" -f "classes/myclass2.class.php" -o 35170 -e utf-8
java.lang.NullPointerException
        at java.util.regex.Matcher.getTextLength(Unknown Source)
        at java.util.regex.Matcher.reset(Unknown Source)
        at java.util.regex.Matcher.<init>(Unknown Source)
        at java.util.regex.Pattern.matcher(Unknown Source)
        at org.eclim.plugin.pdt.command.complete.CodeCompleteCommand.getDescription(CodeCompleteCommand.java:97)
        at org.eclim.plugin.dltk.command.complete.AbstractCodeCompleteCommand.execute(AbstractCodeCompleteCommand.java:81)
        at org.eclim.command.Main.main(Main.java:89)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.martiansoftware.nailgun.NGSession.run(NGSession.java:334)

I am using the current version of Eclipse and eclim (just installed both): eclim 1.6.2 and eclipse 3.6.2. gVim 7.3.143 on Windows XP.

Eclim does not tell Eclipse to update local history

This is a feature request that's pretty important to me. The only reason that I use Eclipse instead of VIM is because of the history. In Eclipse when you edit a file and save, it adds that change to the local history, allowing you to compare your days work, or even revert a file that you decided should have been left untouched.

Eclipse: PDT

Steps to reproduce:

  1. In Eclipse, edit a file using the PHP editor or the Text editor.
  2. Write a line //test1
  3. Save
  4. Write a line //test2
  5. Save
  6. Compare with local history

Result:
Eclipse shows three entries in the history (present, test2, and test1)

  1. Do the same thing (edit + save, edit + save), but selecting VIM as the editor

Expected result:
Eclipse shows three entries in the history (present, test2, and test1)
Actual result:
Eclipse shows 2 entries in the history (present and test2)

No connect on Windows 7

Eclim 1.6.0
Vim 7.2
Eclipse 3.6 Build id: 20100617-1415

When trying to issue a :PingEclim command, a message flashes up stating
Unable to connect to eclimd (port: 9091) - connect: No error
In addition, I am queried to select one of multiple workspaces - selecting 0 or 1 doesn't help.
The Windows Firewall doesn't report anything, I checked the security settings and they look ok.
Any idea?

shell not restored properly after :JUnitExecute

Versions:
eclim 1.6.0
eclipse 3.6.0

OS: Debian Squeeze/Sid

Description: After running :JUnitExecute vim's shell variable remains set to /bin/sh.

/bin/sh on Debian points to /bin/dash and is not very friendly for interactive use. I did a bit of digging and it seems the JUnitExecute call winds up in eclim#util#System(cmd, [exec]). Looking at some of the logic at least this bit seems wrong:

if has("win32") || has("win64")
    ...
else 
    if executable('/bin/bash')
        set shell=/bin/bash
    else 
        set shell=/bin/sh
    endif
    set shell=/bin/sh
    ...
endif

As my default shell is /bin/bash, commenting out the last 'set shell=/bin/sh' above fixes my problem, but I imagine it wouldn't fix things if a user's default shell is not /bin/bash.

It also seems that changing:

let &shell = saveshell

to

set shell = saveshell

in the environment restoration section (of eclim#util#System()) fixes the issue, but I'm a bit out of my depth with vim scripting so I'm unsure if this is a reasonable change.

C++ Code Completion error with overloaded functions

Hello,

Try using eclim 1.5.8 with Eclipse 3.6 CDT and see that C++ code completion in VIM (using Ctrl-X Ctrl-U) not adding overloaded functions to list. See example:

class A
{
public:
int fun( int a ) { return 0; }
int fun( char a ) { return 0; }
};

Write:
A d;
d.f
and see in list only one function.

In Eclipse list contents two functions.

Thanks, sorry for bad English.

Installation fails if ~/.vim/eclim is a dead symbolic link

I guess ~/.vim/eclim beaing a (dead) symlink was the reason for my installation to fail. This is the output i got was as follows, after deleting the symlink everything went fine.

2011-02-07 13:59:28,651 INFO [ANT] [formic:unzip] Expanding: /tmp/vim-plugins8123089192709209473.zip into /export/home/j/jusername/.vim
2011-02-07 13:59:28,777 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/maven/dependencies.txt
2011-02-07 13:59:28,785 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/maven/repo.vim
2011-02-07 13:59:28,787 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/junitresult.vim
2011-02-07 13:59:28,788 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/development/index.txt
2011-02-07 13:59:28,789 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/restructure.py
2011-02-07 13:59:28,817 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/forreststatus.vim
2011-02-07 13:59:28,818 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/checkstyle.vim
2011-02-07 13:59:28,824 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/common/archive.txt
2011-02-07 13:59:28,827 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/java.vim
2011-02-07 13:59:28,828 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/documentation.txt
2011-02-07 13:59:28,829 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/vcs/impl/hg_log_files.style
2011-02-07 13:59:28,830 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/impl.txt
2011-02-07 13:59:28,841 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/ivy.vim
2011-02-07 13:59:28,848 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/perl.vim
2011-02-07 13:59:28,849 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/astutils.py
2011-02-07 13:59:28,850 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/css/complete.txt
2011-02-07 13:59:28,865 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/python/search.txt
2011-02-07 13:59:28,869 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/html/util.vim
2011-02-07 13:59:28,876 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/display/signs.vim
2011-02-07 13:59:28,878 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/strutsconfig/eclim.vim
2011-02-07 13:59:28,879 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/eclimhelp.vim
2011-02-07 13:59:28,880 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/mvn_pom/eclim.vim
2011-02-07 13:59:28,881 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/functionutils.py
2011-02-07 13:59:28,886 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/constructor.txt
2011-02-07 13:59:28,887 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/commonsvalidator/eclim.vim
2011-02-07 13:59:28,889 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/sourceutils.py
2011-02-07 13:59:28,890 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/compiler/eclim_ant.vim
2011-02-07 13:59:28,896 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/init.py
2011-02-07 13:59:28,904 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/taglist/lang/cproject.vim
2011-02-07 13:59:28,907 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/xml/definition.txt
2011-02-07 13:59:28,908 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/builtins.py
2011-02-07 13:59:28,910 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/plugin/taglisttoo.vim
2011-02-07 13:59:28,916 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/htmldjango.vim
2011-02-07 13:59:28,918 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope.vim
2011-02-07 13:59:28,919 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/c/project.txt
2011-02-07 13:59:28,920 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/ruby/validate.txt
2011-02-07 13:59:28,928 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/eclimhelp/eclim.vim
2011-02-07 13:59:28,929 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/refactor.vim
2011-02-07 13:59:28,930 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/multiproject.py
2011-02-07 13:59:28,935 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/common/util.vim
2011-02-07 13:59:28,938 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/ruby/index.txt
2011-02-07 13:59:28,939 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/contribute.txt
2011-02-07 13:59:28,940 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/importutils/module_imports.py
2011-02-07 13:59:28,948 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/forreststatus/eclim.vim
2011-02-07 13:59:28,955 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/javascript/eclim.vim
2011-02-07 13:59:28,956 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/gitcommit/eclim.vim
2011-02-07 13:59:28,957 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/plugin/largefile.vim
2011-02-07 13:59:28,958 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/tools.vim
2011-02-07 13:59:28,960 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/contrib/codeassist.py
2011-02-07 13:59:28,967 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/init.py
2011-02-07 13:59:28,974 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/cvs/eclim.vim
2011-02-07 13:59:28,979 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/ruby/search.txt
2011-02-07 13:59:28,980 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/common/project.txt
2011-02-07 13:59:28,987 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/compiler/eclim_xmllint.vim
2011-02-07 13:59:28,988 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/strutsconfig.vim
2011-02-07 13:59:28,990 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/vim/find.txt
2011-02-07 13:59:29,008 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/import.vim
2011-02-07 13:59:29,009 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/tree.vim
2011-02-07 13:59:29,011 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/translations/zh_TW/vim/cheatsheet.txt
2011-02-07 13:59:29,016 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/compiler/eclim_mvn.vim
2011-02-07 13:59:29,017 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/refactor.txt
2011-02-07 13:59:29,019 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/correct.vim
2011-02-07 13:59:29,024 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/change_signature.py
2011-02-07 13:59:29,033 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/javadoc.txt
2011-02-07 13:59:29,035 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/resources.py
2011-02-07 13:59:29,035 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/eclipse_classpath.vim
2011-02-07 13:59:29,036 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/vim/doc.txt
2011-02-07 13:59:29,037 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/cheatsheet.txt
2011-02-07 13:59:29,038 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/format.txt
2011-02-07 13:59:29,038 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/plugin/django.vim
2011-02-07 13:59:29,039 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/vcs/editor.vim
2011-02-07 13:59:29,040 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/webxml/index.txt
2011-02-07 13:59:29,046 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/contrib/changestack.py
2011-02-07 13:59:29,056 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/vcs/impl/github.vim
2011-02-07 13:59:29,057 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/junit.txt
2011-02-07 13:59:29,058 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/html/index.txt
2011-02-07 13:59:29,059 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/contrib/findit.py
2011-02-07 13:59:29,066 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/wildcards.py
2011-02-07 13:59:29,067 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/correct.txt
2011-02-07 13:59:29,068 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/c/hierarchy.txt
2011-02-07 13:59:29,069 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/groovy_simple_template.vim
2011-02-07 13:59:29,070 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/ant/index.txt
2011-02-07 13:59:29,076 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/translations/zh_TW/index.txt
2011-02-07 13:59:29,083 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/taglist/lang/python.vim
2011-02-07 13:59:29,087 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/search.vim
2011-02-07 13:59:29,088 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/guides/uninstall.txt
2011-02-07 13:59:29,090 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/web.vim
2011-02-07 13:59:29,098 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/project/tracker.vim
2011-02-07 13:59:29,107 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/importutils/importinfo.py
2011-02-07 13:59:29,108 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/localtofield.py
2011-02-07 13:59:29,109 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/plugin/java_tools.vim
2011-02-07 13:59:29,110 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/gant/eclim.vim
2011-02-07 13:59:29,120 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/python/django.txt
2011-02-07 13:59:29,123 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/simplify.py
2011-02-07 13:59:29,125 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/contrib/fixsyntax.py
2011-02-07 13:59:29,125 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/vimplugin.vim
2011-02-07 13:59:29,126 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/junitresult/eclim.vim
2011-02-07 13:59:29,135 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/common/archive.vim
2011-02-07 13:59:29,136 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/xml/validate.txt
2011-02-07 13:59:29,137 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/search.txt
2011-02-07 13:59:29,139 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/common/history.vim
2011-02-07 13:59:29,140 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/indent/xml.vim
2011-02-07 13:59:29,140 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/mappings.txt
2011-02-07 13:59:29,156 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/c/index.txt
2011-02-07 13:59:29,157 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/similarfinder.py
2011-02-07 13:59:29,158 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/compiler/eclim_javac.vim
2011-02-07 13:59:29,159 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/log4j/eclim.vim
2011-02-07 13:59:29,160 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/dtd/index.txt
2011-02-07 13:59:29,161 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/java.txt
2011-02-07 13:59:29,174 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/constructor.vim
2011-02-07 13:59:29,175 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/contrib/finderrors.py
2011-02-07 13:59:29,179 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/extract.py
2011-02-07 13:59:29,180 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/common/template.vim
2011-02-07 13:59:29,194 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/regex.vim
2011-02-07 13:59:29,198 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/log4j/validate.txt
2011-02-07 13:59:29,199 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/vim/find.vim
2011-02-07 13:59:29,200 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/change.py
2011-02-07 13:59:29,202 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/plugin/common.vim
2011-02-07 13:59:29,203 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/contrib/fixmodnames.py
2011-02-07 13:59:29,205 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/client/python/nailgun.py
2011-02-07 13:59:29,206 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/plugin/project.vim
2011-02-07 13:59:29,207 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/xsd/index.txt
2011-02-07 13:59:29,208 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/django/manage.vim
2011-02-07 13:59:29,209 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/common/web.txt
2011-02-07 13:59:29,213 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/display/window.vim
2011-02-07 13:59:29,214 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/tld.vim
2011-02-07 13:59:29,215 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/introduce_factory.py
2011-02-07 13:59:29,216 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/indent/htmljinja.vim
2011-02-07 13:59:29,217 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/common/history.txt
2011-02-07 13:59:29,218 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/regex.vim
2011-02-07 13:59:29,219 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/vcs/command.vim
2011-02-07 13:59:29,220 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/forrestdocument/eclim.vim
2011-02-07 13:59:29,221 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/inline.py
2011-02-07 13:59:29,222 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/method_object.py
2011-02-07 13:59:29,223 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/ant/doc.txt
2011-02-07 13:59:29,224 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/vcs/impl/git.vim
2011-02-07 13:59:29,226 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/sql.vim
2011-02-07 13:59:29,228 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/cache.vim
2011-02-07 13:59:29,229 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/pynames.py
2011-02-07 13:59:29,230 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim.vim
2011-02-07 13:59:29,231 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/taglist/lang/javascript.vim
2011-02-07 13:59:29,233 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/regex.vim
2011-02-07 13:59:29,234 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/exceptions.py
2011-02-07 13:59:29,235 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/tools.txt
2011-02-07 13:59:29,237 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/contrib/init.py
2011-02-07 13:59:29,238 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/make/eclim.vim
2011-02-07 13:59:29,240 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/ant/complete.txt
2011-02-07 13:59:29,240 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/hibernate/eclim.vim
2011-02-07 13:59:29,241 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/spring/eclim.vim
2011-02-07 13:59:29,244 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/topackage.py
2011-02-07 13:59:29,245 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/complete.vim
2011-02-07 13:59:29,246 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/html/complete.vim
2011-02-07 13:59:29,247 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/css.vim
2011-02-07 13:59:29,251 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/init.py
2011-02-07 13:59:29,252 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/plugin/make.vim
2011-02-07 13:59:29,253 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/taglist/util.vim
2011-02-07 13:59:29,254 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/code_completion.txt
2011-02-07 13:59:29,254 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/hibernate.vim
2011-02-07 13:59:29,256 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/eclipse.vim
2011-02-07 13:59:29,257 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/test.vim
2011-02-07 13:59:29,258 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/xsd/validate.txt
2011-02-07 13:59:29,259 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/c/search.txt
2011-02-07 13:59:29,260 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/prefs.py
2011-02-07 13:59:29,263 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/guides/multi_workspace.txt
2011-02-07 13:59:29,264 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/webxml/validate.txt
2011-02-07 13:59:29,264 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/ant.vim
2011-02-07 13:59:29,265 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/issues.txt
2011-02-07 13:59:29,267 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/libutils.py
2011-02-07 13:59:29,268 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/compiler/eclim_maven.vim
2011-02-07 13:59:29,269 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/occurrences.py
2011-02-07 13:59:29,269 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/xml.vim
2011-02-07 13:59:29,270 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/oi/objectdb.py
2011-02-07 13:59:29,271 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/delegate.txt
2011-02-07 13:59:29,294 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/patchedast.py
2011-02-07 13:59:29,295 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/importutils/actions.py
2011-02-07 13:59:29,296 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/ivy.vim
2011-02-07 13:59:29,297 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/ruby/buildpath.txt
2011-02-07 13:59:29,298 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/mysql.vim
2011-02-07 13:59:29,299 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/hierarchy.txt
2011-02-07 13:59:29,300 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/doc.vim
2011-02-07 13:59:29,300 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/maven/dependency.vim
2011-02-07 13:59:29,306 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/xml/format.txt
2011-02-07 13:59:29,307 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/display/maximize.vim
2011-02-07 13:59:29,308 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/guides/development.txt
2011-02-07 13:59:29,309 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/introduce_parameter.py
2011-02-07 13:59:29,311 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/pynamesdef.py
2011-02-07 13:59:29,312 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/ant/doc.vim
2011-02-07 13:59:29,312 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/spring.vim
2011-02-07 13:59:29,313 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/guides/clojure/vimclojure.txt
2011-02-07 13:59:29,314 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/taglist/lang/java.vim
2011-02-07 13:59:29,315 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/index.txt
2011-02-07 13:59:29,316 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/xml/validate.vim
2011-02-07 13:59:29,317 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/oi/soa.py
2011-02-07 13:59:29,318 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/ivy/eclim.vim
2011-02-07 13:59:29,318 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/complete.vim
2011-02-07 13:59:29,319 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/complete.txt
2011-02-07 13:59:29,323 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/java/eclim.vim
2011-02-07 13:59:29,324 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/default_config.py
2011-02-07 13:59:29,325 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/xml/definition.vim
2011-02-07 13:59:29,326 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/oi/memorydb.py
2011-02-07 13:59:29,327 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/download.txt
2011-02-07 13:59:29,328 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/html/validate.vim
2011-02-07 13:59:29,329 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/indent/html.vim
2011-02-07 13:59:29,330 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/python/eclim.vim
2011-02-07 13:59:29,330 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/jinja.vim
2011-02-07 13:59:29,331 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/classpath.txt
2011-02-07 13:59:29,336 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/changes.txt
2011-02-07 13:59:29,337 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/maven/index.txt
2011-02-07 13:59:29,339 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/html/eclim.vim
2011-02-07 13:59:29,340 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/ant/run.vim
2011-02-07 13:59:29,341 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/vcs/util.vim
2011-02-07 13:59:29,343 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/maven_project/eclim.vim
2011-02-07 13:59:29,344 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/php/validate.txt
2011-02-07 13:59:29,346 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/importutils/init.py
2011-02-07 13:59:29,347 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/pyobjects.py
2011-02-07 13:59:29,348 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/common/util.txt
2011-02-07 13:59:29,349 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/plugin/vcs.vim
2011-02-07 13:59:29,350 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/validate.vim
2011-02-07 13:59:29,351 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/settings.txt
2011-02-07 13:59:29,352 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/javascript/index.txt
2011-02-07 13:59:29,354 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/html/validate.txt
2011-02-07 13:59:29,354 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/indent/css.vim
2011-02-07 13:59:29,355 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/project/problems.vim
2011-02-07 13:59:29,356 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/javascript/validate.txt
2011-02-07 13:59:29,357 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/common/maximize.txt
2011-02-07 13:59:29,358 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/common/vcs.txt
2011-02-07 13:59:29,358 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/html.vim
2011-02-07 13:59:29,359 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/guides/headless.txt
2011-02-07 13:59:29,360 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/css/index.txt
2011-02-07 13:59:29,361 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/pyobjectsdef.py
2011-02-07 13:59:29,363 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/webxml.vim
2011-02-07 13:59:29,364 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/ruby/complete.txt
2011-02-07 13:59:29,364 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/vcs/web.vim
2011-02-07 13:59:29,365 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/webxml/eclim.vim
2011-02-07 13:59:29,366 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/contrib/generate.py
2011-02-07 13:59:29,367 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/php/complete.txt
2011-02-07 13:59:29,367 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/gettingstarted.txt
2011-02-07 13:59:29,368 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/client/python/nailgun.vim
2011-02-07 13:59:29,369 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/import.vim
2011-02-07 13:59:29,370 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/encapsulate_field.py
2011-02-07 13:59:29,371 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/arguments.py
2011-02-07 13:59:29,372 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/suites.py
2011-02-07 13:59:29,373 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/taglist/taglisttoo.vim
2011-02-07 13:59:29,374 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/maven_project.vim
2011-02-07 13:59:29,375 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/worder.py
2011-02-07 13:59:29,376 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/hg.vim
2011-02-07 13:59:29,377 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/validate.txt
2011-02-07 13:59:29,377 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/c/complete.txt
2011-02-07 13:59:29,378 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/html/complete.txt
2011-02-07 13:59:29,379 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/stdmods.py
2011-02-07 13:59:29,380 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/vcs/impl/redmine.vim
2011-02-07 13:59:29,383 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/cygwin.vim
2011-02-07 13:59:29,386 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/python/index.txt
2011-02-07 13:59:29,387 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/common/taglist.txt
2011-02-07 13:59:29,387 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/vim/eclim.vim
2011-02-07 13:59:29,388 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/forrestdocument.vim
2011-02-07 13:59:29,389 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/common/index.txt
2011-02-07 13:59:29,390 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/vcs/impl/bitbucket.vim
2011-02-07 13:59:29,390 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/vcs/impl/trac.vim
2011-02-07 13:59:29,391 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/import.txt
2011-02-07 13:59:29,392 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/utils.py
2011-02-07 13:59:29,394 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/help.vim
2011-02-07 13:59:29,396 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/python/regex.txt
2011-02-07 13:59:29,397 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/javascript/util.vim
2011-02-07 13:59:29,399 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/hg/eclim.vim
2011-02-07 13:59:29,400 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/pyscopes.py
2011-02-07 13:59:29,400 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/index.txt
2011-02-07 13:59:29,401 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/logging.vim
2011-02-07 13:59:29,402 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/search.vim
2011-02-07 13:59:29,403 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/testng.txt
2011-02-07 13:59:29,404 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/php/search.txt
2011-02-07 13:59:29,405 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/checkstyle.txt
2011-02-07 13:59:29,405 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/guides/install.txt
2011-02-07 13:59:29,406 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/dltk/buildpath.txt
2011-02-07 13:59:29,407 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/taglist/lang/php.vim
2011-02-07 13:59:29,409 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/dtd/validate.txt
2011-02-07 13:59:29,411 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/xml/index.txt
2011-02-07 13:59:29,412 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/wsdl.vim
2011-02-07 13:59:29,422 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/bean.txt
2011-02-07 13:59:29,423 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/bean.vim
2011-02-07 13:59:29,424 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/vim/index.txt
2011-02-07 13:59:29,425 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/resourceobserver.py
2011-02-07 13:59:29,427 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/util.vim
2011-02-07 13:59:29,429 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/xml/complete.vim
2011-02-07 13:59:29,429 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/common/buffers.vim
2011-02-07 13:59:29,430 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/vcs/impl/hgserve.vim
2011-02-07 13:59:29,431 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/log4j.vim
2011-02-07 13:59:29,432 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/vcs/impl/googlecode.vim
2011-02-07 13:59:29,468 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/plugin/eclim.vim
2011-02-07 13:59:29,469 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/oi/objectinfo.py
2011-02-07 13:59:29,470 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/ant/execute.txt
2011-02-07 13:59:29,471 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/css/eclim.vim
2011-02-07 13:59:29,471 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/features.txt
2011-02-07 13:59:29,472 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/html/util.txt
2011-02-07 13:59:29,473 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/commonsvalidator.vim
2011-02-07 13:59:29,474 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/django/util.vim
2011-02-07 13:59:29,474 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/impl.vim
2011-02-07 13:59:29,475 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/project/tree.vim
2011-02-07 13:59:29,477 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/indent/htmldjango.vim
2011-02-07 13:59:29,478 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/lang.vim
2011-02-07 13:59:29,478 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/usefunction.py
2011-02-07 13:59:29,479 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/sgml/util.vim
2011-02-07 13:59:29,480 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/css/complete.vim
2011-02-07 13:59:29,481 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/eclipse_classpath/eclim.vim
2011-02-07 13:59:29,482 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/pycore.py
2011-02-07 13:59:29,493 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/ant/validate.txt
2011-02-07 13:59:29,494 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/maven/execute.txt
2011-02-07 13:59:29,495 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/indent/javascript.vim
2011-02-07 13:59:29,496 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/guides/troubleshoot.txt
2011-02-07 13:59:29,497 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/junit.vim
2011-02-07 13:59:29,497 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/dict/java
2011-02-07 13:59:29,498 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/php/index.txt
2011-02-07 13:59:29,499 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/oi/runmod.py
2011-02-07 13:59:29,500 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/php/buildpath.txt
2011-02-07 13:59:29,501 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/oi/transform.py
2011-02-07 13:59:29,512 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/contrib/autoimport.py
2011-02-07 13:59:29,514 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/vcs/impl/gitweb.vim
2011-02-07 13:59:29,515 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/taskhandle.py
2011-02-07 13:59:29,516 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/xsd/eclim.vim
2011-02-07 13:59:29,517 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/vcs/impl/viewvc.vim
2011-02-07 13:59:29,518 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/xml/format.vim
2011-02-07 13:59:29,519 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/c/validate.txt
2011-02-07 13:59:29,521 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/common/locate.vim
2011-02-07 13:59:29,534 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/ant/util.vim
2011-02-07 13:59:29,535 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/project.py
2011-02-07 13:59:29,537 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/oi/init.py
2011-02-07 13:59:29,538 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/ast.py
2011-02-07 13:59:29,539 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/guides/index.txt
2011-02-07 13:59:29,541 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/history.py
2011-02-07 13:59:29,542 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/common/license.vim
2011-02-07 13:59:29,543 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/django/template.vim
2011-02-07 13:59:29,543 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/ant/eclim.vim
2011-02-07 13:59:29,544 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/mvn_pom.vim
2011-02-07 13:59:29,546 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/log4j/index.txt
2011-02-07 13:59:29,547 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/client/nailgun.vim
2011-02-07 13:59:29,548 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/tld/eclim.vim
2011-02-07 13:59:29,548 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/plugin/maven.vim
2011-02-07 13:59:29,549 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/dltk/index.txt
2011-02-07 13:59:29,550 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/move.py
2011-02-07 13:59:29,551 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/classpath.vim
2011-02-07 13:59:29,551 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/plugin/ftdetect.vim
2011-02-07 13:59:29,552 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/xml/complete.txt
2011-02-07 13:59:29,553 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/dtd/eclim.vim
2011-02-07 13:59:29,554 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/css/validate.txt
2011-02-07 13:59:29,554 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/vcs/impl/hg.vim
2011-02-07 13:59:29,555 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/ant/complete.vim
2011-02-07 13:59:29,556 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/htmljinja/eclim.vim
2011-02-07 13:59:29,559 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/logging.txt
2011-02-07 13:59:29,559 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/xml/eclim.vim
2011-02-07 13:59:29,560 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/fscommands.py
2011-02-07 13:59:29,561 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/util.vim
2011-02-07 13:59:29,561 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/indent/dtd.vim
2011-02-07 13:59:29,562 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/plugin/eclim.vim
2011-02-07 13:59:29,564 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/development/architecture.txt
2011-02-07 13:59:29,578 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/after/plugin/eclim_aliases.vim.example
2011-02-07 13:59:29,579 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/maven/run.vim
2011-02-07 13:59:29,581 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/translations/index.txt
2011-02-07 13:59:29,585 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/htmldjango/eclim.vim
2011-02-07 13:59:29,586 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/compiler/eclim_javadoc.vim
2011-02-07 13:59:29,587 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/ftplugin/svn/eclim.vim
2011-02-07 13:59:29,588 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/codeanalyze.py
2011-02-07 13:59:29,589 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/eclimd.txt
2011-02-07 13:59:29,590 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/index.txt
2011-02-07 13:59:29,591 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/java/regex.txt
2011-02-07 13:59:29,592 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/django/find.vim
2011-02-07 13:59:29,592 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/python/validate.txt
2011-02-07 13:59:29,593 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/plugin/ant.vim
2011-02-07 13:59:29,594 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/javascript/complete.vim
2011-02-07 13:59:29,594 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/syntax/gant.vim
2011-02-07 13:59:29,595 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/oi/soi.py
2011-02-07 13:59:29,596 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/faq.txt
2011-02-07 13:59:29,597 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/vim/doc.vim
2011-02-07 13:59:29,598 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/hierarchy.vim
2011-02-07 13:59:29,598 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/delegate.vim
2011-02-07 13:59:29,599 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/indent/indentanything.vim
2011-02-07 13:59:29,599 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/java/format.vim
2011-02-07 13:59:29,600 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/project/util.vim
2011-02-07 13:59:29,602 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/compiler/eclim_make.vim
2011-02-07 13:59:29,603 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/xml/util.vim
2011-02-07 13:59:29,603 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/vcs/impl/hgcgi.vim
2011-02-07 13:59:29,604 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/doc/vim/python/complete.txt
2011-02-07 13:59:29,606 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/oi/doa.py
2011-02-07 13:59:29,606 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/base/evaluate.py
2011-02-07 13:59:29,607 WARN [ANT] [formic:unzip] Unable to expand to file /export/home/j/jusername/.vim/eclim/autoload/eclim/python/rope/refactor/rename.py
jar:file:/export/home/j/jusername/Downloads/eclim_1.6.1.jar!/installer.xml:208: Replace: source file /export/home/j/jusername/.vim/eclim/plugin/eclim.vim doesn't exist
at org.apache.tools.ant.taskdefs.Replace.processFile(Replace.java:664)
at org.apache.tools.ant.taskdefs.Replace.execute(Replace.java:539)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
at net.sf.antcontrib.logic.IfTask.execute(IfTask.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:154)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:390)
at org.formic.wizard.step.shared.InstallAction.execute(InstallAction.java:110)
at org.formic.wizard.step.gui.InstallStep$1.run(InstallStep.java:152)
at foxtrot.AbstractWorkerThread$1.run(AbstractWorkerThread.java:39)
at java.security.AccessController.doPrivileged(Native Method)
at foxtrot.AbstractWorkerThread.runTask(AbstractWorkerThread.java:35)
at foxtrot.workers.SingleWorkerThread.run(SingleWorkerThread.java:196)
at foxtrot.workers.SingleWorkerThread.run(SingleWorkerThread.java:179)
at java.lang.Thread.run(Thread.java:662)
Installer Context (Please include in bug reports):
eclipse.home=/export/home/j/jusername/opt/eclipse
eclipse.local=/export/home/j/jusername/opt/eclipse
featureList.ant=true
featureList.cdt=false
featureList.dltk=false
featureList.dltkruby=false
featureList.jdt=true
featureList.maven=true
featureList.pdt=false
featureList.python=true
featureList.wst=true
vim.files=/export/home/j/jusername/.vim
vim.skip=false
2011-02-07 14:00:56,312 INFO [org.formic.Installer] Installer Finished.
2011-02-07 14:00:56,329 DEBUG [ANT]
BUILD SUCCESSFUL
Total time: 64 minutes 38 seconds
2011-02-07 14:00:56,334 WARN [ANT] [echo] Installation canceled.
2011-02-07 14:00:56,371 WARN [ANT] [echo] Please wait while the eclim installer feature is removed from eclipse...
2011-02-07 14:00:56,376 INFO [org.formic.util.CommandExecutor] java -jar /export/home/j/jusername/opt/eclipse/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -clean -application org.eclipse.equinox.p2.director -repository file:///tmp/formic_112402975/update -uninstallIU org.eclim.installer.feature.group

Best regards

Pattern displayed twice with first not-found error when eclim is enabled

I have noticed that I am getting a non-default output if the first search fails, and it's related to some of the eclim plugins.

To reproduce:

  1. Start vim
  2. Search for "t": "/t"

Instead of just displaying the "not found" error, the pattern (/t) gets displayed twice, too.

I have tracked it down to the inclusion of the plugins via runtime! eclim/plugin/*.vim - commenting that line in plugin/eclim.vim fixes that behavior.

I can further track it down, if required - just let me know.

Break Maven support into it's own project

The maven support in eclim is great. It would be beneficial on it's own. Since Archive, Taglist, VCS, and many others have been broken out, it would make sense to make the Maven support standalone as well.

Bug in taglisttoo.vim

ok, this is what i find in my computer

well, in file eclim/autoload/eclim/taglist/taglisttoo.vim, about line 586, there is a if statement. i think has('win32unix') should be considered. i look around the code and find that in cygwin all command were added 'cmd /c', but no quotes in the beginning of command. so the if statement may has a bug.

Add "Rebuild index" command

Hello,
It would be nice if I could run rebuild index for C/C++ inside VIM. It often necessary when files were changed by three-party applications (such as svn client and etc.).

Thanks!

Bug in eclim.vim

well, this bug come from eclim/autoload/eclim.vim
this is the one under windows.
line 145 in file eclim/autoload/eclim.vim, there is a condition that user may change his HOME path by add HOME env. var.. something like set HOME=D:. but eclimd.cmd doesn't follow the HOME roles. so in this condition, the function would be always return 0.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.