Re: [Nant-users] I don't understand the VBC task, get system errors

2005-02-20 Thread stephan
Hi Ian, It was a case of RTFM on my side. I played with the VSCONV.XSLT which doesn't generate the imports. Then I copied the lines from the project files ... with a vb background case sensitive stuff gets me quite often off guard. With the hints from the list I figured it out. The other error: O

Re: [Nant-users] I don't understand the VBC task, get system errors

2005-02-20 Thread Ian MacLean
[EMAIL PROTECTED] wrote: Hi there, I'm trying to get VBC working with my project. I use heavily COM interop. I'm using nant-0.85-rc2. This is my vbc task: [snip] When I run the task the resources get created and then I get tons of: error BC30002: Type 'xxx' is not defined. What puzzles me if I loo

[Nant-users] I don't understand the VBC task, get system errors

2005-02-19 Thread stephan
Hi there, I'm trying to get VBC working with my project. I use heavily COM interop. I'm using nant-0.85-rc2. This is my vbc task: target name="compile" description="Compile project">     optioncompare="text" optionexplicit="true" optionstrict="true" removeintchecks="false" rootnamespace="testl