[Nant-users] error BC3007: Reference required to assembly ( in not working)

2004-08-02 Thread Madhan Retnaswamy
Hello everybody I have a never ending problem with NAnt. I have 2 projects, DataAccess Project and Exception Management Project. The Exception Management Project has direct file references to 2 dlls (Microsoft Application Exception Blocks dlls). The DataAccess Project has a project reference t

RE: [Nant-users] No exit code from exe

2004-08-02 Thread Craig Green
Hi Brian, Your question inspired me to figure out how to do this. Here is what I learned. Disclaimer: I'm a complete nant newbie, so my way might not be the best way. You can log the output of your exec task and parse it with a foreach task. Below is an example build file that spawns an instan

Re: [Nant-users] NAnt 0.85 release notes + to-do's

2004-08-02 Thread Gert Driesen
Merrill, The links are not broken, its just that the content it refers to is not available on the release website until the release has actually been published. You'll have better luck using this : http://nant.sourceforge.net/nightly/releasenotes.html Gert - Original Message - From: "Me

RE: [Nant-users] NAnt 0.85 release notes + to-do's

2004-08-02 Thread Merrill Cornish
Actually, it appears that ALL links are broken. Merrill --- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are n

Re: [Nant-users] problem building ikvm on mono

2004-08-02 Thread Robert Staudinger
16 PM > Subject: Re: [Nant-users] problem building ikvm on mono > > > > Gerd, > > > > there seem to be two different phenomenons. I have not been able to > > reproduce the second variant yet. > > > > Rob > > > > > > [EMAIL PROTECTED]

RE: [Nant-users] NAnt 0.85 release notes + to-do's

2004-08-02 Thread Felice Vittoria
Took a quick look at the release notes: The link to "wild targets" is broken. It goes to a "The page cannot be found" page. Felice -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gert Driesen Sent: Monday, August 02, 2004 3:28 PM To: Nant-Developers (E-M

[Nant-users] NAnt 0.85 release notes + to-do's

2004-08-02 Thread Gert Driesen
Hi, The release notes for the NAnt 0.85 beta 1 are ready for review here : http://nant.sourceforge.net/releasenotes.html (and in cvs ofcourse). Please let me know if there's anything missing or incorrect. Before we can actually release the first beta, the following tasks need to be completed :

Re: [Nant-users] problem building ikvm on mono

2004-08-02 Thread Gert Driesen
nons. I have not been able to > reproduce the second variant yet. > > Rob > > > [EMAIL PROTECTED]:~/Desktop/Down/mono/ikvm-src$ mono > ../nant-0.85-20040802/bin/NAnt.exe -verbose > Compat mode: the request from > /home/robert/Desktop/Down/mono/nant-0.85-20040802/bin/log4net

Re: [Nant-users] problem building ikvm on mono

2004-08-02 Thread Robert Staudinger
Gerd, there seem to be two different phenomenons. I have not been able to reproduce the second variant yet. Rob [EMAIL PROTECTED]:~/Desktop/Down/mono/ikvm-src$ mono ../nant-0.85-20040802/bin/NAnt.exe -verbose Compat mode: the request from /home/robert/Desktop/Down/mono/nant-0.85-20040802/bin

Re: [Nant-users] problem building ikvm on mono

2004-08-02 Thread Gert Driesen
wever, i figured out that the problem was a missing mono.pc file. So > i > > > > hacked one i had around to make sure the prefixes are correct. > > > > > > > > But now i'm seeing another problem :-/ (output follows) > > > > The runtime.bu

Re: [Nant-users] problem building ikvm on mono

2004-08-02 Thread Gert Driesen
gt; seems to look for it. > > > > > > Does "deprecated" for NAnt mean people are discouraged to use it or that > > > it's unsupported? I must admit that my ikvm checkout is a few weeks old > > > ... > > > > > > Regards, > > >

Re: [Nant-users] problem building ikvm on mono

2004-08-02 Thread Robert Staudinger
ch seems to be missing is exactly where NAnt > > seems to look for it. > > > > Does "deprecated" for NAnt mean people are discouraged to use it or that > > it's unsupported? I must admit that my ikvm checkout is a few weeks old > > ... > > > >

Re: [Nant-users] problem building ikvm on mono

2004-08-02 Thread Gert Driesen
deprecated" for NAnt mean people are discouraged to use it or that > it's unsupported? I must admit that my ikvm checkout is a few weeks old > ... > > Regards, > Rob > > [EMAIL PROTECTED]:~/Desktop/Down/mono/ikvm-src$ NAnt.exe > Compat mode: the request from >

Re: [Nant-users] Enhancement Suggestion

2004-08-02 Thread Gert Driesen
Merrill, This is not possible, as these descriptions are used for the projecthelp (-projecthelp commandline option), and we don't actually initialize the complete project for the projecthelp. Gert - Original Message - From: "Merrill Cornish" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Se

Re: [Nant-users] VSSGet error in 08/02/04 build

2004-08-02 Thread Gert Driesen
This is now fixed in cvs. Thanks for the report. Gert - Original Message - From: "Gifford, Noel" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 8:53 PM Subject: [Nant-users] VSSGet error in 08/02/04 build All, The current

Re: [Nant-users] problem building ikvm on mono

2004-08-02 Thread Robert Staudinger
egards, Rob [EMAIL PROTECTED]:~/Desktop/Down/mono/ikvm-src$ NAnt.exe Compat mode: the request from /home/robert/Desktop/Down/mono/nant-0.85-20040802/bin/log4net.dll to load System was remapped (http://www.go-mono.com/remap.html) Compat mode: the request from /home/robert/Desktop/Down/mono/nant-0.85-20

[Nant-users] Enhancement Suggestion

2004-08-02 Thread Merrill Cornish
The text inside a element and the description attribute of a element do not expand ${propertyname}. If the parser allows it it would be useful for property names to be expanded so that documentation text can be parameterized (e.g., mention default values defined in properties). Merrill ---

Re: [Nant-users] problem building ikvm on mono

2004-08-02 Thread Gert Driesen
- Original Message - From: "Robert Staudinger" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 8:51 PM Subject: Re: [Nant-users] problem building ikvm on mono > Thanks for the q

[Nant-users] Re: VSSGet error in 08/02/04 build

2004-08-02 Thread Gert Driesen
Noel, I did make some small changes today, I'll check to see if that caused a regression. Gert - Original Message - From: "Gifford, Noel" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 8:53 PM Subject: VSSGet error in 08/02/0

[Nant-users] VSSGet error in 08/02/04 build

2004-08-02 Thread Gifford, Noel
All, The current build (8/2/04) no longer successfully executes the task for me. What changed? The following target has been working for months and now gives an error: Thanks, Noel C:\Projects\Storefront-CI>startnant GetSource.Extra C:\Projects\Storefront-CI>echo

Re: [Nant-users] problem building ikvm on mono

2004-08-02 Thread Robert Staudinger
Thanks for the quick reply. I tried my luck with nant-0.85-20040802. Unfortunately there still seems to be a problem. Sorry if this is easy to fix, i don't know really what i'm doing. Regards, Rob [EMAIL PROTECTED]:~/Desktop/Down/mono/ikvm-src$ NAnt.exe Compat mode: the request

[Nant-users] No exit code from exe

2004-08-02 Thread Dick, Brian E.
Title: No exit code from exe I'm using the exec task to run an exe, but this particular exe does not set the exit code on success or failure. However, this exe does send a "FATAL ERROR" message to standard output if it fails. Is there a way I can monitor the output of this exe and set the exi

RE: [Nant-users] building cvs head...

2004-08-02 Thread John Cole
Gert, You weren't kidding! I tried again, and lot's of changes came through :-) Alas, it didn't compile. If your still working on things, you can disregard this, but here is where I died this time. userdoc:

Re: [Nant-users] problem building ikvm on mono

2004-08-02 Thread Gert Driesen
Robert, I suggest using a (very) recent nightly build of NAnt : http://nant.sourceforge.net/nightly/builds Let us know if you still have problems. Gert - Original Message - From: "Robert Staudinger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 7:08 PM Subjec

[Nant-users] problem building ikvm on mono

2004-08-02 Thread Robert Staudinger
Hello, i'm trying to build ikvm on my ppc machine with mono-1.0 (debian supplied). When trying to invoke the ikvm build i get the output i put on the end of this mail. Please bear with me, i'm completely new to this world and only trying to get a JIT-powered eclipse on my ppc box. Thanks! Rob [

Re: [Nant-users] default resources in assembly files

2004-08-02 Thread Gert Driesen
Bert, Try this build fragment : Dit zou zeker moeten werken ! Gert - Original Message - From: "Bert Jan Lappenschaar" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PR

Re: [Nant-users] building cvs head...

2004-08-02 Thread Gert Driesen
Hi John, I'm making some changes, cvs should be stable soon ... Gert - Original Message - From: "John Cole" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 4:49 PM Subject: [Nant-users] building cvs head... > Hey guys, > Trying to build off the top of the tr

[Nant-users] building cvs head...

2004-08-02 Thread John Cole
Hey guys, Trying to build off the top of the tree today, and I get the following error: --- [exec] [nant] C:\src\NAnt\tests\NAnt.Core\NAnt.Core.build test [exec] [exec]

Re: [Nant-users] Build Errors

2004-08-02 Thread Gert Driesen
Srikant, You can build assemblies in two ways : - use the compiler tasks if you want to have more control over the build process. In this case, you pass the individual sources, resources and assembly references to the compiler task. Eg. :

Re: [Nant-users] Resource Files

2004-08-02 Thread Gert Driesen
> - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, August 02, 2004 11:39 AM > Subject: RE: [Nant-users] Resource Files > > Hi, > > Thanks for responding. > > I want to use the second option as I want my release building to be as > independent from

Re: [Nant-users] Resource Files

2004-08-02 Thread Gert Driesen
Steven, You could either using the task, and pass in the solution file or individual projects that you want to build. Or you can use the individual compiler tasks, eg. : Note : the dynamicprefix and prefix attribute need to be set in order to ensure the compiler

Re: [Nant-users] 0.85 release notes

2004-08-02 Thread Gert Driesen
Committed to cvs. Thanks ! Gert - Original Message - From: "Troy Laurin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 8:39 AM Subject: [Nant-users] 0.85 release notes Breaking change: Automatic quoting of arguments (built-in type) has been removed for non-

[Nant-users] Build Errors

2004-08-02 Thread srikant charala
hi! friends, my name is shrikant new to Nants build tool. this is regarding the errors i'm getting while building the ASP.Net projects. i have installed the nants nightly build tool. properly done. when i build the asp.net project i get lot of errors -- (attached file.).   Yahoo! India Matrimony: