-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot init new project on Mono #321
Comments
There is similar problem with initialization on existing project:
|
There's an issue with localising the system repository on Linux, not had the time to investigate yet. You want to make sure you use 2.0.3 or above for unix though, this code shows 1.0 Sebastien Lambla On 25 May 2012, at 21:26, "Konrad Kruczyński" [email protected] wrote:
|
I see, can I update it via open-wrap (the 1.0 version was installed with the newest shell)? |
1.0 gets downloaded automatically. If you have a 2.0 package you can try updating the system by copyin the package to your current directory and update-wrap OpenWrap -sys Sebastien Lambla On 25 May 2012, at 21:37, "Konrad Kruczyński" [email protected] wrote:
|
Thanks for the feedback. I've used the freshly compiled wrap to update using the command you've provided. It looks to be updated but strange problem emerges:
Do you have any ideas? Is there a place I can find the ready-made wraps (maybe I should use a little bit older version)? Pardon the questions, but I'm new to OpenWrap (which looks promising). |
I've returned to 1.0 using -ShellPanic, but don't know to which version should I upgrade. Just for the record, here's the process of upgrading:
|
Latest compiled ones are on teamcity, http://teamcity.caffeine-it.net Sebastien Lambla On 25 May 2012, at 22:04, "Konrad Kruczyński" [email protected] wrote:
|
I've managed to find an older version but results are the same:
so the subject of this issue should be rather something like general problem with 2.0 on Linux? But as far as I understood this is the specific version that should work. |
More information:
(output truncated). Is it the problem with repository localising you've mentioned earlier? |
More feedback on that: I've manually created the equivalent of the initial structure of the project (created by
|
My joy was a little premature. In fact the after Anyway I think that the issues should be resolved one after one, so if the get-help problem described above is the example of mentioned localising issue, can you point me to this issue so I'll be able to watch it? |
However, for the record: the hang issue (maybe very slow operation?) was probably due to the nuget repository added. After removing it the output is
|
After some more experiments I can say that adding nuget repository and installing packages from them works on Mono/Linux, although it is very time consuming process (and because of that I thought it hanged). Nevertheless I tried Windows/.NET afterwards and it was behaving that way too, so this is not related to Mono. So, to sum up - I think the only problem left is the project initialization; if I fake the initialization by manually copying/editing files, everything works fine (well, more or less fine, but still the same way as in Windows/.NET). |
Cool. The nuget problem should be fully resolved by this evening when cached repositories land. Sebastien Lambla On 29 May 2012, at 00:25, "Konrad Kruczyński" [email protected] wrote:
|
I've just built (using MSBuild) the newest version of openwrap-shell from sources and used it on Linux/Mono.
The shell installed without errors, but when doing
o init-wrap TestProject -git
(I have made a launcher for openwrap shell named 'o' to mimic usage available in Windows - would be nice to do that during installation on Linux/OSX, but this is subject for another issue ;))Anyway, the effects are:
and unusable init is its effect, which can be seen here:
The text was updated successfully, but these errors were encountered: