Having a white space issue with scala, I think?
Posted
by Uruhara747
on Stack Overflow
See other posts from Stack Overflow
or by Uruhara747
Published on 2010-06-01T03:00:46Z
Indexed on
2010/06/01
3:13 UTC
Read the original article
Hit count: 423
I'm trying to write a script to make generating Lift projects quicker but I believe i'm running into a white space issue.
val strLiftGen = "mvn archetype:generate -U-DarchetypeGroupId=net.liftweb\ -DarchetypeArtifactId=lift-archetype-blank\ -DarchetypeVersion=1.0\ -DremoteRepositories=http://scala-tools.org/repo-releases-DgroupId=" + args(0)"-DartifactId=" + args(1)"-Dversion=1.0-SNAPSHOT */"
Anyone care to hit the newb with the stick of wisdom and tell me a smart way of handling a long string like this?
© Stack Overflow or respective owner