Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lift 2.6, Scala 2.11 #1

Open
alcarvalho opened this issue Oct 22, 2014 · 9 comments
Open

Lift 2.6, Scala 2.11 #1

alcarvalho opened this issue Oct 22, 2014 · 9 comments

Comments

@alcarvalho
Copy link

Why is the name for lift 2.6 written as 2-6 in the repo? Is it on purpose?

http://repo.typesafe.com/typesafe/sonatype-snapshots/net/liftmodules/mapperauth_2-6_2.11/

@tuhlmann
Copy link
Contributor

Hey,
thanks for the hint. That's not on purpose. I probably introduced that glitch when "updating" the build.sbt file.

@fmpwizard
Copy link
Member

iirc, sbt 0.13 updated how they create names and starting replacing the dot for a dash

@tuhlmann
Copy link
Contributor

Thanks Diego, that's probably it.

2014-10-22 14:26 GMT+02:00 Diego Medina [email protected]:

iirc, sbt 0.13 updated how they create names and starting replacing the
dot for a dash


Reply to this email directly or view it on GitHub
#1 (comment)
.

AGYNAMIX(R). Passionate Software.
Inh. Torsten Uhlmann | Buchenweg 5 | 09380 Thalheim
Phone: +49 3721 273445
Fax: +49 3721 273446
Mobile: +49 151 12412427
Web: http://www.agynamix.de
Author of "Lift Web Applications How-To
http://www.packtpub.com/lift-web-applications/book"

@karma4u101
Copy link
Member

I think tis is actually a thing that is awoidable. I had this problem
building fobo a wile back. I am on my cell right now and can not recollect
what it was. I will get back to you with more info later.

--from my cell
best regards Peter Petersson
Den 22 okt 2014 14:26 skrev "Diego Medina" [email protected]:

iirc, sbt 0.13 updated how they create names and starting replacing the
dot for a dash


Reply to this email directly or view it on GitHub
#1 (comment)
.

@tuhlmann
Copy link
Contributor

Thanks, Peter! I would prefer the name to remain the way it was.

Does anyone know what the rationale is behind this change? Does it serve
any purpose?

2014-10-22 15:35 GMT+02:00 Peter Petersson [email protected]:

I think tis is actually a thing that is awoidable. I had this problem
building fobo a wile back. I am on my cell right now and can not recollect
what it was. I will get back to you with more info later.

--from my cell
best regards Peter Petersson
Den 22 okt 2014 14:26 skrev "Diego Medina" [email protected]:

iirc, sbt 0.13 updated how they create names and starting replacing the
dot for a dash


Reply to this email directly or view it on GitHub
<
https://github.com/liftmodules/mapperauth/issues/1#issuecomment-60076610>
.


Reply to this email directly or view it on GitHub
#1 (comment)
.

AGYNAMIX(R). Passionate Software.
Inh. Torsten Uhlmann | Buchenweg 5 | 09380 Thalheim
Phone: +49 3721 273445
Fax: +49 3721 273446
Mobile: +49 151 12412427
Web: http://www.agynamix.de
Author of "Lift Web Applications How-To
http://www.packtpub.com/lift-web-applications/book"

@fmpwizard
Copy link
Member

the rationale was to break stuff
about how to fix it, this thread
https://groups.google.com/d/topic/liftweb/n1nstGkfkKQ/discussion
talks about the solution

also see
http://stackoverflow.com/questions/22981072/sbt-0-13-1-artifact-name-and-id-changes-on-update-from-sbt-0-12-4

@tuhlmann
Copy link
Contributor

Thanks!

2014-10-22 16:17 GMT+02:00 Diego Medina [email protected]:

the rationale was to break stuff
about how to fix it, this thread
https://groups.google.com/d/topic/liftweb/n1nstGkfkKQ/discussion
talks about the solution

also see

http://stackoverflow.com/questions/22981072/sbt-0-13-1-artifact-name-and-id-changes-on-update-from-sbt-0-12-4


Reply to this email directly or view it on GitHub
#1 (comment)
.

AGYNAMIX(R). Passionate Software.
Inh. Torsten Uhlmann | Buchenweg 5 | 09380 Thalheim
Phone: +49 3721 273445
Fax: +49 3721 273446
Mobile: +49 151 12412427
Web: http://www.agynamix.de
Author of "Lift Web Applications How-To
http://www.packtpub.com/lift-web-applications/book"

@karma4u101
Copy link
Member

Torsten the issue you see is probably due to a missconfiguration after
upgrading to sbt 0.13 and I think (although this may sound strange) it
has to do with the fact that in sbt 0.13 you do not use "name" to
specify the project name in sbt annymore but instead you should use
"moduleName"

Best regards Peter Petersson

On 10/22/2014 04:25 PM, Torsten Uhlmann wrote:

Thanks!

2014-10-22 16:17 GMT+02:00 Diego Medina [email protected]:

the rationale was to break stuff
about how to fix it, this thread
https://groups.google.com/d/topic/liftweb/n1nstGkfkKQ/discussion
talks about the solution

also see

http://stackoverflow.com/questions/22981072/sbt-0-13-1-artifact-name-and-id-changes-on-update-from-sbt-0-12-4


Reply to this email directly or view it on GitHub

#1 (comment)
.

AGYNAMIX(R). Passionate Software.
Inh. Torsten Uhlmann | Buchenweg 5 | 09380 Thalheim
Phone: +49 3721 273445
Fax: +49 3721 273446
Mobile: +49 151 12412427
Web: http://www.agynamix.de
Author of "Lift Web Applications How-To
http://www.packtpub.com/lift-web-applications/book"


Reply to this email directly or view it on GitHub
#1 (comment).

@karma4u101
Copy link
Member

I think the camel case issue is fixed but make sure you use moduleName
and not name and I think the artifact will bet its proper path/name on
sonatype.

best regards Peter Petersson

On 10/22/2014 04:25 PM, Torsten Uhlmann wrote:

Thanks!

2014-10-22 16:17 GMT+02:00 Diego Medina [email protected]:

the rationale was to break stuff
about how to fix it, this thread
https://groups.google.com/d/topic/liftweb/n1nstGkfkKQ/discussion
talks about the solution

also see

http://stackoverflow.com/questions/22981072/sbt-0-13-1-artifact-name-and-id-changes-on-update-from-sbt-0-12-4


Reply to this email directly or view it on GitHub

#1 (comment)
.

AGYNAMIX(R). Passionate Software.
Inh. Torsten Uhlmann | Buchenweg 5 | 09380 Thalheim
Phone: +49 3721 273445
Fax: +49 3721 273446
Mobile: +49 151 12412427
Web: http://www.agynamix.de
Author of "Lift Web Applications How-To
http://www.packtpub.com/lift-web-applications/book"


Reply to this email directly or view it on GitHub
#1 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants