This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| this is a test | |
| an update to this file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| berinle@bayo-macbook : ~ | |
| [0] % gvm | |
| berinle@bayo-macbook : ~ | |
| [0] % bash | |
| bash-3.2$ gvm | |
| Usage: gvm <command> <candidate> [version] | |
| command : install, uninstall, list, use, current, version, default, selfupdate, broadcast or help |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| grails.servlet.version = "2.5" // Change depending on target container compliance (2.5 or 3.0) | |
| grails.project.class.dir = "target/classes" | |
| grails.project.test.class.dir = "target/test-classes" | |
| grails.project.test.reports.dir = "target/test-reports" | |
| grails.project.target.level = 1.6 | |
| grails.project.source.level = 1.6 | |
| //grails.project.war.file = "target/${appName}-${appVersion}.war" | |
| def libResolver = new org.apache.ivy.plugins.resolver.URLResolver() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| libs mvn install:install-file -Dfile=army-fleet-1.0-SNAPSHOT.jar -DgroupId=com.armyfleet -DartifactId=fleet -Dversion=1.0-SNAPSHOT -Dpackaging=jar | |
| [INFO] Scanning for projects... | |
| [INFO] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building Maven Stub Project (No POM) 1 | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] | |
| [INFO] --- maven-install-plugin:2.3.1:install-file (default-cli) @ standalone-pom --- | |
| [INFO] Installing C:\tmp\army-fleet\build\libs\army-fleet-1.0-SNAPSHOT.jar to C:\Users\berinle\.m2\repository\com\armyfleet\fleet\1.0-SNAPSHOT\fleet-1.0-SNAPSHOT.jar | |
| [INFO] Installing C:\Users\berinle\AppData\Local\Temp\mvninstall1365836677560122908.pom to C:\Users\berinle\.m2\repository\com\armyfleet\fleet\1.0-SNAPSHOT\fleet-1.0-SNAPSHOT.pom |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2012-07-04 12:04:33,544 ERROR org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/spring-social-showcase].[gsp]:271 Servlet.service() for servlet [gsp] in context with path [/spring-social-showcase] threw exception | |
| java.lang.IllegalStateException: No thread-bound request found: Are you referring to request attributes outside of an actual web request, or processing a request outside of the originally receiving thread? If you are actually operating within a web request and still receive this message, your code is probably running outside of DispatcherServlet/DispatcherPortlet: In this case, use RequestContextListener or RequestContextFilter to expose the current request. | |
| at org.springframework.web.context.request.RequestContextHolder.currentRequestAttributes(RequestContextHolder.java:131) | |
| at org.codehaus.groovy.grails.web.util.WebUtils.retrieveGrailsWebRequest(WebUtils.java:651) | |
| at org.codehaus.groovy.grails.plugins.springsecurity.AnnotationFilterInvocationDefinition.determineUrl(AnnotationFilterIn |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## custom aliases | |
| alias gll="git log --graph --pretty=format':%C(yellow)%h%Cblue%d%Creset %s %C(white) %an, %ar%Creset'" | |
| alias glol="git log --pretty=oneline --abbrev-commit --graph --decorate" | |
| alias s="git status --short" | |
| alias d="git diff" | |
| alias gup="git smart-pull" | |
| alias gm="git smart-merge" | |
| alias gsl="git smart-log" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #create a commit patch, ignoring all white space issues | |
| g format-patch -w -b --ignore-space-at-eol -o /my/patch/destination -1 | |
| #apply a patch, ignoring all white space issues | |
| g am --ignore-space-change --ignore-whitespace --whitespace=nowarn |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "Thread-3" prio=6 tid=0x04858c00 nid=0x19bc waiting on condition [0x081cf000] | |
| java.lang.Thread.State: WAITING (parking) | |
| at sun.misc.Unsafe.park(Native Method) | |
| - parking to wait for <0x15fe9cd0> (a java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync) | |
| at java.util.concurrent.locks.LockSupport.park(LockSupport.java:156) | |
| at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:811) | |
| at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:842) | |
| at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1178) | |
| at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock(ReentrantReadWriteLock.java:807) | |
| at net.sf.ehcache.store.chm.SelectableConcurrentHashMap$MemoryStoreSegment.remove(SelectableConcurrentHashMap.java:370) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 03:50:52,314 WARN [net.sf.ehcache.distribution.RMIAsynchronousCacheReplicator] Unable to send message to remote peer. Message was: java.io.EOFException | |
| net.sf.ehcache.CacheException: java.io.EOFException | |
| at net.sf.ehcache.store.disk.DiskStorageFactory.retrieve(DiskStorageFactory.java:938) | |
| at net.sf.ehcache.store.disk.Segment.decode(Segment.java:167) | |
| at net.sf.ehcache.store.disk.Segment.put(Segment.java:444) | |
| at net.sf.ehcache.store.disk.DiskStore.put(DiskStore.java:475) | |
| at net.sf.ehcache.store.FrontEndCacheTier.put(FrontEndCacheTier.java:221) | |
| at net.sf.ehcache.Cache.putInternal(Cache.java:1492) | |
| at net.sf.ehcache.Cache.put(Cache.java:1417) | |
| at net.sf.ehcache.distribution.RMICachePeer.put(RMICachePeer.java:177) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class A { | |
| String name; | |
| List<B> bees; | |
| } | |
| class B { | |
| String name; | |
| Integer foo; | |
| } |