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
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
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
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
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]
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
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 :
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
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
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
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,
> > >
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
> > ...
> >
> >
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
>
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
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
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
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
---
- 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
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
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
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
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
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:
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
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
[
Bert,
Try this build fragment :
Dit zou zeker moeten werken !
Gert
- Original Message -
From: "Bert Jan Lappenschaar" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PR
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
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]
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. :
> - 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
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
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-
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:
33 matches
Mail list logo