spring-modules-validation: 100% test coverage and fully maven-ised

18 views
Skip to first unread message

Toolman

unread,
Apr 14, 2010, 7:34:22 AM4/14/10
to spring-modules-fork
Hey guys, I think I am ready to push upstream with this. All the test
that ran pre-fork are passing 100% and the maven build is ready.

It has had a major re-write of the javascript engine, which was poorly
documented and outdated. There is plenty of documentation work for me
but its coming.

Questions welcomed.

Antony Stubbs

unread,
Apr 14, 2010, 7:35:58 AM4/14/10
to Toolman, spring-modules-fork
Is it in your github?

> --
> You received this message because you are subscribed to the Google Groups "spring-modules-fork" group.
> To post to this group, send email to spring-mo...@googlegroups.com.
> To unsubscribe from this group, send email to spring-modules-...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/spring-modules-fork?hl=en.
>

Antony Stubbs

unread,
Apr 14, 2010, 7:45:30 AM4/14/10
to Tim Toolman, spring-modules-fork
And can you please clean up all your author tags:

git filter-branch --commit-filter '
if [ "$GIT_COMMITTER_NAME" = "<Old Name>" ];
then
GIT_COMMITTER_NAME="<New Name>";
GIT_AUTHOR_NAME="<New Name>";
GIT_COMMITTER_EMAIL="<New Email>";
GIT_AUTHOR_EMAIL="<New Email>";
git commit-tree "$@";
else
git commit-tree "$@";
fi' HEAD


On 14/04/2010, at 11:42 PM, Tim Toolman wrote:

Yes, sorry wasn't specific. 

http://github.com/thetoolman/spring-modules

Still wrestling git  trying to clean up the commits, but is reasonable.
--
Tim Taylor
+64 21 48 1275 - my old-new number!

Reply all
Reply to author
Forward
0 new messages