Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15395] SDK: Typo in titanium.js

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2014-03-23T00:51:09.000+0000
Affected Version/sRelease 3.1.4
Fix Version/s2013 Sprint 21, 2013 Sprint 21 Core, Release 3.2.0
ComponentsCLI, Tooling
Labelsay-verified, qe-3.1.4, qe-closed-3.2.0
ReporterOlga Romero
AssigneeChris Barber
Created2013-10-03T23:37:25.000+0000
Updated2014-03-23T00:51:13.000+0000

Description

There is a typo in the word "consist". ..../osx/3.1.4.v20131002082601/node_modules/titanium-sdk/lib/titanium.js
tiapp.version || (tiapp.version = '1.0');
	
	if (!/^\d+(\.\d+(\.\d+(\..+)?)?)?$/.test(tiapp.version)) {
		logger.error(__('tiapp.xml contains an invalid version "%s"', tiapp.version));
		logger.error(__('The version may only *contist* of letters, numbers, dashes, underscores, pluses, and spaces.') + '\n');
		process.exit(1);
	}

Comments

  1. Ingo Muschenetz 2013-10-17

    Moving into 3.2.1 due to lack of remaining bandwidth for 3.2.0
  2. Chris Barber 2013-10-17

    Fixed it in the Android build PR. Pull request: https://github.com/appcelerator/titanium_mobile/pull/4781
  3. Olga Romero 2013-11-08

    Closing as fixed Tested and verified Fixed with: CLI 3.2.0 (git://github.com/appcelerator/titanium.git) Alloy 1.3.0
       	logger.error(__('The app id must consist of letters, numbers, and underscores.'));
       

JSON Source