[nant-dev] [ nant-Bugs-1042996 ] Generated resource names not compatible with VS.NET ones

2004-10-09 Thread SourceForge.net
Bugs item #1042996, was opened at 2004-10-08 14:26 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1042996group_id=31650 Category: Tasks Group: cvs Status: Open Resolution: None Priority: 5

[nant-dev] Bug report and help

2004-10-09 Thread UMESH MANOCHA
Here is a simple script. Basically I am trying to compile a solution(has only one Console project) ?xml version="1.0"?project name="somename" default="compile"target name="compile"solution solutionfile="C:\temporaryworkspace\Solution1\Solution1.sln"

Re: [nant-dev] Bug report and help

2004-10-09 Thread Gert Driesen
Umesh, Could it be that you're using NAnt 0.84 ? I think you don't have the .NET Framework SDK installed on your build system, right ? The NAnt 0.85 nightly build will report a more meaningful error in that case. Gert - Original Message - From: UMESH MANOCHA [EMAIL PROTECTED] To:

Re: [nant-dev] zip task...

2004-10-09 Thread Giuseppe Greco
Gert, Thanks, using zipfileset is OK... j3d. On Sat, 2004-10-09 at 13:24, Gert Driesen wrote: Giuseppe, The zip task was recently changed to use a zipfileset instead of a regular fileset element. The zipfileset allows you to set a prefix (directory) for the files in the fileset.