On Wed, Mar 18, 2009 at 12:06:15AM -0500, Jeffrey Phillips wrote: > I think the problem is in line 32 of the jde-plugins.el. This line: > > (defcustom jde-plugins-directory (expand-file-name "plugins" (jde-root)) > > should be: > > (defcustom jde-plugins-directory (jde-cygpath (expand-file-name > "plugins" (jde-root)))
Are you sure? I get "File mode specification error: (void-function jde-cygpath)". I can see it defined in jde.el, and used in jde-javadoc-gen.el, but... *shrug* ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ jdee-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-users
