Skip to content

Instantly share code, notes, and snippets.

View mosser's full-sized avatar
🇨🇦
Working

Sébastien Mosser mosser

🇨🇦
Working
View GitHub Profile
azrael:G4-Non mosser$ mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building app 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ app ---
[INFO] Deleting /Users/mosser/work/tse-forensics/G4-Non/target
[INFO]
@mosser
mosser / gist:5223711
Created March 22, 2013 18:43
Livraison OGL/AQL en Semaine 12.
# Start time:2013-03-22 19:37:29
## Project-Team [NP4H] ##
Cloning project from remote repository: OK
Checking out tag [week12]: OK
Checking existence of [.gitignore]: OK
Checking existence of source files [*.java]: OK
Checking non-existence of compiled classes [*.class]: OK
Checking non-existence of temporary files [*~]: OK
Checking non-existence of Eclipse classpath meta-data [.classpath]: OK
@mosser
mosser / gist:5171849
Created March 15, 2013 18:13
Livraisons OGL/AQL, semaine 11
# Start time:2013-03-15 19:00:35
## Project-Team [NP4H] ##
Cloning project from remote repository: OK
Checking out tag [week11]: FAILURE
Checking existence of [.gitignore]: OK
Checking existence of source files [*.java]: OK
Checking non-existence of compiled classes [*.class]: OK
Checking non-existence of temporary files [*~]: OK
Checking non-existence of Eclipse classpath meta-data [.classpath]: OK
@mosser
mosser / gist:5123861
Created March 9, 2013 11:10
Livraison OGL en S10
# Start time:2013-03-09 12:07:36
## Project-Team [NP4H] ##
Cloning project from remote repository: OK
Checking existence of [.gitignore]: OK
Checking existence of source files [*.java]: OK
Checking non-existence of compiled classes [*.class]: OK
Checking non-existence of temporary files [*~]: OK
Checking existence of [build.xml]: OK
Compiling using ant: FAILURE
@mosser
mosser / gist:5071029
Created March 2, 2013 13:40
Livraison OGL/AQL en semaine #9
# Start time: 2013-03-01 19:00:01
## Project-Team [NP4H] ##
Cloning project from remote repository: OK
Checking out tag [v0.1]: OK
Checking existence of [.gitignore]: FAILURE
Checking existence of source files [*.java]: OK
Checking non-existence of compiled classes [*.class]: OK
Checking non-existence of temporary files [*~]: OK
Checking existence of [build.xml]: FAILURE
azrael:TSE_2013 mosser$ for i in G1 G2 G3 G4; do cd $i; ../clone.sh; cd ..; done
Cloning into 'NP4H'...
remote: Counting objects: 67, done.
remote: Compressing objects: 100% (65/65), done.
remote: Total 67 (delta 37), reused 0 (delta 0)
Unpacking objects: 100% (67/67), done.
Cloning into 'Pamplemousse'...
remote: Counting objects: 231, done.
remote: Compressing objects: 100% (119/119), done.
remote: Total 231 (delta 117), reused 187 (delta 95)