Is there a hierarchy for building java sources?

A: The different steps for building the java classes are like:
1. you launch the gmake in the folder where is located your
Makefile. Then you produce all the
classes.
2. then you launch the expandAllJar.ksh to extract from the new
jar files you built in in the previous
stage the new classes.
3. you finally launch the PostInstallScript.ksh here with two
arguments( "/in/smp/web/htdocs" and
"en"), to remake the symbolic links which need to be refreshed.

No comments:

Post a Comment