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
| ~/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
| ~/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] |
OlderNewer