I think here you are trying to get to test.sq I only adjust the incoming image name in the VM looking for ~ for example, and resolving usage of ./ and ../
The additional command line items are then passed to the image unchanged, so it sees only 'test.sq' as the path name. You would have to check the smalltalk code at the point where it gets the command line parm and decide if it's 'test.sq' should that really be './test.sq' You might also try putting './test.sq' on the command line and see if that works. On 2-Sep-09, at 9:23 AM, Stéphane Ducasse wrote: >>> >> The full path requirement should be considered a bug from my >> perspective. > > mine too and I thought that john fixed that. > So did you try without? -- = = = ======================================================================== John M. McIntosh <[email protected]> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com = = = ======================================================================== _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
