|
Jetty example source code file (readme.txt)
The Jetty readme.txt source code* Building The Source RPM - Build The source rpm (at this point it is packed as a tar file), execute the command below to generate the source rpm mvn install - the command above produces a tar file target/jetty-source-rpm.tar - extract the tar file ( target/jetty-source-rpm.tar ) at your home directory using a none root account tar -xzvf target/jetty-source-rpm.tar.gz -C ~ * Building The Binary RPMs - at your home directory, execute the command below, you may need to install a list of required see `Installing Required Packages` rpmbuild -ba rpm/SPECS/jetty6.spec * Installing Required Packages The build process requires several packages to be installed from jpackage. consult the jpackage documentation to install: java-devel >= 1.5.0 jpackage-utils >= 0:1.7.2 ant >= 0:1.6 ant-junit >= 0:1.6 junit >= 0:3.8.1 maven2 >= 2.0.4-10jpp maven2-plugin-compiler maven2-plugin-install maven2-plugin-jar maven2-plugin-javadoc maven2-plugin-resources maven2-plugin-surefire maven2-plugin-antrun derby sun-mail sun-jaf jakarta-commons-el ecj geronimo-specs-poms Other Jetty examples (source code examples)Here is a short list of links related to this Jetty readme.txt source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.