fiuba08 / robotframework

Automatically exported from code.google.com/p/robotframework
Apache License 2.0
0 stars 0 forks source link

variableFiles in java isn't being read successfully with Maven #1749

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,
I'm using Robot Framework Maven Plugin with Eclipse to mavenize RF test cases. 
When I specify a Variables file either in the test case settings or in the POM 
file, in both cases running the maven project fails showing the following error:

[ ERROR ] Processing variable file "\User\myuser\.....\Variables.java" failed: 
AttributeError: instance attr: class

I tried passing the variables using <variables> option in the pom file and it 
worked fine.
I tried passing the Variables file path in the test case and running the pybot 
command from the terminal and it worked fine too. 

The problem arrises only when running the project as maven. 
Please advice.

Original issue reported on code.google.com by ozeh.ta...@gmail.com on 16 Mar 2015 at 9:36

GoogleCodeExporter commented 9 years ago
Robot Framework project has been moved to GitHub. Please submit issues to its 
tracker at https://github.com/robotframework/robotframework/issues/. Questions 
are better asked on robotframework-users mailing list.

Original comment by pekka.klarck on 19 Mar 2015 at 4:15