[Mono-list] tools for Mono (Nant, Vil, etc.)

2005-10-29 Thread Julien Sobrier
Hello,
I'm looking for tools that can be sue with Mon under Linux:

* build system: NAnt http://nant.sourceforge.net/

* NUnit: comes with Mono, integration with NAnt

* code coverage: any chance to make NCover working with Mono/Linux?
I don't see how to use the option --profile=cov with NUnit and NAnt

* Continuous Integration: anything like CruiseControl.NET
(http://confluence.public.thoughtworks.org/display/CCNET/Welcome+to+CruiseControl.NET)
 for Mono/Linux?

* Code metrics: Vil http://www.1bot.com/ (no mention of the license)
works with Mono/Linux

* IDE: monodevelop


Any other useful tool?

Thank you
Julien
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] ASP.NET 2

2005-10-29 Thread Atsushi Eno

Gaurav Vaish (Mono) wrote:

Hi,

I think the tool (api and diff) need updation or there's some issue 
elsewhere.

I just saw "Literal" to be stated at 100% however a couple of properties were marked 
"[MonoTODO]". It should have shown a few in "TODO" as well.


Yes (the latter), you are wrong.
http://mono.ximian.com/class-status/mono-HEAD-vs-fx-2/class-status-System.Web.html

Atsushi Eno
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] ASP.NET 2

2005-10-29 Thread Gaurav Vaish (Mono)



Hi,
 
    I think the tool (api and diff) need updation or there's 
some issue elsewhere.
 
    I just saw "Literal" to be stated at 100% however a 
couple of properties were marked "[MonoTODO]". It should have shown a few in 
"TODO" as well.
 
--Cheers,Gaurav VaishMaster's Castle-
 
 

  - Original Message - 
  From: 
  Andrew 
  Arnott 
  To: mono-list@lists.ximian.com 
  Sent: Sunday, October 30, 2005 
01:27
  Subject: Re: [Mono-list] ASP.NET 2
  In fact, Gonzalo has already responded to an email similar to 
  this one.  Here is the link he used to provide the answer:http://www.mono-project.com/Class_Status
  On 10/29/05, Gaurav 
  Vaish (Mono) <[EMAIL PROTECTED]> 
  wrote: 
  Hi 
Miguel,I suspect, Nicolas was looking at 
ASP.Net features in terms of 
controlsavailable.As from what I can see 
from code, 2.0 is far from completion.Not 
sure, but probably Gonzalo may list down the set of "Completed" or 
"Almost Completed" controls...--Cheers,Gaurav 
Vaishhttp://mastergaurav.org-- 
Original Message -From: "Miguel de Icaza" < [EMAIL PROTECTED]>To: "Nicolas 
Cornu" <[EMAIL PROTECTED]>Cc: 
< 
mono-list@lists.ximian.com>Sent: Saturday, October 29, 2005 
20:46Subject: Re: [Mono-list] ASP.NET 
2: Hello,:: > I am devleopping using ASP.NET 2 on Windows i would like ot know what 
is: > the point with ASP.NET 2 support 
and mono.: > What things are supported:: The list is detailed 
on the various release notes for Mono for the past : few releases, you 
need to read them all though, start here::: http://www.go-mono.com/archive/1.1.9:: 
Miguel: ___ : Mono-list 
maillist  -  Mono-list@lists.ximian.com: 
http://lists.ximian.com/mailman/listinfo/mono-list 
___Mono-list 
maillist  -  Mono-list@lists.ximian.comhttp://lists.ximian.com/mailman/listinfo/mono-list-- Andrew ArnottWeb DeveloperBrigham Young 
  University"Don't you wish there were a knob on the TV to turn up the 
  intelligence? There's one marked 'Brightness,' but it doesn't work." - 
  Gallagher 
  
  

  ___Mono-list 
  maillist  -  
  Mono-list@lists.ximian.comhttp://lists.ximian.com/mailman/listinfo/mono-list



___Mono-list 
maillist  -  
Mono-list@lists.ximian.comhttp://lists.ximian.com/mailman/listinfo/mono-list
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] ASP.NET 2

2005-10-29 Thread Nicolas Cornu

Gaurav Vaish (Mono) a écrit :


Hi Miguel,

   I suspect, Nicolas was looking at ASP.Net features in terms of controls 
available.


   As from what I can see from code, 2.0 is far from completion.

   Not sure, but probably Gonzalo may list down the set of "Completed" or 
"Almost Completed" controls...



--
Cheers,
Gaurav Vaish
http://mastergaurav.org
-


- Original Message - 
From: "Miguel de Icaza" <[EMAIL PROTECTED]>

To: "Nicolas Cornu" <[EMAIL PROTECTED]>
Cc: 
Sent: Saturday, October 29, 2005 20:46
Subject: Re: [Mono-list] ASP.NET 2


: Hello,
:
: > I am devleopping using ASP.NET 2 on Windows i would like ot know what is
: > the point with ASP.NET 2 support and mono.
: > What things are supported
:
: The list is detailed on the various release notes for Mono for the past
: few releases, you need to read them all though, start here:
:
: http://www.go-mono.com/archive/1.1.9
:
: Miguel
: ___
: Mono-list maillist  -  Mono-list@lists.ximian.com
: http://lists.ximian.com/mailman/listinfo/mono-list 

 

I would like the contorls status and the supported syntax and to know if 
MasterPage are supported.


I have some toruble with ASP.NET 2 code. I code my page in separate file 
like Default.aspx.cs without masterpages and i can't get the code 
executed. I use mono 1.1.9 on FC 2. If i code in Default.aspx it work fine.


I would like ot know if i need to make a DLL for the project or if mono 
do automatic compilation and generate assemblies.


NC
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] ASP.NET 2

2005-10-29 Thread Andrew Arnott
In fact, Gonzalo has already responded to an email similar to this one.  Here is the link he used to provide the answer:

http://www.mono-project.com/Class_StatusOn 10/29/05, 
Gaurav Vaish (Mono) <[EMAIL PROTECTED]> wrote:
Hi Miguel,I suspect, Nicolas was looking at ASP.Net features in terms of controlsavailable.As from what I can see from code, 2.0 is far from completion.Not sure, but probably Gonzalo may list down the set of "Completed" or
"Almost Completed" controls...--Cheers,Gaurav Vaishhttp://mastergaurav.org-- Original Message -From: "Miguel de Icaza" <
[EMAIL PROTECTED]>To: "Nicolas Cornu" <[EMAIL PROTECTED]>Cc: <
mono-list@lists.ximian.com>Sent: Saturday, October 29, 2005 20:46Subject: Re: [Mono-list] ASP.NET 2: Hello,:: > I am devleopping using 
ASP.NET 2 on Windows i would like ot know what is: > the point with ASP.NET 2 support and mono.: > What things are supported:: The list is detailed on the various release notes for Mono for the past
: few releases, you need to read them all though, start here::: http://www.go-mono.com/archive/1.1.9:: Miguel: ___
: Mono-list maillist  -  Mono-list@lists.ximian.com: http://lists.ximian.com/mailman/listinfo/mono-list
___Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list-- Andrew ArnottWeb DeveloperBrigham Young University"Don't
you wish there were a knob on the TV to turn up the intelligence?
There's one marked 'Brightness,' but it doesn't work." - Gallagher
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] ASP.NET 2

2005-10-29 Thread Gaurav Vaish (Mono)
Hi Miguel,

I suspect, Nicolas was looking at ASP.Net features in terms of controls 
available.

As from what I can see from code, 2.0 is far from completion.

Not sure, but probably Gonzalo may list down the set of "Completed" or 
"Almost Completed" controls...


--
Cheers,
Gaurav Vaish
http://mastergaurav.org
-


- Original Message - 
From: "Miguel de Icaza" <[EMAIL PROTECTED]>
To: "Nicolas Cornu" <[EMAIL PROTECTED]>
Cc: 
Sent: Saturday, October 29, 2005 20:46
Subject: Re: [Mono-list] ASP.NET 2


: Hello,
:
: > I am devleopping using ASP.NET 2 on Windows i would like ot know what is
: > the point with ASP.NET 2 support and mono.
: > What things are supported
:
: The list is detailed on the various release notes for Mono for the past
: few releases, you need to read them all though, start here:
:
: http://www.go-mono.com/archive/1.1.9
:
: Miguel
: ___
: Mono-list maillist  -  Mono-list@lists.ximian.com
: http://lists.ximian.com/mailman/listinfo/mono-list 

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] ASP.NET 2

2005-10-29 Thread Miguel de Icaza
Hello,

> I am devleopping using ASP.NET 2 on Windows i would like ot know what is 
> the point with ASP.NET 2 support and mono.
> What things are supported

The list is detailed on the various release notes for Mono for the past
few releases, you need to read them all though, start here:

http://www.go-mono.com/archive/1.1.9

Miguel
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] onclick-Event the Second

2005-10-29 Thread Jan Waiz








Hi All,

 

few Days ago i posted a Problem and i did not get any
Help or Tip. So I try to make the “Call” again and hope, that someone
will be so kind and help me. Here is the Problem:

 

To realize a Message-Boxes, I made a Class
“Messages” like this:

 

// =bof

using System;

using System.Web.UI;

using System.Web.UI.WebControls;

 

namespace DevProjects_IComVBX.VBXClasses

{

   
/// 

   
/// Zusammenfassung für VBXMessages.

   
/// 

   
public class VBXMessages

   
{

   
public VBXMessages()

   
{

   
}

   


   
public void CreateConfirmBox( Button oButton, string cMessage )

   
{

   
  oButton.Attributes.Add( "onclick", "return
confirm('" + cMessage + "');" );

   
}

   


   
public void CreateAlertBox( Page oPage, string cMessage, string cMsgKey )

   
{

   
  string cScript = "" +

       "alert('" + cMessage + "')" +

       "";     if ( !oPage.IsStartupScriptRegistered(cMsgKey) )   {     oPage.RegisterStartupScript( cMsgKey, cScript );   }     }         } } // =eof     From Code I use it for an Alertbox like this:   Private void doSomething {   If ( !true )   {     …     VBXMessages oMsg = new VBXMessages();     oMsg.CreateAlertBox( this, "Something Failed!", “marker1” );     …   } }   THIS will work fine from Dev-Environment (Windows/VS2003) AND (!) when running from Mono.   Now an Example, how implement a Confirmbox:   private void Page_Load(object sender, System.EventArgs e) {   …   if( !IsPostBack )   {     VBXMessages oMsg = new VBXMessages();     oMsg.CreateConfirmBox( btnDele, "Delete that Record?" );   } }   That’s working fine also when running from my Dev-Environment (as described above) – but when running from Mono:   NOTHING HAPPENS ! J   The generated HTML looks like this:       WHATS WRONG ?   Or: Does anyone knows what I can do to implement this 2 Features: an Alertbox and a Confirmbox that will work with Mono and IIS ?   Regards Jan Waiz   ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Gtk# and FileChooserDialog

Once I used it the FileChoserDialog in PyGTK and there all I did after 
loading it from glade  (with Glade.XML) was to run it with the run() 
method and retrieve the filename chosen.
When I do it in mono, the dialog either stops reacting to events ( can't 
click on anything after the first click on the open/cancel button) or 
doesn't do anything at all. What's important is that it wouldn't close 
itself.
Do I have to add manually events in Glade? (seams not reasonable) or is 
it yet in stages of early development? In the Monodoc I see a note near 
several of it's methods that say [not implemented] but it doesn't yield 
any errors during the compilation.

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Printing









Hi All,

 

does anyone have a Tip or an Idea, how it is possible
to implement in an easy manner the Printing of small Reports?

 

And if it will run with Mono and IIS ?

 

I found a lot of Samples in Internet (f.e. www.codeproject.com) – but they
looks to complicate. Must I use Chrystal? Does it run with Mono?

 

I think about a Solution, that generates a specific
new Page in a new Explorer-Window – and that’s all. But I did not
have any Idea, how I can do that.

 

Thanks a lot for any Help!!

 

Regards

Jan Waiz






___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list