[nant-dev] Unable to build NAnt 0.85 on Linux

2003-12-13 Thread Giuseppe Greco
Project:Execute () in <0x00173> NAnt.Core.Project:Run () I'm running NAnt on RH Linux 9 with the last version of Mono from CVS. Thanks, Gius_. -- Giuseppe G

Re: [nant-dev] Unable to build NAnt 0.85 on Linux

2003-12-13 Thread Giuseppe Greco
ssary. I'll enable ICU support and retry to build nant. Thanks, Gius_. > > Gert > > > - Original Message - > From: "Giuseppe Greco" <[EMAIL PROTECTED]> > To: "NAnt Developers" <[EMAIL PROTECTED]> > Sent: Saturday, December 13, 20

Re: [nant-dev] Unable to build NAnt 0.85 on Linux

2003-12-13 Thread Giuseppe Greco
gt; > Gert > > > - Original Message - > From: "Giuseppe Greco" <[EMAIL PROTECTED]> > To: "NAnt Developers" <[EMAIL PROTECTED]> > Sent: Saturday, December 13, 2003 5:26 PM > Subject: [nant-dev] Unable to build NAnt 0.85 on Linux > &g

[nant-dev] ?

2004-01-10 Thread Giuseppe Greco
The target above worked fine before the updated. Now, it just creates the directories (e.g. /build/gekkota/lib/de-DE), period! Any idea? I'm working on Fedora Core 1 with mono 0.29.99.20031226. Thanks, Gius_. -- ---- Giuseppe Greco ::agamura:: ph

Re: [nant-dev] ?

2004-01-10 Thread Giuseppe Greco
cute (string,bool) in <0x0030d> NAnt.Core.Project:Execute () in <0x00185> NAnt.Core.Project:Run () Gius_. > > Gert > - Original Message - t > From: "Giuseppe Greco" <[EMAIL PROTECTED]> > To: "NAnt Developers" <[EMAIL PROTECTED]&g

Re: [nant-dev] ?

2004-01-10 Thread Giuseppe Greco
is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _

[nant-dev]

2004-01-16 Thread Giuseppe Greco
Hi all, Is there a way to get the

Re: [nant-dev]

2004-01-17 Thread Giuseppe Greco
On Sat, 2004-01-17 at 18:32, Gert Driesen wrote: Gert, > Ian, > > Giuseppe can always first download the stylesheet to his local filesystem > using the task. This has the advantage that he's able to set both > proxy and authentication information for fetching the file and it would also > incr

[nant-dev] Current target

2004-02-28 Thread Giuseppe Greco
a built-in property named nant.current.target that contains the name of the executing target. What's your opinion? j3d. -- ---- Giuseppe Greco ::agamura:: phone: +41 91 604 67 65 mobile: +41 76 390 60 32 email: [EMAIL PROTECTED

[nant-dev] Current target again...

2004-03-01 Thread Giuseppe Greco
is a built-in property named ${nant.current.target}. What's your opinion? j3d. Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com --

Re: [nant-dev] Current target again...

2004-03-02 Thread Giuseppe Greco
> > - Original Message - > From: "Giuseppe Greco" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, March 02, 2004 7:49 AM > Subject: [nant-dev] Current target again... > > >> ... >> >> My proposal is to in

Re: [nant-dev] Current target again...

2004-03-02 Thread Giuseppe Greco
OK guys, I'm going to implement it... I'll let you know when is done. j3d. > Guis, > Why don't you just implement it as a nant extension function and then > see if there is enough interest to include it in either nantcontrib or > nant core. > > Ian > Giuse

[nant-dev] Wild targets/Current target

2004-03-03 Thread Giuseppe Greco
act build files and provide a standard way to handle unexpected targets. What do you think about that? j3d. ---- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com -

[nant-dev] Re: Wild targets/Current target

2004-03-03 Thread Giuseppe Greco
this is exactly what I'm trying to avoid... When a master build file contains more than 3 or 4 targets to forward, you have to define lots of properties just to handle that. I think a wild target would be much more elegant. Furthermore, be able to define a wild target that is executed whe

[nant-dev] Re: Wild targets/Current target

2004-03-03 Thread Giuseppe Greco
: j3d. > Giuseppe Greco wrote: > >>>As a curiousity, wouldn't you be able to use a regular target and >>>properties to define what to call? For instance, your gateway project >>>can just

[nant-dev] Patch

2004-03-04 Thread Giuseppe Greco
Hi all, attached to this email you will find the patch I promised yesterday. Now, it's up to you... j3d. -- Giuseppe Greco ::agamura:: phone: +41 91 604 67 65 mobile: +41 76 390 60 32 email: [EMAIL PROTECTED] web:www.agamur

[nant-dev] Building NAnt on Mono

2004-03-04 Thread Giuseppe Greco
ced the same problem? I'm running the very last version of Mono form CVS. Thanks, j3d. -- -------- Giuseppe Greco ::agamura:: phone: +41 91 604 67 65 mobile: +41 76 390 60 32 email: [EMAIL PROT

Re: [nant-dev] Building NAnt on Mono

2004-03-04 Thread Giuseppe Greco
odImplAttribute(MethodImplOptions.InternalCall)] > > Jarek > > - Original Message - > From: "Giuseppe Greco" <[EMAIL PROTECTED]> > To: "NAnt Developers" <[EMAIL PROTECTED]> > Sent: Thursday, March 04, 2004 7:53 PM > Subject: [n

Re: [nant-dev] Patch

2004-03-05 Thread Giuseppe Greco
;d like to get feedback from other members of the > community before committing your patch. I don't mind committing the new > target::get-current-target function, but I'm not sure about the wildcard > target support ... > > Gert > > - Original Message ---

Re: [nant-dev] Patch

2004-03-05 Thread Giuseppe Greco
eatures without the need for wildcard targets (I assume that your master > file won't contain any). > > Jarek > - Original Message - > From: "Giuseppe Greco" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]> > Cc: "NAn

[nant-dev] CVS vs. SVN

2004-03-06 Thread Giuseppe Greco
ually exclude them from the current fileset. j3d. -- Giuseppe Greco ::agamura:: phone: +41 91 604 67 65 mobile: +41 76 390 60 32 email: [EMAIL PROTECTED] web:www.agamur

Re: [nant-dev] Patch

2004-03-06 Thread Giuseppe Greco
Just let me know when you'll post this patch into CVS. j3d. On Sat, 2004-03-06 at 13:08, Gert Driesen wrote: > Looks good to me. > > Gert > > - Original Message - > From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]> > To: "Giuseppe Greco&qu

RE: [nant-dev] CVS vs. SVN

2004-03-06 Thread Giuseppe Greco
n the NAntContrib cvs repository. It > works for checkouts currently but I had some issues with updates which I > am going to be working on it this weekend, as well as getting tagging > and commit working. > > > Cheers, > > > Clayton > > > -Original

[nant-dev] nunit.framework.dll

2004-03-06 Thread Giuseppe Greco
Hi all, To get the task working on Linux, one has to reference nunit.framework.dll shipped whit NAnt... why? Is there no ways to use the "standard" NUint.Framework.dll shipped with Mono? j3d. -- ---- Giuseppe Greco ::agamura:: phone: +41

[nant-dev] NAnt.build

2004-03-12 Thread Giuseppe Greco
Ian, Gert, I think you should modify the build.number property in NAnt.build like this in order to avoid negative build numbers: j3d. -- Giuseppe Greco ::agamura:: phone: +41 91 604 67 65 mobile: +41 76 390 60 32 email: [EMAIL PROTECTED] web

[nant-dev] Re: [MonoDevelop] #D coorporation

2004-03-19 Thread Giuseppe Greco
On Fri, 2004-03-19 at 19:26, John Luke wrote: > On Fri, 2004-03-19 at 19:14 +0100, Giuseppe Greco wrote: > > > I do not agree! > > > > Just download the following sample application and > > try to build it with the latest version of nant: > > > > http:

[nant-dev] [Fwd: Re: [MonoDevelop] #D coorporation]

2004-03-19 Thread Giuseppe Greco
-- Giuseppe Greco ::agamura:: phone: +41 91 604 67 65 mobile: +41 76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com --- Begin Message --- On Fri, 2004-03-19 at 19:26, John Luke wrote: > On Fri, 2

[nant-dev] task on Linux

2004-04-24 Thread Giuseppe Greco
; does not contain a definition for `AppendProbePath' Any idea? j3d. -- ---- Giuseppe Greco ::agamura:: phone: +41 91 604 67 65 mobile: +41 76 390 60 32 email: [

Re: [nant-dev] task on Linux

2004-04-24 Thread Giuseppe Greco
On Sat, 2004-04-24 at 20:33, Gert Driesen wrote: > - Original Message - > From: "Giuseppe Greco" <[EMAIL PROTECTED]> > To: "NAnt Developers" <[EMAIL PROTECTED]> > Sent: Saturday, April 24, 2004 8:25 PM > Subject: [nant-dev] task on Linux &g

Re: [nant-dev] NAnt/Mono

2004-05-16 Thread Giuseppe Greco
ail3 > > ___ > > nant-developers mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/nant-developers > > > > > > --- > This SF.Net email is sponsored by Sleepycat

Re: [nant-dev] NAnt/Mono

2004-05-16 Thread Giuseppe Greco
It looks like mono has still problems... Do you know something more? j3d. On Sun, 2004-05-16 at 14:10, Gert Driesen wrote: > Giuseppe, > > What do you get when you execute : > > $ pkg-config --variable=prefix mono > > Gert > > - Original Message - >

Re: [nant-dev] NAnt/Mono

2004-05-16 Thread Giuseppe Greco
On Sun, 2004-05-16 at 15:34, Gert Driesen wrote: > - Original Message - > From: "Giuseppe Greco" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]> > Cc: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>; "Nant-Developers

[nant-dev] ... back to my problem...

2004-05-20 Thread Giuseppe Greco
ly works; this morning I've tried to check out the latest version from CVS, but it doesn't compile. I'll try again later... Any info is appreciated. Thanks, j3d. -- Giuseppe Greco ::agamura:: phone: +4

[nant-dev] ... back to my problem...

2004-05-20 Thread Giuseppe Greco
ly works; this morning I've tried to check out the latest version from CVS, but it doesn't compile. I'll try again later... Any info is appreciated. Thanks, j3d. -- Giuseppe Greco ::agamura:: phone: +4

Re: [nant-dev] ... back to my problem...

2004-05-20 Thread Giuseppe Greco
, Jaroslaw Kowalski wrote: > Because of a mono bug you have to do: > > $ cp nant/bin/lib/mono/1.0/*.dll nant/bin/ > > Jarek > > - Original Message - > From: "Giuseppe Greco" <[EMAIL PROTECTED]> > To: "NAnt Developers" <[EMAIL PROTE

[nant-dev] get-assembly-direcotry() function

2004-05-20 Thread Giuseppe Greco
Hi all, could you tell me why the following task always returns "1.0" instead of, for example, "/usr/lib" or "/usr/lib/mono/1.0"? Thanks, j3d. -- -------- Giuseppe Greco ::agamura:: phone: +41 91 604 67 65 mobile: +41 76 390

Re: [nant-dev] get-assembly-direcotry() function

2004-05-20 Thread Giuseppe Greco
On Thu, 2004-05-20 at 21:55, Gert Driesen wrote: > - Original Message - > From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]>; "Giuseppe Greco" > <[EMAIL PROTECTED]>; "NAnt Develop

RE: [nant-dev] get-assembly-direcotry() function

2004-05-21 Thread Giuseppe Greco
Anyway, it seems to work on this install. > > > Cheers, > > > Clayton > > > -Original Message- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: Thu 5/20/2004 6:39 PM > To: Giuseppe Greco > Cc: Jaroslaw Kowalski; NAnt Dev

[nant-dev] task on Linux

2004-05-26 Thread Giuseppe Greco
me/genius/projects/gekkota/src/Gekkota/Gekkota.build(100,7): External Program Failed: /usr/local/bin/al.exe (return code was 1) in <0x00523> NAnt.Core.Tasks.ExternalProgramBase:ExecuteTask () Any idea? j3d. -- Giuseppe Greco ::agam

Re: [nant-dev] task on Linux

2004-05-26 Thread Giuseppe Greco
Gert, the following does work: al /t:lib /embed:myApp.en-US.resources /c:en-US /out:myApp.resources.dll j3d. On Wed, 2004-05-26 at 16:50, Gert Driesen wrote: > - Original Message - > From: "Giuseppe Greco" <[EMAIL PROTECTED]> > To: "NAnt Develope

Re: [nant-dev] task on Linux

2004-05-26 Thread Giuseppe Greco
On Wed, 2004-05-26 at 17:04, Gert Driesen wrote: > - Original Message - > From: "Giuseppe Greco" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]> > Cc: "NAnt Developers" <[EMAIL PROTECTED]> > Sent: Wednesday

[nant-dev] ILASM Task

2004-06-22 Thread Giuseppe Greco
Hi all, are there any plans to implement the ILASM task? j3d. Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com

Re: [nant-dev] ILASM Task

2004-06-23 Thread Giuseppe Greco
Not immediately because I'm currently under pressure... I'll give a look at it as soon as possible. j3d. > Its a good idea. Do you feel like taking a stab at it ? > > Ian > > Giuseppe Greco wrote: > >>Hi all, >> >>are there any

[nant-dev] ILASM task

2004-06-30 Thread Giuseppe Greco
mTask.cs file... What am I missing? Thanks, j3d. ---- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com // NAnt - A .NET build tool // Copyrigh

Re: [nant-dev] ILASM task

2004-06-30 Thread Giuseppe Greco
Don't you think that if we inherit from ExternalProgramBase we'd have too many redundancies? j3d. > I don't think it makes much sense to have this task inherit from > CompilerBase anyway, no ? > > - Original Message - > From: "Ian MacLean" &

[nant-dev] ILASM Task

2004-06-30 Thread Giuseppe Greco
Hi guys, I've given a lock at the CompilerBase and ExternalProgramBase classes... and I think it would be better to modify the CompilerBase class instead of inheriting from ExternalProgramBase... What's your opinion? j3d. ---- Giuseppe Greco

Re: [nant-dev] ILASM Task

2004-06-30 Thread Giuseppe Greco
Ok, thanks. j3d. > Gert Driesen wrote: > >>- Original Message - >>From: "Ian MacLean" <[EMAIL PROTECTED]> >>To: "Gert Driesen" <[EMAIL PROTECTED]> >>Cc: "Giuseppe Greco" <[EMAIL PROTECTED]>; >><[EMA

[nant-dev] ILASM Task

2004-07-01 Thread Giuseppe Greco
nd it does function) and the file above exists. Is there something else that I should know? Thanks, j3d. ---- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.a

Re: [nant-dev] ILASM Task

2004-07-01 Thread Giuseppe Greco
n 'C:\Home\Projects\temp\.net\ilasm\OddOrEven' The command-line arguments are fine... I've tested them manually. j3d. > What does the generated commandline look like ? Just use nant -v to > output it or take a look in the debugger. > > Ian > > > Giusep

Re: [nant-dev] ILASM Task

2004-07-01 Thread Giuseppe Greco
Ian, Here's the source file. j3d. > hmm - that commandline does seem ok. I just tested locally with a test > .il file. I don't have any other ideas right now but if you want to send > me the source I could take a quick look at it. > > > Ian > Giuseppe Greco wrote:

Re: [nant-dev] ILASM Task

2004-07-01 Thread Giuseppe Greco
so be helpful to have the ildasm task? j3d. ---- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com ---

[nant-dev] ILASM Task

2004-07-01 Thread Giuseppe Greco
... sorry, in my previous email I forgot to attach the source file... j3d. Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com

Re: [nant-dev] ILASM Task

2004-07-01 Thread Giuseppe Greco
Ian, sorry... just to be precise I've removed a 'using' statement that was not required. Here's the very definitive source file. j3d. > Giuseppe Greco wrote: > >>Ach... I knew, in fact I've used writer.Write everywhere, >>but not in the WriteOptio

Re: [nant-dev] ILASM Task

2004-07-02 Thread Giuseppe Greco
> > - Original Message - > From: "Ian MacLean" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]> > Cc: "Giuseppe Greco" <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Friday, July 02,

Re: [nant-dev] ILASM Task

2004-07-02 Thread Giuseppe Greco
Okay guys, I've made the changes you requested... What's about the Mono stuff? j3d. > > - Original Message - > From: "Giuseppe Greco" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]> > Cc: "Ian MacLean" &

[nant-dev] ILDASM Task

2004-07-02 Thread Giuseppe Greco
Hi all, Attached to this email you'll find the implementation of the task. This is just a proposal. Comments are welcome! Bye, j3d. Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED

Re: [nant-dev] ILDASM Task

2004-07-02 Thread Giuseppe Greco
On Fri, 2004-07-02 at 14:38, Ian MacLean wrote: > Giuseppe Greco wrote: > > >Hi all, > > > >Attached to this email you'll find the > >implementation of the task. This > >is just a proposal. Comments are welcome! > > > > > > > I

Re: [nant-dev] ILDASM Task

2004-07-02 Thread Giuseppe Greco
On Fri, 2004-07-02 at 16:49, Ian MacLean wrote: > Giuseppe Greco wrote: > > >On Fri, 2004-07-02 at 14:38, Ian MacLean wrote: > > > > > >>Giuseppe Greco wrote: > >> > >> > >>>Hi all, > >>> > >>>Attac

[nant-dev] ILASM and ILDASM tasks

2004-07-02 Thread Giuseppe Greco
Hi all, Attached to this email you'll find the latest version of the ILASM task as well as a proposal version of the ILDASM task. Let me know, j3d. Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [

[nant-dev] ILASM and ILDASM tasks

2004-07-05 Thread Giuseppe Greco
ut, so I think it could be fine. Let me know, j3d. ---- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com ---

[nant-dev] ILDASM task

2004-07-05 Thread Giuseppe Greco
... The changes have been made in the IldasmTask.cs file from CVS. Thanks, j3d. ---- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com

[nant-dev] NAnt documentation

2004-07-05 Thread Giuseppe Greco
that... | true | +---+--+-+-+--+ j3d. ---- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:

[nant-dev] Question

2004-09-08 Thread Giuseppe Greco
onds. Any idea? j3d. ---- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com --- This SF.Net email is sponsored by BEA Weblogi

Re: [nant-dev] Question

2004-09-08 Thread Giuseppe Greco
I'm using the version released on 4th September... j3d. > Giuseppe, > > What version of NAnt are you using ? I think there might have been an > issue > with this a while ago ... > > Gert > > - Original Message - > From: "Giuseppe Greco"

Re: [nant-dev] Question

2004-09-08 Thread Giuseppe Greco
Gert, Just try with a task like this: The task, for example, works fine. J3d. > Giuseppe, > > I'm unable to reproduce that issue here. Can you package up a small repro > for this ? > > Thanks, > > Gert > > ----- Original Message - > From: &qu

Re: [nant-dev] Question

2004-09-08 Thread Giuseppe Greco
> Can you try this (with a valid resx file) : > > > > > > > Gert > > - Original Message - > From: "Giuseppe Greco" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]> > Cc: "Giuseppe Greco"

[nant-dev] get-monodoc-dir()

2004-10-16 Thread Giuseppe Greco
Hi all, since on Linux monodoc assemblies (assembler.exe, updater.exe, etc.) are located under /usr/lib/monodoc/, it would be nice to have the function get-monodoc-dir()... What do you think about? j3d. -- Giuseppe Greco ::agamura:: phone: +41 (0)91

[nant-dev] task...

2004-10-08 Thread Giuseppe Greco
-1.0.unix; dev; 10/8/2004). Any idea? j3d. -- ---- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web

Re: [nant-dev] task...

2004-10-09 Thread Giuseppe Greco
ou should actually use for the global data type. > > The error message that was output was wrong. It should have been "Attempting > to use a reference where a is required.". This is now > fixed in cvs. > > Hope this helps, > > Gert > > - Origin

[nant-dev] Back to an old

2004-11-24 Thread Giuseppe Greco
Hi all, As discussed some time ago, before processing a DocBook document, one should first download the stylesheet with the task: http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"; dest="chunk.xsl"> Well, assuming we have a proxy server, the ta

RE: [nant-dev] Back to an old

2004-11-26 Thread Giuseppe Greco
Yes, but not immediately... I'll let you know. j3d. On Fri, 2004-11-26 at 12:28 +0100, Gert Driesen wrote: > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Giuseppe Greco > > Sent: woensda

[nant-dev] task

2004-11-30 Thread Giuseppe Greco
... but in this case, "myTarget" should be executed if and only if "myDirectory/myFile.cs" does exist... j3d. ---- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [

Re: [nant-dev] task

2004-11-30 Thread Giuseppe Greco
Done, j3d. > Hi Giuseppe, > > Can you submit a bug report for this ? > > Thanks ! > > Gert > > - Original Message ----- > From: "Giuseppe Greco" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, November 30, 2004 11:42 AM

[nant-dev] Problem with task

2005-01-28 Thread Giuseppe Greco
/home/genius/projects/gekkota/src/Gekkota/Gekkota.build(110,8): External Program Failed: /usr/bin/al.exe (return code was 1) in <0x0052d> NAnt.Core.Tasks.ExternalProgramBase:ExecuteTask () I'm running the latest version of NAnt from CVS on mono 1.0.5. Any idea? j3d. -- ---

[nant-dev] Building NAnt...

2005-01-30 Thread Giuseppe Greco
re.Project) src/NAnt.DotNet/Tasks/NDocTask.cs(397) error CS0104: `Project' is an ambiguous reference (NDoc.Core.Project or NAnt.Core.Project) Compilation failed: 2 error(s), 0 warnings make: *** [bootstrap/NAnt.DotNetTasks.dll] Error 1 j3d. -- ----

[nant-dev] No way to get NAnt compiled on Linux with Mono

2005-02-06 Thread Giuseppe Greco
(System.Type) in <0x0001b> NAnt.Console.ConsoleStub:.cctor () --- End of inner exception stack trace --- make: *** [build-nant] Error 1 Any idea? j3d. -- Giusep

[nant-dev] Still problems with the task

2005-02-06 Thread Giuseppe Greco
quot;library", just to be consistent with the task. Thanks, j3d. -- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)79 602 99 27 email: [EMAIL PROTECTED] web:www.agamura.com

RE: [nant-dev] Still problems with the task

2005-02-06 Thread Giuseppe Greco
ib" or "library" on MS.NET, not sure > about Mono though. > > Gert > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Giuseppe Greco > > Sent: zondag 6 februari 2005 20:13 > &

[nant-dev] L16N

2005-02-11 Thread Giuseppe Greco
, etc.), have to be done manually. So the question is: how do you tell NDoc where to find the XML files to process? j3d. Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)79 602 99 27 email: [EMAIL PROTECTED] web:www.agamur

[nant-dev] L16N - resx files

2005-02-16 Thread Giuseppe Greco
coded string with ResourceUtils.GetString("string_id") 5. Update the build files Let me know, j3d. -- ---- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)79 602 99 27 email: [EMAIL PROTECTED] web:

[nant-dev] task

2005-02-18 Thread Giuseppe Greco
Any idea? j3d. -- ---- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)79 602 99 27 email: [EMAIL PROTECTED] web:www.agamura.com --- SF email

Re: [nant-dev] ResourceUtils

2005-02-21 Thread Giuseppe Greco
; -- Troy > > > --- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover whi

Re: [nant-dev] ResourceUtils

2005-02-23 Thread Giuseppe Greco
as with the double-checked locking pattern > > I guess I've been a Java programmer too long... the double-checked > locking pattern just looks wrong to my eyes. Oh no! Java? Pfui!!! I come from C/C++... and my bibles were "Effective C++" and "More Effective C++" by

Re: [nant-dev] ResourceUtils

2005-02-23 Thread Giuseppe Greco
[email protected] > https://lists.sourceforge.net/lists/listinfo/nant-developers -- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile

Re: [nant-dev] ResourceUtils

2005-02-23 Thread Giuseppe Greco
ead to doing that that we should be concerned about ? > > Ian > > > --- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly

[nant-dev] NUnit on Linux

2005-04-11 Thread Giuseppe Greco
hanks, j3d. -- ---- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)79 602 99 27 email: [EMAIL PROTECTED] web:www.agamura.com --- SF email is sponsored b

RE: [nant-dev] NUnit on Linux

2005-04-12 Thread Giuseppe Greco
> -Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Giuseppe Greco > > Sent: maandag 11 april 2005 22:08 > > To: NAnt Developers > > Subject: [nant-dev] NUnit on Linux > > > > Hi all, > > > &

Re: [nant-dev] NUnit on Linux

2005-04-12 Thread Giuseppe Greco
On Tue, 2005-04-12 at 16:28 +0200, Gert Driesen wrote: > - Original Message - > From: "Giuseppe Greco" <[EMAIL PROTECTED]> > To: "NAnt Developers" > Sent: Tuesday, April 12, 2005 3:58 PM > Subject: RE: [nant-dev] NUnit on Linux > > >

[nant-dev] Problems with the task on Linux

2005-04-27 Thread Giuseppe Greco
exe manually there are no problems at all: al /t:lib /embed:en-US/Test.en-US.resources /c:en-US /out:Test.resources.dll or al @cmdline.txt Of course, the same applies also to the element in the task. j3d. -- Gius

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

2005-04-27 Thread Giuseppe Greco
Hi guys, With the latest version of Mono it should be enough to handle the "template" option: thermota-0.7-debug/bin/it-IT/Thermota.resources.dll'. [al] ALINK: error A: Compiler option 'template' is not implemented j3d. On Wed, 2005-04-27 at 12:06 +0200, G

[nant-dev]

2005-06-22 Thread Giuseppe Greco
d. An error occurred at file:///home/genius/projects/test-document/test-document.xml, (11, 2). Attached to this email you'll find the build file as well as the DocBook xml source files to reproduce the problem (of course, you have first to checkout the very last version of NAnt from CVS). Any

Re: [nant-dev]

2005-06-22 Thread Giuseppe Greco
een some fixes > in this area. > > Gert > ----- Original Message - > From: "Giuseppe Greco" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, June 22, 2005 4:17 PM > Subject: [nant-dev] task > > > > Hi all, > > > > no way to get th

[nant-dev] Unable to checkout NAnt from CVS

2003-06-07 Thread Giuseppe Greco
NAnt.Win32/Tasks/#cvs.lock): Permission deniedcvs server: failed to obtain dir lock in repository `/cvsroot/nant/nant/src/NAnt.Win32/Tasks' cvs [server aborted]: read lock failed - giving up It looks like there are problems with permissios... Gius_. -- ----

[nant-dev] Problems with basedir beginning with ../

2003-06-07 Thread Giuseppe Greco
em is that NAnt doesn't accept paths beginning with ../ (I've noticed the same problem with the and tasks). As I run the task above, NAnt complies saying that this path format is not supported. The problem is on both Windows and Linux. Gius_. -- --

[nant-dev] Problem with the task on Linux

2003-05-29 Thread Giuseppe Greco
e src directory and its content (file3 and file4) is ignored. Gius_. -- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamur

[nant-dev] [Fwd: [Nant-users] Problem with the task]

2003-05-29 Thread Giuseppe Greco
Sorry, I've accidentally sent this email to the users mailing list... Gius_. -- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamur

Re: [nant-dev] [Nant-users] Problem with the task

2003-05-30 Thread Giuseppe Greco
co > >>Sent: Thursday, May 29, 2003 09:04 > >>To: NAnt Users > >>Subject: [Nant-users] Problem with the task > >> > >> > >>Hi all, > >> > >>There is a problem with the task. To produc

[nant-dev] Compiling NAnt on Linux

2003-06-13 Thread Giuseppe Greco
ee, the URL is wrong). Gert has already reported the problem to the Mono team, and I hope they will solve it asap (in the last two weeks I wasn't able to compile NAnt on Linux anymore). Does anybody found a workaround? Gius_. ---- Giuseppe Greco ::aga

RE: [nant-dev] fileset references

2003-06-24 Thread Giuseppe Greco
>-- Original Message -- >From: Ian MacLean <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [nant-dev] fileset references >Date: Tue, 24 Jun 2003 18:35:04 +0900 > > >fileset references are done. I still need to add some unit tests and >polish a few things but its all working. > >try somthing

[nant-dev] CVS issue...

2003-06-27 Thread Giuseppe Greco
Hi all, I'm trying to checkout NAnt from CVS and it works up to 'U nant/tests/NAnt.Zip/Tasks/ZipTaskTest.cs'... Then, at that point, it blocks an nothing more happens... If I stop CVS with CTRL+C, then NAnt doesn't compile... Gius_. -- ---

  1   2   >