Troubleshooting a Bug for an Environment
(Kuali Implementation Technical Team)
References http://www.mosaic.arizona.edu/Environmenturls Application Information Build information on top right KITTxxxxyy KITT = our build xxxx = foundation build number yy = our build number Steps To Tackle A Bug # Try to reproduce it in appropriate environment. # Try ...
|
Build Process For Developers - Source Code Import
(Kuali Implementation Technical Team)
Tools: Java, Ant, Gradle, and SVN Uses internally maintained toolset. Schedule maintained by continuous integration. Checking Out Tools in Eclipse Repository: https://svn.uits.arizona.edu/kitt/kitt/ Project: tools/merge/trunk file structure (in subversion): "bin ...
Other labels:
kitt-in-progress
|
SVN Vendor Source Import Automation
(Kuali Implementation Technical Team)
|
rSmart Build Version Merge Process
(Kuali Implementation Technical Team)
Merge rSmart with svnloaddirs This will fetch rsmart and foundation code, and merge them into the respective tags. % ant Dkitt.username= Dkitt.password= svnloaddirsall If the latest release is build1092, this will create a {{vendor/rsmart/kfs/tags/build1092}} tag # Merge new rSmart version into trunk This will simply ...
|
Setup Development Use Case
(Kuali Implementation Technical Team)
Switch branch for build.xml. ## Rightclick on build.xml. ## Go to "Team" submenu. !switch menu.jpg! ## Go to "Switch to another Branch/Tag/Revision..." ## Replace "trunk" with "branches/vendortrunk". !switch screen.jpg! # Complete the same steps for: # build.properties.xml # buildfoundation.xml # log4j.properties # work/webroot ...
|
Version Control with SVN Policy
(Kuali Implementation Technical Team)
Abstract Mosaic Kuali will be implementing releases of KFS, KCRA, and Rice. Any existing applications, customizations, or configurations need to be ported and migrated appropriately. A SVN repository structure and process that facilitates this kind of development is necessary for improving productivity. Previous Incarnations Using ...
Other labels:
kitt-stage-draft
|
KFS 3.0 Troubleshooting Guide
(Kuali Implementation Technical Team)
Application Start Exceptions Exceptions triggered at startup {{SEVERE: listener start error}} This error appears in the console when tomcat starts without starting the KFS application. # Run Project \> Clean... # If the server doesn't start with the application, then: ## Turn off Build ...
|
Kuali Implementor Glossary
(Kuali Implementation Technical Team)
B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Other labels:
kitt-stage-draft
|
Implementing Kuali Financials (KFS) and Kuali Coeus(KC) at the University of Arizona
(Kuali Implementation Technical Team)
Gary Windham, Assistant Director, Integration Infrastructure & Architecture, UITS emurphy1, Assistant Director, Applications Development, UITS znaiman, Kuali Development Manager, UITS Clinton Lee, Consultant, The Burgundy Group przybyls, KITT Development, UITS Overview This document ...
Other labels:
kitt-stage-draft
|
UML Quickstart Guide
(Kuali Implementation Technical Team)
Some basics on UML. Goes over Class inheritance, aggregation, interfaces and has two simple examples of a class and sequence diagram. !Inheritance.png! Simple example of one class extending another. No attributes or operations recorded. Make note of the solid line ...
Other labels:
kitt-stage-draft
|