[jbehave-dev] [jira] (JBEHAVE-1076) Travis builds failing

2015-05-07 Thread Mauro Talevi (JIRA)
Title: Message Title










 

 Mauro Talevi resolved an issue as Fixed











 







Pulled with thanks: 
https://github.com/jbehave/jbehave-core/pull/81/ 









 JBehave /  JBEHAVE-1076



  Travis builds failing 










Change By:

 Mauro Talevi




Resolution:

 Fixed




Fix Version/s:

 3.10




Status:

 Open Resolved












   

 Add Comment











 










 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[jbehave-scm] [scm-core/jbehave-4.x][2/2] JBEHAVE-1076: update travis config to leverage the container-based infrastructure

2015-05-07 Thread Alberto Scotto
commit 75144bf437e2a9cc5cfbc1a4a86029cb0113dd31
Author: Alberto Scotto 
AuthorDate: Thu, 9 Apr 2015 00:17:14 +0200
Commit: Mauro Talevi 
CommitDate: Thu, 7 May 2015 09:07:17 +0100

JBEHAVE-1076: update travis config to leverage the container-based 
infrastructure

Customizations are not needed anymore: mvn 3.2.5 is installed by default.

diff --git a/.travis.yml b/.travis.yml
index 2271d5d..d8f7e97 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,5 @@
 language: java
-env: MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m"
-install: /bin/true
-script: mvn clean install -s settings.xml -P examples -U | grep -v -E 
"Download(ed|ing)"
+install: mvn install -s settings.xml -DskipTests=true 
-Dmaven.javadoc.skip=true --batch-mode -e --quiet
 jdk:
   - oraclejdk7
-before_install:
-- wget 
http://artfiles.org/apache.org/maven/maven-3/3.0.5/binaries/apache-maven-3.0.5-bin.tar.gz
-- tar xvfz apache-maven-3.0.5-bin.tar.gz
-- sudo mv apache-maven-3.0.5 /opt
-- export PATH=/opt/apache-maven-3.0.5/bin:$PATH
-- export M2_HOME=/opt/apache-maven-3.0.5
+script: mvn install -s settings.xml -P examples --batch-mode -e





[jbehave-scm] [scm-core/jbehave-4.x][1/2] JBEHAVE-1076: fix travis build

2015-05-07 Thread Alberto Scotto
commit 4228dbcb73cfee3d265ea212a534032f8c01c1dd
Author: Alberto Scotto 
AuthorDate: Sun, 3 May 2015 19:50:38 +0100
Commit: Mauro Talevi 
CommitDate: Thu, 7 May 2015 09:04:47 +0100

JBEHAVE-1076: fix travis build

'jenkins' mvn profile is now activated only for jenkins/hudson module.
This seems to fix the issues with travis builds.

diff --git a/settings.xml b/settings.xml
index 17b002e..82a8231 100755
--- a/settings.xml
+++ b/settings.xml
@@ -63,7 +63,10 @@
   
   jenkins
   
-true
+false
+
+  hudson.version
+
   
   
 





[jbehave-scm] [scm-core][1/2] JBEHAVE-1076: fix travis build

2015-05-07 Thread Alberto Scotto
commit dc8e0968ce401081068f59338c98380b6c8973a0
Author: Alberto Scotto 
AuthorDate: Sun, 3 May 2015 19:50:38 +0100
Commit: Mauro Talevi 
CommitDate: Thu, 7 May 2015 09:00:41 +0100

JBEHAVE-1076: fix travis build

'jenkins' mvn profile is now activated only for jenkins/hudson module.
This seems to fix the issues with travis builds.

diff --git a/settings.xml b/settings.xml
index 17b002e..82a8231 100755
--- a/settings.xml
+++ b/settings.xml
@@ -63,7 +63,10 @@
   
   jenkins
   
-true
+false
+
+  hudson.version
+
   
   
 





[jbehave-scm] [scm-core][2/2] JBEHAVE-1076: update travis config to leverage the container-based infrastructure

2015-05-07 Thread Alberto Scotto
commit 1b88b63b7c5e964087f12ec8a738119189ea6eaf
Author: Alberto Scotto 
AuthorDate: Thu, 9 Apr 2015 00:17:14 +0200
Commit: Mauro Talevi 
CommitDate: Thu, 7 May 2015 09:00:41 +0100

JBEHAVE-1076: update travis config to leverage the container-based 
infrastructure

Customizations are not needed anymore: mvn 3.2.5 is installed by default.

diff --git a/.travis.yml b/.travis.yml
index d6a55f2..d8f7e97 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,5 @@
 language: java
-env: MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m"
-install: /bin/true
-script: mvn clean install -s settings.xml -P examples -U
+install: mvn install -s settings.xml -DskipTests=true 
-Dmaven.javadoc.skip=true --batch-mode -e --quiet
 jdk:
   - oraclejdk7
-before_install:
-- wget 
http://artfiles.org/apache.org/maven/maven-3/3.0.5/binaries/apache-maven-3.0.5-bin.tar.gz
-- tar xvfz apache-maven-3.0.5-bin.tar.gz
-- sudo mv apache-maven-3.0.5 /opt
-- export PATH=/opt/apache-maven-3.0.5/bin:$PATH
-- export M2_HOME=/opt/apache-maven-3.0.5
+script: mvn install -s settings.xml -P examples --batch-mode -e





[jbehave-dev] [jira] (JBEHAVE-1077) Archetypes featuring a StepMonitor with JFrameContextView

2015-05-07 Thread Mauro Talevi (JIRA)
Title: Message Title










 

 Mauro Talevi commented on an issue











 






  Re: Archetypes featuring a StepMonitor with JFrameContextView 










Sure, that's a good idea! 
Please provide a pull request.












   

 Add Comment











 













 JBehave /  JBEHAVE-1077



  Archetypes featuring a StepMonitor with JFrameContextView 







 What about adding the nice JFrameContextView in all of the archetypes?   I've started with the archetype simple. If you like the idea, I can add it to all.   https://github.com/alb-i986/jbehave-core/tree/archetypes-with-step-monitor















 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email