[19:48:30 13-Mar-25] [info] [xeto] FileRepo scan [8ms]
ERROR: no libs found [parent]
Shouldn't it be looking in parent/proj/work first, not parent? I've tried adding xeto.props in different areas, changing the paths, I don't understand what I'm missing.
Any ideas?
Brian FrankFri 14 Mar
The tools requires your source to be organized under "src/xeto/{lib name}". So you need to add a xeto directory above mylib.
James Gessel Thu 13 Mar
I've been banging my head against this for long enough I think I may just be dumb.
xeto env
xeto build
Shouldn't it be looking in
parent/proj/work
first, notparent
? I've tried adding xeto.props in different areas, changing the paths, I don't understand what I'm missing.Any ideas?
Brian Frank Fri 14 Mar
The tools requires your source to be organized under "src/xeto/{lib name}". So you need to add a xeto directory above mylib.
See setup docs
Or you can use
xeto init
to stub a lib in the correct directoryJames Gessel Fri 14 Mar
Ah, so I'm dislexic. I had xeto/src instead. Thank you :)