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

External library added in libs folder should be referred in windows #429

Open
NivedhaSenthil opened this issue Apr 27, 2020 · 1 comment

Comments

@NivedhaSenthil
Copy link
Member

Expected behavior

External libraries added in libs folder should be referred when specified in properties file as below
gauge_additional_libs = libs/*

Actual behavior

Libraries are not referred and throws package does not exists error.

Linked #377 (comment) ,

Gauge version

Gauge version: 1.0.8
Commit Hash: 28617ea

Plugins
-------
html-report (4.0.10)
java (0.7.6)
screenshot (0.0.1)
@taplar
Copy link

taplar commented Apr 27, 2020

Related to #419 (comment)

While the resolution of the gauge_additional_libs should be addressed, should there be a consideration made for a pre-defined directory in a project that would always be included on the classpath to potentially reduce its size? Currently, this type of logic is being done in the launcher.ps1 > AddRunnerInClassPath to include all libs in the $PluginDir. Should there also potentially be a $env:GAUGE_PROJECT_ROOT/<some directory>/* also added as a generic default?

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

No branches or pull requests

2 participants