theaplroom / APM

APL package manager
2 stars 0 forks source link

Value error when running example code #7

Closed jamesheslip closed 6 years ago

jamesheslip commented 6 years ago

Hi Gil, any ideas what could be causing this value error? It says it's reading 0 files from the dateandtime directory, but a file definitely exists ('...\APLSource\DateAndTime-91.class')? I tried a fresh project but it did the same thing.

]apm.createproject C:/users/james/documents/myucmds/myproject #.myproject
 Acre  4.4.0.002  2018-06-14
Added script "quadVars"
Project myproject created
Current directory set to C:/users/james/documents/myucmds/myproject/
Install packages using ]APM.AddPackage

Saved: #.myproject.hello
      myproject.hello
hello james

     ]apm.addpackage dateandtime
Packages: +1                                                                                        
+                                                                                                   
Resolving: total 1, reused 1, downloaded 0, done                                                    

dependencies:                                                                                       
+ dateandtime 1.5.2                                                                                 

      ]apm.loadproject .
Opening from C:/users/james/documents/myucmds/myproject/
 to #.myproject
Please wait - Reading 2 files from C:/users/james/documents/myucmds/myproject/APLSource/
Opening from C:/users/james/documents/myucmds/myproject/node_modules/.apm.theaplroom.com/dateandtime/1.5.2/node_modules/da
      teandtime/
 to #.__packages.dateandtime_1_5_2
Please wait - Reading 0 files from C:/users/james/documents/myucmds/myproject/node_modules/.apm.theaplroom.com/dateandtime
      /1.5.2/node_modules/dateandtime/APLSource/
* Command Execution Failed: VALUE ERROR

]map
#
·   __packages
·   ·   dateandtime_1_5_2
·   ·   ·   AcreConfig → #.[Namespace]
·   ·   ·   __apm → #.[Namespace]
·   myproject
·   ·   ∇ hello
·   ·   AcreConfig → #.[Namespace]
·   ·   __apm → #.[Namespace]
·   ·   quadVars
e9gille commented 6 years ago

I forgot to tell you, this relies on the latest acre source which has not yet been built. I'll send you a dws later.