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 io.alien.scalabot | |
| import org.jivesoftware.smackx.muc.MultiUserChat | |
| import org.jivesoftware.smack.packet.{Packet, Message} | |
| import actors.Actor | |
| import tools.nsc.InterpreterLoop | |
| import java.io._ | |
| import org.jivesoftware.smack.{PacketListener, XMPPConnection} | |
| import scala.tools.nsc.Settings | |
| import tools.nsc.util.ScalaClassLoader |
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
| Serv query for Derek's company associations: | |
| SELECT this_.id AS id1_3_, | |
| this_1_.created_timestamp AS created2_1_3_, | |
| this_1_.created_user_guid AS created3_1_3_, | |
| this_1_.guid AS guid1_3_, | |
| this_1_.lft AS lft1_3_, | |
| this_1_.modified_timestamp AS modified6_1_3_, | |
| this_1_.modified_user_guid AS modified7_1_3_, | |
| this_1_.name AS name1_3_, |
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
| message : Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.0:prepare (default-cli) on project parent_2.8.1: Unable to commit files | |
| Provider message: | |
| The git-push command failed. | |
| Command output: | |
| To [email protected]:Syncapse/swim.git | |
| ! [rejected] development -> development (non-fast-forward) | |
| error: failed to push some refs to '[email protected]:Syncapse/swim.git' | |
| cause : Unable to commit files | |
| Provider message: |
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
| message : Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.0:prepare (default-cli) on project parent_2.8.1: An error is occurred in the checkin process: Exception while executing SCM command. | |
| cause : An error is occurred in the checkin process: Exception while executing SCM command. | |
| Stack trace : | |
| org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.0:prepare (default-cli) on project parent_2.8.1: An error is occurred in the checkin process: Exception while executing SCM command. | |
| at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:203) | |
| at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148) | |
| at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:140) | |
| at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) | |
| at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(Lifecyc |