m0smith / malabar-mode

EMCS JVM Integration for Java and other JVM based languages
GNU General Public License v2.0
330 stars 52 forks source link

Some dependencies I cannot locate #189

Closed tarsius closed 7 years ago

tarsius commented 7 years ago

As part of my work on the Emacsmirror, I try to ensure that all dependencies of mirrored packages are satisfied by other mirrored (or built-in) packages.

While looking at malabar-mode's unsatisfied dependencies, I noticed that many of those features are only required by files inside src.old/. I recommend that you remove that directory and instead keep those files only on a git branch. Alternatively you could add the file src.old/.nosearch. That would keep some tools, including mine, from looking in that directory.

But there also are some features that are required by files in src/ which aren't provided by any mirrored or built-in packages: semantic/db-javap and ede/maven2. Maybe these libraries have disappeared from the packages that used to provide them? Else please point me to the packages that are (still) providing them.

Thanks!

tarsius commented 7 years ago

Figured out that those libraries are still available from the stand-alone Cedet.

Since this package is obsolete now, I am closing this.