[Mono-list] Sharpen errors

Miljenko Cvjetko mcvjetko at holisticware.net
Mon May 19 18:00:31 UTC 2014


Hi

Thanks a lot. I have prepared those links but had no time to try it out.
I have few questions.
Inline

On 20140519 19:30 , Dimitar Dobrev wrote:
> I've been able to solve the problem. I hope the following helps somebody
> else:
>
> 1. Get Sharpen from  https://github.com/slluis/sharpen/
> <https://github.com/slluis/sharpen/>   ;
I presume in the root of the workspace. Right?
> 2. Open sharpen.core in Eclipse;
> 3. Go to JavaProject.JavaProject(String projectName);
> 4. Add the following below setJavaNature(); :
>
>      Map options = _javaProject.getOptions(false);
>      options.put(JavaCore.COMPILER_SOURCE, JavaCore.VERSION_1_6);
>      _javaProject.setOptions(options);
>
> 5. Build the project;
> 6. Export it to a JAR and copy that JAR to {Eclipse_root}/plugins;
> 7. Follow the instructions at
> http://web.archive.org/web/20130601031709/http://www.pauldb.me/post/14916717048/a-guide-to-sharpen-a-great-tool-for-converting-java
> <http://web.archive.org/web/20130601031709/http://www.pauldb.me/post/14916717048/a-guide-to-sharpen-a-great-tool-for-converting-java>
> except the initial part of obtaining the Sharpen JAR.

OK.
So everything with config files says the same like described in the link 
above?

I have no deep knowledge of eclipse and this makes me a bit problems

thanks

Mel
>
>
>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/Sharpen-errors-tp4662850p4662861.html
> Sent from the Mono - General mailing list archive at Nabble.com.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list



More information about the Mono-list mailing list