Re: [nant-dev] Problem with the task

2003-07-10 Thread Giuseppe Greco
On Thu, 2003-07-10 at 22:33, Giuseppe Greco wrote: > Hi all, Ah, I've also checked out the latest version of Mono from CVS... Gius_. > > I've checked out the latest version of NAnt from > CVS right now... and the task doesn't function > correctly anymore. This is my task: > >input="${modu

[nant-dev] Problem with the task

2003-07-10 Thread Giuseppe Greco
Hi all, I've checked out the latest version of NAnt from CVS right now... and the task doesn't function correctly anymore. This is my task: The resulting .resource file is not placed in the directory specified in the todir property. Instead, the generated file is just saved into the current d

Re: [nant-dev] Problem with the task on Linux

2003-06-28 Thread Giuseppe Greco
t; >I've tried it, but it doesn't work at all. > > > >This is the error message: > > > >Error: Exception has been thrown by the target of an invocation. > >Total time: 0 seconds. > > > >May be that's why Ian commented out lines from 130 to 135 i

Re: [nant-dev] Problem with the task on Linux

2003-06-28 Thread Ian MacLean
vocation. Total time: 0 seconds. May be that's why Ian commented out lines from 130 to 135 in ResGenTask.cs ... Gius_. Gert - Original Message - From: "Giuseppe Greco" <[EMAIL PROTECTED]> To: "NAnt Developers" <[EMAIL PROTECTED]> Sent: Saturday, Ju

Re: [nant-dev] Problem with the task on Linux

2003-06-28 Thread Giuseppe Greco
"Giuseppe Greco" <[EMAIL PROTECTED]> > To: "NAnt Developers" <[EMAIL PROTECTED]> > Sent: Saturday, June 28, 2003 11:44 AM > Subject: [nant-dev] Problem with the task on Linux > > > > Hi all, > > > > I've target like this: > &g

Re: [nant-dev] Problem with the task on Linux

2003-06-28 Thread Gert Driesen
: Saturday, June 28, 2003 11:44 AM Subject: [nant-dev] Problem with the task on Linux > Hi all, > > I've target like this: > >name="build" > description="Builds resource binaries for de-DE culture"> >dir="${build.dir}/bin/${

[nant-dev] Problem with the task on Linux

2003-06-28 Thread Giuseppe Greco
Hi all, I've target like this: The target above just generates a .resources file and the related satellite resource assembly DLL. It works on Windows, but it doesn't on Linux! monoresgen complies like this: /home/genius/projects/gekkota/src/Gekkota.Core/de-DE/d

[nant-dev] Problem with the task on Linux

2003-05-29 Thread Giuseppe Greco
Hi all, giving the following directory structure project +-file1 +-file2 +-src +-file3 +-file4 ... and the following task I've the following problem on Linux (on Windows it does work): only file1 and file2 are copied into the /tmp directory. The src directory