I considered using SBT (which resolves dependencies using Ivy) to build an Eclipse RCP application. Is it possible?
相关问题
- Could not import the newly generated play framewor
- How to filter/disable a scalac option for all subp
- Unresolved dependencies path for SBT project in In
- Start scala repl loop from code using sbt
- org.scala-sbt#sbt;${{sbt.version}}: not found on e
相关文章
- How do you run cucumber with Scala 2.11 and sbt 0.
- Setting up multiple test folders in a SBT project
- Run project with java options via sbt
- Build maven project as a part of SBT build
- What does `<<=` mean in SBT?
- module not found: com.eed3si9n#sbt-assembly;0.14.3
- On scala project - Getting error GC overhead limit
- How to set up an IntelliJ Idea Scala project to re
If you can access the p2 repository via the standard ivy resolvers(listed here: http://ant.apache.org/ivy/history/latest-milestone/settings/resolvers.html) then it should be possible.