Difference between revisions of "Stanford:ToDoPage"

From Protege Wiki
Jump to: navigation, search
m (Christian)
m (Christian)
Line 8: Line 8:
 
* WebProtege
 
* WebProtege
 
** Complete UI scripting for iCAT and finish automatic build and testing of WebProtege
 
** Complete UI scripting for iCAT and finish automatic build and testing of WebProtege
** 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.
+
** Tanias machine (/usr/locasl/icat-files/src/icat-maven): Maven runs out of diskspace, increase memory for Maven. /usr/locasl/icat-files/src/icat-maven (Alex: user access right). User right problem?
*** 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)
 
*** Maven out of diskspace, increase memory for Maven. /usr/locasl/icat-files/src/icat-maven (Alex: user access right). User right problem?
 
 
* Other
 
* Other
 
** Copy plugin: instruction,with Tim: properties are overwritten, before war is actually is build
 
** Copy plugin: instruction,with Tim: properties are overwritten, before war is actually is build
Line 21: Line 18:
 
* 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: 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>
 
* 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>
 +
* pom.xml: folder webprotege (generated by GWT with ugly files): all *.rpc files have to be copied one level up (same level as webprotege), http://maven.apache.org/plugins/maven-resources-plugin/examples/copy-resources.html
  
 
=Alex=
 
=Alex=

Revision as of 13:24, November 23, 2010

Christian

open

  • General
  • WebProtege
    • Complete UI scripting for iCAT and finish automatic build and testing of WebProtege
    • distinguish SNAPSHOT and release in terms of getting latest or defined dependencies.
    • Tanias machine (/usr/locasl/icat-files/src/icat-maven): Maven runs 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>
  • pom.xml: folder webprotege (generated by GWT with ugly files): all *.rpc files have to be copied one level up (same level as webprotege), http://maven.apache.org/plugins/maven-resources-plugin/examples/copy-resources.html

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