resource drw.jetlang.core.jar
config default
include drw.jetlang.core-linux-pub/1.0.0
end
config dist
append CLASSPATH=@/drw.jetlang.core.jar
end
...a "fig --publish drw.jetlang.core-linux-pub/1.0.0 -c dist" simply publishes the entire package.fig. When a "fig -u" is run, fig crashes because drw.jetlang.core-linux-pub's config is "default" rather than "dist", and it includes itself ad infinitum.
Using fig 0.1.14, and given this package.fig...
...a "fig --publish drw.jetlang.core-linux-pub/1.0.0 -c dist" simply publishes the entire package.fig. When a "fig -u" is run, fig crashes because drw.jetlang.core-linux-pub's config is "default" rather than "dist", and it includes itself ad infinitum.