sbt / sbt-pom-reader

Translates xml -> awesome. Maven-ish support for sbt.
Other
76 stars 26 forks source link

Attempts to set project names to invalid sbt project identifiers. #1

Closed jsuereth closed 9 years ago

jsuereth commented 11 years ago

We need to normalize the names, or we receive errors when, e.g. there are spaces.

nmccready commented 10 years ago

I am also getting this error for an odd legacy project of the name dashboard2.0

nmccready commented 10 years ago

Cool tool btw

nmccready commented 10 years ago

To run the test env is is just sbt test?

I get for the plugins.

[info] Passed: Total 0, Failed 0, Errors 0, Passed 0
nmccready commented 10 years ago

nvm I think I found it, http://eed3si9n.com/testing-sbt-plugins

Can you add this to the README ?

jsuereth commented 10 years ago

PR's welcome. You want the scripted command added to the readme?

nmccready commented 10 years ago

yeah it took some discovery to figure that out. Also double check the scripted tests still work. Everything was fine, but rebasing gave me hell. All the .gitignore stuff was a PITA.