Categories
Search
My Tweets
- @misterlosso I have accepted a position already. 2 weeks ago
- Spring in Action 4th Ed, Spring in Practice & Spring Integration in Action 50% today use code dotd0508cc http://t.co/kjcQ15rDM4 2 weeks ago
- @bytor99999 No, the site is redirected, pom file gend as artifactory page, causing mvn builds to fail. 2 weeks ago
- Spring Dep Mgmt Repo - use http://t.co/xFJVnMHTpO | milestone | snapshot. If using http://t.co/Ns8nUF8cqV, you'll get repo... 2 weeks ago
- Accepted Integration Architect position with Cigna. Can't wait to get started. 2 weeks ago
Category Archives: Git
Updated Docs for Spring Roo
Want updated Roo Documentation? Want information on creating and publishing Roo Add-Ons? 1. Get the dev build of Spring Roo from: http://git.springsource.org/roo I am assuming here that you have created a /roo-dev directory. To build Roo, you should read the … Continue reading
Posted in felix, Git, LogBack, OSGi, Roo, Spring, Spring Framework, Spring Roo
Tagged documentaton, felix, git, Logback, maven, osgi, roo, Spring
Leave a comment
Ignoring Files in Git
Quick tip on setting up files to be ignored for your system. 1. Execute the command setting the location of your system level ignore file git config –global core.excludesfile ~/.gitignore 2. Edit the Global Git Ignore File: ~/.gitignore .DS_Store *.swp … Continue reading
Showing GIT Branch at OSX Prompt
Show the Git Branch in the Command Prompt A little helpful tip for those using GIT to show the current branch of code in the local Git repository for the current directory. The Configuration In your ~/.profile file: Add the … Continue reading
Spring Batch Admin Console now in Git
The Spring Batch project has an optional Admin console web application for Batch processes. SpringSource moving forward will be migrating downloadable content from Subversion to Git repositories. Interested in working with Spring Batch Admin Console? Spring Batch Admin Source Repository … Continue reading
Posted in Git, Spring Batch, Spring Framework
Tagged Administration, Console, Java, Source Code, Spring, Spring Batch
2 Comments