|
Page Edited :
OPENEJB :
Source Code
Source Code has been edited by Mohammad Nour El-Din (Jun 14, 2007). Change summary: SVN Urls correction BrowsingYou can browse the source via the web interface DownloadingYou may want to download the sources to play with. You can download (aka checkout) the source with Subversion client using the following URL http://svn.apache.org/repos/asf/openejb/trunk/openejb3 Performing the checkout from the command line using the subversion client is as easy as:
or alternatively with Apache Maven 2 (that's going to be necessary to built them):
It's not yet known how to follow the progress of the checkout as mvn scm:checkout checks out the sources non-interactively. It's worth to know about the command, though, as it doesn't require the subversion client. BuildingTo build the code, you'll need to grab a copy of Apache Maven
or alternatively when on Unix-like systems
Running with the assemble option on enables a profile that builds OpenEJB assemblies (distributions). They live in assembly directory. You can remove it from the command line when you're not interested in them - just remove -Dassemble from the command line and you're ready to go. NOTE: When importing a project into your preferred IDE (Eclipse, NetBeans, IDEA, vim) you should run with the assemble profile on. It's because the assembly modules are only included in the M2 run when the property is set. The output of that command should end with "BUILD SUCCESSFUL" [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] ------------------------------------------------------------------------ [INFO] OpenEJB ............................................... SUCCESS [0.594s] [INFO] OpenEJB :: iTests ..................................... SUCCESS [0.015s] [INFO] OpenEJB :: iTests Beans ............................... SUCCESS [0.375s] [INFO] OpenEJB :: iTests Client .............................. SUCCESS [0.219s] [INFO] OpenEJB :: iTests App ................................. SUCCESS [0.125s] [INFO] OpenEJB :: Container .................................. SUCCESS [0.000s] [INFO] OpenEJB :: Container :: Loader ........................ SUCCESS [0.031s] [INFO] OpenEJB :: Container :: Java Agent .................... SUCCESS [0.015s] [INFO] OpenEJB :: Container :: Java EE ....................... SUCCESS [0.063s] [INFO] OpenEJB :: Container :: Core .......................... SUCCESS [1.016s] [INFO] OpenEJB :: Server ..................................... SUCCESS [0.015s] [INFO] OpenEJB :: Server :: Client ........................... SUCCESS [0.016s] [INFO] OpenEJB :: Server :: Core ............................. SUCCESS [0.422s] [INFO] OpenEJB :: Server :: EJBd ............................. SUCCESS [0.109s] [INFO] OpenEJB :: Server :: Admin ............................ SUCCESS [0.094s] [INFO] OpenEJB :: Server :: Http ............................. SUCCESS [0.140s] [INFO] OpenEJB :: Server :: Telnet ........................... SUCCESS [0.094s] [INFO] OpenEJB :: Server :: XFire ............................ SUCCESS [0.094s] [INFO] OpenEJB :: Server :: Axis ............................. SUCCESS [1.922s] [INFO] OpenEJB :: Server :: ActiveMQ ......................... SUCCESS [0.078s] [INFO] OpenEJB :: Server :: CORBA ............................ SUCCESS [0.109s] [INFO] OpenEJB :: Server :: Derby Network Service ............ SUCCESS [0.078s] [INFO] OpenEJB :: Server :: Hsql ............................. SUCCESS [0.079s] [INFO] OpenEJB :: Examples :: HelloWorld Stateful POJO ....... SUCCESS [0.281s] [INFO] OpenEJB :: Examples :: Calculator Stateless Pojo ...... SUCCESS [0.172s] [INFO] OpenEJB :: Examples :: Counter Stateful Pojo .......... SUCCESS [0.156s] [INFO] OpenEJB :: Examples :: EJB Injection .................. SUCCESS [0.156s] [INFO] OpenEJB :: Examples :: Resource Injection ............. SUCCESS [0.172s] [INFO] OpenEJB :: Examples :: Telephone Stateful Pojo ........ SUCCESS [0.172s] [INFO] OpenEJB :: Examples ................................... SUCCESS [0.000s] [INFO] OpenEJB :: Assembly ................................... SUCCESS [0.016s] [INFO] OpenEJB :: Assembly :: Tomcat ......................... SUCCESS [0.234s] [INFO] OpenEJB :: Assembly :: iTest Webapp ................... SUCCESS [0.141s] [INFO] OpenEJB :: Assembly :: Standalone ..................... SUCCESS [0.140s] [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8 seconds [INFO] Finished at: Tue Apr 24 08:53:26 CEST 2007 [INFO] Final Memory: 23M/254M [INFO] ------------------------------------------------------------------------
|
Unsubscribe or edit your notifications preferences
