I was looking for some information about the distortion of the exact reverse protocol described in this popular question .
With SBT, I want to compile and / or create a release of existing software that has been actively developed using Eclipse and the Eclipse plug-in development environment (PDE) .
Users want to keep the eclipse GUI tools for defining dependencies for each plugin. But we also need a console tool such as SBT. Do you think there are some tools that can generate an SBT project based on plug-in dependencies written using Eclipse PDE systems?
I see that the tycho plugin for eclipse can generate a maven file, is it possible to use the SBT and IVY repository (don't want .pom :()?
source
share