이클립스 프로젝트 필수 유틸리티 : subversion, Ant, JUnit, Trac - 민진우 외 지음/한빛미디어 |
이클립스를 기준으로 CVS,Subversion,Ant,JUnit,Trac에 관한 부부개발자의 경험담입니다. 초판에는 CVS,Ant,JUnit,Scarab을 다루었던 것으로 기억합니다. 책의 실습예제로 초간단 블로그 만들기 프로젝트를 다룹니다. 언어보다 더 빨리 변하는 것이 도구이기도 합니다. 이런 도구의 사용법을 문서로 전달한다는 것이 쉽지 않지만 개정판이 나와서 다행입니다. |
trac
- 이클립스 프로젝트 필수 유틸리티 개정판 2009.05.01
- easy_install Trac 2009.04.27
- Mylyn; Trac Context 첨부 안 되는 경우 2009.02.10 4
- okjsp부산세미나-프로젝트 에코시스템; 개발환경 효율적 개선 편 2008.05.01 2
이클립스 프로젝트 필수 유틸리티 개정판
2009. 5. 1. 17:57
easy_install Trac
2009. 4. 27. 03:44
[root@169s /root]# easy_install Trac
Searching for Trac
Reading http://pypi.python.org/simple/Trac/
Reading http://trac.edgewall.com/
Reading http://trac.edgewall.org/wiki/TracDownload
Reading http://projects.edgewall.com/trac
Reading http://projects.edgewall.com/trac/wiki/TracDownload
Best match: Trac 0.11.4
Downloading ftp://ftp.edgewall.com/pub/trac/Trac-0.11.4.zip
Processing Trac-0.11.4.zip
Running Trac-0.11.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-UgoiG5/Trac-0.11.4/egg-dist-tmp-BKp_mG
Adding Trac 0.11.4 to easy-install.pth file
Installing trac-admin script to /usr/local/bin
Installing tracd script to /usr/local/bin
Installed /usr/local/lib/python2.6/site-packages/Trac-0.11.4-py2.6.egg
Processing dependencies for Trac
Finished processing dependencies for Trac
[root@169s /root]#
Searching for Trac
Reading http://pypi.python.org/simple/Trac/
Reading http://trac.edgewall.com/
Reading http://trac.edgewall.org/wiki/TracDownload
Reading http://projects.edgewall.com/trac
Reading http://projects.edgewall.com/trac/wiki/TracDownload
Best match: Trac 0.11.4
Downloading ftp://ftp.edgewall.com/pub/trac/Trac-0.11.4.zip
Processing Trac-0.11.4.zip
Running Trac-0.11.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-UgoiG5/Trac-0.11.4/egg-dist-tmp-BKp_mG
Adding Trac 0.11.4 to easy-install.pth file
Installing trac-admin script to /usr/local/bin
Installing tracd script to /usr/local/bin
Installed /usr/local/lib/python2.6/site-packages/Trac-0.11.4-py2.6.egg
Processing dependencies for Trac
Finished processing dependencies for Trac
[root@169s /root]#
root로 계속 작업하니 편하긴 합니다만 좀 찜찜하네요. ^^;
python의 생태계도 참 대단한 것 같습니다.
easy_install은 setuptools에 같이 들어있습니다.
Mylyn; Trac Context 첨부 안 되는 경우
2009. 2. 10. 17:49
update:
http://theeye.pe.kr/222 아이님의 블로그 글 참고해서 해결했습니다.
답글 주신 yeoupooh님, kingdori님 감사합니다.
-------------
eclipse에서 다음 옵션을 바꿔줘야 합니다.
Validate Settings 버튼으로 확인을 해서 No Trac repository found at url: HTTP Error 404 가 나오면 tracxmlrpc설치가 완료되지 않은 것입니다.
성공한 경우는 "Authentication credentials are valid"라고 나옵니다.
연결은 되었지만 Attach Context 실행에서 [Errno 13] Permission denied: '.../attachments/ticket' while executing 'ticket.putAttachment()' 메시지가 나오면 해당 디렉토리의 권한을 바꿔줘야 합니다.
chmod 775 attachments 로 바꿔주었습니다.
-------------
답답합니다. 아직 해결법 찾는 중입니다.
http://theeye.pe.kr/222 아이님의 블로그 글 참고해서 해결했습니다.
답글 주신 yeoupooh님, kingdori님 감사합니다.
-------------
eclipse에서 다음 옵션을 바꿔줘야 합니다.
Validate Settings 버튼으로 확인을 해서 No Trac repository found at url: HTTP Error 404 가 나오면 tracxmlrpc설치가 완료되지 않은 것입니다.
성공한 경우는 "Authentication credentials are valid"라고 나옵니다.
연결은 되었지만 Attach Context 실행에서 [Errno 13] Permission denied: '.../attachments/ticket' while executing 'ticket.putAttachment()' 메시지가 나오면 해당 디렉토리의 권한을 바꿔줘야 합니다.
chmod 775 attachments 로 바꿔주었습니다.
-------------
답답합니다. 아직 해결법 찾는 중입니다.
okjsp부산세미나-프로젝트 에코시스템; 개발환경 효율적 개선 편
2008. 5. 1. 14:15
http://www.okjsp.pe.kr 에서 주최한 부산세미나입니다.
주제는 프로젝트 에코시스템; 개발환경 효율적 개선이고, 중앙 ITEA 부산 서면센터에서 열렸습니다.
강대권님이 subversion, trac, CI 등에 대해 발표하신 동영상입니다.