This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/development/ssp/SSP $ mvn -Dmaven.test.skip=true clean install | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building SSP 2.3.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ssp --- | |
[INFO] Deleting /Users/garyt/development/ssp/SSP/target | |
[INFO] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/development/ssp/uPortal $ ant initportal | |
Buildfile: /Users/garyt/development/ssp/uPortal/build.xml | |
[mkdir] Created dir: /Users/garyt/development/ssp/uPortal/target/tmp | |
prodPrompt: | |
initportal: | |
[echo] Initializing uPortal | |
checkForTomcat: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var availableTPs = $('#availableTPs a'), | |
tpList = $('#tpList'), | |
currentTPs = $('#tpList a'); | |
// Set click event on the list of available touchpoints and run methods when an item on that list is clicked. | |
availableTPs.on('click', function(event){ | |
var clickedTPLabel = $(this).children('span').html(), | |
tpListLength = countTPs(), | |
newTPMarkup = createNewTP(); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Touchpoints | |
var availableTPs = $('#availableTPs a'), | |
tpList = $('#tpList'), | |
currentTPs = $('#tpList a'); | |
// Click from a list of available touchpoints to create a user-selected list of touchpoints. | |
availableTPs.on('click', function(event){ | |
var clickedTPLabel = $(this).children('span').html(), | |
tpListLength = countTPs(), | |
newTPMarkup = createNewTP(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Licensed to the Apache Software Foundation (ASF) under one or more | |
# contributor license agreements. See the NOTICE file distributed with | |
# this work for additional information regarding copyright ownership. | |
# The ASF licenses this file to You under the Apache License, Version 2.0 | |
# (the "License"); you may not use this file except in compliance with | |
# the License. You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR [main] Feb/06 13:07:44,791 context.ContextLoader.[] - Context initialization failed | |
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.beans.factory.config.CustomEditorConfigurer#0' defined in file [/Users/garyt/development/jasig/apache-tomcat-6.0.35/webapps/uPortal/WEB-INF/classes/properties/contexts/applicationContext.xml]: Cannot resolve reference to bean 'portalPropertyEditorRegistrar' while setting bean property 'propertyEditorRegistrars' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'portalPropertyEditorRegistrar' defined in file [/Users/garyt/development/jasig/apache-tomcat-6.0.35/webapps/uPortal/WEB-INF/classes/properties/contexts/applicationContext.xml]: Error converting typed String value for bean property 'propertyEditors'; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'jav |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
///////////////////////////////// | |
// Compact Scales | |
///////////////////////////////// | |
// To achieve the inline display of the title and the content, both block elements are floated with css. | |
// This is great except when the title is long enough to overlap the floated content. | |
// In that scenario, the title is pushing the content to the next line. | |
// To prevent that, will calculate and set the space available to the title. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR [main] Jan/27 15:20:18,689 context.ContextLoader.[] - Context initialization failed | |
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.beans.factory.config.CustomEditorConfigurer#0' defined in file [/Users/garyt/development/jasig/apache-tomcat-6.0.35/webapps/uPortal/WEB-INF/classes/properties/contexts/applicationContext.xml]: Cannot resolve reference to bean 'portalPropertyEditorRegistrar' while setting bean property 'propertyEditorRegistrars' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'portalPropertyEditorRegistrar' defined in file [/Users/garyt/development/jasig/apache-tomcat-6.0.35/webapps/uPortal/WEB-INF/classes/properties/contexts/applicationContext.xml]: Error converting typed String value for bean property 'propertyEditors'; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'jav |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="item scale"> | |
<div class="compact"> | |
<h5 class="title"> | |
<span class="number">1</span> | |
<span class="delineator"> | |
<span class="paren">)</span> | |
<span class="dot">.</span> | |
</span> | |
<span class="required">*</span> | |
<span class="label">Question text.</span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div rsf:id="fullDisplay:" class="display-full horizontal"> | |
<!-- FULL DISPLAY --> | |
<ol> | |
<li> | |
<input type="radio" rsf:id="radioValue" id="full1"/> | |
<label for="full1" rsf:id="radioLabel">full label</label> | |
</li> | |
<li> | |
<input type="radio" rsf:id="radioValue" id="full2"/> | |
<label for="full2" rsf:id="radioLabel">full label</label> |
NewerOlder