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
> ----------------------------------------------------------------------
> ----------
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to