[Nant-users] task?

2005-03-10 Thread Whitner, Tom
Title:  task?






Has any thought been given to a  task to support uploading files via http/https - the inverse of the  task? Or, is there another was to accomplish this already?

Thanks,

Tom 





Re: [Nant-users] task?

2005-03-10 Thread Chris Taylor
There is an FTP task available.  I don't know how stable it is, but
its available by googling for nant ftp task.

I know I read on the roadmap that FTP capability is going to be built
into the core in the future.  but don't have a timeline.  I look
forward to it. =)




On Thu, 10 Mar 2005 10:27:56 -0500, Whitner, Tom <[EMAIL PROTECTED]> wrote:
> 
> 
> Has any thought been given to a  task to support uploading files via
> http/https - the inverse of the  task? Or, is there another was to
> accomplish this already?
> 
> Thanks, 
> Tom


---
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 live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


[Nant-users] Custom Build tool issue.

2005-03-10 Thread David Wallgren
I have a solution file that contains a project which
calls a custom build tool that takes a .tst file as
input, and outputs a .cpp (which then gets built using
the c++ compiler).  It does not look like the custom
build tool is ever getting called when I try and build
the solution/project using nant, the files are not
being created.  The solution/project builds using
VS.net.  Is their something I should be doing outside
of the  task to get this to work?

Thanks In advance.
Dave

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


---
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 live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


[Nant-users] nunit2 question

2005-03-10 Thread bleedledeep
I feel dumb asking this, but I've run out of ideas.
 
I get the following error for my nunit2 task:
 
BUILD FAILED - 2 non-fatal error(s), 0 warning(s)
C:\Fred\Development\Build Area\Build Source\Fred.build(93,5):Failure executing test(s). If you assembly is not built using NUnit version 2.2.0.0, then ensure you have redirected assembly bindings. Consult the documentation of the  task for more information.    File or assembly name StatusLogMgdLib, or one of its dependencies, was not found.
Total time: 2.1 seconds.
 
The dll I am testing is built with NUnit version 2.2.0.0
 
I have the dll I am testing, nunit.framework.dll, and that StatusLogMgdLib all in the same directory.  The dll I am testing does make use of the StatusLogMgdLib.
 
Any ideas why nunit can't seem to find it?
 
the nunit task from my build file is below

  
 
 
		Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site! 

[Nant-users] Using Mono C# as opposed to CSC

2005-03-10 Thread Michael Flippin
I haven't found any documentation on how to switch the compiler from
csc to mcs. Also, how do I specify packages with nant like you can
with mcs where you do -pkg:gecko-sharp?


---
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 live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


RE: [Nant-users] Using Mono C# as opposed to CSC

2005-03-10 Thread Gert Driesen
Hi Michael,

Use either the "mono-1.0" or "mono-2.0" framework identifier (depending on
whether you want to target the Mono 1.0 or 2.0 profile). See
http://nant.sourceforge.net/faq.html#change-targetframework for information
on how to change the target framework.

The  task support a nested  element that will allow you
to reference packages. See
http://nant.sourceforge.net/nightly/latest/help/tasks/csc.html#pkg-reference
s for more information.

Hope this helps,

Gert

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Michael Flippin
> Sent: donderdag 10 maart 2005 22:15
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] Using Mono C# as opposed to CSC
> 
> I haven't found any documentation on how to switch the compiler from
> csc to mcs. Also, how do I specify packages with nant like you can
> with mcs where you do -pkg:gecko-sharp?
> 
> 
> ---
> 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 live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> Nant-users mailing list
> Nant-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 



---
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 live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users


[Nant-users] Custom Build tool issue.

2005-03-10 Thread David








I have a solution file that
contains a project which calls a custom build 

tool that takes a .tst file
as input, and outputs a .cpp (which then gets 

built using the c++
compiler).  It does not look like the custom build tool 

is ever getting called when
I try and build the solution/project using 

nant, the files are not
being created.  The solution/project builds using 

VS.net.  Is their  something
I should be doing outside of the  

task to get this to work?

 

 

Thanks In advance.

Dave








[Nant-users] Scripting Help....

2005-03-10 Thread Timothy Burda








Can somebody explain to me why this target doesn’t
work:

 



    

        

       

       

   

   

   

   

   

   

       

         

    public static void ScriptMain(Project project)

    {

    System.DirectoryServices.DirectoryEntry folderRoot = new System.DirectoryServices.DirectoryEntry(pd["config.parent"]);   

    }

    ]]>

   

 

   

                          I get the following error: The type or namespace name ‘DirectoryServices’ does not exist in the class or namespace ‘System’ (are you missing an assembly refrerence?)   Any help on this topic would be greatly appreciated!   Thanks –   Tim Burda [EMAIL PROTECTED]