# The default storage engine that will be used when create new tables when - default-storage-engine=INNODB + default-storage-engine=MyISAM
C:\> net stop MySQL C:\> net start MySQL
############################################# # Scarab Site Settings scarab.site.name=Khufu's Pyramid Project Issue Tracking System ( Scarab 1.0 ) scarab.timezone=Asia/Tokyo ############################################# # Scarab Database Settings # # 1)It is a cheap solution that the ROOT user connects with RDB. # However, it is very difficult to prepare the limited auth user # of RDB for the scarab system. # # 2)Old JDBC Driver can't handle new 41 bytes passowrd hash of MySQL4.1. # a) Download the newest JDBC Driver and copy it to \scarab-1.0-b19\lib # b) Delete \scarab-1.0-b19\www\repository\mm.mysql completely. scarab.database.type=mysql scarab.database.username=root scarab.database.password=amygdale scarab.database.encoding.querystring = ?useUnicode=true&characterEncoding=utf8 scarab.jdbc.driver.jar=mysql-connector-java-*.jar ############################################# # Scarab Administraotr Settings # # 1)JDBC Driver can't parse '00-00-00 00:00:00'. # So, you must rewrite the turbine_user table as following. # mysql> use scarab; # mysql> update turbine_user set created=now(),last_login=now(); # # 2)The initial password of ${scarab.user.username} is 1. # Rewrite password and email address of ${scarab.user.username} # after building the scarab system. scarab.user.username=Administrator ############################################# # Scarab Mail Settings # # 1)The Runtime properties file, # \scarab-1.0-b19\tomcat\webapps\scarab\WEB-INF\conf\CustomSettings.properties # , is not used by scarab system. # So, write following on # \scarab-1.0-b19\src\conf\conf\CustomSettings.properties # BEFORE ant build process. # # system.mail.host=mail.amen.ra # system.mail.smtp.from=root@${system.mail.host} scarab.email.encoding=iso-2022-jp scarab.email.register.fromAddress=osiris@amen.ra scarab.email.forgotpassword.fromAddress=isis@amen.ra scarab.email.archive.toAddress=horus@amen.ra ############################################# # Don't generate sample module skip.seed.data=true
# Settings for SMTP Server system.mail.host=foo.bar system.mail.smtp.from=root@foo.bar # Settings for Character set of the export data of Scarab scarab.dataexport.encoding=sjis
# Role requests for these roles will be granted automatically # when a user requests a role in a module through the role request # UI screens. scarab.automatic.role.approval=Developer,Observer,QA,Partner ¡¦¡¦¡¦ # These properties are used when generating links to scarab. In # many cases, if these properties are left blank, an appropriate default will # be used. But functionality which does not have access to the servlet engine # context/configuration will need this information to create valid links, # e.g. xml import. # In the following url: http://my.company.com:8081/issues/id/PACS1 # scheme=http, domain=my.company.com, port=8080, and scriptname=/issues # IMPORTANT NOTE: Setting these values has no effect on the servlet engine # and/or web server. These values should be set to values that # correspond to the configuration of the web server and/or servlet engine which # provides access to the scarab application. scarab.http.domain=scarab.foo.bar scarab.http.scheme=http scarab.http.scriptname=/scarab/issues scarab.http.port=8080
\scarab-1.0-b19\scarab-1.0-b19\tomcat\webapps\scarab\WEB-INF\conf\CustomSettings.properties¤ò¸«¤ÆÆ°ºî¤·¤Þ¤»¤ó¡¢Êѹ¹¤¬¤¢¤Ã¤¿¾ì¹ç¤Ë¤Ï¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Î¥Ó¥ë¥É¤ò¤ä¤êľ¤·¤Þ¤¹(database¤Ï¤½¤Î¤Þ¤Þ¤Ç¤è¤¤)¡£
set MYSQL_HOME=C:\mysql set ANT_HOME=C:\apache-ant-1.5.4 set JAVA_HOME=C:\j2sdk1.4.2_05 set PATH=%ANT_HOME%\bin;%MYSQL_HOME\bin;%JAVA_HOME%\bin;%PATH% cd build ant
set MYSQL_HOME=C:\mysql set ANT_HOME=C:\apache-ant-1.5.4 set JAVA_HOME=C:\j2sdk1.4.2_05 set PATH=%ANT_HOME%\bin;%MYSQL_HOME\bin;%JAVA_HOME%\bin;%PATH% cd build ant create-db
ant create-db¤ÇAdministrator ¥æ¡¼¥¶¤¬ÅÐÏ¿¤µ¤ì¤Þ¤¹¡£
mysql> use scarab; mysql> update turbine_user set created=now(),last_login=now();
C:\scarab-1.0-b19\tomcat\bin\startup.bat
¤ò¼Â¹Ô¤¹¤ë¤È
http://localhost:8080/scarab/
¤Çscarab¥·¥¹¥Æ¥à¤Ë¥¢¥¯¥»¥¹¤¹¤ë¤³¤È¤¬¤Ç¤¤ë¡£
½ªÎ»¤¹¤ë¤È¤¤Ë¤Ï¡¢
C:\scarab-1.0-b19\tomcat\bin\shutdown.bat
¤ò¼Â¹Ô¤¹¤ë
Administrator¤Ç¥í¥°¥¤¥ó¤¹¤ë¤È¡¢Global Module ¤òÊÔ½¸¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£
Global Module¤Ï¡¢Scarab¥·¥¹¥Æ¥à¤Î¶¦ÄÌÀßÄê¤ò¹Ô¤¦¤¿¤á¤ÎÆÃÊ̤ʥ⥸¥å¡¼¥ë¤Ç¤¹¡£
°Æ·ï¼ïÊÌ | ÆâÍÆ |
Defect | àìáÓÂбþÍ×µá |
Enhancement | µ¡Ç½ÄɲÃÍ×µá |
Feature | ¸«±É¤¨¡¦»È¤¤¾¡¼ê¤Î²þÁ±Í×µá |
Patch | ¥Ñ¥Ã¥ÁŬÍÑÍ×µá |
Task | ¤½¤Î¾¤Î°ÍÍê |
¸¢¸Â-¥í¡¼¥ë | Developer | Observer | Partner | Project Owner | QA | Root |
Domain Admin | X | X | X | X | X | O |
Domain Edit | X | X | X | X | X | O |
Issue Assign | O | X | X | O | O | O |
Issue Attach | O | O | O | O | O | O |
Issue Edit | O | X | X | O | O | O |
Issue Enter | O | O | X | O | O | O |
Issue Move | O | X | X | O | O | O |
Issue Search | O | O | O | O | O | O |
Issue View | O | O | O | O | O | O |
Item Approve | X | X | X | O | X | O |
Item Delete | X | X | X | O | X | O |
Module Add | O | X | X | O | O | O |
Module Configure | X | X | X | O | X | O |
Module Edit | X | X | X | O | X | O |
User Approve Roles | X | X | X | O | X | O |
User Edit Preferences | O | O | O | O | O | O |
Vote Manage | X | X | X | O | X | O |
¥µ¥ó¥×¥ë¥×¥í¥¸¥§¥¯¥È¤òºî¤Ã¤Æ±¿ÍѤ·¤Æ¤ß¤Þ¤¹
¾ÜºÙ: --------------------------------------------------------------------- ¤è¤¦¤³¤½ Ramsesses II, ÅÐÏ¿¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!! ¤¢¤Ê¤¿¤Î³Îǧ¥³¡¼¥É¤Ï: SNQlXKCZrt ¤¢¤Ê¤¿¤Î¥¢¥«¥¦¥ó¥È¤ò³Îǧ¤¹¤ë¤¿¤á¤Ë°Ê²¼¤ÎURL¤Ë¤Æ³Îǧ¥³¡¼¥É¤òÆþÎϤ·¤Æ²¼¤µ¤¤¡£ http://localhost:8080/scarab/issues/template/Confirm.vm/confirm/SNQlXKCZrt/username/Ramsesses ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£ --------------------------------------------------------------------- This message is automatically generated by the Scarab issue tracking system. For more information: http://scarab.tigris.org/
°Ê²¼¤ÎURL¤Ç°Æ·ï¤Î¾ÜºÙ¤ò¸«¤ë¤³¤È¤¬½ÐÍè¤Þ¤¹: http://redwood:8080/scarab/issues/id/SNDB1 ¼ïÊÌ Defect °Æ·ïID SNDB1 (Ã½Ð¤Þ¤·¤¿) ÊÔ½¸¼Ô Scarab Administrator Administrator (scarab_admin@foo.bar) ¤³¤Î°Æ·ï¤ËÂФ·¤Æ¼¡¤Î¤è¤¦¤ËÊѹ¹¤µ¤ì¤Þ¤·¤¿: --------------------------------------------------------------------- Status changed from "New" to "Resolved" Íýͳ: Áݽü¤·¤Þ¤·¤¿ --------------------------------------------------------------------- This message is automatically generated by the Scarab issue tracking system. For more information: http://scarab.tigris.org/
Status Unconfirmed New Assigned Reopened Resolved Verified Closed ======= ======= ======= ======= ======= ======= ======= ======= 2005-03-27 19:00 0 0 0 0 0 0 0 2005-03-28 19:00 0 0 0 0 0 0 0 2005-03-29 19:00 0 0 0 0 0 0 1 2005-03-30 19:00
C:\scarab-1.0-b19\tomcat\webapps\scarab¤ò¼Â¹Ô¤·¤¿¤¤¥µ¡¼¥Ö¥ì¥Ã¥È¥¨¥ó¥¸¥ó¾å¤Î \webapps ¥Õ¥©¥ë¥À¤Ë¥³¥Ô¡¼¤¹¤ì¤Ð¤è¤¤¡£
C:\Tomcat50\webapps¤Ë¥³¥Ô¡¼¤¹¤ë¡£
# Settings for SMTP Server system.mail.host=foo.bar system.mail.smtp.from=root@foo.bar # Settings for Character set of the export data of Scarab scarab.dataexport.encoding=sjis
# Role requests for these roles will be granted automatically # when a user requests a role in a module through the role request # UI screens. scarab.automatic.role.approval=Developer,Observer,QA,Partner ¡¦¡¦¡¦ # These properties are used when generating links to scarab. In # many cases, if these properties are left blank, an appropriate default will # be used. But functionality which does not have access to the servlet engine # context/configuration will need this information to create valid links, # e.g. xml import. # In the following url: http://my.company.com:8081/issues/id/PACS1 # scheme=http, domain=my.company.com, port=8080, and scriptname=/issues # IMPORTANT NOTE: Setting these values has no effect on the servlet engine # and/or web server. These values should be set to values that # correspond to the configuration of the web server and/or servlet engine which # provides access to the scarab application. scarab.http.domain=scarab.foo.bar scarab.http.scheme=http scarab.http.scriptname=/scarab/issues scarab.http.port=8080
¤¹¤ß¤Þ¤»¤ó¤¬¡¢211.43.222.21(Korea Network Information Center)¤«¤é¤ÎSPAM¤¬¹ó¤¤¤Î¤Ç¥³¥á¥ó¥ÈÍó¤òºï½ü¤·¤Þ¤¹
º´Æ£? (2007-03-15 (ÌÚ) 16:56:51)
Windows¤Ç¤ÏC:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps¤Î²¼¤Ëscarab¤ò¥Õ¥©¥ë¥À¥³¥Ô¡¼¤·¡¢Ê£¿ôµ¯Æ°¤·¤¿¤Î¤Ç¤¹¤¬¡¢linux¤ÇƱ¤¸¤è¤¦¤Ëscarab.war¤ò̾Á°Êѹ¹¤·¥³¥Ô¡¼¤·¤Æµ¯Æ°¸å¡¢¡ÉStack Trace¡É¤È¤Ç¤Þ¤¹¡£Ê£¿ôµ¯Æ°¤ÎÂнèÊýË¡¡¢¤´½õ¸À¤¤¤¿¤À¤±¤Þ¤»¤ó¤Ç¤·¤ç¤¦¤«¡©
¤µ¤È¤¦? (2007-02-24 (ÅÚ) 02:07:27)
»Ï¤á¤Þ¤·¤Æ B20¤Ë¤ÆExcel½ÐÎϤ¹¤ë¤ÈÆüËܸ줬¡©¡©¤Ë¤Ê¤ê¤Þ¤¹¡£b19°Ê¹ß¤Ï¡©¡©¤Ë¤Ê¤ë¤ÈScarab-ja¤ËµºÜ¤µ¤ì¤Æ¤¤¤¿¤Î¤Ç¤¹¤¬¡¢ËÜ¥Ú¡¼¥¸¤ò¸«¤ë¤ÈB19¤Ç¤âÆüËܸì¤Ç¤¹¡£¤½¤³¤Ç¤´¼ÁÌä¤Ç¤¹¤¬¡¢$scarab_root\src\conf\conf\¤Ëcoustomsetting.properties¤¬¤¢¤ê¤Þ¤»¤ó¤¬¤³¤ì¤Ï¿·µ¬¤ËºîÀ®¤¹¤ë¤Î¤Ç¤·¤ç¤¦¤«¡©¼«Ê¬´Ä¶¡¡OS¡§Windows Xpapache-ant1.7.0/scarab-1.0-b20/apache-tomcat-6.0.7/mysql-4.0.17-win¤Çµ¯Æ°¤·¤Æ¤ª¤ê¤Þ¤¹¡£
¤â¤·µ¹¤·¤±¤ì¤Ð¤ª¤·¤¨¤Æ¤¯¤À¤µ¤¤