diff options
author | Brent Eagles <brent@zeroc.com> | 2005-11-21 12:10:40 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-11-21 12:10:40 +0000 |
commit | 3a84fd7f02568d7cbe0df46757a22e028e1dd469 (patch) | |
tree | 572b438c3b58c61cf04d1cfee16a5399594f1f95 /cpp/install/common/makewindist.py | |
parent | - Installer creation process no longer re-compiles Ice for Java (diff) | |
download | ice-3a84fd7f02568d7cbe0df46757a22e028e1dd469.tar.bz2 ice-3a84fd7f02568d7cbe0df46757a22e028e1dd469.tar.xz ice-3a84fd7f02568d7cbe0df46757a22e028e1dd469.zip |
updating comment to be declarative about why we should not rebuild the IceJ
code at distro packaging time
Diffstat (limited to 'cpp/install/common/makewindist.py')
-rwxr-xr-x | cpp/install/common/makewindist.py | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/cpp/install/common/makewindist.py b/cpp/install/common/makewindist.py index 2a0f252eae7..38fbf82f82e 100755 --- a/cpp/install/common/makewindist.py +++ b/cpp/install/common/makewindist.py @@ -55,12 +55,11 @@ def cleanIceDists(sourcesDir, sourcesVersion, installVersion): #
# Ice for Java
#
- # XXX- Its very unclear why we would rebuild Java since all of
- # the files we need here are already built.
+ # XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ # Leave Ice for Java alone. Everything that is needed is already
+ # included in the source distribution.
+ # XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
#
- # os.chdir(os.path.join(sourcesDir, "IceJ-" + sourcesVersion))
- # print "Cleaning in " + os.getcwd() + "..."
- # runprog("ant clean")
#
# Ice for C#
@@ -153,12 +152,11 @@ def buildIceDists(stageDir, sourcesDir, sourcesVersion, installVersion): #
# Ice for Java
#
- # XXX- Its very unclear why we would rebuild Java since all of
- # the files we need here are already built.
+ # XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ # Leave Ice for Java alone. Everything that is needed is already
+ # included in the source distribution.
+ # XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
#
- # os.chdir(os.path.join(sourcesDir, "IceJ-" + sourcesVersion))
- # print "Building in " + os.getcwd() + "..."
- # runprog("ant")
#
# Ice for C#
|