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
# Started at: 2015-04-12 19:11:02 | |
#### | |
## Handling ELPS [islaa] | |
#### | |
# Cloning project from remote repository: OK | |
# Opening project islaa | |
# Checking out tag [week15]: OK | |
# Checking existence of Java sources [*.java]: OK | |
# Checking non-existence of Java classes [*.class]: OK |
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
# Started at :2015-04-19 19:10:26 | |
#### | |
## Handling ELPS [islaa] | |
#### | |
# Cloning project from remote repository: OK | |
# Opening project islaa | |
# Checking out tag [week16]: OK | |
# Checking existence of Java sources [*.java]: OK |
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
azrael:ogl-deliv mosser$ find . -name pom.xml | xargs grep -C 2 "<artifactId>.*\(j\|g\)son.*</artifactId>" | |
./islaa/pom.xml- <dependency> | |
./islaa/pom.xml- <groupId>org.json</groupId> | |
./islaa/pom.xml: <artifactId>json</artifactId> | |
./islaa/pom.xml- <version>20090211</version> | |
./islaa/pom.xml- </dependency> | |
-- | |
-- | |
./islab/pom.xml- <dependency> | |
./islab/pom.xml- <groupId>org.json</groupId> |
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
# Started at: 2015-04-27 17:54:34 | |
#### | |
## Handling ELPS [islaa] | |
#### | |
# Cloning project from remote repository: OK | |
# Opening project islaa | |
# Checking out tag [week17]: OK | |
# Checking existence of Java sources [*.java]: OK | |
# Checking non-existence of Java classes [*.class]: OK |
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
# Started at: 2015-05-03 19:00:00 | |
#### | |
## Handling ELPS [islaa] | |
#### | |
# Cloning project from remote repository: OK | |
# Opening project islaa | |
# Checking out tag [week18]: OK | |
# Checking existence of Java sources [*.java]: OK |
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
# Started at: 2015-05-10 19:00:32 | |
#### | |
## Handling ELPS [islaa] | |
#### | |
# Cloning project from remote repository: OK | |
# Opening project islaa | |
# Checking out tag [week19]: OK | |
# Checking existence of Java sources [*.java]: OK | |
# Checking non-existence of Java classes [*.class]: OK |
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
# Started at: 2015-05-17 19:02:22 | |
#### | |
## Handling ELPS [islaa] | |
#### | |
# Cloning project from remote repository: OK | |
# Opening project islaa | |
# Checking out tag [week20]: OK | |
# Checking existence of Java sources [*.java]: OK | |
# Checking non-existence of Java classes [*.class]: OK |
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
# Started at: 2015-05-24 19:00:07 | |
#### | |
## Handling ELPS [islaa] | |
#### | |
# Cloning project from remote repository: OK | |
# Opening project islaa | |
# Checking out tag [week21]: OK | |
# Checking existence of Java sources [*.java]: OK | |
# Checking non-existence of Java classes [*.class]: OK |
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
# Started at: 2015-05-31 19:00:18 | |
#### | |
## Handling ELPS [islaa] | |
#### | |
# Cloning project from remote repository: OK | |
# Opening project islaa | |
# Checking out tag [week22]: OK | |
# Checking existence of Java sources [*.java]: OK | |
# Checking non-existence of Java classes [*.class]: OK |
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
azrael:~ mosser$ cd tmp/ | |
azrael:tmp mosser$ git clone https://[email protected]/stash/scm/isldb/private.git isldb | |
Cloning into 'isldb'... | |
remote: Counting objects: 5061, done. | |
remote: Compressing objects: 100% (2341/2341), done. | |
remote: Total 5061 (delta 1579), reused 344 (delta 88) | |
Receiving objects: 100% (5061/5061), 2.62 MiB | 1.74 MiB/s, done. | |
Resolving deltas: 100% (1579/1579), done. | |
Checking connectivity... done. | |
azrael:tmp mosser$ cd isldb |