I'm trying to navigate sources of a dependency I have where the folders inside the sources-jar doesn't match the package declarations. Is this possible?I'm using sbt-eclipse to generate my .classpath and for this specific entry it looks like:<classpathentry kind="lib" path="/Users/viktor/.ivy2/cache/net.liftmodules/fobo-twitter-bootstrap_2.5_2.10/jars/fobo-twitter-bootstrap_2.5_2.10-1.0.jar" sourcepath="/Users/viktor/.ivy2/cache/net.liftmodules/fobo-twitter-bootstrap_2.5_2.10/srcs/fobo-twitter-bootstrap_2.5_2.10-1.0-sources.jar"></classpathentry>
And then for instance I open net.liftmodules.snippet.FoBo.TBNavbar, but the source file is under net/liftmodules/FoBoTB/snippet/FoBo/TBNavbar.scala and I guess since they don't match Eclipse can't find the actual source.
Weird I haven't struck this problem before, but I guess most my deps use matching folders/packages. Is there any way I can fix this?
Thanks,
Viktor
--
You received this message because you are subscribed to the Google Groups "Scala IDE User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-ide-use...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.