Sorry Gert, as i said before .... i have no time in doing that..

my question is does <solution> does the com interop by itself or we
have to specify for it...

if we have to specify for it....how to do that




On Wed, 12 Jan 2005 15:12:38 +0100, Gert Driesen
<[EMAIL PROTECTED]> wrote:
> Bala,
> 
> Again, I'm not really a Visual C++ expert, but if you can provide an example
> (repro), I'll look into this asap.
> 
> Gert
> 
> ----- Original Message -----
> From: "Bala" <[EMAIL PROTECTED]>
> To: "Gert Driesen" <[EMAIL PROTECTED]>
> Sent: Wednesday, January 12, 2005 3:00 PM
> Subject: Re: Building VC++ projects
> 
> > Hi Gert,
> >
> >  iam using <solution> to build my projects ( vc++  & c# ).
> >
> >  Some dll's in vc++ are referenced in C# (interop)
> >
> > Does <solution> takes care of converting vc++ dll to .net dll ?
> >
> > -Bala
> >
> >
> > On Wed, 12 Jan 2005 12:32:46 +0100, Gert Driesen
> > <[EMAIL PROTECTED]> wrote:
> > > Hi Bala,
> > >
> > > I've had no similar reports, but we are planning on rewriting the vss
> tasks
> > > to just wrap ss.exe instead of usig COM interop.
> > >
> > > Note: that will not be done any time soon, and I'm not sure if that will
> fix
> > > your performance problem as it might be caused by Visual SourceSafe
> itself.
> > >
> > > Gert
> > >
> > > ----- Original Message -----
> > > From: "Bala" <[EMAIL PROTECTED]>
> > > To: "Gert Driesen" <[EMAIL PROTECTED]>
> > > Sent: Wednesday, January 12, 2005 12:26 PM
> > > Subject: Re: Building VC++ projects
> > >
> > > > Thanks Gert..
> > > >
> > > > One more thing..
> > > >
> > > > I am downloading the latest version of my source files from VSS
> > > >
> > > > i use <vssget> to do it....
> > > >
> > > > but it is very slow ...it some times takes 30 mins to download 200mb
> > > files..
> > > >
> > > > Is there any other way to do this ?
> > > >
> > > > Thanks,
> > > > Bala
> > > >
> > > >
> > > > On Wed, 12 Jan 2005 12:14:54 +0100, Gert Driesen
> > > > <[EMAIL PROTECTED]> wrote:
> > > > > Hi Bala,
> > > > >
> > > > > You do not need pass information on the logger to the nested build
> file.
> > > > > NAnt takes care of that.
> > > > >
> > > > > Gert
> > > > > ----- Original Message -----
> > > > > From: "Bala" <[EMAIL PROTECTED]>
> > > > > To: "Gert Driesen" <[EMAIL PROTECTED]>
> > > > > Sent: Wednesday, January 12, 2005 12:13 PM
> > > > > Subject: Re: Building VC++ projects
> > > > >
> > > > > > Hi Gert,
> > > > > >
> > > > > > In my build file, i am using <nant> to call another build file let
> it
> > > > > > me  buildfile2.
> > > > > >
> > > > > > But i have to pass some arguments  ( like -l(logger) -XMLLogger )
> for
> > > > > > building buildfile2
> > > > > >
> > > > > > How to pass those?
> > > > > >
> > > > > > Thanks,
> > > > > > Bala
> > > > > >
> > > > > >
> > > > > > On Tue, 11 Jan 2005 09:57:04 +0100, Gert Driesen
> > > > > > <[EMAIL PROTECTED]> wrote:
> > > > > > > Bala,
> > > > > > >
> > > > > > > Please try using the latest nightly build first.
> > > > > > >
> > > > > > > Gert
> > > > > > >
> > > > > > > ----- Original Message -----
> > > > > > > From: "Bala" <[EMAIL PROTECTED]>
> > > > > > > To: "Gert Driesen" <[EMAIL PROTECTED]>
> > > > > > > Sent: Tuesday, January 11, 2005 9:29 AM
> > > > > > > Subject: Re: Building VC++ projects
> > > > > > >
> > > > > > > > Sorry Gert... i cant make a repro right now...i have loads of
> work
> > > on
> > > > > my
> > > > > > > head...
> > > > > > > >
> > > > > > > > Can you tell me who is the right person to contact abt this ?
> > > > > > > >
> > > > > > > > please send me their mail id
> > > > > > > >
> > > > > > > > Great Work GERT...You have done a excellent tool
> > > > > > > >
> > > > > > > > - Bala
> > > > > > > >
> > > > > > > >
> > > > > > > > On Tue, 11 Jan 2005 09:25:06 +0100, Gert Driesen
> > > > > > > > <[EMAIL PROTECTED]> wrote:
> > > > > > > > > Bala,
> > > > > > > > >
> > > > > > > > > To be honest: I'm not really a Visual C++ expert myself. If
> your
> > > > > VS.NET
> > > > > > > > > solution builds fine using that set-up in VS.NET, then it
> should
> > > > > also
> > > > > > > work
> > > > > > > > > fine when using the <solution> task.
> > > > > > > > >
> > > > > > > > > If you experience any problems using the latest nightly
> build,
> > > then
> > > > > > > please
> > > > > > > > > provide a repro (small test solution) and we'll look into it
> as
> > > soon
> > > > > as
> > > > > > > > > possible.
> > > > > > > > >
> > > > > > > > > Gert
> > > > > > > > >
> > > > > > > > > ----- Original Message -----
> > > > > > > > > From: "Bala" <[EMAIL PROTECTED]>
> > > > > > > > > To: "Gert Driesen" <[EMAIL PROTECTED]>
> > > > > > > > > Sent: Tuesday, January 11, 2005 9:20 AM
> > > > > > > > > Subject: Re: Building VC++ projects
> > > > > > > > >
> > > > > > > > > > Hi Gert,
> > > > > > > > > >
> > > > > > > > > > I have a set of header files which is used by most of the
> > > > > components
> > > > > > > > > > in my project.
> > > > > > > > > >
> > > > > > > > > > I have them in a common directory.
> > > > > > > > > >
> > > > > > > > > > Is there any way to tell NANT to go refer the header files
> in
> > > that
> > > > > > > common
> > > > > > > > > dir ?
> > > > > > > > > >
> > > > > > > > > > Currently i am building using <solution>
> > > > > > > > > >
> > > > > > > > > > Thanks,
> > > > > > > > > > Bala
> > > > > > > > > >
> > > > > > > > > > On Tue, 11 Jan 2005 07:34:25 +0100, Gert Driesen
> > > > > > > > > > <[EMAIL PROTECTED]> wrote:
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > > -----Original Message-----
> > > > > > > > > > > > From: Bala [mailto:[EMAIL PROTECTED]
> > > > > > > > > > > > Sent: dinsdag 11 januari 2005 7:10
> > > > > > > > > > > > To: Gert Driesen
> > > > > > > > > > > > Subject: Re: Building VC++ projects
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks Gert..
> > > > > > > > > > > >
> > > > > > > > > > > > When you guys planned for the next release ?
> > > > > > > > > > >
> > > > > > > > > > > A new release candidate should be released in the next
> two
> > > to
> > > > > three
> > > > > > > > > weeks
> > > > > > > > > > > (I've been busy with work lately).
> > > > > > > > > > >
> > > > > > > > > > > > I will be more safe if i use stable release than
> nightly
> > > > > builds.
> > > > > > > > > > >
> > > > > > > > > > > Not sure I agree, here. We won't be introduce breaking
> > > changes
> > > > > in
> > > > > > > the
> > > > > > > > > > > nightly builds until 0.85 is released, and the nightly
> > > builds
> > > > > > > contain
> > > > > > > > > fixes
> > > > > > > > > > > that are not yet available in a release.
> > > > > > > > > > >
> > > > > > > > > > > > My manager is not allowing to use the nightly
> builds.he
> > > says
> > > > > > > functions
> > > > > > > > > > > > may change between nightly builds.
> > > > > > > > > > >
> > > > > > > > > > > Again, I understand his concern, but ... (see above).
> > > > > > > > > > >
> > > > > > > > > > > If you're not allowed to use the nightly builds, then at
> > > least
> > > > > > > propose
> > > > > > > > > to
> > > > > > > > > > > run a test with it. That way any issues you report, can
> get
> > > > > fixed
> > > > > > > before
> > > > > > > > > we
> > > > > > > > > > > release NAnt 0.85 (rc2 or release).
> > > > > > > > > > >
> > > > > > > > > > > Gert
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Regards,
> > > > > > > > > > Bala :)
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Regards,
> > > > > > > > Bala :)
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Regards,
> > > > > > Bala :)
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Regards,
> > > > Bala :)
> > > >
> > > >
> > >
> >
> >
> > --
> > Regards,
> > Bala :)
> >
> >
> 


-- 
Regards,
Bala :)


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to