[NAnt-users] Executing foreach on EITHER a file list, or elements in a list of files.

2006-01-29 Thread Thomas Tomiczek
n run a foreach over it. Anyone an idea how to make this most efficient? Thanks Thomas Tomiczek

[NAnt-users] Differentiating .NET 2003 / 2005 solution

2006-01-29 Thread Thomas Tomiczek
. Naturally I need a fast way to differentiate them. Thomas Tomiczek

[Nant-users] Error in copy task - fucks up directory structure.

2005-07-05 Thread Thomas Tomiczek
Title: Error in copy task - fucks up directory structure. Given the following entry:                                      

[Nant-users] FTP Uploads - what are you people using as solution?

2005-06-25 Thread Thomas Tomiczek
Title: FTP Uploads - what are you people using as solution? Hi. What are you people using as solution for automating FTP uploads? I have the situation that in a publishing step I need to automatically upload stuff to an FTP location. The Nant ftp task is still coming. So, what are the alt

[Nant-users] Ziplip task failing...

2005-06-25 Thread Thomas Tomiczek
Title: Ziplip task failing... Ok, this is the input:                                                                                                            

[Nant-users] How to - copy files with the names coming out of a list of files (xml)?

2005-06-22 Thread Thomas Tomiczek
Title: How to - copy files with the names coming out of a list of files (xml)? Hi. The following problem. I need to craete as part of my build process a zip-file containing a list of files. I can preapre the listin whatever form I want (xml? For xmlpeek?). How can I go through the list a

[Nant-users] Solution task - question how it handles lc.exe

2005-05-25 Thread Thomas Tomiczek
Title: Solution task - question how it handles lc.exe Just a question When the nant solution task invokes lc.exe - does it copy the lc.exe to the project bin / output directory, or not? There seem to be some issues when not :-) Thomas

[Nant-users] VS.NET & lc.exe differences in solution task - anyone has a sane approach?

2005-05-25 Thread Thomas Tomiczek
Title: VS.NET & lc.exe differences in solution task - anyone has a sane approach? There is a difference in how lc.exe and vs.net handle the licenses.licx file. Basically: * VS.NET ignrores the version information of components to be licensed, and compileds against the component version that

FW: [Nant-users] Nant build (solution task) just hanging - anyone an idea?

2005-05-17 Thread Thomas Tomiczek
Title: Nant build (solution task) just hanging - anyone an idea? Ok,  some more info.     It seems that lc.exe is hanging - I can see the process being active and staying active even after a CTRL-C on nant.     Has anyone ever experiences lc.exe just hanging?     Is there any way to get the co

[Nant-users] Nant build (solution task) just hanging - anyone an idea?

2005-05-17 Thread Thomas Tomiczek
Title: Nant build (solution task) just hanging - anyone an idea? Calling into a solution (with the solution task) to compile a program nant is just hanging. The output I am getting is (last line):   [license] C:\Work\PowerNodes\PowerNodes\01.1\Solutions\PowerNodes\ PowerNodes

[Nant-users] Isssue with XmlPeek & Xml encoding.

2005-05-17 Thread Thomas Tomiczek
Title: Isssue with XmlPeek & Xml encoding. Hi. We use a XML File to generate a AssemblyInfo.cs file. We need to take data out of this, and we do so using XmlPeek. One of the data entries is a string, containing a "&" (Like in: "THONA Software & Consulting Ltd."). Anyone an idea how to

[Nant-users] Issue with XmlPoke - my mistake?

2005-05-17 Thread Thomas Tomiczek
Title: Issue with XmlPoke - my mistake? Ok, here is what I want to get done. This XML:                                                                                     Needs some re

[Nant-users] How to handle policy file generation?

2005-05-16 Thread Thomas Tomiczek
Title: How to handle policy file generation? Hi. I seem to miss one entry in the al task. How do I link a file into the assembly? Basically, the following command line parameter for al.exe: /link:C:\somedir\somelibrary.PublisherPolicy.xml This, plus a signing key, are used to genera

[Nant-users] Problem with solution build, additional ressources....

2005-05-13 Thread Thomas Tomiczek
Title: Problem with solution build, additional ressources I have a problem with a project organizaition have here that makes me sorrows trying to move into Nant. Situation: * We have a library in one of our projects that does use a third party control. * This third party control uses

[Nant-users] Bug report - nant solutions task blowing on "odd" file names....

2005-05-12 Thread Thomas Tomiczek
Title: Bug report - nant solutions task blowing on "odd" file names does not work if an item has a special char in it's path. In our case we just blew on a ressource named "topic-pinned&locked.gif". The entry in the csproj looked like this: RelPath = "Resources\topic-pinned&lo

[Nant-users] Documentation error (not finding it): failure target.

2005-05-12 Thread Thomas Tomiczek
Title: Documentation error (not finding it): failure target. Is there a special target I can set up in case a build error happens? My issue: In my central build task there is a possibility that some of the files do get checked out during build. In case of an error happening, I must roll

[Nant-users] Dynamically execute a target when it exists....

2005-05-12 Thread Thomas Tomiczek
Title: Dynamically execute a target when it exists Ok, now things get intersting. Is there any way to execute a target from within a task? I try to get rid of the "additional" .build files. My idea is: * Every project has a central .build file, that includes the "main" build file

[Nant-users] XmlPeek and XML special chars....

2005-05-12 Thread Thomas Tomiczek
the XML raw form (&) in the resulting string. How can this be handled in nant? Thomas Tomiczek

RE: [Nant-users]

2005-05-11 Thread Thomas Tomiczek
Yeah, this did fix it. Sadly the documentation for the include task did not really give me a hint in this area. Works now. Thomas > -Original Message- > From: Ian MacLean [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 12. Mai 2005 08:22 > To: Thomas Tomiczek >

RE: [Nant-users]

2005-05-11 Thread Thomas Tomiczek
I jsut re-checked, and I am unable to find any type of bug.   Basically, when I plug the content of the include file into the main build file, it does work.   If I move it out into it's own separate file (and include it), I get errors.   This is the error:   C:\Work\ThonaConsulting\EntityBrok

[Nant-users]

2005-05-11 Thread Thomas Tomiczek
Title: Hello, I am trying to get into orgainizing my nant files more. I have a central nant file that all our projects should share. Is it viable to use an empty shell file (possibly with do-nothing targets that the projects fill out) and have it include the core targets? How is the s

[Nant-users] Code conditional on whether a target is defined...

2005-05-10 Thread Thomas Tomiczek
Title: Code conditional on whether a target is defined... Ok, here is my issue.. Depending on whether a target is defined or not I  want to perform certain operations. Like: * The checkin target will ONLY run when the checkout target has also been defined. * IF the checkout target

RE: [Nant-users] any suggested strategies for an environment where new project dependencies are constantly being added?

2005-05-06 Thread Thomas Tomiczek
e control system, so that it is a 10 seconds job to move the O/R mapper, for example, to a later build. Thomas > -Original Message- > From: Selke, Anthony [mailto:[EMAIL PROTECTED] > Sent: Freitag, 6. Mai 2005 13:59 > To: Thomas Tomiczek; nant-users@lists.sourceforge.net

RE: [Nant-users] any suggested strategies for an environment where new project dependencies are constantly being added?

2005-05-06 Thread Thomas Tomiczek
Yeah, this is a severe issue, and I am looking into this, too, at the moment.   I have a similar issue. We have a set of products that we maintain - products are totally separate development cycles, but may consist of more than one solution. So far thing are rally easy, in that I do have a s