xerial / sbt-pack

A sbt plugin for creating distributable Scala packages.
495 stars 76 forks source link

sbt fails to load using sbt-pack and dependsOn local project #29

Open mighdoll opened 10 years ago

mighdoll commented 10 years ago

Thanks for the nifty plugin!

We've just started using sbt-pack but ran into a problem mixing sbt-pack and file dependencies. Join the conversation here https://github.com/sbt/sbt/issues/1152 ?

xerial commented 10 years ago

@mighdoll Thanks for reporting the problem. At first glance, I have no clue on how to solve the problem.

It looks like caused by the use of Scala Macros in sbt. If you got any hint, please update this issue (or simply reference #29)

Thanks.

xerial commented 10 years ago

@mighdoll Thanks for the mention. https://github.com/sbt/sbt/issues/1152#issuecomment-37334661

I agree with you in avoiding the use of slf4j and scalate (It depends on Scala-2.10.2) Some templates rely on some special syntax in scalate. I need to investigate how to emulate this behaviour.

mighdoll commented 10 years ago

glad to help, and thanks again for sharing your work with the community!

On Wed, Mar 12, 2014 at 7:38 AM, Taro L. Saito notifications@github.comwrote:

@mighdoll https://github.com/mighdoll Thanks for the mention. sbt/sbt#1152 (comment)https://github.com/sbt/sbt/issues/1152#issuecomment-37334661

I agree with you in avoiding the use of slf4j and scalate (It depends on Scala-2.10.2) Some templates rely on some special syntax in scalate. I need to investigate how to emulate this behaviour.

Reply to this email directly or view it on GitHubhttps://github.com/xerial/sbt-pack/issues/29#issuecomment-37415637 .