mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
add file describing release process
This commit is contained in:
parent
e60dcbfee3
commit
2b2fc571c6
29
CSharpTranslator/antlr3/release
Normal file
29
CSharpTranslator/antlr3/release
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
Windows:
|
||||||
|
|
||||||
|
git bash:
|
||||||
|
|
||||||
|
-- cd My Documents\cs2jCentral
|
||||||
|
-- git pull
|
||||||
|
--- is it clean?
|
||||||
|
-- ./mkit (will fail after translating grammar files)
|
||||||
|
-- Load solution in VS2010
|
||||||
|
-- Rebuild Solution (fails in UpdateTxFiles)
|
||||||
|
|
||||||
|
DOS prompt:
|
||||||
|
|
||||||
|
cd "C:\Documents and Settings\developer"
|
||||||
|
|
||||||
|
-- "My Documents\gitrepos\cs2jCentral\CSharpTranslator\antlr3\src\cs2j\bin\Debug\cs2j.exe" -translator-timestamp-files=false -translator-keep-parens=false -netdir=z:\keving\gitrepos\cs2j\CS2JLibrary\NetFramework -dumpxmls -xmldir=z:\keving\tmp\xml\se -odir=z:\keving\tmp\java\se\src -appdir="My Documents\svnrepos\ScormEngineNet\src\app\ScormEngine.Core" "My Documents\svnrepos\ScormEngineNet\src\app\ScormEngine.Core"
|
||||||
|
-- use git diff to check there are no differences (comments are diff actually)
|
||||||
|
|
||||||
|
Make release:
|
||||||
|
|
||||||
|
tag
|
||||||
|
|
||||||
|
cs2j\NetFramework
|
||||||
|
cs2j\c2jTranslator\bin
|
||||||
|
-- copy from "My Documents\gitrepos\cs2jCentral\CSharpTranslator\antlr3\src\cs2j\bin"
|
||||||
|
-- delete *vhost*
|
||||||
|
-- rename cs2j.exe to cs2j.exe.removeme
|
||||||
|
cs2j\cs2jlibrary-src-release2010.1.0.13824-197-gfd0bee8
|
||||||
|
cs2j\cs2j_A_Developer_s_Guide.pdf
|
Loading…
x
Reference in New Issue
Block a user