From: Panayotis K. <pan...@pa...> - 2011-09-12 16:52:19
|
On 11 Σεπ 2011, at 1:44 π.μ., Tomás Lázaro wrote: > Hi, > > Thanks for your quick response! > > I'm still having trouble with the demos, I did a fresh checkout of the xmlvm trunk. The 'ant' command worked fine but 'ant demos' afterwards still produces the error with the aforementioned xmls. > > /home/tomas/NetBeansProjects/xmlvm/demo/iphone/ifireworks/nbproject/xmlvm.xml:96: The following error occurred while executing this line: > java.io.FileNotFoundException: /home/tomas/NetBeansProjects/xmlvm/demo/iphone/ifireworks/nbproject/build-xcode.xml (No such file or directory) > > There is a total of 8 files inside /xmlvm/demo/ that are named build-Xcode.xml but should be build-xcode.xml. I think it will be a good idea to have a better look at http://xmlvm.org/documentation/ Thus will solve you most of your problems, without patching :) The problem with the case sensitive targets is that you did "ant run" without a default target. Anyways I am going to fix this problem soon. |