From: Panayotis K. <pan...@pa...> - 2011-07-26 16:50:57
|
On 26 Ιουλ 2011, at 2:08 π.μ., devone wrote: > Hi everyone, > XMLVM is really a great work. > > I have installed it on a windows machine, eclipse and jdk 1.6. > Demos are ok, I can run them with success. > When a try to migrate an existing Android project I don't receive any > message, and no skeleton is created inside the project folder. > This is the command I have executed: > > C:\>xmlvm --skeleton=android:migrate --out=e:\workspace_android\HelloProject > > The same beaviour when I execute a new project task > > C:\>xmlvm --skeleton=android:migrate --out=e:\workspoid\NewProject > --app-name=XMLNP > > I don't receive any message, the commands are executed without output, and > no project are migrated/created. > xmlvm/bin in on the system path > > Any idea? > > Thank's in advance > Devone Can you run the same command with maximum debug information? The parameter is: --debug=all |