[Nant-users] Nant 0.84 final release
I downloaded Nant 0.84 final release today. nant -h is saying thatit is RC1 release. NAnt 0.84 (Build 0.84.1435.0; net-1.0.win32; rc 1; 12/6/2003) I thought the latest release points to Dec-26th release. Im not sure if the sourceforge pages points to the correct version for download. Also, I tried using the task. I want to issue 'cvs checkout -AP' command. This is how I issue the command When I run this, I get the following error System.NotSupportedException: Unsupported argument. name=[-A] value=[] at NAnt.SourceControl.Tasks.AbstractCvsTask.SetOptions(WorkingDirectory worki ngDirectory) at NAnt.SourceControl.Tasks.AbstractCvsTask.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() Am I doing anything wrong here? TIA - shiv __ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 http://search.yahoo.com/top2003 --- 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] Nant 0.84 final release
Shiv, The 0.84 release should definitely have the following banner : NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 26/12/2003) Can you try downloading from another sf mirror ? Gert - Original Message - From: "Shiv Natarajan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 30, 2003 11:45 AM Subject: [Nant-users] Nant 0.84 final release > I downloaded Nant 0.84 final release today. > > nant -h is saying thatit is RC1 release. > > NAnt 0.84 (Build 0.84.1435.0; net-1.0.win32; rc 1; > 12/6/2003) > > I thought the latest release points to Dec-26th > release. Im not sure if the sourceforge pages points > to the correct version for download. > > Also, I tried using the task. I want to > issue 'cvs checkout -AP' command. This is how I issue > the command > >module="${cvs.module}" > destination="${cvs.dir}" > verbose="true" > password="${cvs.password}"> > > > > > > > When I run this, I get the following error > > System.NotSupportedException: > Unsupported argument. > name=[-A] > value=[] >at > NAnt.SourceControl.Tasks.AbstractCvsTask.SetOptions(WorkingDirectory > worki > ngDirectory) >at > NAnt.SourceControl.Tasks.AbstractCvsTask.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() > > Am I doing anything wrong here? > > TIA > - shiv > > __ > Do you Yahoo!? > Find out what made the Top Yahoo! Searches of 2003 > http://search.yahoo.com/top2003 > > > --- > 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 > > --- 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] Nant 0.84 final release
Yes - the mirror from which I downloaded (Keihanna, Japan) was pointing to an old release. Thanks --- Gert Driesen <[EMAIL PROTECTED]> wrote: > Shiv, > > The 0.84 release should definitely have the > following banner : > > NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; > release; 26/12/2003) > > Can you try downloading from another sf mirror ? > > Gert __ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 http://search.yahoo.com/top2003 --- 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] Question on cvs-checkout task
I tried using the task. I want to issue 'cvs checkout -AP' command. This is how I issue the command When I run this, I get the following error System.NotSupportedException: Unsupported argument. name=[-A] value=[] at NAnt.SourceControl.Tasks.AbstractCvsTask.SetOptions(WorkingDirectory worki ngDirectory) at NAnt.SourceControl.Tasks.AbstractCvsTask.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() Am I doing anything wrong here? TIA - shiv __ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 http://search.yahoo.com/top2003 --- 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] Platforms and frameworks
Hello I am pleased to the concept of platforms and frameworks in the NAnt.exe.config file. I have figured out how to force NAnt to target the MS.NET 1.1 framework when running under win32 (you change the default to "net-1.1" in the platform tag right?) and that seems to work nicely. Now, my questions are: 1) how do you adjust NAnt to work with Mono under Linux? For the life of me, I can't figure out how to do it. I get error messages along the lines of "Failed to load library ./libkernel32.dll.so" several times, followed by "Could not find assembly Microsoft.JScript" and "Could not find assembly NAnt.Win32Tasks" I am trying to use the release version from Dec 26 2003, version 0.84 2) Under Windows, is there a way of adjusting how do you tell NAnt / your buildfile to target the 1.0 platform or the 1.1 platform without adjusting the .config file? Regards, Jason King Profox Systems Ltd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: 30 December 2003 15:20 To: [EMAIL PROTECTED] Subject: Welcome to the "Nant-users" mailing list Welcome to the [EMAIL PROTECTED] mailing list! To post to this list, send your email to: [EMAIL PROTECTED] General information about the mailing list is at: https://lists.sourceforge.net/lists/listinfo/nant-users If you ever want to unsubscribe or change your options (eg, switch to or from digest mode, change your password, etc.), visit your subscription page at: https://lists.sourceforge.net/lists/options/nant-users/jason.king%40profox.c o.uk You can also make such adjustments via email by sending a message to: [EMAIL PROTECTED] with the word `help' in the subject or body (don't include the quotes), and you will get back a message with instructions. You must know your password to change your options (including changing the password, itself) or to unsubscribe. It is: pipefish If you forget your password, don't worry, you will receive a monthly reminder telling you what all your lists.sourceforge.net mailing list passwords are, and how to unsubscribe or change your options. There is also a button on your options page that will email your current password to you. You may also have your password mailed to you automatically off of the Web page noted above. --- 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] Platforms and frameworks
- Original Message - From: "Jason King" <[EMAIL PROTECTED]> To: "nant list" <[EMAIL PROTECTED]> Sent: Tuesday, December 30, 2003 4:30 PM Subject: [Nant-users] Platforms and frameworks > Hello > > I am pleased to the concept of platforms and frameworks in the > NAnt.exe.config file. I have figured out how to force NAnt to target the > MS.NET 1.1 framework when running under win32 (you change the default to > "net-1.1" in the platform tag right?) and that seems to work nicely. > > Now, my questions are: > > 1) how do you adjust NAnt to work with Mono under Linux? For the life of > me, I can't figure out how to do it. I get error messages along the lines > of "Failed to load library ./libkernel32.dll.so" several times, followed by > "Could not find assembly Microsoft.JScript" and "Could not find assembly > NAnt.Win32Tasks" I am trying to use the release version from Dec 26 2003, > version 0.84 The binaries in the distribution package for the 0.84 release cannot be used directory with Mono, you'll first have to bootstrap NAnt on linux using : make clean make all However, before doing this, you'll have to adjust the values of the following attributes in the 'mono-1.0' framework node of the 'unix' platform to match the location of your mono install : - sdkdirectory - frameworkdirectory - frameworkassemblydirectory > > 2) Under Windows, is there a way of adjusting how do you tell NAnt / your > buildfile to target the 1.0 platform or the 1.1 platform without adjusting > the .config file? I'll try to respond to this later (when I have some more time) Gert --- 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] Question on cvs-checkout task
Hi Shiv, These options are not currently supported in sharpcvslib. We are currently working on implementing all of the cvs protocol and our progress can be tracked on http://sharpcvslib.sf.net. I have added an RFE for the -A and -P options (867889) and will try to update an approx. completion date when I get back from holidays. Cheers, Clayton > -Original Message- > From: Shiv Natarajan [mailto:[EMAIL PROTECTED] > Sent: December 30, 2003 5:34 AM > To: [EMAIL PROTECTED] > Subject: [Nant-users] Question on cvs-checkout task > > > I tried using the task. I want to > issue 'cvs checkout -AP' command. This is how I issue > the command > >module="${cvs.module}" > destination="${cvs.dir}" > verbose="true" > password="${cvs.password}"> > > > > > > > When I run this, I get the following error > > System.NotSupportedException: > Unsupported argument. > name=[-A] > value=[] >at > NAnt.SourceControl.Tasks.AbstractCvsTask.SetOptions(WorkingDirectory > worki > ngDirectory) >at > NAnt.SourceControl.Tasks.AbstractCvsTask.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() > > Am I doing anything wrong here? > > TIA > - shiv > > __ > Do you Yahoo!? > Find out what made the Top Yahoo! Searches of 2003 http://search.yahoo.com/top2003 --- 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 --- 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_id78&alloc_id371&op=click ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
Re: [Nant-users] Platforms and frameworks
> > 2) Under Windows, is there a way of adjusting how do you tell NAnt / your > > buildfile to target the 1.0 platform or the 1.1 platform without adjusting > > the .config file? > There are two ways: 1. Use: -defaultframework option (-k is the short form). For example: nant -k:net-1.1 -f:aaa.build // will build for .NET 1.1 nant -k:net-1.0 -f:aaa.build // will build for .NET 1.0 nant -k:mono-1.0 -f:aaa.build // will build for Mono 2. Set the "nant.settings.currentframework" property at the beginning of your project file: ... Jarek --- 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