accessrichard / autoitx4java

Automatically exported from code.google.com/p/autoitx4java
39 stars 24 forks source link

Compilation error #7

Open SeloSlav opened 8 years ago

SeloSlav commented 8 years ago

I'm having trouble compiling my project with Maven. I keep getting the following error, even though I've manually included AutoItX4.jar in my build path.

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project myArtifactTest-generate-plugin: Compilation failure: Compilation failure:
[ERROR] /C:/Users/MNXE/plugins/myArtifactTest-generate/myArtifactTest-generate-plugin/src/main/java/SampleActions.java:[9,20] package autoitx4java does not exist
[ERROR] /C:/Users/MNXE/plugins/myArtifactTest-generate/myArtifactTest-generate-plugin/src/main/java/SampleActions.java:[123,38] cannot find symbol
[ERROR] symbol:   class AutoItX
[ERROR] location: class SampleActions
RahulNair92 commented 6 years ago

Hi, Have you found solution yo the above problem? I am facing the same issue and have no idea how to solve it.

Running 'mvn test' from command prompt work correctly. Maven Test from eclipse also work correctly.

but when I run from jenkins I am getting above error. Please provide inputs if you have solved it