-
Notifications
You must be signed in to change notification settings - Fork 260
Dereference directory symlink in src/main/python/ #768
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
Comments
Further digging revealed that symlinked directories are dereferenced properly, and copied to However, This appears to be a bug in pybuilder: it seems to dereference directory symlinks when copying the files, but not when generating Relevant source code is probably pybuilder/src/main/python/pybuilder/plugins/python/core_plugin.py Lines 106 to 124 in 6ac1ef4
|
Modules are all modules that are not in packages, recursively Packages are all packages that contain __init__.py Process symlinks Add integration tests fixes pybuilder#768
Modules are all modules that are not in packages, recursively Packages are all packages that contain __init__.py Process symlinks Add integration tests fixes pybuilder#768
Modules are all modules that are not in packages, recursively Packages are all packages that contain __init__.py Process symlinks Add integration tests fixes pybuilder#768
Modules are all modules that are not in packages, recursively Packages are all packages that contain __init__.py Process symlinks Add integration tests fixes pybuilder#768
Modules are all modules that are not in packages, recursively Packages are all packages that contain __init__.py Process symlinks Add integration tests fixes pybuilder#768
Modules are all modules that are not in packages, recursively Packages are all packages that contain __init__.py Process symlinks Add integration tests fixes pybuilder#768
Modules are all modules that are not in packages, recursively Packages are all packages that contain __init__.py Process symlinks Add integration tests fixes pybuilder#768
Adding symlinks to files under
src/main/python
dereferences the files.How to add a directory symlink in
src/main/python
and deference it so that the directory it points to gets included? It seems by default directory symlinks undersrc/main/python
are simply ignored.The text was updated successfully, but these errors were encountered: