[CORE-5] CRC build from source deposits i2b2Common-core.jar in wrong directory Created: 21/May/09 Updated: 29/Jul/14 Resolved: 12/May/14 |
|
Status: | Closed |
Project: | i2b2 Core Software |
Component/s: | CRC Cell |
Affects Version/s: | 1.3.00 |
Fix Version/s: | 1.7.00 |
Type: | Bug | Priority: | Trivial |
Reporter: | D Ahn | Assignee: | Mike Mendis |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | RHEL5, JDK1.5 & JDK1.6, Tomcat 5.5.26, Jboss 4.2.3 |
Participant/s: |
Description |
When building the CRC cell from source according to installation instructions, the output file "i2b2Comon-core.jar" file is deposited into a directory called "${Project}/genlib/" instead of the intended directory edu.harvard.i2b2.common/genlib/. This is probably due to an omission of the "Project" property in the master_build.xml or other build file but does not appear to impact the complete i2b2 build process. To reproduce: 1. unzip i2b2Server-src-13.zip 2. (cd edu.harvard.i2b2.common/ && ant) 3. (cd edu.harvard.i2b2.crc.loader && ant -f build.xml clean dist) 4. (cd edu.harvard.i2b2.crc && ant -f master_build.xml clean build-all) 5. ls -l drwxrwxr-x 10 i2b2 i2b2 4096 May 21 12:18 edu.harvard.i2b2.common drwxrwxr-x 10 i2b2 i2b2 4096 May 21 12:20 edu.harvard.i2b2.crc drwxrwxr-x 10 i2b2 i2b2 4096 May 21 12:18 edu.harvard.i2b2.crc.loader drwxrwxr-x 7 i2b2 i2b2 4096 Jan 8 15:02 edu.harvard.i2b2.fr drwxrwxr-x 7 i2b2 i2b2 4096 Jan 8 15:00 edu.harvard.i2b2.ontology drwxrwxr-x 9 i2b2 i2b2 4096 Jan 8 15:02 edu.harvard.i2b2.pm drwxrwxr-x 6 i2b2 i2b2 4096 Jan 8 14:58 edu.harvard.i2b2.workplace drwxrwxr-x 4 i2b2 i2b2 4096 Jan 8 14:59 edu.harvard.i2b2.xml drwxrwxr-x 3 i2b2 i2b2 4096 May 21 12:20 ${Project} 6. ls -lR \$\{Project\}/ ${Project}/: total 4 drwxrwxr-x 2 i2b2 i2b2 4096 May 21 12:20 genlib ${Project}/genlib: total 16 -rw-rw-r-- 1 i2b2 i2b2 16029 May 21 12:20 i2b2Common-core.jar |
Comments |
Comment by Mike Mendis [ 12/May/14 ] |
Fixed |