I may not have picked into master. On Feb 15, 2013 5:14 PM, "Marcus Sorensen" <[email protected]> wrote:
> That is old. I changed that line yesterday. It was catching all sorts of > things like "downloading" > On Feb 15, 2013 5:11 PM, "Musayev, Ilya" <[email protected]> wrote: > >> Please fix the logic in package.sh script to make it work >> >> Specificialy >> >> VERSION=`(cd ../../; mvn >> org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate >> -Dexpression=project.version) | grep -v '^\['` >> >> Change to >> >> >> VERSION=`(cd ../../; mvn >> org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate >> -Dexpression=project.version) | grep -vE '^\[|dt_socket'` >> >> If you don't, the packager takes the string that appears prior to a >> version number and tar/rpm process fails. >> >> >> >>
