Matthew O. Smith

Results 33 comments of Matthew O. Smith

See gh-177. The CEDET I was using isn't working anymore so I am moving to the main branch because the maven stuff has been integrated. I'll get that done as...

First problem `(invalid-slot-type ede-project-autoload proj-root function ede-maven2-project-root)`

``` Debugger entered--Lisp error: (invalid-slot-type ede-project-autoload proj-root function ede-maven2-project-root) signal(invalid-slot-type (ede-project-autoload proj-root function ede-maven2-project-root)) eieio-validate-slot-value(ede-project-autoload 8 ede-maven2-project-root proj-root) eieio-oset([object ede-project-autoload "malabar-maven2" "MALABAR MAVEN2" ede/maven2 "pom.xml" t nil unbound nil unbound...

Instance Allocated Slots: Slot: name Name of this project type Slot: file The lisp file belonging to this class. Slot: proj-file Name of a project file of this type. Slot:...

This needs to be part of an independent maven support project. I will create or find such a project and move this issue there.

Feel free to incorporate javadoc-helper in your project. Both licenses are GPL and should be compatible. The latest version is at https://github.com/williamw520/javadochelp

``` Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) insert(nil) (progn (insert docstring) (goto-char 0) (while (re-search-forward "{@code \\([^}]+\\)}" nil t) (put-text-property (match-beginning 0) (match-beginning 1) (quote invisible) t) (put-text-property (match-beginning 1)...

Or maybe https://github.com/skeeto/javadoc-lookup/blob/master/README.md

Thanks. I will get that looked at. I am in the middle of a large refactor to support gradle as well as maven so things are a bit broken but...

I will try over the next day or two. As a quick hint, use the develop branch.  Sent from my T-Mobile 4G LTE Device -------- Original message --------From: Vincent Toups...