ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build/Makefile
Revision 1.17 - (view) (annotate) - [select for diffs]
Fri Feb 21 13:45:48 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
Main change is making the use of jacorb.properties transparent to the end
user - something which should have been done with CorbaServices a long time
ago :-) Now a base jacorb.properties is included in the jar files, because
it's searched by the jacorb loading stuff. The only value outside of the
jar file is the naming service location, which can now be found in the
default.properties files.

The server and corbaservices assume that the naming services is running on
localhost on port 8052, which is ok for most normal things. If it's on a
different host the default.properties just needs fixing.

Also added a default.properties style thing to the corbaservices, and fixed
some bugs in the command line argument parsing.

Finally, fixed a bug with the make src target of all the Makefiles.

Revision 1.16 - (view) (annotate) - [select for diffs]
Sun Feb 16 20:35:59 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15
Added install target for util package.
Removed duplicates copies of the COPYING (GPL License) file.

Revision 1.15 - (view) (annotate) - [select for diffs]
Wed Feb 5 22:44:31 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
Yet another thing I overlooked. The ChangeLog should go in all dists.

Revision 1.14 - (view) (annotate) - [select for diffs]
Wed Feb 5 22:27:24 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.13: +1 -8 lines
Diff to previous 1.13
Removed the util package from the server. The source for it still remains,
for now, until I decide how to dispose of it.

Revision 1.13 - (view) (annotate) - [select for diffs]
Sun Feb 2 19:25:21 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.12: +20 -6 lines
Diff to previous 1.12
Added gpg signing of built archives.
Also changed binary archives to have "-bin" in their filename.
Fixed a problem with the copied source having the jar files duplicated.

Revision 1.12 - (view) (annotate) - [select for diffs]
Sat Feb 1 19:08:54 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.11: +14 -5 lines
Diff to previous 1.11
A continuation of my last commit on all this Makefile reworking. I think
I've managed to get the dependencies working quite well now. As long as
the builds are done from the top level Makefile it should all be fine. If
you try from, say, the build directory it might not notice things changing
in the source files.

Revision 1.11 - (view) (annotate) - [select for diffs]
Sun Jan 26 14:02:52 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.10: +21 -11 lines
Diff to previous 1.10
Finally made some changes to the Makefile setup to finish what I
started around 7 months ago :) The dependency stuff still isn't
quite right, but it's getting there.

Revision 1.10 - (view) (annotate) - [select for diffs]
Fri Jun 7 16:12:47 2002 UTC (21 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.9: +31 -8 lines
Diff to previous 1.9
My first bash at a new-style Makefile setup. This one generates proper
distfiles in subdirectories with version numbers, etc. I'll port it to the
other parts of i-scream when I've tested it a bit more.
This will also lead the way for me to generate daily snapshots.

Revision 1.9 - (view) (annotate) - [select for diffs]
Sat May 18 18:16:00 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
i-scream is now licensed under the GPL. I've added the GPL headers to every
source file, and put a full copy of the license in the appropriate places.
I think I've covered everything. This is going to be a mad commit ;)

Revision 1.8 - (view) (annotate) - [select for diffs]
Tue Feb 27 02:54:51 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Branch point for: SERVER_PIRCBOT
Changes since 1.7: +2 -1 lines
Diff to previous 1.7
We believe the cause of our zip exception is not removing the old jar file.

Revision 1.7 - (view) (annotate) - [select for diffs]
Fri Jan 19 00:16:34 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.6: +5 -9 lines
Diff to previous 1.6
It didn't quite dependency check right. Fixed.

Revision 1.6 - (view) (annotate) - [select for diffs]
Thu Jan 18 23:47:47 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Fixed a bug on FreeBSD. The -R switch used to be needed to allow recursive
adding of the lib and etc directories. However, in the fix to stop the CVS
control directories being added I've manually specified each of the files within
those directories, so this is no longer required.

Revision 1.5 - (view) (annotate) - [select for diffs]
Thu Jan 18 23:41:28 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.4: +9 -5 lines
Diff to previous 1.4
Fixed the problem of the CVS control directories being added to the tar and zip
files unnecessarily. This has hopefully also fixed the problem on FreeBSD where
all of the .class files were accidently being added too.

Revision 1.4 - (view) (annotate) - [select for diffs]
Tue Jan 16 01:36:22 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.3: +7 -1 lines
Diff to previous 1.3
Added building of the util JAR file.

Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Dec 14 20:17:10 2000 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
Added the run.sh/run.bat to the archives.

Revision 1.2 - (view) (annotate) - [select for diffs]
Wed Dec 13 18:34:15 2000 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.1: +28 -0 lines
Diff to previous 1.1
MERGE: Merged the SERVER_PACKAGEBUILD branch back into the HEAD trunk.

Revision 1.1.2.8 - (view) (annotate) - [select for diffs]
Wed Dec 13 18:01:12 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1.2.7: +4 -4 lines
Diff to previous 1.1.2.7 , to branch point 1.1 , to next main 1.17
This is slightly neater.

Revision 1.1.2.7 - (view) (annotate) - [select for diffs]
Wed Dec 13 18:00:23 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1.2.6: +4 -4 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Now remove all .tar, .tar.gz, and .zip files, rather than just those made by the
build locally (as "make cvsbuild" could create other files).

Revision 1.1.2.6 - (view) (annotate) - [select for diffs]
Tue Dec 12 21:11:27 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1.2.5: +3 -3 lines
Diff to previous 1.1.2.5 , to branch point 1.1
Added the README to the two archives.

Revision 1.1.2.5 - (view) (annotate) - [select for diffs]
Tue Dec 12 20:16:09 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1.2.4: +7 -1 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Added the packaging lines to the Makefile to create .tar.gz and .zip copies
of the server source code.

Revision 1.1.2.4 - (view) (annotate) - [select for diffs]
Tue Dec 12 01:54:02 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1.2.3: +2 -3 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Attempted to improve the dependencies, and tidied up the code Makefiles a bit
better. Getting there... slowly.

Revision 1.1.2.3 - (view) (annotate) - [select for diffs]
Mon Dec 11 23:44:31 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1.2.2: +11 -10 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Moved some bits to the include files.

Revision 1.1.2.2 - (view) (annotate) - [select for diffs]
Mon Dec 11 20:55:00 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1.2.1: +2 -2 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Libraries are now stored locally for convienience.

Revision 1.1.2.1 - (view) (annotate) - [select for diffs]
Mon Dec 11 20:22:51 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1: +22 -0 lines
Diff to previous 1.1
Makefile for creating the JAR package.

Revision 1.1
Mon Dec 11 20:22:51 2000 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
FILE REMOVED
file Makefile was initially added on branch SERVER_PACKAGEBUILD.

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a