Compile from CMD

Monkey Forums/Monkey Programming/Compile from CMD

degac(Posted 2011) [#1]
Hi to all, I'm trying to compile (under WIndows) from the cli.
I'm testing a little IDE I wrote for myself, and at the moment I'm stuck with a thing that should be quite easy to implement...

I've tried to run a sample example in html5, but I've got the same error

c:\monkeypro33/bin/trans_winnt.exe -run -config=debug -target=html5 -modpath=c:\monkeypro33\modules\ C:/MonkeyPro33/bananas/Richard_Betson/line_v_circle_collision/.line_v_circle_collision.monkey


c:\monkeypro33/bin/trans_winnt.exe -run -config=debug -target=html5 c:/MonkeyPro33/bananas/Richard_Betson/line_v_circle_collision/.line_v_circle_collision.monkey


Error:
Building .line_v_circle_collision
TRANS monkey compiler V1.04
Parsing...
C:/MonkeyPro33/bananas/Richard_Betson/line_v_circle_collision/.line_v_circle_collision.monkey<10> : Error : Invalid module identifier '.line_v_circle_collision'.

I'm sure I'm missing something obvious...

Any hints?


Canardian(Posted 2011) [#2]
Remove the dot.


degac(Posted 2011) [#3]
Dohhhh!

More than 1 hour to discover:
1 - I found the MonkIDE source code...
2 - a 'dot'

Funny!!!

Many thanks!