Since you're only modifying the branch and localbranch you could just put the following in settings.rb:
ui["branch"] = "1.5.0"
ui["localbranch"] = "1.5.0"
On Tue, May 08, 2012 at 09:51:49AM -0700, Christian Vuerings wrote:
> Hi Joe,
> I've put in a feature request [1] so the OAE builder could do this for us.
> Afaik, right now you have 2 options:
> 1) Modifying the settings.rb file (or add it) in the OAE-Builder directory
> ui = {"path" => "../3akai-ux", "repository" =>
> "[1]git://github.com/sakaiproject/3akai-ux.git", "branch" => "1.5.0",
> "localbranch" => "1.5.0"}
> and do:
> cd OAE-Builder
> rake
> (---- If something goes wrong - try `cd 3akai-ux` and `git checkout -b
> 1.5.0 origin/1.5.0` ---- not sure whether you'll need it)
> rake run
> (wait until the server has started completely)
> rake setup
> 2) Do it manually
> cd OAE-Builder
> rake clean
> cd ../nakamura
> git fetch origin
> git checkout origin/master # Nakamura doesn't currently has a 1.5.0 branch
> yet
> mvn clean install -Dmaven.test.skip
> cd ../3akai-ux
> git fetch origin
> git checkout origin/1.5.0
> cd ../OAE-Builder
> rake run
> (wait until the server has started completely)
> rake setup #adding dummy users and dummy data + setting up FSResource.
> As you can see these are quite a lot of commands and I assume that you did
> `rake clone` without any modifications.
> - Christian
> [1] [2]https://jira.sakaiproject.org/browse/OAEBLDR-22
> On May 8, 2012, at 9:32 AM, Humbert, Joseph A wrote:
>
> Hi All,
>
> I have been verifying all the Accessibility issues using the OAE-Builder
> and OAE-tools. Is there an easy way to use those tools to verify fixes
> against the 1.5.0 branch instead of master?
>
> Joe Humbert, Assistive Technology and Web Accessibility Specialist
> UITS Adaptive Technology and Accessibility Centers
> Indiana University, Indianapolis and Bloomington
> 535 W Michigan St. IT214 E
> Indianapolis, IN 46202
> Office Phone: (317) 274-4378
> Cell Phone: (317) 644-6824
> [3][email protected]
> [4]http://iuadapts.Indiana.edu/
>
> _______________________________________________
> oae-dev mailing list
> [5][email protected]
> [6]http://collab.sakaiproject.org/mailman/listinfo/oae-dev
>
> References
>
> Visible links
> 1. file:///tmp/x-msg:/79/git:/github.com/sakaiproject/3akai-ux.git
> 2. https://jira.sakaiproject.org/browse/OAEBLDR-22
> 3. mailto:[email protected]
> 4. http://iuadapts.indiana.edu/
> 5. mailto:[email protected]
> 6. http://collab.sakaiproject.org/mailman/listinfo/oae-dev
> _______________________________________________
> oae-dev mailing list
> [email protected]
> http://collab.sakaiproject.org/mailman/listinfo/oae-dev
--
D. Stuart Freeman
Georgia Institute of Technology
signature.asc
Description: Digital signature
_______________________________________________ oae-dev mailing list [email protected] http://collab.sakaiproject.org/mailman/listinfo/oae-dev
