[Nant-users] CSC references and CopyLocal

2005-08-02 Thread Trevor.Moody
If I want to copy a referenced assemble to my output directory, do I
need to manually copy it or is there some way to simulate copyLocal?

Thanks





For more information about Barclays Capital, please
visit our web site at http://www.barcap.com.


Internet communications are not secure and therefore the Barclays 
Group does not accept legal responsibility for the contents of this 
message.  Although the Barclays Group operates anti-virus programmes, 
it does not accept responsibility for any damage whatsoever that is 
caused by viruses being passed.  Any views or opinions presented are 
solely those of the author and do not necessarily represent those of the 
Barclays Group.  Replies to this email may be monitored by the Barclays 
Group for operational or business reasons.





---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


RE: [Nant-users] regex replace

2005-08-02 Thread Evan Levy
I needed this functionality all over the place, so I wrote a function to
handle it.  It replaces anything that matches strRegex in strInput with
strReplace.  I read the file in with loadfile, do the regex-replaces,
then write the file out with echo.
 
  
   

   
  

e



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Baker
Sent: July 29, 2005 11:34 AM
To: Nant-users@lists.sourceforge.net
Subject: [Nant-users] regex replace



I don't see any type of functionality in nant or nantcontrib to find and
replace a string value in a file.

 

There is xmlpoke for xml files. How are people doing the same type of
thing for non xml files?

 

I wrote a task for this myself a while back, but sometimes clients
prefer to use only publicly supported tasks.

 

It went something like this:

 



 

Am I missing something that exists in nant or contrib itself? Why
wouldn't something like this be included?

 

Thanks,

 

steve

 

 



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


[Nant-users] Non .Net automated Build Tools

2005-08-02 Thread Trask, Hal
Title: Non .Net automated Build Tools





We are currently looking at tools to perform automated build with. We currently use C++ and Visual Basic, however they are pre - .Net versions. Can you tell me if NAnt supports pre .Net versions of C++ or VB? I always see references to the CLR and .Net versions 1.0 and laterbut never anything related to pre .Net.

If NAnt isn't really to be used for the pre .Net build environment, what do you recommend for continuous build tools and the pre .Newt build environment?

Thanks




[Nant-users] Nant Build Error while writing resources

2005-08-02 Thread Nam Seungho

Dear list,

I've encountered 2 errors while building smart client project. This is not 
what I'd never seen before I added .resx files and Infragistics license 
file.


Do you know how to resolve these errors?
Errors are as follows:
1. C:\???\???\???\???\???\???\???\???\???.build(40,4):
Failed to create license for type 
Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit.


   Class already Exists.(This message was originally Korean. I translated 
into English. So this may not be exactly the same as you may see on your 
screen. and '???' is a folder name or a file name)


2. C:\???\???\???\???\???\???\???\???\???.build(37,4):
Failed to create license for type 
Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.
Object Reference is not configured as the object's 
instance.(This message was originally Korean. I translated into English. So 
this may not be exactly the same as you may see on your screen. and '???' 
is a folder name or a file name)


Strange to say, sometimes all projects are built successfully without any 
error messages. And the project that causes these errors doesn't always 
cause these messages. I thinks the success of build is entirely dependent 
on nant's will.


If you know any solutions about these problem, please let me know them.

Thanks in advance.

Best Regards,
Nam, Seungho

_
상큼한 만남과 따뜻한 공동체 생활...  지금 MSN 커뮤니티에서 시작하세요!   
http://groups.msn.com/?pgmarket=ko-kr  




---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


RE: [Nant-users] Nant Build Error while writing resources

2005-08-02 Thread Nam Seungho

I'm running it on
Nant-0.84
and .NET Framework v.1.1.4322.

Thanks.
Best regards,
Nam, Seungho


From: "Gert Driesen" <[EMAIL PROTECTED]>
To: "'Nam Seungho'" <[EMAIL PROTECTED]>
Subject: RE: [Nant-users] Nant Build Error while writing resources
Date: Wed, 3 Aug 2005 06:32:32 +0200

Hi Nam,

What version of NAnt are you using ? What version of the .NET Framework 

are you running it on ?


Gert

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Nam Seungho
> Sent: woensdag 3 augustus 2005 4:59
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] Nant Build Error while writing resources
>
> Dear list,
>
> I've encountered 2 errors while building smart client
> project. This is not
> what I'd never seen before I added .resx files and
> Infragistics license
> file.
>
> Do you know how to resolve these errors?
> Errors are as follows:
> 1. C:\???\???\???\???\???\???\???\???\???.build(40,4):
> Failed to create license for type
> Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit.
>
> Class already Exists.(This message was originally Korean.
> I translated
> into English. So this may not be exactly the same as you may
> see on your
> screen. and '???' is a folder name or a file name)
>
> 2. C:\???\???\???\???\???\???\???\???\???.build(37,4):
> Failed to create license for type
> Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter.
>  Object Reference is not configured as the object's
> instance.(This message was originally Korean. I translated
> into English. So
> this may not be exactly the same as you may see on your
> screen. and '???'
> is a folder name or a file name)
>
> Strange to say, sometimes all projects are built successfully
> without any
> error messages. And the project that causes these errors
> doesn't always
> cause these messages. I thinks the success of build is
> entirely dependent
> on nant's will.
>
> If you know any solutions about these problem, please let me
> know them.
>
> Thanks in advance.
>
> Best Regards,
> Nam, Seungho
>
> _
> ?곹겮??留뚮궓怨??곕쑜??怨듬룞泥??앺솢...  吏€湲?MSN 而ㅻ??덊떚?먯꽌 ?쒖

옉?섏꽭??

> http://groups.msn.com/?pgmarket=ko-kr
>
>
>
> ---
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> ___
> Nant-users mailing list
> Nant-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-users
>



_
싸게 싸게 MSN공동구매   
http://www.waawaa.com/cobuy/cobuy_default.asp?siteid=10160 




---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


RE: [Nant-users] Nant Build Error while writing resources

2005-08-02 Thread Gert Driesen
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Nam Seungho
> Sent: woensdag 3 augustus 2005 6:46
> To: [EMAIL PROTECTED]
> Cc: Nant-users@lists.sourceforge.net
> Subject: RE: [Nant-users] Nant Build Error while writing resources
> 
> I'm running it on
> Nant-0.84
> and .NET Framework v.1.1.4322.

Can you try using a recent nightly build of NAnt :

http://nant.sourceforge.net/nightly/latest

Gert



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


Re: [Nant-users] Non .Net automated Build Tools

2005-08-02 Thread Ian MacLean


Trask, Hal wrote:


We are currently looking at tools to perform automated build with. We
currently use C++ and Visual Basic, however they are pre - .Net versions.
Can you tell me if NAnt supports pre .Net versions of C++ or VB? I always
see references to the CLR and .Net versions 1.0 and laterbut never
anything related to pre .Net.
 

there is a vb6 specific task [1] in NAntContrib and I think (but am not 
sure ) that the   and  [2] tasks will work with vc++6


Ian

[1]http://nantcontrib.sourceforge.net/nightly/latest/help/tasks/vb6.html

[2]http://nant.sourceforge.net/release/latest/help/tasks/cl.html
http://nant.sourceforge.net/release/latest/help/tasks/link.html

Ian


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


RE: [Nant-users] Nant Build Error while writing resources

2005-08-02 Thread Nam Seungho

Thank you for your response.
I think the problem is resolved seeing the result until now...
I feel like that nant0.85 is faster than the previous one.

Thank you very much again.

Have a nice day.

Best Regards,
Nam, Seungho


From: "Gert Driesen" <[EMAIL PROTECTED]>
To: "'Nam Seungho'" <[EMAIL PROTECTED]>
CC: 
Subject: RE: [Nant-users] Nant Build Error while writing resources
Date: Wed, 3 Aug 2005 06:52:41 +0200



> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Nam Seungho
> Sent: woensdag 3 augustus 2005 6:46
> To: [EMAIL PROTECTED]
> Cc: Nant-users@lists.sourceforge.net
> Subject: RE: [Nant-users] Nant Build Error while writing resources
>
> I'm running it on
> Nant-0.84
> and .NET Framework v.1.1.4322.

Can you try using a recent nightly build of NAnt :

http://nant.sourceforge.net/nightly/latest

Gert



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


_
상큼한 만남과 따뜻한 공동체 생활...  지금 MSN 커뮤니티에서 시작하세요!   
http://groups.msn.com/?pgmarket=ko-kr  




---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users