Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create the NServiceBus package #52

Closed
andreasohlund opened this issue May 29, 2011 · 4 comments
Closed

Create the NServiceBus package #52

andreasohlund opened this issue May 29, 2011 · 4 comments

Comments

@andreasohlund
Copy link
Member

The host package fails to install because it depends on the NServiceBus package

@ghost ghost assigned Jpattom May 29, 2011
@Jpattom
Copy link
Contributor

Jpattom commented Jun 2, 2011

Need Specification of the NServiceBus package

@andreasohlund
Copy link
Member Author

The nservicebus package should contain the:

NServiceBus.dll
NServiceBus.Core.dll

@Jpattom
Copy link
Contributor

Jpattom commented Jun 4, 2011

Current build process do not support isolating the targeted .net framework builds (its getting created @ binaries folder)
Added script to copy the files in to build\lib{framework name}{version}

This may not be valid once we move to psake

@andreasohlund
Copy link
Member Author

That sounds good to me, when we move to psake our release target will do multiple compiles to produce all the flavours in one go.

Date: Sat, 4 Jun 2011 02:03:26 -0700
From: reply@reply.github.com
To: andreas_ohlund@hotmail.com
Subject: Re: [NServiceBus] Create the NServiceBus package (#52)

Current build process do not support isolating the targeted .net framework builds (its getting created @ binaries folder)
Added script t copy the files in to build\lib{framework name}{version}

This may not be valid once we move to psake

Reply to this email directly or view it on GitHub:
#52 (comment)

Jpattom added a commit to Jpattom/NServiceBus that referenced this issue Jun 4, 2011
NServiceBus package will get added with all the binaries
Tested for All and passing only specific libs to add.
The Fix will be applicable only if builds are created using build-net3.5.bat and build-net4.0.bat
andreasohlund pushed a commit that referenced this issue Jul 23, 2011
Squashed commit of the following:

commit 6f8e2eb57dca93fc8d61c0496d8c3cb7eddff004
Author: Joseph Thomas <joseph.pattom@gmailcom>
Date:   Fri Jul 15 23:34:36 2011 +0530

    puting back the removed file

commit eeddb43fae49df9a9c53ef9726579572c0710719
Author: Joseph Thomas <joseph.pattom@gmailcom>
Date:   Tue Jul 12 00:41:05 2011 +0530

    added delete package fuctionality

commit fddd3a6745523f2cd285676afd5dba1ee3261ef1
Author: Joseph Thomas <joseph.pattom@gmailcom>
Date:   Sat Jul 2 10:34:16 2011 +0530

    removing libs for tools from source repository
    made necessary chnges packing script for the same
    ie fixing the issue #83 in suggested way
    added parameter to add source target while invoking packit

commit 001b3b409ba180945edab3e179a479a2d20ff2de
Author: Joseph Thomas <joseph.pattom@gmailcom>
Date:   Fri Jul 1 00:43:58 2011 +0530

    Fixing Issues #83 and some refactoring done according to
    http://lostechies.com/joshuaflanagan/2011/06/23/tips-for-building-nuget-packages/

commit 7b15647d06ef09abb50f7d04936c70362453425a
Author: Joseph Thomas <joseph.pattom@gmailcom>
Date:   Mon Jun 27 00:18:01 2011 +0530

    fixing issue #73

commit ccb633be78e12a8af5484f23b5eca4740381c9eb
Author: Joseph Thomas <joseph.pattom@gmailcom>
Date:   Sun Jun 26 18:16:21 2011 +0530

    Moving Nuget and package utlities to root

commit c3a7e8e07edfc693db3670a8451d6e6836803ed3
Author: Joseph Thomas <joseph.pattom@gmailcom>
Date:   Tue Jun 21 21:19:46 2011 +0530

    fixed #66, adding new nuGet.exe to tools

commit 2cfd8dbcaba8c772b590386131670c6f7d362cf5
Author: jpattom <joseph.pattom@gmail.com>
Date:   Sat Jun 11 16:24:01 2011 +0530

    reverted the script to copy files to build\lib\net35\

commit ed4f3c272e15852c3b823465c54e43fb7303f76d
Author: jpattom <joseph.pattom@gmail.com>
Date:   Sat Jun 11 16:18:32 2011 +0530

    removing build-net4.0.bat

commit cff485c483f9be29235ca87048f68b942501cfb2
Author: jpattom <joseph.pattom@gmail.com>
Date:   Sat Jun 11 16:09:16 2011 +0530

    Adding psake to tools and
    Creating package in psake way..
    First Draft need refactoring

commit 8c127809c2d8d179c10402b398681ab269416ff4
Author: jpattom <joseph.pattom@gmail.com>
Date:   Fri Jun 10 00:31:50 2011 +0530

    Cleaned Both packages NServiceBus and NServiceBus.Host

commit 15db21f266ca6d1d5d280534fe0ef7b33503d0ab
Author: jpattom <joseph.pattom@gmail.com>
Date:   Sun Jun 5 00:31:17 2011 +0530

    Fix for issue #52
    NServiceBus package will get added with all the binaries
    Tested for All and passing only specific libs to add.
    The Fix will be applicable only if builds are created using build-net3.5.bat and build-net4.0.bat

commit d619a1469fe197cad7e9b317dec4700e010f02a9
Author: jpattom <joseph.pattom@gmail.com>
Date:   Sat Jun 4 00:36:29 2011 +0530

    Code Changed as the Nuget.exe is taken from tools.

commit a65efa52f52ebb7b3cc0db4834ddc43ec39134a9
Author: jpattom <joseph.pattom@gmail.com>
Date:   Sat Jun 4 00:32:27 2011 +0530

    Adding Nuget exe to tools
    Fixing issue #50 Add nuget.exe to the tools directory

commit f16367c80c6d012c6b67a137a4ba319db9b0d516
Author: jpattom <joseph.pattom@gmail.com>
Date:   Sat Jun 4 00:27:07 2011 +0530

    Fixed Some issues in packing NServiceBus.Host

commit f5c9886af80b04132fb8cfadfeb37a0d77e96b4f
Author: jpattom <joseph.pattom@gmail.com>
Date:   Sun May 29 01:32:00 2011 +0530

    changed writing xml to XmlWriter with proper XmlWriterSettings

commit 158322b2c3a4d62b8090ec7767138f1d9c874820
Author: jpattom <joseph.pattom@gmail.com>
Date:   Sat May 28 22:25:17 2011 +0530

    Made the checking of Nuget and .netframework proper

commit 720df041dc8495eaa27dcf0169bafab6ac86e2bb
Author: jpattom <joseph.pattom@gmail.com>
Date:   Sat May 28 15:48:25 2011 +0530

    Adding Files for Creating The NServiceBus packages
    -RuNOnce required only once to make the Pakaging Machine's Powershell to Use latest .net framework
    Other Folders and files are for the Pakage NServiceBus.Host

commit 9c68c2e85fdb7ef2b1ed453c40d56c6c1344e0bb
Author: jpattom <joseph.pattom@gmail.com>
Date:   Sat May 28 15:21:22 2011 +0530

    Fixed the issues on fie=rst draft, ready for the package NServiceBus.Host
    --Pending: PAcking of Library and Executables to pack

commit d4fb4c7cdc2ef81bc6a01b5da1e48f032a80bb8c
Author: jpattom <joseph.pattom@gmail.com>
Date:   Tue May 24 21:41:31 2011 +0530

    No change oly line is changed

commit 91fa1ff91ffce987317ab8c721ed5777f887383d
Author: jpattom <joseph.pattom@gmail.com>
Date:   Tue May 24 01:48:36 2011 +0530

    Adding the first version of the powershell script to create Packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants