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

"Build from source" fails if export folder was a subdiretory #214

Closed
Tanarri opened this issue Apr 25, 2021 · 3 comments
Closed

"Build from source" fails if export folder was a subdiretory #214

Tanarri opened this issue Apr 25, 2021 · 3 comments

Comments

@Tanarri
Copy link
Contributor

Tanarri commented Apr 25, 2021

Hi,

I exported a accdb named "test.accdb" to subdirectory "\tools%dbname%.src" - this was all right.
The export files are in the subdirectory "\tools\test.accdb.src" of the original database .

Then I want to "build from source" this database. Steps:

  • Open the original database "test.accdb" and start VCS
  • choose "build from source"
  • Select "YES" from the messagebox. In this message box the right folder for import was shown: D:<snipedPath>\tools\test.accdb.src"
  • The procedure "build from path" reported success, but no objects were imported. A empty accdb was generated.

Infos:
The generated empty database is saved here: "\tools\test.accdb". I thought it wil be generated in path "\test.accdb"
A directory "\tools\tools\test.accdb.src" was created with the files "Build.log" and "vcs-index.json" (Build.log enclosed)

Gretings
TanarRi

Build.log

@joyfullservice
Copy link
Owner

I was able to reproduce this error. Looks like an issue with handling the export path... Let me see if I can resolve this...

joyfullservice added a commit that referenced this issue Apr 29, 2021
Now supports relative export folders that are nested multiple layers deep. You can also now use "\" to export into the current folder instead of a subfolder. Fixes #214
@joyfullservice
Copy link
Owner

@Tanarri - I believe this should be resolved now. Can you verify that it works on your system?

@Tanarri
Copy link
Contributor Author

Tanarri commented Apr 30, 2021

@joyfullservice
Yes, the fix works on my system.

Great work - Thanks!

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