Re: [Nant-users] Problem with license in the solution task

2004-10-09 Thread Gert Driesen
Rami, Can you send me a full repro for this issue (including the assemblies for the licensed components) ? Thanks ! Gert - Original Message - From: "Rami Kachlon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 08, 2004 1:04 PM Subject: [Nant-users] Problem with license

Re: [Nant-users] References from solution do not appear to be persisted in LicenseTask

2004-10-09 Thread Gert Driesen
Bart, License compilation has always been problematic, assembly/project reference are not actually passed to lc.exe as there's a bug in that tool. Instead we copy the assembly/project references and lc.exe to a temp directory, and execute it from there. That way it should be able to resolve all

[Nant-users] Problem with license in the solution task

2004-10-09 Thread Rami Kachlon
Hey, everyone, I am using NAnt 0.85 on Windows with the .Net framework 1.1 to build solution files through solution task. I am using the solution task to compile an application that uses licensed components from a third party. Building the solution with Visual Studio .Net 2003 works without pro

Re: [Nant-users] "Insufficient state to deserialize the object" when ndoc-ing

2004-10-09 Thread Gert Driesen
Hi Thomas, Never had this issue myself, but Ndoc was recently updated to perform the reflection process in a separate appdomain, so that might be the cause of this error. However, I'm pretty sure you can't document a .NET CF assembly using NDoc (or any other tool) if its using .NET CF specific

Re: [Nant-users] CrystalReprt file (.rpt) used as an "Embedded Resource" still...

2004-10-09 Thread Gert Driesen
Ravi, What version of NAnt are you using ? Gert - Original Message - From: "Ravi Kumar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 08, 2004 8:09 PM Subject: [Nant-users] CrystalReprt file (.rpt) used as an "Embedded Resource" still... Hello folks, I've used .rpt a