RE: [m2] C# plugin - anyone interested in taking a look?

2005-12-22 Thread Stevenson, Chris
Hi Srgjan,

The plugin is for m2. At the moment it only *supports* (its still in alpha
really) compiling with MS Framework 1.1.x and Mono 1.1.9.2. It contains a
plugin which can generate the Visual Studio 2003 project file from the pom. 

I'd like to offer msbuild support (with dotnet 2.0), do you know where I
could get a sample of the format? I'm also looking at supporting
sharpdevelop and monodevelop depending on peoples feedback.

If you are keen to get MSBuild support could you add a requirement here:

http://www.javaforge.com/proj/tracker.do?proj_id=429

Thanks,

Chris


-Original Message-
From: Srepfler Srgjan [mailto:[EMAIL PROTECTED] 
Sent: 21 December 2005 14:24
To: Maven Users List
Subject: Re: [m2] C# plugin - anyone interested in taking a look?

Is this plugin 1.x or 2.x based? Will it support the new msbuild xml format?
Thanks and keep up the good work.

Srgjan


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 --



The information contained herein is confidential and is intended solely for the
addressee. Access by any other party is unauthorised without the express 
written permission of the sender. If you are not the intended recipient, please 
contact the sender either via the company switchboard on +44 (0)20 7623 8000, or
via e-mail return. If you have received this e-mail in error or wish to read our
e-mail disclaimer statement and monitoring policy, please refer to 
http://www.drkw.com/disc/email/ or contact the sender. 3166



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Srepfler Srgjan

Is this plugin 1.x or 2.x based? Will it support the new msbuild xml format?
Thanks and keep up the good work.

Srgjan


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Stevenson, Chris
That is as I thought, when you compile a library in dotnet it stores the
filename that you compiled it as and the filenames of the dependant
libraries inside the binary so if I just rename the files from:

nunit.framework.dll
nunit.mock.dll
etc

to

nunit.framework-2.2.0.dll

The the calling application, nunit-console.exe for example will not find the
dependencies and will throw an error. This is why I've created a custom
build of log4net and nunit.

Nevermind, it works this way but is just a bit more admin.

Chris

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos
Sanchez
Sent: 21 December 2005 15:22
To: Maven Users List
Subject: Re: [m2] C# plugin - anyone interested in taking a look?

Everything needs a version, any problem with that?


On 12/21/05, Stevenson, Chris <[EMAIL PROTECTED]> wrote:
> Thanks Carlos.
>
> I'd definitely like to use Nunit and Log4net in there release builds 
> and just add them to the repo. Is it possible to install a file into 
> the repo without specifying the version number in the filename? If 
> this is possible how do I reference it in dependant project poms?
>
> If this is possible then I can provide a pom for nunit and log4net and 
> I won't have to produce a custom build. That would certainly make my 
> life easier.
>
> I'll put on my todo list to change the group ids in the plugins and 
> create the bundles.
>
> Chris
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
> Carlos Sanchez
> Sent: 21 December 2005 14:31
> To: Maven Users List
> Subject: Re: [m2] C# plugin - anyone interested in taking a look?
>
> See comments
>
> On 12/21/05, Stevenson, Chris <[EMAIL PROTECTED]> wrote:
> > I will try and put together an apt doc over the next week which 
> > details all
> > (*most*) of the dotnet stuff.
> >
> > The things that would be excellent to get into ibiblio first off would
be:
> >
> > - My Nunit build (is on javaforge too). This is obviously pretty key 
> > as can't do any of the unit testing for projects without it. This is 
> > a
> dll.
>
> We can upload the original dll from nunit to the org.nunit groupId if 
> you provide the pom
>
>
> > - The updated plexus csharp compiler (perhaps I could submit a patch 
> > as this is already hosted at maven but I have altered it a bit to 
> > get it
> working).
> > Jar.
>
> This has to go through the plexus project, please submit the patch
>
>
> > - The two archetypes (dotnet exe and lib) that I've written so far. Jar.
> > - The dotnet-assembly-plugin (contains general dotnet tools). Jar.
>
> For now we can upload them to the com.javaforge.maven-csharp groupId, 
> please follow the instructions at 
> http://maven.apache.org/guides/mini/guide-ibiblio-upload.html
>
>
> >
> > Nice to haves would be:
> >
> > - Log4net (though I need to email the developers to make sure they 
> > have no objections to me releasing a mavenised version). Dll
>
> If it's something released by the log4net project it can go to the 
> org.apache.logging.log4net groupId, if it's something you customized, 
> it has to go to com.javaforge.maven-csharp groupId
>
>
> > - The Visual Studio plugin ( this allows you to create a visual 
> > studio project off the pom). Jar.
>
> This can go also to com.javaforge.maven-csharp groupId
>
>
> >
> > Its likely that the plugins will go through a fairly regular release 
> > schedule as people start to play with them and find the bits I've
missed.
> > :-)
> >
> > Thanks for the link I will add a csharp bit too the language support
page.
> >
> > Regs,
> >
> > Chris
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> --
> -- The information contained herein is confidential and is 
> intended solely for the addressee. Access by any other party is 
> unauthorised without the express written permission of the sender. If 
> you are not the intended recipient, please contact the sender either 
> via the company switchboard on +44 (0)20 7623 8000, or via e-mail 
> return. If you have received this e-mail in error or wish to read our 
> e-mail disclaimer statement and monitoring policy, please refer to 
> http://www.drkw.com/disc/email/ or contact the sender. 3167
> --
> --
>
>
> --

Re: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Carlos Sanchez
Everything needs a version, any problem with that?


On 12/21/05, Stevenson, Chris <[EMAIL PROTECTED]> wrote:
> Thanks Carlos.
>
> I'd definitely like to use Nunit and Log4net in there release builds and
> just add them to the repo. Is it possible to install a file into the repo
> without specifying the version number in the filename? If this is possible
> how do I reference it in dependant project poms?
>
> If this is possible then I can provide a pom for nunit and log4net and I
> won't have to produce a custom build. That would certainly make my life
> easier.
>
> I'll put on my todo list to change the group ids in the plugins and create
> the bundles.
>
> Chris
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos
> Sanchez
> Sent: 21 December 2005 14:31
> To: Maven Users List
> Subject: Re: [m2] C# plugin - anyone interested in taking a look?
>
> See comments
>
> On 12/21/05, Stevenson, Chris <[EMAIL PROTECTED]> wrote:
> > I will try and put together an apt doc over the next week which
> > details all
> > (*most*) of the dotnet stuff.
> >
> > The things that would be excellent to get into ibiblio first off would be:
> >
> > - My Nunit build (is on javaforge too). This is obviously pretty key
> > as can't do any of the unit testing for projects without it. This is a
> dll.
>
> We can upload the original dll from nunit to the org.nunit groupId if you
> provide the pom
>
>
> > - The updated plexus csharp compiler (perhaps I could submit a patch
> > as this is already hosted at maven but I have altered it a bit to get it
> working).
> > Jar.
>
> This has to go through the plexus project, please submit the patch
>
>
> > - The two archetypes (dotnet exe and lib) that I've written so far. Jar.
> > - The dotnet-assembly-plugin (contains general dotnet tools). Jar.
>
> For now we can upload them to the com.javaforge.maven-csharp groupId, please
> follow the instructions at
> http://maven.apache.org/guides/mini/guide-ibiblio-upload.html
>
>
> >
> > Nice to haves would be:
> >
> > - Log4net (though I need to email the developers to make sure they
> > have no objections to me releasing a mavenised version). Dll
>
> If it's something released by the log4net project it can go to the
> org.apache.logging.log4net groupId, if it's something you customized, it has
> to go to com.javaforge.maven-csharp groupId
>
>
> > - The Visual Studio plugin ( this allows you to create a visual studio
> > project off the pom). Jar.
>
> This can go also to com.javaforge.maven-csharp groupId
>
>
> >
> > Its likely that the plugins will go through a fairly regular release
> > schedule as people start to play with them and find the bits I've missed.
> > :-)
> >
> > Thanks for the link I will add a csharp bit too the language support page.
> >
> > Regs,
> >
> > Chris
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> 
> The information contained herein is confidential and is intended solely for 
> the
> addressee. Access by any other party is unauthorised without the express
> written permission of the sender. If you are not the intended recipient, 
> please
> contact the sender either via the company switchboard on +44 (0)20 7623 8000, 
> or
> via e-mail return. If you have received this e-mail in error or wish to read 
> our
> e-mail disclaimer statement and monitoring policy, please refer to
> http://www.drkw.com/disc/email/ or contact the sender. 3167
> 
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Stevenson, Chris
Thanks Carlos. 

I'd definitely like to use Nunit and Log4net in there release builds and
just add them to the repo. Is it possible to install a file into the repo
without specifying the version number in the filename? If this is possible
how do I reference it in dependant project poms?

If this is possible then I can provide a pom for nunit and log4net and I
won't have to produce a custom build. That would certainly make my life
easier.

I'll put on my todo list to change the group ids in the plugins and create
the bundles.

Chris

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos
Sanchez
Sent: 21 December 2005 14:31
To: Maven Users List
Subject: Re: [m2] C# plugin - anyone interested in taking a look?

See comments

On 12/21/05, Stevenson, Chris <[EMAIL PROTECTED]> wrote:
> I will try and put together an apt doc over the next week which 
> details all
> (*most*) of the dotnet stuff.
>
> The things that would be excellent to get into ibiblio first off would be:
>
> - My Nunit build (is on javaforge too). This is obviously pretty key 
> as can't do any of the unit testing for projects without it. This is a
dll.

We can upload the original dll from nunit to the org.nunit groupId if you
provide the pom


> - The updated plexus csharp compiler (perhaps I could submit a patch 
> as this is already hosted at maven but I have altered it a bit to get it
working).
> Jar.

This has to go through the plexus project, please submit the patch


> - The two archetypes (dotnet exe and lib) that I've written so far. Jar.
> - The dotnet-assembly-plugin (contains general dotnet tools). Jar.

For now we can upload them to the com.javaforge.maven-csharp groupId, please
follow the instructions at
http://maven.apache.org/guides/mini/guide-ibiblio-upload.html


>
> Nice to haves would be:
>
> - Log4net (though I need to email the developers to make sure they 
> have no objections to me releasing a mavenised version). Dll

If it's something released by the log4net project it can go to the
org.apache.logging.log4net groupId, if it's something you customized, it has
to go to com.javaforge.maven-csharp groupId


> - The Visual Studio plugin ( this allows you to create a visual studio 
> project off the pom). Jar.

This can go also to com.javaforge.maven-csharp groupId


>
> Its likely that the plugins will go through a fairly regular release 
> schedule as people start to play with them and find the bits I've missed.
> :-)
>
> Thanks for the link I will add a csharp bit too the language support page.
>
> Regs,
>
> Chris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



The information contained herein is confidential and is intended solely for the
addressee. Access by any other party is unauthorised without the express
written permission of the sender. If you are not the intended recipient, please
contact the sender either via the company switchboard on +44 (0)20 7623 8000, or
via e-mail return. If you have received this e-mail in error or wish to read our
e-mail disclaimer statement and monitoring policy, please refer to 
http://www.drkw.com/disc/email/ or contact the sender. 3167



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Carlos Sanchez
See comments

On 12/21/05, Stevenson, Chris <[EMAIL PROTECTED]> wrote:
> I will try and put together an apt doc over the next week which details all
> (*most*) of the dotnet stuff.
>
> The things that would be excellent to get into ibiblio first off would be:
>
> - My Nunit build (is on javaforge too). This is obviously pretty key as
> can't do any of the unit testing for projects without it. This is a dll.

We can upload the original dll from nunit to the org.nunit groupId if
you provide the pom


> - The updated plexus csharp compiler (perhaps I could submit a patch as this
> is already hosted at maven but I have altered it a bit to get it working).
> Jar.

This has to go through the plexus project, please submit the patch


> - The two archetypes (dotnet exe and lib) that I've written so far. Jar.
> - The dotnet-assembly-plugin (contains general dotnet tools). Jar.

For now we can upload them to the com.javaforge.maven-csharp groupId,
please follow the instructions at
http://maven.apache.org/guides/mini/guide-ibiblio-upload.html


>
> Nice to haves would be:
>
> - Log4net (though I need to email the developers to make sure they have no
> objections to me releasing a mavenised version). Dll

If it's something released by the log4net project it can go to the
org.apache.logging.log4net groupId, if it's something you customized,
it has to go to com.javaforge.maven-csharp groupId


> - The Visual Studio plugin ( this allows you to create a visual studio
> project off the pom). Jar.

This can go also to com.javaforge.maven-csharp groupId


>
> Its likely that the plugins will go through a fairly regular release
> schedule as people start to play with them and find the bits I've missed.
> :-)
>
> Thanks for the link I will add a csharp bit too the language support page.
>
> Regs,
>
> Chris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Stevenson, Chris
I will try and put together an apt doc over the next week which details all
(*most*) of the dotnet stuff. 

The things that would be excellent to get into ibiblio first off would be:

- My Nunit build (is on javaforge too). This is obviously pretty key as
can't do any of the unit testing for projects without it. This is a dll.
- The updated plexus csharp compiler (perhaps I could submit a patch as this
is already hosted at maven but I have altered it a bit to get it working).
Jar.
- The two archetypes (dotnet exe and lib) that I've written so far. Jar.
- The dotnet-assembly-plugin (contains general dotnet tools). Jar.

Nice to haves would be:

- Log4net (though I need to email the developers to make sure they have no
objections to me releasing a mavenised version). Dll
- The Visual Studio plugin ( this allows you to create a visual studio
project off the pom). Jar.

Its likely that the plugins will go through a fairly regular release
schedule as people start to play with them and find the bits I've missed.
:-)

Thanks for the link I will add a csharp bit too the language support page.

Regs,

Chris

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos
Sanchez
Sent: 21 December 2005 13:54
To: Maven Users List
Subject: Re: [m2] C# plugin - anyone interested in taking a look?

apt format is fine

To get things in ibiblio, just tell us what do you need to upload ( dll,
msi, ... ? ) and we'll try to come with a solution.

You'd probably be interested in this document about native builds
http://docs.codehaus.org/display/MAVEN/Support+for+other+languages
Please add your comments about .NET stuff.

Thanks

On 12/21/05, Stevenson, Chris <[EMAIL PROTECTED]> wrote:
> Hi Carlos,
>
> If you don't mind I'll probably keep it at Javaforge until it is out 
> of alpha. There was some talk about adding it to maven core plugins a 
> while back, this would be great if it were possible.
>
> Thanks for adding to plugin matrix.
>
> If I were to write a guide for the apache site for using csharp in 
> maven can I write it in apt format or is there another format you guys 
> use for the site itself?
>
> Chris
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
> Carlos Sanchez
> Sent: 21 December 2005 12:51
> To: Maven Users List
> Subject: Re: [m2] C# plugin - anyone interested in taking a look?
>
> Hi Chris,
>
> I'm really interested, do you want to add it to the mojo project with 
> all the other maven plugins or do you prefer to keep it at JavaForge?
>
> In the meantime I've added it to the plugin matrix 
> http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix
>
> Regards
>
> On 12/21/05, Stevenson, Chris <[EMAIL PROTECTED]> wrote:
> > Dear All,
> >
> > I've been working on csharp support in m2 for a while now and i 
> > think I'm now at the stage where I can release to a wider audience 
> > what I've been up to. I do need to stress that the plugins are still 
> > very much in
> alpha stage.
> > They are working for me at the moment but some refactoring and lots 
> > of testing is still needed.
> >
> > What the stuff does:
> >
> > - Allows you to build, unit test (Nunit) and deploy csharp projects 
> > the same way you do your java ones.
> > - Creates Visual Studio project files from the POM.
> >
> > Things that are not quite there:
> >
> > - The POM for dotnet projects is quite complicated, I'd like to 
> > reduce the amount of stuff that needs to go in (any ideas much 
> > appreciated)
> > - Mono has not been properly tested at all.
> >
> > There are two samples in the source (in the samples dir), one for a 
> > web project and one for a normal exe. You can also see the POMs for 
> > the other dotnet libs (log4net/NUnit) that I've mavenised.
> >
> > http://www.javaforge.com/proj/sources/sccBrowse.do?proj_id=429
> > <http://www.javaforge.com/proj/sources/sccBrowse.do?proj_id=429&dir=
> > tr
> > unk>
> > &dir=trunk
> >
> > Any comments much appreciated. If anyone would like to dive in and 
> > have a go then email me and I will write a getting started guide.
> >
> > Chris
> >
> >
> > Chris Stevenson
> >
> > Dresdner Kleinwort Wasserstein
> >
> >
> >
> >
> >  --
> >
> >
> > 
> > --
> > -- The information contained herein is confidential and is

Re: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Carlos Sanchez
apt format is fine

To get things in ibiblio, just tell us what do you need to upload (
dll, msi, ... ? ) and we'll try to come with a solution.

You'd probably be interested in this document about native builds
http://docs.codehaus.org/display/MAVEN/Support+for+other+languages
Please add your comments about .NET stuff.

Thanks

On 12/21/05, Stevenson, Chris <[EMAIL PROTECTED]> wrote:
> Hi Carlos,
>
> If you don't mind I'll probably keep it at Javaforge until it is out of
> alpha. There was some talk about adding it to maven core plugins a while
> back, this would be great if it were possible.
>
> Thanks for adding to plugin matrix.
>
> If I were to write a guide for the apache site for using csharp in maven can
> I write it in apt format or is there another format you guys use for the
> site itself?
>
> Chris
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos
> Sanchez
> Sent: 21 December 2005 12:51
> To: Maven Users List
> Subject: Re: [m2] C# plugin - anyone interested in taking a look?
>
> Hi Chris,
>
> I'm really interested, do you want to add it to the mojo project with all
> the other maven plugins or do you prefer to keep it at JavaForge?
>
> In the meantime I've added it to the plugin matrix
> http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix
>
> Regards
>
> On 12/21/05, Stevenson, Chris <[EMAIL PROTECTED]> wrote:
> > Dear All,
> >
> > I've been working on csharp support in m2 for a while now and i think
> > I'm now at the stage where I can release to a wider audience what I've
> > been up to. I do need to stress that the plugins are still very much in
> alpha stage.
> > They are working for me at the moment but some refactoring and lots of
> > testing is still needed.
> >
> > What the stuff does:
> >
> > - Allows you to build, unit test (Nunit) and deploy csharp projects
> > the same way you do your java ones.
> > - Creates Visual Studio project files from the POM.
> >
> > Things that are not quite there:
> >
> > - The POM for dotnet projects is quite complicated, I'd like to reduce
> > the amount of stuff that needs to go in (any ideas much appreciated)
> > - Mono has not been properly tested at all.
> >
> > There are two samples in the source (in the samples dir), one for a
> > web project and one for a normal exe. You can also see the POMs for
> > the other dotnet libs (log4net/NUnit) that I've mavenised.
> >
> > http://www.javaforge.com/proj/sources/sccBrowse.do?proj_id=429
> > <http://www.javaforge.com/proj/sources/sccBrowse.do?proj_id=429&dir=tr
> > unk>
> > &dir=trunk
> >
> > Any comments much appreciated. If anyone would like to dive in and
> > have a go then email me and I will write a getting started guide.
> >
> > Chris
> >
> >
> > Chris Stevenson
> >
> > Dresdner Kleinwort Wasserstein
> >
> >
> >
> >
> >  --
> >
> >
> > --
> > -- The information contained herein is confidential and is
> > intended solely for the addressee. Access by any other party is
> > unauthorised without the express written permission of the sender. If
> > you are not the intended recipient, please contact the sender either
> > via the company switchboard on +44 (0)20 7623 8000, or via e-mail
> > return. If you have received this e-mail in error or wish to read our
> > e-mail disclaimer statement and monitoring policy, please refer to
> > http://www.drkw.com/disc/email/ or contact the sender. 3167
> > --
> > --
> >
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> 
> The information contained herein is confidential and is intended solely for 
> the
> addressee. Access by any other party is unauthorised without the express
> written permission of the sender. If you are not the intended recipient, 
> please
> contact the sender either via the company switchboard on +44 (0)20 7623 8000, 
> or
> via e-mail return. If you have received this e-mail in error or wish to read 
> our
> e-mail disclaimer statement and monitoring policy, please refer to
> http://www.drkw.com/disc/email/ or contact the sender. 3166
> 
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Stevenson, Chris
Hi Carlos,

If you don't mind I'll probably keep it at Javaforge until it is out of
alpha. There was some talk about adding it to maven core plugins a while
back, this would be great if it were possible.

Thanks for adding to plugin matrix. 

If I were to write a guide for the apache site for using csharp in maven can
I write it in apt format or is there another format you guys use for the
site itself?

Chris

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos
Sanchez
Sent: 21 December 2005 12:51
To: Maven Users List
Subject: Re: [m2] C# plugin - anyone interested in taking a look?

Hi Chris,

I'm really interested, do you want to add it to the mojo project with all
the other maven plugins or do you prefer to keep it at JavaForge?

In the meantime I've added it to the plugin matrix
http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix

Regards

On 12/21/05, Stevenson, Chris <[EMAIL PROTECTED]> wrote:
> Dear All,
>
> I've been working on csharp support in m2 for a while now and i think 
> I'm now at the stage where I can release to a wider audience what I've 
> been up to. I do need to stress that the plugins are still very much in
alpha stage.
> They are working for me at the moment but some refactoring and lots of 
> testing is still needed.
>
> What the stuff does:
>
> - Allows you to build, unit test (Nunit) and deploy csharp projects 
> the same way you do your java ones.
> - Creates Visual Studio project files from the POM.
>
> Things that are not quite there:
>
> - The POM for dotnet projects is quite complicated, I'd like to reduce 
> the amount of stuff that needs to go in (any ideas much appreciated)
> - Mono has not been properly tested at all.
>
> There are two samples in the source (in the samples dir), one for a 
> web project and one for a normal exe. You can also see the POMs for 
> the other dotnet libs (log4net/NUnit) that I've mavenised.
>
> http://www.javaforge.com/proj/sources/sccBrowse.do?proj_id=429
> <http://www.javaforge.com/proj/sources/sccBrowse.do?proj_id=429&dir=tr
> unk>
> &dir=trunk
>
> Any comments much appreciated. If anyone would like to dive in and 
> have a go then email me and I will write a getting started guide.
>
> Chris
>
>
> Chris Stevenson
>
> Dresdner Kleinwort Wasserstein
>
>
>
>
>  --
>
>
> --
> -- The information contained herein is confidential and is 
> intended solely for the addressee. Access by any other party is 
> unauthorised without the express written permission of the sender. If 
> you are not the intended recipient, please contact the sender either 
> via the company switchboard on +44 (0)20 7623 8000, or via e-mail 
> return. If you have received this e-mail in error or wish to read our 
> e-mail disclaimer statement and monitoring policy, please refer to 
> http://www.drkw.com/disc/email/ or contact the sender. 3167
> --
> --
>
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



The information contained herein is confidential and is intended solely for the
addressee. Access by any other party is unauthorised without the express 
written permission of the sender. If you are not the intended recipient, please 
contact the sender either via the company switchboard on +44 (0)20 7623 8000, or
via e-mail return. If you have received this e-mail in error or wish to read our
e-mail disclaimer statement and monitoring policy, please refer to 
http://www.drkw.com/disc/email/ or contact the sender. 3166



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Stevenson, Chris
Hi Brett,

This isn't just the plexus csharp compiler (though I have made some small
changes to that, thanks Trygve) it's a whole bunch of plugins for csharp
stuff. NUnit/Visual Studio/Custom build cycle/archetypes. 

What I'd like to do (in chronological order :-) ) is:

- Get builds of the dependant libraries (Nunit plugin/Nunit lib/csharp
Lifecycle stuff etc) onto ibilio (can anyone tell me what the best way to do
that is?) So that others can test it.
- Get all the plugins tested with mono and csharp (on *nix and windows, I
only have a windows environment)
- Move the source to apache, if and when you guys would like me to.

Does that seem reasonable?

Chris

-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: 21 December 2005 13:19
To: Maven Users List
Subject: Re: [m2] C# plugin - anyone interested in taking a look?

There is already a first cut in the sandbox at Apache. Can we merge it with
that?

As long as this doesn't have any dependencies on code that we can't
distribute (forking csc is fine), I'd like to see it as part of Maven
proper. What do others think?

- Brett

On 12/21/05, Carlos Sanchez <[EMAIL PROTECTED]> wrote:
> Hi Chris,
>
> I'm really interested, do you want to add it to the mojo project with 
> all the other maven plugins or do you prefer to keep it at JavaForge?
>
> In the meantime I've added it to the plugin matrix 
> http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix
>
> Regards
>
> On 12/21/05, Stevenson, Chris <[EMAIL PROTECTED]> wrote:
> > Dear All,
> >
> > I've been working on csharp support in m2 for a while now and i 
> > think I'm now at the stage where I can release to a wider audience 
> > what I've been up to. I do need to stress that the plugins are still
very much in alpha stage.
> > They are working for me at the moment but some refactoring and lots 
> > of testing is still needed.
> >
> > What the stuff does:
> >
> > - Allows you to build, unit test (Nunit) and deploy csharp projects 
> > the same way you do your java ones.
> > - Creates Visual Studio project files from the POM.
> >
> > Things that are not quite there:
> >
> > - The POM for dotnet projects is quite complicated, I'd like to 
> > reduce the amount of stuff that needs to go in (any ideas much 
> > appreciated)
> > - Mono has not been properly tested at all.
> >
> > There are two samples in the source (in the samples dir), one for a 
> > web project and one for a normal exe. You can also see the POMs for 
> > the other dotnet libs (log4net/NUnit) that I've mavenised.
> >
> > http://www.javaforge.com/proj/sources/sccBrowse.do?proj_id=429
> > <http://www.javaforge.com/proj/sources/sccBrowse.do?proj_id=429&dir=
> > trunk>
> > &dir=trunk
> >
> > Any comments much appreciated. If anyone would like to dive in and 
> > have a go then email me and I will write a getting started guide.
> >
> > Chris
> >
> >
> > Chris Stevenson
> >
> > Dresdner Kleinwort Wasserstein
> >
> >
> >
> >
> >  --
> >
> >
> > 
> >  The information contained herein is confidential and is 
> > intended solely for the addressee. Access by any other party is 
> > unauthorised without the express written permission of the sender. 
> > If you are not the intended recipient, please contact the sender 
> > either via the company switchboard on +44 (0)20 7623 8000, or via 
> > e-mail return. If you have received this e-mail in error or wish to 
> > read our e-mail disclaimer statement and monitoring policy, please 
> > refer to http://www.drkw.com/disc/email/ or contact the sender. 3167
> > 
> > 
> >
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



The information contained herein is confidential and is intended solely for the
addressee. Access by any other party is unauthorised without the express
written permission of the sender. If you are not the intended recipient, please
contact the sender either via the company switchboard on +44 (0)20 7623 8000, or
via e-mail return. If you have received this e-mail in error or wish to read our
e-mail disclaimer statement and monitoring policy, please refer to 
http://www.drkw.com/disc/email/ or contact the sender. 3167



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Brett Porter
There is already a first cut in the sandbox at Apache. Can we merge it
with that?

As long as this doesn't have any dependencies on code that we can't
distribute (forking csc is fine), I'd like to see it as part of Maven
proper. What do others think?

- Brett

On 12/21/05, Carlos Sanchez <[EMAIL PROTECTED]> wrote:
> Hi Chris,
>
> I'm really interested, do you want to add it to the mojo project with
> all the other maven plugins or do you prefer to keep it at JavaForge?
>
> In the meantime I've added it to the plugin matrix
> http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix
>
> Regards
>
> On 12/21/05, Stevenson, Chris <[EMAIL PROTECTED]> wrote:
> > Dear All,
> >
> > I've been working on csharp support in m2 for a while now and i think I'm
> > now at the stage where I can release to a wider audience what I've been up
> > to. I do need to stress that the plugins are still very much in alpha stage.
> > They are working for me at the moment but some refactoring and lots of
> > testing is still needed.
> >
> > What the stuff does:
> >
> > - Allows you to build, unit test (Nunit) and deploy csharp projects the same
> > way you do your java ones.
> > - Creates Visual Studio project files from the POM.
> >
> > Things that are not quite there:
> >
> > - The POM for dotnet projects is quite complicated, I'd like to reduce the
> > amount of stuff that needs to go in (any ideas much appreciated)
> > - Mono has not been properly tested at all.
> >
> > There are two samples in the source (in the samples dir), one for a web
> > project and one for a normal exe. You can also see the POMs for the other
> > dotnet libs (log4net/NUnit) that I've mavenised.
> >
> > http://www.javaforge.com/proj/sources/sccBrowse.do?proj_id=429
> > 
> > &dir=trunk
> >
> > Any comments much appreciated. If anyone would like to dive in and have a go
> > then email me and I will write a getting started guide.
> >
> > Chris
> >
> >
> > Chris Stevenson
> >
> > Dresdner Kleinwort Wasserstein
> >
> >
> >
> >
> >  --
> >
> >
> > 
> > The information contained herein is confidential and is intended solely for 
> > the
> > addressee. Access by any other party is unauthorised without the express
> > written permission of the sender. If you are not the intended recipient, 
> > please
> > contact the sender either via the company switchboard on +44 (0)20 7623 
> > 8000, or
> > via e-mail return. If you have received this e-mail in error or wish to 
> > read our
> > e-mail disclaimer statement and monitoring policy, please refer to
> > http://www.drkw.com/disc/email/ or contact the sender. 3167
> > 
> >
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Carlos Sanchez
Hi Chris,

I'm really interested, do you want to add it to the mojo project with
all the other maven plugins or do you prefer to keep it at JavaForge?

In the meantime I've added it to the plugin matrix
http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix

Regards

On 12/21/05, Stevenson, Chris <[EMAIL PROTECTED]> wrote:
> Dear All,
>
> I've been working on csharp support in m2 for a while now and i think I'm
> now at the stage where I can release to a wider audience what I've been up
> to. I do need to stress that the plugins are still very much in alpha stage.
> They are working for me at the moment but some refactoring and lots of
> testing is still needed.
>
> What the stuff does:
>
> - Allows you to build, unit test (Nunit) and deploy csharp projects the same
> way you do your java ones.
> - Creates Visual Studio project files from the POM.
>
> Things that are not quite there:
>
> - The POM for dotnet projects is quite complicated, I'd like to reduce the
> amount of stuff that needs to go in (any ideas much appreciated)
> - Mono has not been properly tested at all.
>
> There are two samples in the source (in the samples dir), one for a web
> project and one for a normal exe. You can also see the POMs for the other
> dotnet libs (log4net/NUnit) that I've mavenised.
>
> http://www.javaforge.com/proj/sources/sccBrowse.do?proj_id=429
> 
> &dir=trunk
>
> Any comments much appreciated. If anyone would like to dive in and have a go
> then email me and I will write a getting started guide.
>
> Chris
>
>
> Chris Stevenson
>
> Dresdner Kleinwort Wasserstein
>
>
>
>
>  --
>
>
> 
> The information contained herein is confidential and is intended solely for 
> the
> addressee. Access by any other party is unauthorised without the express
> written permission of the sender. If you are not the intended recipient, 
> please
> contact the sender either via the company switchboard on +44 (0)20 7623 8000, 
> or
> via e-mail return. If you have received this e-mail in error or wish to read 
> our
> e-mail disclaimer statement and monitoring policy, please refer to
> http://www.drkw.com/disc/email/ or contact the sender. 3167
> 
>
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Stevenson, Chris
Dear All,
 
I've been working on csharp support in m2 for a while now and i think I'm
now at the stage where I can release to a wider audience what I've been up
to. I do need to stress that the plugins are still very much in alpha stage.
They are working for me at the moment but some refactoring and lots of
testing is still needed. 
 
What the stuff does:
 
- Allows you to build, unit test (Nunit) and deploy csharp projects the same
way you do your java ones. 
- Creates Visual Studio project files from the POM. 
 
Things that are not quite there:
 
- The POM for dotnet projects is quite complicated, I'd like to reduce the
amount of stuff that needs to go in (any ideas much appreciated)
- Mono has not been properly tested at all. 
 
There are two samples in the source (in the samples dir), one for a web
project and one for a normal exe. You can also see the POMs for the other
dotnet libs (log4net/NUnit) that I've mavenised.
 
http://www.javaforge.com/proj/sources/sccBrowse.do?proj_id=429

&dir=trunk
 
Any comments much appreciated. If anyone would like to dive in and have a go
then email me and I will write a getting started guide.
 
Chris
 

Chris Stevenson

Dresdner Kleinwort Wasserstein 

 

 
 --



The information contained herein is confidential and is intended solely for the
addressee. Access by any other party is unauthorised without the express
written permission of the sender. If you are not the intended recipient, please
contact the sender either via the company switchboard on +44 (0)20 7623 8000, or
via e-mail return. If you have received this e-mail in error or wish to read our
e-mail disclaimer statement and monitoring policy, please refer to 
http://www.drkw.com/disc/email/ or contact the sender. 3167