Re: dub import local D package

2022-04-21 Thread data pulverizer via Digitalmars-d-learn
On Thursday, 21 April 2022 at 03:59:26 UTC, Steven Schveighoffer wrote: OK, so reviewing with that in mind, it looks like you're trying to import `myPackage.modules.mymodule`, but the file `../myPackageName/source/myPackageName/modules/mymodule.d` doesn't exist. Is there one too many "myPac

Re: dub import local D package

2022-04-20 Thread Steven Schveighoffer via Digitalmars-d-learn
On 4/20/22 9:53 PM, data pulverizer wrote: On Thursday, 21 April 2022 at 00:14:16 UTC, Steven Schveighoffer wrote: Did you substitute something real with `...` to hide it from your post? Because that's not a real path. I used it to hide my actual paths. OK, so reviewing with that in mind,

Re: dub import local D package

2022-04-20 Thread data pulverizer via Digitalmars-d-learn
On Thursday, 21 April 2022 at 00:14:16 UTC, Steven Schveighoffer wrote: Did you substitute something real with `...` to hide it from your post? Because that's not a real path. I used it to hide my actual paths.

Re: dub import local D package

2022-04-20 Thread Steven Schveighoffer via Digitalmars-d-learn
On 4/20/22 7:39 PM, data pulverizer wrote: Hi all, I'm trying to import a local dub package into a dub project (`json` format). I have added the package I'm trying to import with `dub add-local` and `dub add-path` and including it within the json file, but I get the error ``` $ dub build Pe

dub import local D package

2022-04-20 Thread data pulverizer via Digitalmars-d-learn
Hi all, I'm trying to import a local dub package into a dub project (`json` format). I have added the package I'm trying to import with `dub add-local` and `dub add-path` and including it within the json file, but I get the error ``` $ dub build Performing "debug" build using /.../ldc2/bin/l