Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. Make sure all developers have checked in their code.
2. For releases, make sure everyone has closed out their fixed bugs so the release notes are accurate.

FRONT END

(Temporary) Ask Justin or Robin to compile and commit a new .swf . 

 BACK END

Configuring the Build Environment

...

If you don't know what changed, it's probably a bad idea to do a release. 

0.1  Log in to isda-build1.mit.edu .

1. Check out the thalia code from svn:

...

  c. To specify tomcat authentication info in Maven, add the following line in settings.xml in $M2_HOME/conf/settings.xmlxml  . Username and password are for the tomcat manager. Ask if you don't have that information.
    <server>
      <id>deploymentserver</id>
      <username>username</username>
      <password>password</password>
    </server>

...