Difference between revisions of "Stanford:ToDoPage"

From Protege Wiki
Jump to: navigation, search
(open)
m (Christian)
Line 10: Line 10:
 
** pom.xml related
 
** pom.xml related
 
*** distinguish SNAPSHOT and release in terms of getting latest or defined dependencies.
 
*** distinguish SNAPSHOT and release in terms of getting latest or defined dependencies.
*** Make configurable: GWT-compile only of certain modules and of the html file. (e.g. webprotege.html) Solution: http://zenoconsulting.wikidot.com/blog:16
 
*** reduce size of war
 
 
*** folder webprotege (generated by GWT with ugly files): all *.rpc files are copied one level up (same level as webprotege): Copy Resources - Goal of Resources-Plugins: http://maven.apache.org/plugins/maven-resources-plugin/examples/copy-resources.html
 
*** folder webprotege (generated by GWT with ugly files): all *.rpc files are copied one level up (same level as webprotege): Copy Resources - Goal of Resources-Plugins: http://maven.apache.org/plugins/maven-resources-plugin/examples/copy-resources.html
 
** Tanias machine (/usr/locasl/icat-files/src/icat-maven)
 
** Tanias machine (/usr/locasl/icat-files/src/icat-maven)
Line 20: Line 18:
 
==done==
 
==done==
 
* Christian, please add this line to your ~/.bashrc: umask u=rwx,g=rwx,o=rx. thanks Alex
 
* Christian, please add this line to your ~/.bashrc: umask u=rwx,g=rwx,o=rx. thanks Alex
* SVN checkout problem in project project.editor.application: files are not check-out plugin.xml, version.properties
+
* SVN checkout problem in project project.editor.application: files are not check-out plugin.xml, version.properties. Update of svn-externals and Hudson solved the issued.
 +
* pom.xml: Make configurable: GWT-compile only of certain modules and of the html file. (e.g. webprotege.html). Relevant web pages added to QaGuide.
 +
* pom.xml: reduce size of war. the lib folder is cleaned, the svn is updated. Now only the libs defined in pom.xml are part of the war. Can be further reduced with <provided>true></provided>
  
 
=Alex=
 
=Alex=

Revision as of 12:56, November 23, 2010

Christian

open

  • General
  • WebProtege
    • Complete UI scripting for iCAT and finish automatic build and testing of WebProtege
    • pom.xml related
    • Tanias machine (/usr/locasl/icat-files/src/icat-maven)
      • Maven out of diskspace, increase memory for Maven. /usr/locasl/icat-files/src/icat-maven (Alex: user access right). User right problem?
  • Other
    • Copy plugin: instruction,with Tim: properties are overwritten, before war is actually is build

done

  • Christian, please add this line to your ~/.bashrc: umask u=rwx,g=rwx,o=rx. thanks Alex
  • SVN checkout problem in project project.editor.application: files are not check-out plugin.xml, version.properties. Update of svn-externals and Hudson solved the issued.
  • pom.xml: Make configurable: GWT-compile only of certain modules and of the html file. (e.g. webprotege.html). Relevant web pages added to QaGuide.
  • pom.xml: reduce size of war. the lib folder is cleaned, the svn is updated. Now only the libs defined in pom.xml are part of the war. Can be further reduced with <provided>true></provided>

Alex

The tasks are ordered in the sequence of importance

  1. Synchronize times on different servers (especially SVN and bmir-husdson1), e.g. by using a time server/service (http://time.stanford.edu?).
  2. Setup X-Server and care about "export DISPLAY=localhost:0.0"
  3. have all servers running as service
    • Hudson
    • Sonar
    • Nexus
    • Tomcat (and have it restarted on a daily basis)
    • Selenium
  4. MediaWiki