-
Bug
-
Resolution: Done
-
Major
-
1.0.0.Beta3, 1.0.0.Beta4, 1.0.0.Beta5
-
None
-
-
Workaround Exists
-
I am developing a plugin which depends on the seam-render module. When I execute 'forge source-plugin' to build and install the plugin, both operations are successful. Forge outputs "Build successful", and then, "Installed from [
{plugin.home}] successfully." However, whenever I try to execute the plugin, Forge outputs the following error: "ERROR: No such command
{command.name}". Through debugging, I have determined that it is the inclusion of the seam-render JAR in my plugin (also part of the Forge core) which causes these build issues. A workaround, described below, exists by manually including it as a dependency of the plugin, but this is obviously not ideal for third-party users of the plugin.