Hi, I am under Windows XP with Vim 7.1. I have installed your plugin and have 2 errors :
When I try to build the helptags, I have the following error: E154: Duplicate tag "javacomplete-history" .... "javacomplete-history" appears twice in your documentation. The second error appears when I try to use the completion (a simple case eg: System.<C-X><C-O>) I have the following error : C:\WINDOWS\system32\cmd.exe /c javac -d "C:\Documents and Settings\FromtonRouge" C:\Documents and Settings\FromtonRouge\vimfiles\autoload\Reflection.java javac: invalid flag: C:\Documents Usage: javac <options> <source files> use -help for a list of possible options shell returned 2 You forgot to quote the variable srcFile line 1375 After fixing it, it works :) Best regards, Vissale 2007/8/11, cheng fang <[EMAIL PROTECTED]>: > > I wrote javacomplete, an omni-completion script of > JAVA language for vim 7. Could anybody have a try at > javacomplete and give some advice or comments to me? > > You could visit the url: > http://www.vim.org/scripts/script.php?script_id=1785 > > Javacomplete have these features: > - List members of a class, such as (static) fields, > (static) methods. > - List classes or subpackages of a package. > - Provide parameters information of a method, list all > overload methods. > - Complete an incomplete field or method name. > - Provide a complete JAVA parser written in Vim script > language. > - Use the JVM to obtain most information. > - Use the embedded parser to obtain the class > information of source files. > - Builtin objects in JSP can be recognized, such as > request, session. > > It works on all the platforms where > - Vim version 7.0 and above. > - JDK version 1.1 and above. > existed. > > Thanks, > cheng fang > > > ___________________________________________________________ > 抢注雅虎免费邮箱3.5G容量,20M附件! > http://cn.mail.yahoo.com > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
