Boo / SharpDevelop

Questions about integration in Visual Studio, MSBuild or other IDEs or build tools.

Boo / SharpDevelop

Postby soren on Thu Oct 18, 2007 7:42 am

Hi

I tried using Laos in a [url=http://boo.codehaus.org]Boo [/url]project in [url=http://www.icsharpcode.net/OpenSource/SD/]SharpDevelop. [/url]I know it isn't officially supported, but I had to give it a go ;)

Right out of the box, Laos was triggered by just referencing postharp.public and .laos, as in VS.
But unfortunately, ILASM returned error code 1.

So, Gael, are there any plans for supporting assemblies compiled with Boo?

Regs,
Soren


Soren Skovsboll
soren
 
Posts: 15
Joined: Sat Jan 12, 2008 4:55 pm
Full Name: Soren Skovsboll

Re: Boo / SharpDevelop

Postby gfraiteur on Thu Oct 18, 2007 2:25 pm

Any valid MSIL is officially supported.

Could you please send the complete error message of MSIL (it should be written in the Debug window).

Thank you.

Gael
Gael Fraiteur, project leader
got good support? consider donating to the project.
gfraiteur
Site Admin
 
Posts: 674
Joined: Tue Dec 18, 2007 3:09 pm
Full Name: Gael Fraiteur
Company: postsharp.org

Re: Boo / SharpDevelop

Postby soren on Mon Oct 22, 2007 7:52 am

 
I'm affraid this is the only error message:
Error PS0034: PostSharp: ILASM exited with return code 1.
I tried attaching the contents of the obj folder (8kb) to this post but the forum returned an error. I'll send it by email instead.
Regs,
Søren


Soren Skovsboll
soren
 
Posts: 15
Joined: Sat Jan 12, 2008 4:55 pm
Full Name: Soren Skovsboll

Re: Boo / SharpDevelop

Postby blahetal on Tue Jan 22, 2008 12:32 am

Hi,
does SharpDevelop IDE supports PostSharp?
I mean the post-compilation process...how to execute PostSharp during build to compile aspects. I think some kind of plugin for SharpDevelop is required.
blahetal
blahetal
 
Posts: 13
Joined: Sat Jan 12, 2008 4:55 pm
Full Name: blahetal

Re: Boo / SharpDevelop

Postby gfraiteur on Tue Jan 22, 2008 12:35 am

I did not try, but PostSharp integrates into MSbuild, not specifically into Visual Studio. So, yet, it could work.

Anyway, you could also do manual integration. See http://www.postsharp.org/blog/2008/01/under-hood-of-msbuild-integration.html.

Gael
Gael Fraiteur, project leader
got good support? consider donating to the project.
gfraiteur
Site Admin
 
Posts: 674
Joined: Tue Dec 18, 2007 3:09 pm
Full Name: Gael Fraiteur
Company: postsharp.org

Re: Boo / SharpDevelop

Postby blahetal on Tue Jan 22, 2008 12:09 pm

Hi, I tried to compile some postsharp code in SharpDevelop and PostSharp compiler was executed during the build process so I guess it will work in any IDE, because as you said, PostSharp only includes itself into the build process and it doesnt change any IDE settings.
blahetal
blahetal
 
Posts: 13
Joined: Sat Jan 12, 2008 4:55 pm
Full Name: blahetal


Return to Integration with IDE and Build Scripts


cron