Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] log files and File I/O

Hi Marc,

I am not sure if all your questions are related to DLTK or Eclipse in general.
Probably you should find rhodes specific communication channels.

Regards,
Alex

----- Original Message -----
From: "Marc Limotte" <mslimotte@xxxxxxxxx>
To: dltk-dev@xxxxxxxxxxx
Sent: Thursday, August 13, 2009 4:58:06 PM GMT +06:00 Almaty, Novosibirsk
Subject: [Dltk-dev] log files and File I/O

Hi.

I'm just starting to write an app for the iphone with rhodes, and I have a couple of questions:

I'm using "rake run:iphone:app" to start my application.

1. Where are the logs?  rhobuild.yml specifies "applog: rholog.txt", but I don't see this file anywhere.  I'm assuming that anything my app prints to STDOUT would go in this file, if I could find it.

2. Does direct File access work in rhodes?  I.e. I have put a txt file in my app/ directory and I try to get at it with File.open('myfile.txt').  But I get an error:
Server Error
Error: No such file or directory - './myfile.txt'


Thanks,
Marc



_______________________________________________ dltk-dev mailing list dltk-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/dltk-dev

Back to the top