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
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>fr.unice.polytech.ogl</groupId> | |
<artifactId>islxx</artifactId> <!-- CHANGE ME --> | |
<version>0.1-SNAPSHOT</version> | |
<packaging>jar</packaging> | |
<name>ISLXX :: Nom de l'equipe</name> <!-- CHANGE ME --> |
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
package fr.unice.polytech.ogl.islxx; | |
import eu.ace_design.island.bot.*; | |
public class Explorer implements IExplorerRaid { | |
@Override | |
public void initialize(String context) { | |
throw new UnsupportedOperationException("IExplorerRaid::initialize is not yet implemented"); | |
} |
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
trait Timeout { | |
import scala.concurrent._ | |
import duration._ | |
import ExecutionContext.Implicits.global | |
def timeout[T](clock: Int)(block: => T): T = { | |
val future = Future { block } | |
Await.result(future, clock.milliseconds) | |
} |
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-03-01 18:17:10 | |
#### | |
## Handling ELPS [islaa] | |
#### | |
# Cloning project from remote repository: OK | |
# Opening project islaa | |
# Building using Maven [clean package]: OK | |
## \o/ Delivery OK \o/ | |
# pom.xml/groupId == [fr.unice.polytech.ogl]: 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-03-08 19:01:40 | |
#### | |
## Handling ELPS [islaa] | |
#### | |
# Cloning project from remote repository:OK | |
# Opening project islaa | |
# Building using Maven [clean package]: OK | |
## \o/ Delivery OK \o/ | |
# pom.xml/groupId == [fr.unice.polytech.ogl]: 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-03-15 19:01:00 | |
#### | |
## Handling ELPS [islaa] | |
#### | |
# Cloning project from remote repository: OK | |
# Opening project islaa | |
# Building using Maven [clean package]: OK | |
## \o/ Delivery OK \o/ |
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-03-22 19:04:34 | |
#### | |
## Handling ELPS [islaa] | |
#### | |
# Cloning project from remote repository: OK | |
# Opening project islaa | |
# Checking out tag [week12]: 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-03-29 19:00:19 | |
#### | |
## Handling ELPS [islaa] | |
#### | |
# Cloning project from remote repository: OK | |
# Opening project islaa | |
# Checking out tag [week13]: 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-04-05 19:02:30 | |
#### | |
## Handling ELPS [islaa] | |
#### | |
# Cloning project from remote repository: OK | |
# Opening project islaa | |
# Checking out tag [week14]: 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:tmp mosser$ cd tcfbh/ | |
azrael:tcfbh mosser$ mvn clean package | |
[INFO] Scanning for projects... | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Build Order: | |
[INFO] | |
[INFO] TCF-BH : Server | |
[INFO] TCF-BH : Client | |
[INFO] TCF-BH | |
[INFO] |