Source CodePage edited by Jacek LaskowskiChanges (11)
Full ContentBrowsingYou can browse the source code via the web interface. DownloadingYou can download (aka checkout) the sources of Apache OpenEJB 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 executing the following command:
If you are experiencing problems with errors like "400 Bad Request (http://svn.apache.org)", try using:
or alternatively with Apache Maven 2:
It's not yet known how to see 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 version 2.0.4 or higher. The standard build command is as follows:
or alternatively when on Unix-like systems
Running with the assemble option turned on enables a profile that builds OpenEJB's 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 an IDE (Eclipse, NetBeans, IDEA) 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] ------------------------------------------------------------------------
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|
- [CONF] OpenEJB > Source Code confluence
- [CONF] OpenEJB > Source Code confluence
- [CONF] OpenEJB > Source Code confluence
