Erinevus lehekülje "FreeBSD Glassfish" redaktsioonide vahel
Allikas: Kuutõrvaja
(Uus lehekülg: For installation of JDK - For installation of Apache Maven - cd /usr/ports/devel/maven make install clean For installation of Apache ANT - cd /usr/ports/devel/apache-ant ...) |
|||
24. rida: | 24. rida: | ||
glassfish.root=${basedir}/../.. (basedir -directory points to where project.xml is present) | glassfish.root=${basedir}/../.. (basedir -directory points to where project.xml is present) | ||
glassfish.home=${glassfish.root}/publish/glassfish => e.g. /workspace/publish/glassfish | glassfish.home=${glassfish.root}/publish/glassfish => e.g. /workspace/publish/glassfish | ||
+ | |||
+ | cd glassfish/bootstrap | ||
+ | maven checkout | ||
+ | |||
+ | Bootstrap option: Build your own module using pre-built server | ||
+ | maven -Dmodules=mail,activation bootstrap build | ||
+ | |||
+ | maven configure-runtime | ||
+ | |||
+ | |||
+ | https://glassfish.dev.java.net/public/downloadsindex.html |
Redaktsioon: 18. juuni 2009, kell 16:48
For installation of JDK -
For installation of Apache Maven -
cd /usr/ports/devel/maven make install clean
For installation of Apache ANT -
cd /usr/ports/devel/apache-ant make install clean
For installation of ported NSS -
cd /usr/ports/security/nss make install clean
For installation of ported NSPR -
cd /usr/ports/devel/nspr make install clean
cvs -d :pserver:guest@cvs.dev.java.net:/cvs checkout -r SJSAS91_FCS_BRANCH glassfish/bootstrap
/workspace/glassfish/bootstrap/build.properties
glassfish.root=${basedir}/../.. (basedir -directory points to where project.xml is present) glassfish.home=${glassfish.root}/publish/glassfish => e.g. /workspace/publish/glassfish
cd glassfish/bootstrap maven checkout
Bootstrap option: Build your own module using pre-built server
maven -Dmodules=mail,activation bootstrap build
maven configure-runtime