Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error #7

Open
SeloSlav opened this issue May 11, 2016 · 1 comment
Open

Compilation error #7

SeloSlav opened this issue May 11, 2016 · 1 comment

Comments

@SeloSlav
Copy link

SeloSlav commented May 11, 2016

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants