[nant-dev] Problem with exec task on Linux

2003-07-06 Thread Giuseppe Greco
Hi all,

With the latest version of NAnt, I'm not able to
use the exec task any more.

When executing a task like this

exec
  program=xsltproc
  output=${build.dir}/${document.name}.fo
  commandline=${stylesheet} ${nant.project.name}.xml/
 

I always get the following error messages:

[exec] xsltproc
http://www.agamura.com/quxo/stylesheets/current/fo/quxo.xsl
  csharp-coding-guidelines.xml
[exec] Starting 'xsltproc
  (http://www.agamura.com/quxo/stylesheets/current/fo/quxo.xsl
  csharp-coding-guidelines.xml)' in ''
 
Unhandled Exception: System.NullReferenceException: A null value was
  found where an object instance was required
 
I've tried the command manually and it does function:

  xsltproc http://www.agamura.com/quxo/stylesheets/current/fo/quxo.xsl \
building-projects-with-nant.xml  building-projects-with-nant.fo

Furthermore, I haven't changed my build files since the last release and
executing them with NAnt 0.82 there is no problems at all.

Any idea?

Gius_.
-- 

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 sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Building Nant using mono 0.25

2003-07-06 Thread Clayton Harbour
Hi,

I am trying to build nant from cvs on mono 0.25 rpm using the
bootstrap.sh and I am getting this exception:

An exception was thrown by the type initializer
NAnt.Core.TypeFactory  

It has been awhile since I have built nant on linux and I can't remember
how I did it then, is the bootstrap.sh the correct way to build nant on
mono?  Has anyone come across this exception before?


Thanks,

Clayton


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers