Power Hour June 2010 AutoMap Scripting

Slides:



Advertisements
Similar presentations
Monthly APCD User Workgroup Webinar May 27 th, 2014.
Advertisements

Four Phases of Report Authoring Targeted for Executives and Upper Management By: Ben Aminnia President, L.A. SQL Server Professionals Group
MAY 21, 2015 MFP Monthly Webinar. Goals of our monthly webinars Our goals for our MFP monthly webinars are:  To provide training on key topics  To better.
Erin Zimmerman ISTC 705 Web Applications for Education A Web 2.0 Tool for Education.
Tuesday, November 10, :00 noon to 1:00 p.m. Best Practices for Helping Job Seekers in Your Library An Webinar Infopeople webinars are supported.
Dick Price, Deb Sims, Jeff Decker—IEEE CS Scott LaChance—LMCO 16 July 2010 Lockheed Martin/ IEEE Computer Society Webinar Survey Results.
1 Columbus AIP 6 Years Old. 2 Meeting Agenda Brief History Membership Financing Website Updates Future.
SDL Proprietary and Confidential SDL Community Enhancing Customer Experience October 2015.
Instructions for Website How to register: 1. Click “Register” under the banner 1.
Submitting Leave of Absence Requests
iLab Training for VUMC Departments & Users
Partners 4 Change Next Steps
Creating Engaging Websites
ArcGIS Workflow Manager: Advanced Workflows and Concepts
Undergraduate Summer Research Award Program
Lab Introduction Installing Python
101 Introduction aba.com BANKERS.
Parking Forum 02 June 2017.
Focused, Connected, Ready September 2014
Show Me! ePublisher & Distributed Publishing
4TH GENERAL BODY MEETING
Power Hour April 2011 DITA and ePublisher
Power Hour October 2010 Building Custom Formats
Responsive Design Optimizing the browsing experience
Power Hour November 2010 Implementing Context-Sensitive Help
Show Me – March 2011 ePublisher 2010 – The Year in Review
Power Hour June 2012 Usage Metrics Learning about your audience
ePublisher Invoking Tools and Post-Processing Outputs
Power Hour May 2013 XSL-FO Basic Concepts and Markup
Power Hour December 2013 Images Optimizing for online and print
Power Hour July 2013 ePublisher Hacking Primer Format Conventions
Heinz College Mentor Program Online Orientation
Social media and how we use it
Build Your AutoCAD® IQ! Presented by: Vinod Balasubramanian
Standard for Success Teacher Training.
Using the CDISC Website
SSIS Project Deployment: The T-SQL Way
Junior Family Night Part II For students and their families
Junior Family Night Part II For students and their families
THS SPORTS FESTIVAL: 2018 Monday 2nd July – Thursday 12th July
Monday, March 19th Today will be the first day of three days for the SHARE presenters. Today will be talking about guarding your heart and relationships.
Review Conferring Expectations Review Countdown Unit Choice Reading
WWI Mini Battles Assignment
Page Templates Leveraging Page Templates for Good and Evil
Follow-up actions to the June 2017 Standards Working Group meeting
Monday, January 22nd Go over Health CA study guide Peer study
Power Hour October 2013 Extending Styles Adding properties and options
American History Unit: 1950s to Present Topic: Review
How to Complete the New ID Section on the Evaluation Tools
March 27, 2018 Bonding Exam Review Bonding
Show Me June 2011 ePublisher
Show Me! Conditional Text
Conference Website bit.ly/puextpdc
Digital Learning Forum Meeting November 12, 2018
Standard for Success Teacher Training.
ALL CLUB REPRESENTATIVES PLEASE SIGN IN AT THE FRONT
June 4, 2015 OCSAB Meeting Houston, Texas
Power Hour July 2010 Deployment Clients
ModelBuilder – Getting Started
Power Hour September 2014 Dynamic Merge Multi-volume Help on the Fly
Welcome to SPDG Evaluators’ Community Session:
Monday, October 30th Fill in your agenda with:
Year 6 Transition Information for Ruskin
Write A Health Book Module 4
PDFs from DITA Examining the process of DITA to XSL-FO to PDF
Chapter 8 Project Sections p591, p609.
Live Event resources Pre- event checklist Planning template
UC ANR UCPath Network May 22, 2019 John Fox, Human Resources
American History Unit: World War II Topic: War in the Pacific
Presentation transcript:

Power Hour June 2010 AutoMap Scripting Ben Allums Jesse Wiles

Power Hour – June 2010 Agenda Survey Results AutoMap Scripting AutoMap as Scheduler AutoMap as Tool Improvements Webinars of Interest

Power Hour – June 2010 Survey Results

Survey Results When to meet:

Survey Results Topics to cover:

Survey Results Topics to cover: No suggestions!

Power Hour – June 2010 AutoMap Scripting

AutoMap Scripting AutoMap as Scheduler AutoMap as Tool Improvements

AutoMap Scripting AutoMap Get Files Pre-Build Job Pre-Build Target Version Control CMS Scripts AutoMap as Scheduler AutoMap Get Files Pre-Build Job Post-Build Job Pre-Build Target Post-Build Target

AutoMap Scripting AutoMap as Scheduler Get Files Script echo BuildAction: ${BuildAction} echo DeployFolder: ${DeployFolder} echo ErrorCount: ${ErrorCount} echo FileListName: ${FileListName} echo FileListPath: ${FileListPath} echo JobDir: ${JobDir} echo JobFile: ${JobFile} echo JobName: ${JobName} echo ProjectDir: ${ProjectDir} echo ProjectFile: ${ProjectFile} echo TargetDeployKey: ${TargetDeployKey} echo TargetName: ${TargetName} echo TargetOutputDir: ${TargetOutputDir} echo echo C:%HOMEPATH%\My Documents\ePublisher Express Projects\Exp_ePub\Source-Docs\Adobe FrameMaker\Exploring ePublisher.book>> "${FileListPath}“ echo C:%HOMEPATH%\My Documents\ePublisher Express Projects\Exp_ePub\Source-Docs\DITA-XML\hierarchy.ditamap>> "${FileListPath}“ echo C:%HOMEPATH%\My Documents\ePublisher Express Projects\Exp_ePub\Source-Docs\Microsoft Word\Exploring ePublisher.doc>> "${FileListPath}“

AutoMap Scripting AutoMap as Scheduler Pre-Build Job echo BuildAction: ${BuildAction} echo DeployFolder: ${DeployFolder} echo ErrorCount: ${ErrorCount} echo JobDir: ${JobDir} echo JobFile: ${JobFile} echo JobName: ${JobName} echo ProjectDir: ${ProjectDir} echo ProjectFile: ${ProjectFile} echo TargetDeployKey: ${TargetDeployKey} echo TargetName: ${TargetName} echo TargetOutputDir: ${TargetOutputDir}

AutoMap Scripting AutoMap as Scheduler Post-Build Job echo BuildAction: ${BuildAction} echo DeployFolder: ${DeployFolder} echo ErrorCount: ${ErrorCount} echo JobDir: ${JobDir} echo JobFile: ${JobFile} echo JobName: ${JobName} echo ProjectDir: ${ProjectDir} echo ProjectFile: ${ProjectFile} echo TargetDeployKey: ${TargetDeployKey} echo TargetName: ${TargetName} echo TargetOutputDir: ${TargetOutputDir}

AutoMap Scripting AutoMap as Scheduler Pre-Build Target echo BuildAction: ${BuildAction} echo DeployFolder: ${DeployFolder} echo ErrorCount: ${ErrorCount} echo JobDir: ${JobDir} echo JobFile: ${JobFile} echo JobName: ${JobName} echo ProjectDir: ${ProjectDir} echo ProjectFile: ${ProjectFile} echo TargetDeployKey: ${TargetDeployKey} echo TargetName: ${TargetName} echo TargetOutputDir: ${TargetOutputDir}

AutoMap Scripting AutoMap as Scheduler Post-Build Target echo BuildAction: ${BuildAction} echo DeployFolder: ${DeployFolder} echo ErrorCount: ${ErrorCount} echo JobDir: ${JobDir} echo JobFile: ${JobFile} echo JobName: ${JobName} echo ProjectDir: ${ProjectDir} echo ProjectFile: ${ProjectFile} echo TargetDeployKey: ${TargetDeployKey} echo TargetName: ${TargetName} echo TargetOutputDir: ${TargetOutputDir}

AutoMap Scripting AutoMap as Scheduler Demonstration

AutoMap Scripting Build Process AutoMap as Tool Version Control CMS Scripts AutoMap as Tool Build Process AutoMap

AutoMap Scripting AutoMap as Tool Demonstration

AutoMap Scripting Improvements Separate scheduler for Express projects Queuing support Others?

Power Hour – June 2010 Webinars of Interest

Webinars of Interest Show Me: Learn what the ePublisher platform can do for you right out of the box. Hosted by members of the WebWorks staff Repeats on the 3rd Thursday of every month Sign-up at http://www.webworks.com/Resources/Events/Show_Me/Archive/

Webinars of Interest Study Hall: Open forum for ePublisher users to ask questions and request help on custom projects Hosted by members of the WebWorks development staff Repeats on the 2nd and last Wednesdays of every month Join at http://www.webworks.com/Resources/Events/Study_Hall/

Webinars of Interest Archives: Power Hour http://www.webworks.com/Resources/Events/Power_Hour/Archive/ Show Me! http://www.webworks.com/Resources/Events/Show_Me/Archive/

Power Hour June 2010 AutoMap Scripting Ben Allums Jesse Wiles