[Nant-users] Error in copy task - fucks up directory structure.
Title: Error in copy task - fucks up directory structure. Given the following entry:fileset> copy> I am getting the following output: NAnt 0.85 (Build 0.85.1998.0; nightly; 21.06.2005) Copyright (C) 2001-2005 Gerry Shaw http://nant.sourceforge.net ... [copy] Created directory 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\dotnetdiagramimages'. [copy] Created directory 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\dotnetimages'. [copy] Created directory 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\images'. [copy] Created directory 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\script'. [copy] Created directory 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\stylesheets'. [copy] Created directory 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\webimages'. [copy] Copying 7994 files to 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation'. [copy] Copying 'c:\Work\tmp.Documentation\Build.Documentation\Html\PowerNodes.Cms~PowerNodes.Cms.EntityObjectSet.DocumentListPartStub~EntityObjectLinkChange.html' to 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\PowerNodes.Cms~PowerNodes.Cms.EntityObjectSet.DocumentListPartStub~EntityObjectLinkChange.html'. [copy] Copying 'c:\Work\tmp.Documentation\Build.Documentation\Html\PowerNodes.Mbr~PowerNodes.Mbr.UserAuthentificationType.html' to 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\PowerNodes.Mbr~PowerNodes.Mbr.UserAuthentificationType.html'. [copy] Copying 'c:\Work\tmp.Documentation\Build.Documentation\Html\PowerNodes.Cms~PowerNodes.Cms.Web.TemplateContext_fields.html' to 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\PowerNodes.Cms~PowerNodes.Cms.Web.TemplateContext_fields.html'. Explanation: this is copying a temp folder into its final location under the nant project dir. I need to curun certain operations from the higher up temp dir due to path length restrictions. Anyhow, the direcftory contains short to 8000 files. It is a HTML help structure. Nearly all of them are in a Html subdirectory. Most of those end up in the base directory, not I nthe html subdirectory. You can see this in the parths of the output. The "Html" part of the path (which exists in the source) is removed in the target. Anyone an explanation what I need to change? Thomas
Re: [Nant-users] Error in copy task - fucks up directory structure.
Just a request to avoid coarse language when posting to the list. Its not that I'm a prude or anything just that as one of the list admins I get the bounce messages from all those mail servers that have filters installed . 4 in the last two minutes like: The content of the following email has been checked by the HBOS plc systems and may contain inappropriate words or phrases. As a result the email has been blocked and returned to you. Please modify the content, paying particular attention to words which may have a double-meaning, and re-send. "Thomas Tomiczek" <[EMAIL PROTECTED]> [Nant-users] Error in copy task - fucks up directory structure. It also means your post never gets to the inboxes of subscribers on those mail servers making it much less likely that you'll get an answer to your question. Thanks Ian Thomas Tomiczek wrote: Given the following entry: I am getting the following output: NAnt 0.85 (Build 0.85.1998.0; nightly; 21.06.2005) Copyright (C) 2001-2005 Gerry Shaw http://nant.sourceforge.net ... [copy] Created directory 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\dotnetdiagr amimages'. [copy] Created directory 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\dotnetimage s'. [copy] Created directory 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\images'. [copy] Created directory 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\script'. [copy] Created directory 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\stylesheets '. [copy] Created directory 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\webimages'. [copy] Copying 7994 files to 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation'. [copy] Copying 'c:\Work\tmp.Documentation\Build.Documentation\Html\PowerNodes.Cms~Power Nodes.Cms.EntityObjectSet.DocumentListPartStub~EntityObjectLinkChange.ht ml' to 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\PowerNodes.Cms~P owerNodes.Cms.EntityObjectSet.DocumentListPartStub~EntityObjectLinkChang e.html'. [copy] Copying 'c:\Work\tmp.Documentation\Build.Documentation\Html\PowerNodes.Mbr~Power Nodes.Mbr.UserAuthentificationType.html' to 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\PowerNodes.Mbr~P owerNodes.Mbr.UserAuthentificationType.html'. [copy] Copying 'c:\Work\tmp.Documentation\Build.Documentation\Html\PowerNodes.Cms~Power Nodes.Cms.Web.TemplateContext_fields.html' to 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\PowerNodes.Cms~P owerNodes.Cms.Web.TemplateContext_fields.html'. Explanation: this is copying a temp folder into its final location under the nant project dir. I need to curun certain operations from the higher up temp dir due to path length restrictions. Anyhow, the direcftory contains short to 8000 files. It is a HTML help structure. Nearly all of them are in a Html subdirectory. Most of those end up in the base directory, not I nthe html subdirectory. You can see this in the parths of the output. The "Html" part of the path (which exists in the source) is removed in the target. Anyone an explanation what I need to change? Thomas --- 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] Error in copy task - messes up directory structure.
I'm an idiot - now my reply will cause even more bounces. -- never mind. Ian Ian MacLean wrote: Just a request to avoid coarse language when posting to the list. Its not that I'm a prude or anything just that as one of the list admins I get the bounce messages from all those mail servers that have filters installed . 4 in the last two minutes like: The content of the following email has been checked by the HBOS plc systems and may contain inappropriate words or phrases. As a result the email has been blocked and returned to you. Please modify the content, paying particular attention to words which may have a double-meaning, and re-send. "Thomas Tomiczek" <[EMAIL PROTECTED]> [Nant-users] Error in copy task - fucks up directory structure. It also means your post never gets to the inboxes of subscribers on those mail servers making it much less likely that you'll get an answer to your question. Thanks Ian Thomas Tomiczek wrote: Given the following entry: I am getting the following output: NAnt 0.85 (Build 0.85.1998.0; nightly; 21.06.2005) Copyright (C) 2001-2005 Gerry Shaw http://nant.sourceforge.net ... [copy] Created directory 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\dotnetdiagr amimages'. [copy] Created directory 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\dotnetimage s'. [copy] Created directory 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\images'. [copy] Created directory 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\script'. [copy] Created directory 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\stylesheets '. [copy] Created directory 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\webimages'. [copy] Copying 7994 files to 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation'. [copy] Copying 'c:\Work\tmp.Documentation\Build.Documentation\Html\PowerNodes.Cms~Power Nodes.Cms.EntityObjectSet.DocumentListPartStub~EntityObjectLinkChange.ht ml' to 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\PowerNodes.Cms~P owerNodes.Cms.EntityObjectSet.DocumentListPartStub~EntityObjectLinkChang e.html'. [copy] Copying 'c:\Work\tmp.Documentation\Build.Documentation\Html\PowerNodes.Mbr~Power Nodes.Mbr.UserAuthentificationType.html' to 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\PowerNodes.Mbr~P owerNodes.Mbr.UserAuthentificationType.html'. [copy] Copying 'c:\Work\tmp.Documentation\Build.Documentation\Html\PowerNodes.Cms~Power Nodes.Cms.Web.TemplateContext_fields.html' to 'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\PowerNodes.Cms~P owerNodes.Cms.Web.TemplateContext_fields.html'. Explanation: this is copying a temp folder into its final location under the nant project dir. I need to curun certain operations from the higher up temp dir due to path length restrictions. Anyhow, the direcftory contains short to 8000 files. It is a HTML help structure. Nearly all of them are in a Html subdirectory. Most of those end up in the base directory, not I nthe html subdirectory. You can see this in the parths of the output. The "Html" part of the path (which exists in the source) is removed in the target. Anyone an explanation what I need to change? Thomas --- 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 --- 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] Error in copy task - fubars my directory structure.
Which means your email will bounce to you again from the same servers by not changing the subject. You will note that I changed the subject so as not to bounce you again. he he, Angus. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Ian MacLean > Sent: Tuesday, 5 July 2005 5:24 PM > To: Thomas Tomiczek > Cc: nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] Error in copy task - fubars my directory > structure. > > > Just a request to avoid coarse language when posting to the list. Its > not that I'm a prude or anything just that as one of the list > admins I > get the bounce messages from all those mail servers that have filters > installed . 4 in the last two minutes like: > > >The content of the following email has been checked by the HBOS plc > >systems and may contain inappropriate words or phrases. As > a result the > >email has been blocked and returned to you. Please modify > the content, > >paying particular attention to words which may have a double-meaning, > >and re-send. > > > >"Thomas Tomiczek" <[EMAIL PROTECTED]> > >[Nant-users] Error in copy task - fubars up directory structure. > > > It also means your post never gets to the inboxes of subscribers on > those mail servers making it much less likely that you'll get > an answer > to your question. > > Thanks > Ian > > > Thomas Tomiczek wrote: > > >Given the following entry: > > > > > > >basedir="c:\work\tmp.Documentation\Build.Documentation"> > > > > > > > > > >I am getting the following output: > > > >NAnt 0.85 (Build 0.85.1998.0; nightly; 21.06.2005) > >Copyright (C) 2001-2005 Gerry Shaw > >http://nant.sourceforge.net > >... > > [copy] Created directory > >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\ > dotnetdiagr > >amimages'. > > [copy] Created directory > >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\ > dotnetimage > >s'. > > [copy] Created directory > >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\images'. > > [copy] Created directory > >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\script'. > > [copy] Created directory > >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\ > stylesheets > >'. > > [copy] Created directory > >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\ > webimages'. > > [copy] Copying 7994 files to > >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation'. > > [copy] Copying > >'c:\Work\tmp.Documentation\Build.Documentation\Html\PowerNode > s.Cms~Power > >Nodes.Cms.EntityObjectSet.DocumentListPartStub~EntityObjectLi > nkChange.ht > >ml' to > >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Power > Nodes.Cms~P > >owerNodes.Cms.EntityObjectSet.DocumentListPartStub~EntityObje > ctLinkChang > >e.html'. > > [copy] Copying > >'c:\Work\tmp.Documentation\Build.Documentation\Html\PowerNode > s.Mbr~Power > >Nodes.Mbr.UserAuthentificationType.html' to > >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Power > Nodes.Mbr~P > >owerNodes.Mbr.UserAuthentificationType.html'. > > [copy] Copying > >'c:\Work\tmp.Documentation\Build.Documentation\Html\PowerNode > s.Cms~Power > >Nodes.Cms.Web.TemplateContext_fields.html' to > >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Power > Nodes.Cms~P > >owerNodes.Cms.Web.TemplateContext_fields.html'. > > > > > >Explanation: this is copying a temp folder into its final > location under > >the nant project dir. I need to curun certain operations > from the higher > >up temp dir due to path length restrictions. > > > >Anyhow, the direcftory contains short to 8000 files. It is a > HTML help > >structure. Nearly all of them are in a Html subdirectory. > Most of those > >end up in the base directory, not I nthe html subdirectory. > You can see > >this in the parths of the output. The "Html" part of the path (which > >exists in the source) is removed in the target. > > > >Anyone an explanation what I need to change? > > > >Thomas --- 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] Mono Problems
Hello, some time ago I talked about not being able to run NAnt on Mono: http://sourceforge.net/mailarchive/message.php?msg_id=12102257 The bug was related to Mono: http://bugzilla.ximian.com/show_bug.cgi?id=75284 They reported that they had fixed it. However today I did a svn update on Mono, compiled and I still get the same error. Can anyone use nant on a recent Mono version? (I am starting to think that I am the only one that uses NAnt on Linux...) Best regards! -- Pedro Santos www.psantos.net --- 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] Mono Problems
- Original Message - From: "Pedro Santos" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 05, 2005 11:01 AM Subject: [Nant-users] Mono Problems > > Hello, some time ago I talked about not being able to run NAnt on Mono: > http://sourceforge.net/mailarchive/message.php?msg_id=12102257 > > The bug was related to Mono: > http://bugzilla.ximian.com/show_bug.cgi?id=75284 > > They reported that they had fixed it. However today I did a svn update on > Mono, compiled and I still get the same error. Can anyone use nant on a > recent Mono version? (I am starting to think that I am the only one that uses > NAnt on Linux...) You're definitely not the only one using NAnt on Mono, but perhaps you're updating Mono more frequently. I had no problems running NAnt cvs on Mono svn a few days ago, so perhaps a new regression has been introduced. Do you get the exact same error than you got before ? 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
[Nant-users] "unresolved externals" during link process
Hello everyone, I am having yet another difficulty. I'm trying to build this very large solution file in VS C++ 6.0 and thanks to all your input I have the first two libraries building fine. However, the third library I'm trying to build cleans fine, compiles fine (I think), and links all right for a while. After linking all the object files and such, it outputs: [link] [link] Starting 'link (@"C:\DOCUME~1\...\LOCALS~1\Temp\tmp81.tmp" /IMPLIB:"C:\...\source\bin\U_Library.lib" /DLL /INCREMENTAL /MACHINE:X90)' in 'C:\...\source\U_Library' [link] Creating library C:\...\source\bin\U_Library.lib and object C:\...\source\bin\U_Library.exp [link] Geo.obj : error LNK2019: unresolved external symbol "int __decl" referenced in function "public: __thiscall Crgrg::Crgrg(class point))" I thinned the message out a bit for readability, but I basically get all these (5 actually) error messages reporting LNK2019: unresolved external symbol followed by an instance of code. Is it that I'm not including the necessary header files? If so, what task within solution do I use to include additional header files (if I ever figure out what they are!)? thanks! Pat Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football
Re: [Nant-users] "unresolved externals" during link process
- Original Message - From: "Pat Lawrence" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 05, 2005 2:15 PM Subject: [Nant-users] "unresolved externals" during link process > Hello everyone, > I am having yet another difficulty. I'm trying to build this very large solution file in VS C++ 6.0 and thanks to all your input I have the first two libraries building fine. However, the third library I'm trying to build cleans fine, compiles fine (I think), and links all right for a while. > > After linking all the object files and such, it outputs: > [link] > [link] Starting 'link (@"C:\DOCUME~1\...\LOCALS~1\Temp\tmp8 > 1.tmp" /IMPLIB:"C:\...\source\bin\U_Library.lib" /DLL /INCREMENT > AL /MACHINE:X90)' in 'C:\...\source\U_Library' > [link] Creating library C:\...\source\bin\U_Library.lib and object C:\...\source\bin\U_Library.exp > [link] Geo.obj : error LNK2019: unresolved external symbol "int __decl" referenced in function "public: __thiscall Crgrg::Crgrg(class point))" > > I thinned the message out a bit for readability, but I basically get all these (5 actually) error messages reporting LNK2019: unresolved external symbol followed by an instance of code. > > Is it that I'm not including the necessary header files? If so, what task within solution do I use to include additional header files (if I ever figure out what they are!)? > There have been other similar reports, but I'm waiting for someone to send me a (small) repro for this issue. Can you send me a repro ? 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
[Nant-users] RE: Obfuscation and NAnt (John Ludlow)
I've been working with NineRays Spice.NET. It has a suite of stuff related to looking at, analyzing, and obfuscating assemblies. The documentation is not as good as it should be, especially for the command line version of the obfuscator. The obfuscation parameters are controlled by an XML file, which I can at build time with updated path information. Their service is good - e-mail feedback is very fast, sometimes as little as 20 minutes. If you decide to try this, I would buy the GUI version for experimentation, and then transfer the XML file to build server with just the command line obfuscator. Stephen Lewis Envisioneering LLC - Medical Products St. Louis, MO 63114 (314) 429-7367 x112 --- 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] Easy way to hide output of a command
Hi Simple question and I bet the answer is no, but... is there a way to hide the output of an task? I'm working on Windoze and I've googled for a way to do it on the command prompt, but I can't find an equivalent of /dev/null or nil: but no joy. I'm calling SQL Server's dtsrun.exe and it floods the screen with garbage every time. Thanks Ashley --- 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] Easy way to hide output of a command
Redirect the output of the process to a null device. See this website for examples and details. http://www.robvanderwoude.com/index.html Tony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ashley Moran Sent: Tuesday, July 05, 2005 9:57 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users] Easy way to hide output of a command Importance: Low Hi Simple question and I bet the answer is no, but... is there a way to hide the output of an task? I'm working on Windoze and I've googled for a way to do it on the command prompt, but I can't find an equivalent of /dev/null or nil: but no joy. I'm calling SQL Server's dtsrun.exe and it floods the screen with garbage every time. Thanks Ashley --- 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 --- 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] using nant with different versions of Visual Studio
Hi, I have a product that has different components that are built with different versions of Visual Studio products – i.e. VC++ 6.0, Visual Studio .NET 2002, and Visual Studio .NET 2003. I would like to create one NAnt script that will build all the various components. I’ve been using the “solution” tag to compile the 2003 solutions, which works just fine: But if I try that with any of the other older solutions / projects, I get errors. What do I need to set up in my NAnt script to specify specific versions of .NET or VC++ in order to compile a .net solution or c++ project? Thanks, Beth
RE: [Nant-users] Mono Problems
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Pedro Santos > Sent: dinsdag 5 juli 2005 11:02 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Mono Problems > > > Hello, some time ago I talked about not being able to run > NAnt on Mono: > http://sourceforge.net/mailarchive/message.php?msg_id=12102257 > > The bug was related to Mono: > http://bugzilla.ximian.com/show_bug.cgi?id=75284 > > They reported that they had fixed it. However today I did a > svn update on > Mono, compiled and I still get the same error. Can anyone use > nant on a > recent Mono version? (I am starting to think that I am the > only one that uses NAnt on Linux...) Just tested NAnt cvs on Mono svn, and had no problems at all. 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
[Nant-users] CVS problem: used cvs-pass, cvs-checkout and .cvspass, but "Logging in" never ends
It's me again. I've read the posts on CVS and they helped me get this far, but now I'm genuinely stuck. I'm trying to pull a module out of our CVS repository. Here's my build file: password="" passfile=".cvspass" /> destination="C:..\nant buildfiles\checkouts" cvsroot=":pserver:@:/usr/local/repository" module="MODULE_NAME" passfile=".cvspass" verbose="true"/> The .cvspass file is in the directory with the build file, and although I've never seen a .cvspass file (or any kind fo password file) before, it seems to be holding the right info. This is what it looks like inside the .cvspass file: :pserver:@:/usr/local/repository [and then some gobbledygook I assume to be my encrypted password] However, when i run the build (type; nant -verbose+ checkout in the prompt), this happens: checkout: [cvs-pass] Updating .cvspass file 'C:\...\nant buildfiles\.cvspass'. [cvs] Using ssh binary: [cvs] Using .cvspass file: C:\...\nant buildfiles\.cvspass [cvs] Working directory: C:\...\nant buildfiles\...\nant buildfiles\checkouts [cvs] Executable: C:\...\nant_nightly\nant-0.85-nightly-2005-06-30\bin\scvs.exe [cvs] Arguments: -d:pserver:@:/usr/local/repository -verbose checkout MODULE_NAME [cvs] Starting 'C:\...\nant_nightly\nant-0.85-nightly-2005-06-30\bin\scvs.exe ( -d:pserver:@:/usr/local/repository -verbose checkout MODULE_NAME)' in 'C:\\nant buildfiles\\nant buildfiles\checkouts' [cvs] Logging in t o :pserver:@:/usr/local/repository Looks okay so far, but it just stops there. It almost looks like it's doing something because the prompt doesn't "refresh" itself (not sure how to put it), it's just empty. However, files aren't being checked into the designated folder or anything... I've given it ample time to do its magic before quitting out. I don't *think* it should take more than 3-4 minutes to give me some sign of life, right? Any suggestions? Thanks for your time. Pat BTW my supervisor's out until who knows when, but when he comes back I'll hopefully be able to send in that "unresolved externals" repro Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football
[Nant-users] CVS problem: used cvs-pass, cvs-checkout and .cvspass, but "Logging in" never ends
It's me again. I've read the posts on CVS and they helped me get this far, but now I'm genuinely stuck. I'm trying to pull a module out of our CVS repository. Here's my build file: password="" passfile=".cvspass" /> destination="C:..\nant buildfiles\checkouts" cvsroot=":pserver:@:/usr/local/repository" module="MODULE_NAME" passfile=".cvspass" verbose="true"/> The .cvspass file is in the directory with the build file, and although I've never seen a .cvspass file (or any kind fo password file) before, it seems to be holding the right info. This is what it looks like inside the .cvspass file: :pserver:@:/usr/local/repository [and then some gobbledygook I assume to be my encrypted password] However, when i run the build (type; nant -verbose+ checkout in the prompt), this happens: checkout: [cvs-pass] Updating .cvspass file 'C:\...\nant buildfiles\.cvspass'. [cvs] Using ssh binary: [cvs] Using .cvspass file: C:\...\nant buildfiles\.cvspass [cvs] Working directory: C:\...\nant buildfiles\...\nant buildfiles\checkouts [cvs] Executable: C:\...\nant_nightly\nant-0.85-nightly-2005-06-30\bin\scvs.exe [cvs] Arguments: -d:pserver:@:/usr/local/repository -verbose checkout MODULE_NAME [cvs] Starting 'C:\...\nant_nightly\nant-0.85-nightly-2005-06-30\bin\scvs.exe ( -d:pserver:@:/usr/local/repository -verbose checkout MODULE_NAME)' in 'C:\\nant buildfiles\\nant buildfiles\checkouts' [cvs] Logging in t o :pserver:@:/usr/local/repository Looks okay so far, but it just stops there. It almost looks like it's doing something because the prompt doesn't "refresh" itself (not sure how to put it), it's just empty. However, files aren't being checked into the designated folder or anything... I've given it ample time to do its magic before quitting out. I don't *think* it should take more than 3-4 minutes to give me some sign of life, right? Any suggestions? Thanks for your time. Pat BTW my supervisor's out until who knows when, but when he comes back I'll hopefully be able to send in that "unresolved externals" repro Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football
RE: [Nant-users] using nant with different versions of Visual Studio
Never mind. I found that setting the property "nant.settings.currentframework" will allow me to change the framework from 2003 to 2002. This seems to be working for me. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Beth Hechanova Sent: Tuesday, July 05, 2005 10:22 AM To: nant-users@lists.sourceforge.net Subject: [Nant-users] using nant with different versions of Visual Studio Hi, I have a product that has different components that are built with different versions of Visual Studio products – i.e. VC++ 6.0, Visual Studio .NET 2002, and Visual Studio .NET 2003. I would like to create one NAnt script that will build all the various components. I’ve been using the “solution” tag to compile the 2003 solutions, which works just fine: But if I try that with any of the other older solutions / projects, I get errors. What do I need to set up in my NAnt script to specify specific versions of .NET or VC++ in order to compile a .net solution or c++ project? Thanks, Beth