Skip to content

Create the directory for dependencies database automatically #27

@OlegZee

Description

@OlegZee

In case the database path is specified as in the following script the execution fails:

do xake {ExecOptions.Default with DbFileName = ".xaake/deps.xa"} {
   ...
}

Expected behavior:

  • xake creates the folder (.xaake in the example above) automatically

Workaround:

  • add CreateDirectory instruction as follows:
System.IO.Directory.CreateDirectory ".xaake" |> ignore

do xake {ExecOptions.Default with DbFileName = ".xaake/deps.xa"} {
    ....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions