mgivney / easyb

Automatically exported from code.google.com/p/easyb
0 stars 0 forks source link

Issue with maven-easyb-plugin 1.2: StringIndexOutOfBoundsException #225

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
- What steps will reproduce the problem?

1. In a Maven Project, added in pom.xml: dependencies 'commons-cli-1.2', 
'org.codehaus.groovy-all-1.7.5', 'selenium-java-client-driver-1.0-beta-2', 
'maven-easyb-plugin-1.2', 'org.easyb-0.9.7'; plugin 'maven-easyb-plugin-1.2'.
2. Create a scenario that starts and finishes a Selenium Server instance.
3. Run the goal 'easyb:test'.

- What is the expected output? What do you see instead?

The scritps run normally, but gives Build Failure and also 
'StringIndexOutOfBoundsExeception'. It's supposed to give 'Build Success'.

- What version of the product are you using? On what operating system?

Windows XP SP3; Eclipse Indigo; Maven 3.0.3; maven-easyb-plugin 1.2 .

Please provide any additional information below.

The files are attached to reproduce the error.

Original issue reported on code.google.com by belarmino.andreluiz@gmail.com on 26 Jul 2011 at 4:46

Attachments:

GoogleCodeExporter commented 9 years ago
You must be using org.easyb:easyb-core:1.2 with the maven-easyb-plugin. It will 
not work with earlier versions. Please review your POM and re-submit with an 
updated. Ta

Original comment by rich...@bluetrainsoftware.com on 27 Jul 2011 at 9:29

GoogleCodeExporter commented 9 years ago
With the same project, when I add the easyb-core-1.2 and run 'easyb:test', it 
gives me 'Unrecognized option: -junit' and 'Invalid byte 2 of 3-byte UTF-8 
sequence'.

Original comment by belarmino.andreluiz@gmail.com on 28 Jul 2011 at 2:16

Attachments: