al content, and it's a simple call via
to the console program to fire off a compile of a shfb project.
Please don't see this as criticism, as I spent a week or so writing my
own scripts, but I was very impressed with how well SHFB works,
and it feels like a better
> Can any one please let me know how to open a file using NAnt and read/parse
> it?
Depends on the file...if its delimited in some way (csv, line, etc)
then foreach task using loopitem of File may help. If it's xml then
xmlpeek task may help. If you want to load the whole file into a
property and
isual Studio 2005
Copy NAnt\schema\nant.xsd to
"C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas"
Reference schema in project xmlns attribute, e.g:
http://nant.sf.net/release/0.85/nant.xsd"; ...>
...
And you should be good to go.
peace
si
p.s. Set the "Open Wit
aks in
a commit after the build has started but before it is completed.
peace
si
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinion
,
and I've only just started on WiX, but it seems to work well.
More info on WiX at http://wix.sourceforge.net/
peace
si
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and
sk might help:
http://www.spinthemoose.com/~ftptask/help/tasks/ftp.html
peace
si
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opi
g Nant or there is some other
> way to deploy it.
You could also try aspnet_compiler if it's asp.net 2.0
http://msdn2.microsoft.com/en-us/library/ms229863(VS.80).aspx
Works fine through the task.
peace
si
-
and Linux:
...
...
...
...
Hope that helps.
peace
si
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and
s implemented in the task, only
the MailLogger.
peace
si
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users
> Is there a single-letter abbreviation for the /buildfile:
> parameter when calling nant.exe?
Sure,
C:\>nant -help
-buildfile: Use given buildfile (Short format: /f)
___
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://
Hi,
We've just run into the same problem as Jason had...any chance
his code can be implemented please? Happy to test a nightly :)
cheers
si
> Ok, I just wrote it myself. Could someone please add this to the
> official code? I verified that it compiles with .NET 1.1 AND works.
and it works fine...although the code above hasn't been tested :)
peace
si
---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Down
Hi Chekan,
> Any advises?
What about trying...
peace
si
---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the pr
Hi Ramya,
>
You're searching for the literal string ${source} including $ and {}, try:
test="${directory::exists(source)}"
peace
si
---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
f
ng[Project.BuildTargets.Count];
Project.BuildTargets.CopyTo(targets, 0);
return String.Join(", ", targets);
}
peace
si
---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search eng
> how can custom functions from one script task be
> used by custom functions from another script task?
Have a look in NAnt/examples/UserTask.
I use something similar and it works well, the only
difference to the example is I don't compile every time,
rather only if the DLL is missing
k if it can work with NUnit
2.2.6 and it would allow you to define a custom xml output file.
(makes it easier to perform file merging with CruiseControl.NET)
peace
si
---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for
.1.10 on Windows, thanks!
Interesting...latest NAnt nightly dropped ~900KB in size from the
start of month.
cheers
si
---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX
To whom it may concern,
Just found a "Copy of log4net.dll" in the /bin/lib directory of
2005-12-01 nightly :)
peace
si
---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Downlo
I do the same with Ant by now? Is it an
> alternative for Nant? Especially if I don't use it for .NET software?
If you want to try Ant, do it in Eclipse, a sublime development environment!
I find both NAnt and Ant to be excellent (if a little different)
hope that helps
peace
si
---
Hi,
Whilst issue 134473 is resolved, there appears to be another gremlin.
Try running attached modification of UserTask example on mono on windows.
see output.txt - nant-mono is just a batch file calling:
mono "C:\Program Files\NAnt\bin\NAnt.exe" %*
fwiw, I got irked having C# code inside
Hi Rebecca,
> I am trying to add on a property and I am not sure what I am doing
> wrong.
or you can use double::parse() or long::parse() if required
peace
si
---
This SF.Net email is sponsored by:
Power Architecture Resource Center
evel. Here's how subnant.bat is created:
@echo off
nant -emacs -indent:-8 -quiet -nologo -buildfile:"\path\to\subnant.build" %*
So to get documentation on dump:
subnant help dump
peace
si
---
This SF.Net email is sponsored by:
StreamWriter w = File.AppendText(filename);
w.Close();
}
catch
{
return false;
}
return true;
}
There is no doubt a more elegant way, but this works.
peace
si
Hi Allan,
> Is there by any means a clean way to specify a logfile for a task
http://nantcontrib.sourceforge.net/nightly/latest/help/tasks/record.html
Works a treat!
peace
si
---
This SF.Net email is sponsored by:
Power Architect
I report this to the mono folks?
peace
si
---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
> I've added links to Marcs book as well as the relevancellc.com link and
> another document I found to the "ThirdPartyContributions" [1] wiki page. U
> fortunately the original contents of this page were lost when the
> spammers hijacked the wiki so I started it again from scratch. Anyone
> know o
Also, it would be nice if folks could post in plain text instead of html,
aside from the bandwidth bloat, if you subscribe to this list in digest form,
it makes it unnecessary tiresome to read through great swaths of markup.
peace
si
> --=_NextPart_000_00BD
28 matches
Mail list logo