Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ETrice/Development/ETriceHome"

(New page: * start Eclipse (with PHP installed) with a new work space * add a CVS repository location: :pserver:dev.eclipse.org:/cvsroot/org.eclipse (for committers :extssh:__COMMITTER_NAME__@dev.ecl...)
 
Line 1: Line 1:
 
* start Eclipse (with PHP installed) with a new work space
 
* start Eclipse (with PHP installed) with a new work space
* add a CVS repository location: :pserver:dev.eclipse.org:/cvsroot/org.eclipse (for committers :extssh:__COMMITTER_NAME__@dev.eclipse.org:/cvsroot/org.eclipse)
+
* add a CVS repository location: :pserver:dev.eclipse.org:/cvsroot/org.eclipse (for committers :extssh:__COMMITTER_NAME__@dev.eclipse.org:/cvsroot/org.eclipse, cf. http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/tree/team/etrice_project_website.epf, edit __COMMITTER_NAME__ first)
 
* check out the www/etrice eclipse project
 
* check out the www/etrice eclipse project
 
* make your changes
 
* make your changes

Revision as of 02:21, 2 February 2011

  • start Eclipse (with PHP installed) with a new work space
  • add a CVS repository location: :pserver:dev.eclipse.org:/cvsroot/org.eclipse (for committers :extssh:__COMMITTER_NAME__@dev.eclipse.org:/cvsroot/org.eclipse, cf. http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/tree/team/etrice_project_website.epf, edit __COMMITTER_NAME__ first)
  • check out the www/etrice eclipse project
  • make your changes
  • committers can check in, the changes will go live within a minute
  • contributors can provide a patch with their changes

NOTE: preferably web development should be completed in a local environment before committing to the eclipse CVS. There are instructions on http://wiki.eclipse.org/Phoenix_Documentation and http://wiki.eclipse.org/Configuring_Eclipse_to_Edit_your_eclipse.org_Website. But with xampp-win32-1.7.3 the Phoenix PHP scripts yield errors.

Back to the top