[Nant-users] RE: #cvslib,
Hi Pierre, Thanks for the error report! I have been playing around with the library however I was unable to replicate the crash. I have been testing using sharpcvslib and nant (aprox. 400-600 files). I did find some logging statements that were set too high which might have made it look like the application was looping. I have cleaned this up and it should be in the next nightly build. > With nant-0.84 (the latest stable release), cvs-checkout is > working perfectly. The cvs-checkout task in version 0.84 has a bug that is causing the file date stamp in the Entries file to not be updated. Currently the bug does not cause much of a problem as the #cvslib client sends the file up to the cvs server to compare, however if you are using TortoiseCvs it notices the problem and flags all files with a red (changed/ unknown) marker. As for the speed increase I was comparing against 0.83 final so if you don't need tagging or don't have tortoise then the 0.84 release is a little more stable and should have these speed enhancements. Sorry for the confusion. Cheers, Clayton --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
[Nant-users] Solution outputdir with web project
Hi all, I'm really in doubt about the useability of the solution task in nant. I think the solution task is not flexible enough. Or maybe I'm not skillful enough in building good buildfiles using the solution task, it will probably be the last one ;) Problem 1 When I have a solution file with a web project in it, I want the output of the web project to be put in the folder which is mapped to the virtual directory of the webserver. This is not a real problem if I don't set the outputdir of a solution. When using an outputdir everything is compiled to one directory. Should I make a seperate task to build the webproject? Besides the output problem, I also wonder how to be able to use the comment in vb files to generate documentation with Ndoc, which is made possible by using VBCommenter. Last problem is, how can I force a rebuild for a solution? My buildfile looks like this : http://localhost/WebUI/WebUI.vbproj"; path="C:\DATA\DotNet\Saber\Visual Studio Projects\ASRBizz\Shop\WebUI\WebUI.vbproj" /> Greetinx S. DISCLAIMER*** Deze e-mail is uitsluitend bestemd voor de geadresseerde(n). Verstrekking aan en gebruik door anderen is niet toegestaan. Fortis sluit iedere aansprakelijkheid uit die voortvloeit uit electronische verzending. This e-mail is intended exclusively for the addressee(s), and may not be passed on to, or made available for use by any person other than the addressee(s). Fortis rules out any and every liability resulting from any electronic transmission. *** --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
[Nant-users] sosget
People hi, Does anyone know how to use the SourceOffSite in conjunction with nant? AFAIK, ant supports the sosget command, whilst nant does not. Any custom solutions? Or I doomed? Regards, Yuri --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
[Nant-users] Nant and NUnit v2
Hello there, There seems to be a problem running the nunit2 task in NAnt. I always get the message "NUnit 2.0 error, file or assembly name nunit.framework, or one of its dependencies, was not found". Is there anything I am doing wrong ? Thanks BT Yahoo! Broadband - Save £80 when you order online today. Hurry! Offer ends 21st December 2003. The way the internet was meant to be.
RE: [Nant-users] sosget
Yuri, Use the command line sos client with the task. Damir -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yuri Kuleshov Sent: Tuesday, December 16, 2003 11:29 AM To: [EMAIL PROTECTED] Subject: [Nant-users] sosget People hi, Does anyone know how to use the SourceOffSite in conjunction with nant? AFAIK, ant supports the sosget command, whilst nant does not. Any custom solutions? Or I doomed? Regards, Yuri --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
Re: [Nant-users] Nant and NUnit v2
Francois, What version of NAnt are you using and what version of NUNit are your test assemblies referencing ? NAnt > 0.84 ships with NUnit 2.1, could it be that you're building your assemblies targeting NUnit 2.0 ? Is the nunit.framework.assembly in the nant bin directory ? Gert - Original Message - From: Francois Bonin To: [EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 11:39 AM Subject: [Nant-users] Nant and NUnit v2 Hello there, There seems to be a problem running the nunit2 task in NAnt. I always get the message "NUnit 2.0 error, file or assembly name nunit.framework, or one of its dependencies, was not found". Is there anything I am doing wrong ? Thanks BT Yahoo! Broadband - Save £80 when you order online today. Hurry! Offer ends 21st December 2003. The way the internet was meant to be.
[Nant-users] Initialize & Cleanup
Hello, I'd like to see targets in Nant enhanced so that I can specify initialization and cleanup operations. I often find myself following the model: ... ... ... What I would really like is to get the same results by saying: ... ... ... Often the initialization has an obvious corresponding cleanup operation: if I rename a file in my initialization, I restore its name in my cleanup. If I create a file in initialization, I delete it in cleanup, etc. So, as an extension to this enhancement, I would like it if Nant could create "default" cleanup operations for the most common initializations, and provide an option to use this default cleanup operation in place of writing one myself. Comments? -D. Bron --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
Re: [Nant-users] Initialize & Cleanup
Dan, This is indeed an interesting suggestion. I think there was talk about adding a set of tasks. Could this work for you? I'm really confused about your idea of a "default" init and "default" cleanup routines. NAnt is a general purpose build tool, what should it know about "default" task initialization(I'm not even sure what that means)? Can you give us some real examples of what you would use this for? - Original Message - From: "Daniel Bron" <[EMAIL PROTECTED]> > I'd like to see targets in Nant enhanced so that I can specify > initialization and cleanup operations. I often find myself following the > model: > > > > > if="${foo.initialize.succeeded}" /> > > > > > > > > > > What I would really like is to get the same results by saying: > > > > > > > > > Often the initialization has an obvious corresponding cleanup operation: if > I rename a file in my initialization, I restore its name in my cleanup. If > I create a file in initialization, I delete it in cleanup, etc. So, as an > extension to this enhancement, I would like it if Nant could create > "default" cleanup operations for the most common initializations, and > provide an option to use this default cleanup operation in place of writing > one myself. > > Comments? > > -D. Bron --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
[Nant-users] NAnt and NUnit
I was using Nant 0.8.3, and I switched to the 0.84 Now, I am using NAnt 0.84 with NUnit 2.1, I am building my test assemblies using the nunit.framework.dll in the nant bin directory. Right now, the message I get is the following (upon calling the nunit2 task): INTERNAL ERROR System.IO.FileNotFoundException: File or assembly name System.Xml, or one of its dependencies, was not found.File name: "System.Xml" at NUnit.Core.XmlResultVisitor..ctor(String fileName, TestResult result) at NAnt.NUnit2.Tasks.NUnit2Task.ExecuteTask() at NAnt.Core.Task.Execute() at NAnt.Core.Target.Execute() at NAnt.Core.Project.Execute(String targetName) at NAnt.Core.Tasks.CallTask.ExecuteTask() at NAnt.Core.Task.Execute() at NAnt.Core.Target.Execute() at NAnt.Core.Project.Execute(String targetName) at NAnt.Core.Project.Execute() at NAnt.Core.Project.Run() Fusion log follows: === Pre-bind state information ===LOG: DisplayName = System.Xml, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (Fully-specified)LOG: Appbase = c:\Program Files\nant\bin\LOG: Initial PrivatePath = NULLCalling assembly : nunit.framework, Version=2.1.4.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77.=== LOG: Publisher policy file is not found.LOG: Host configuration file not found.LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v1.0.3705\config\machine.config.LOG: Post-policy reference: System.Xml, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089LOG: Attempting download of new URL file:///c:/Program Files/nant/bin/System.Xml.DLL.LOG: Attempting download of new URL file:///c:/Program Files/nant/bin/System.Xml/System.Xml.DLL.LOG: Attempting download of new URL file:///c:/Program Files/nant/bin/System.Xml.EXE.LOG: Attempting download of new URL file:///c:/Program Files/nant/bin/System.Xml/System.Xml.EXE. Is it a bug in NAnt or a problem with my configuration ? BT Yahoo! Broadband - Save £80 when you order online today. Hurry! Offer ends 21st December 2003. The way the internet was meant to be.