[AC-1582] Import Issue - Existing folder as a New Project
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Duplicate |
Resolution Date | 2014-05-28T17:24:33.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | import, issue |
Reporter | Freddy |
Assignee | Ritu Agrawal |
Created | 2014-05-22T19:50:29.000+0000 |
Updated | 2016-03-08T07:38:03.000+0000 |
Description
I am getting a blank window when I click on File > Import > Exiting Folder as New Project, if I double click I get the following error:
An error has occurred. See error log for more details.
java.lang.NullPointerException
I have Titanium 3.2.3 with Maverick on Mac and both are doing the same thing. I have searched the issue and there are tickets that have been closed claiming the issue has been resolved but that is not the case. I need this resolved to complete some projects I am working on. Here is the log details:
Attachments
Thanks for attaching the screenshot. Though I can clearly see the problem in the screenshot but I am not able to reproduce the issue. You can try couple of things: 1. Clean your project and try restarting Titanium Studio and import the file again. 2. You may copy your project in new place. Restart the studio with new workspace and import your project. Also, please attach the output of the log files to further diagnose the issue Help ==> Studio ==> Run diagnostic Test Help ==> Studio ==> View log file
Here is what comes up in the log !ENTRY org.eclipse.jface 4 2 2014-05-23 11:16:49.314 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 java.lang.NullPointerException at com.appcelerator.titanium.ui.module.TitaniumModulePrimaryNatureContributor.getPrimaryNatureRank(TitaniumModulePrimaryNatureContributor.java:24) at com.aptana.ui.wizards.WizardFolderImportPage.setPrimaryNatureFromContributions(WizardFolderImportPage.java:226) at com.aptana.ui.wizards.WizardFolderImportPage.createControl(WizardFolderImportPage.java:310) at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:174) at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:736) at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:1182) at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1241) at org.eclipse.jface.wizard.WizardDialog.access$4(WizardDialog.java:1238) at org.eclipse.jface.wizard.WizardDialog$8.run(WizardDialog.java:1227) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1225) at org.eclipse.ui.internal.dialogs.ImportExportPage.treeDoubleClicked(ImportExportPage.java:251) at org.eclipse.ui.internal.dialogs.ImportPage$2.doubleClick(ImportPage.java:72) at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:845) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:843) at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1477) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1246) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:249) at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:246) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:307) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4166) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1489) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1279) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4012) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3651) at org.eclipse.jface.window.Window.runEventLoop(Window.java:826) at org.eclipse.jface.window.Window.open(Window.java:802) at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:152) at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:279) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290) at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:243) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:224) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:167) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213) at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:420) at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4166) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1489) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1279) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4012) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3651) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:140) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:611) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at com.appcelerator.titanium.rcp.IDEApplication.start(IDEApplication.java:125) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
Diagnostic Host OS: Mac OS X OS Version: 10.9.2 OS Arch: x86 JRE Version: 1.6.0_65 JRE Vendor: Apple Inc. JRE Home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home Titanium Studio Version: 3.2.3.201404181442 Install Directory: file:/Applications/Titanium Studio/ Workspace Directory: file:/Users/metik/Documents/Titanium_Studio_Workspace/ VM Arguments: -Xms128m -Xmx1024m -XX:MaxPermSize=256m -Xverify:none -Declipse.p2.unsignedPolicy=allow -Declipse.log.size.max=10000 -Declipse.log.backup.max=5 -Xdock:icon=../Resources/titanium.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -Djava.class.path=/Applications/Titanium Studio/TitaniumStudio.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar Language: en_US ACS App URL: https://api.cloud.appcelerator.com/v1/apps/create.json ACS Login URL: https://api.cloud.appcelerator.com/v1/admins/studio_login.json XCode Version: 5.1.1 Latest Titanium SDK: 3.2.3.GA Titanium SDK Version: 3.2.2.GA SDK Modules API Version:2 SDK Timestamp: 03/05/14 12:21 SDK Build Number: 96e9a07 SDK Location: /Users/metik/Library/Application Support/Titanium/mobilesdk/osx/3.2.2.GA Titanium SDK Version: 3.2.3.GA SDK Modules API Version:2 SDK Timestamp: 04/22/14 10:17 SDK Build Number: b958a70 SDK Location: /Users/metik/Library/Application Support/Titanium/mobilesdk/osx/3.2.3.GA Browsers - Default system web browser: Unknown (N/A) - Firefox: 29.0.1 (/Applications/Firefox.app/Contents/MacOS/firefox-bin) - Safari: 7.0.3 (/Applications/Safari.app/Contents/MacOS/Safari) Android SDK Version: 4.1.2 Android NDK Version: Unknown/Uninstalled Titanium CLI Enabled: true Node.ACS Host URL: null Node.JS Version: v0.10.13 NPM Path: /usr/local/bin/npm NPM Version: 1.3.2 /usr/local/lib ├── acs@1.0.14 ├── alloy@1.3.1 ├── npm@1.3.2 └── titanium@3.2.3 npm -g ls titanium: /usr/local/lib └── titanium@3.2.3 Packages: /usr/local/lib ├─┬ acs@1.0.14 │ ├── acs-node@0.9.2 │ ├── colors@0.6.0-1 │ ├── commander@0.6.1 │ ├─┬ connect@2.3.5 │ │ ├── bytes@0.0.1 │ │ ├── cookie@0.0.4 │ │ ├── crc@0.2.0 │ │ ├── debug@0.8.0 │ │ ├── formidable@1.0.11 │ │ ├── fresh@0.0.1 │ │ ├── mime@1.2.4 │ │ ├── qs@0.4.2 │ │ └── range-parser@0.0.4 │ ├── ejs@0.8.0 │ ├── esprima@0.9.9 │ ├─┬ express@3.0.0 │ │ ├─┬ connect@2.6.0 │ │ │ ├── bytes@0.1.0 │ │ │ ├── formidable@1.0.11 │ │ │ ├── pause@0.0.1 │ │ │ ├── qs@0.5.1 │ │ │ └─┬ send@0.0.4 │ │ │ └── mime@1.2.6 │ │ ├── cookie@0.0.4 │ │ ├── crc@0.2.0 │ │ ├── debug@0.8.0 │ │ ├── fresh@0.1.0 │ │ ├── methods@0.0.1 │ │ ├── range-parser@0.0.4 │ │ └─┬ send@0.1.0 │ │ └── mime@1.2.6 │ ├─┬ fstream@0.1.18 │ │ ├── graceful-fs@1.1.14 │ │ ├── inherits@1.0.0 │ │ └── rimraf@2.2.6 │ ├─┬ jade@0.28.1 │ │ └── coffee-script@1.4.0 │ ├─┬ log4js@0.5.1 │ │ └── async@0.1.15 │ ├── mkdirp@0.3.3 │ ├── node-uuid@1.3.3 │ ├─┬ npm@1.4.6 │ │ ├── abbrev@1.0.4 │ │ ├── ansi@0.2.1 │ │ ├── ansicolors@0.3.2 │ │ ├── ansistyles@0.1.3 │ │ ├── archy@0.0.2 │ │ ├── block-stream@0.0.7 │ │ ├── child-process-close@0.1.1 │ │ ├── chmodr@0.1.0 │ │ ├── chownr@0.0.1 │ │ ├── cmd-shim@1.1.1 │ │ ├── columnify@0.1.2 │ │ ├── editor@0.0.5 │ │ ├── fstream@0.1.25 │ │ ├─┬ fstream-npm@0.1.6 │ │ │ └── fstream-ignore@0.0.7 │ │ ├── github-url-from-git@1.1.1 │ │ ├── github-url-from-username-repo@0.0.2 │ │ ├── glob@3.2.9 │ │ ├── graceful-fs@2.0.2 │ │ ├── inherits@2.0.1 │ │ ├── ini@1.1.0 │ │ ├─┬ init-package-json@0.0.15 │ │ │ └── promzard@0.2.1 │ │ ├── lockfile@0.4.2 │ │ ├── lru-cache@2.5.0 │ │ ├─┬ minimatch@0.2.14 │ │ │ └── sigmund@1.0.0 │ │ ├── mkdirp@0.3.5 │ │ ├── node-gyp@0.13.0 │ │ ├── nopt@2.2.0 │ │ ├── npm-install-checks@1.0.0 │ │ ├── npm-registry-client@0.4.5 │ │ ├── npm-user-validate@0.0.3 │ │ ├─┬ npmconf@0.1.13 │ │ │ └─┬ config-chain@1.1.8 │ │ │ └── proto-list@1.2.2 │ │ ├── npmlog@0.0.6 │ │ ├── once@1.3.0 │ │ ├── opener@1.3.0 │ │ ├── osenv@0.0.3 │ │ ├── path-is-inside@1.0.1 │ │ ├─┬ read@1.0.5 │ │ │ └── mute-stream@0.0.4 │ │ ├─┬ read-installed@2.0.1 │ │ │ └── util-extend@1.0.1 │ │ ├─┬ read-package-json@1.1.8 │ │ │ └── normalize-package-data@0.2.12 │ │ ├─┬ request@2.30.0 │ │ │ ├── aws-sign2@0.5.0 │ │ │ ├── forever-agent@0.5.0 │ │ │ ├─┬ form-data@0.1.2 │ │ │ │ ├── async@0.2.9 │ │ │ │ └─┬ combined-stream@0.0.4 │ │ │ │ └── delayed-stream@0.0.5 │ │ │ ├─┬ hawk@1.0.0 │ │ │ │ ├── boom@0.4.2 │ │ │ │ ├── cryptiles@0.2.2 │ │ │ │ ├── hoek@0.9.1 │ │ │ │ └── sntp@0.2.4 │ │ │ ├─┬ http-signature@0.10.0 │ │ │ │ ├── asn1@0.1.11 │ │ │ │ ├── assert-plus@0.1.2 │ │ │ │ └── ctype@0.5.2 │ │ │ ├── json-stringify-safe@5.0.0 │ │ │ ├── mime@1.2.11 │ │ │ ├── node-uuid@1.4.1 │ │ │ ├── oauth-sign@0.3.0 │ │ │ ├── qs@0.6.6 │ │ │ ├─┬ tough-cookie@0.9.15 │ │ │ │ └── punycode@1.2.3 │ │ │ └── tunnel-agent@0.3.0 │ │ ├── retry@0.6.0 │ │ ├── rimraf@2.2.6 │ │ ├── semver@2.2.1 │ │ ├─┬ sha@1.2.3 │ │ │ └── readable-stream@1.0.24 │ │ ├── slide@1.1.5 │ │ ├── sorted-object@1.0.0 │ │ ├── tar@0.1.19 │ │ ├── text-table@0.2.0 │ │ ├── uid-number@0.0.5 │ │ └── which@1.0.5 │ ├── pkginfo@0.2.2 │ ├─┬ request@2.14.0 │ │ ├─┬ form-data@0.0.7 │ │ │ ├── async@0.1.22 │ │ │ └─┬ combined-stream@0.0.4 │ │ │ └── delayed-stream@0.0.5 │ │ └── mime@1.2.9 │ ├─┬ socket.io@0.9.16 │ │ ├── base64id@0.1.0 │ │ ├── policyfile@0.0.4 │ │ ├── redis@0.7.3 │ │ └─┬ socket.io-client@0.9.16 │ │ ├─┬ active-x-obfuscator@0.0.1 │ │ │ └── zeparser@0.0.5 │ │ ├── uglify-js@1.2.5 │ │ ├─┬ ws@0.4.31 │ │ │ ├── nan@0.3.2 │ │ │ ├── options@0.0.5 │ │ │ └── tinycolor@0.0.1 │ │ └── xmlhttprequest@1.4.2 │ ├── string@1.1.0 │ ├─┬ tar@0.1.13 │ │ ├─┬ block-stream@0.0.7 │ │ │ └── inherits@2.0.1 │ │ └── inherits@1.0.0 │ ├── temp@0.4.0 │ ├── uglify-js@1.3.2 │ ├── underscore@1.3.3 │ └── wrench@1.3.9 ├─┬ alloy@1.3.1 │ ├── colors@0.6.0-1 │ ├── commander@0.6.1 │ ├─┬ jsonlint@1.5.1 │ │ ├── JSV@4.0.2 │ │ └─┬ nomnom@1.6.2 │ │ ├── colors@0.5.1 │ │ └── underscore@1.4.4 │ ├── pkginfo@0.2.2 │ ├─┬ source-map@0.1.9 │ │ └── amdefine@0.1.0 │ ├─┬ uglify-js@2.2.5 │ │ └─┬ optimist@0.3.7 │ │ └── wordwrap@0.0.2 │ ├── wrench@1.3.9 │ ├─┬ xml2tss@0.0.5 │ │ └─┬ xml2js@0.2.8 │ │ └── sax@0.5.8 │ └── xmldom@0.1.13 ├─┬ npm@1.3.2 │ ├── abbrev@1.0.4 │ ├── ansi@0.1.2 │ ├── archy@0.0.2 │ ├── block-stream@0.0.6 │ ├── child-process-close@0.1.1 │ ├── chmodr@0.1.0 │ ├── chownr@0.0.1 │ ├── cmd-shim@1.1.0 │ ├── editor@0.0.4 │ ├── fstream@0.1.22 │ ├─┬ fstream-npm@0.1.4 │ │ └── fstream-ignore@0.0.6 │ ├── glob@3.2.1 │ ├── graceful-fs@1.2.2 │ ├── inherits@1.0.0 │ ├── ini@1.1.0 │ ├─┬ init-package-json@0.0.10 │ │ └── promzard@0.2.0 │ ├── lockfile@0.3.4 │ ├── lru-cache@2.3.0 │ ├─┬ minimatch@0.2.12 │ │ └── sigmund@1.0.0 │ ├── mkdirp@0.3.5 │ ├── node-gyp@0.10.2 │ ├── nopt@2.1.1 │ ├─┬ npm-registry-client@0.2.26 │ │ └── couch-login@0.1.17 │ ├── npm-user-validate@0.0.3 │ ├─┬ npmconf@0.1.1 │ │ └─┬ config-chain@1.1.7 │ │ └── proto-list@1.2.2 │ ├── npmlog@0.0.3 │ ├── once@1.1.1 │ ├── opener@1.3.0 │ ├── osenv@0.0.3 │ ├─┬ read@1.0.4 │ │ └── mute-stream@0.0.3 │ ├── read-installed@0.2.2 │ ├─┬ read-package-json@1.1.0 │ │ └─┬ normalize-package-data@0.2.0 │ │ └── github-url-from-git@1.1.1 │ ├─┬ request@2.21.0 │ │ ├── aws-sign@0.3.0 │ │ ├── cookie-jar@0.3.0 │ │ ├── forever-agent@0.5.0 │ │ ├─┬ form-data@0.0.8 │ │ │ ├── async@0.2.9 │ │ │ └─┬ combined-stream@0.0.4 │ │ │ └── delayed-stream@0.0.5 │ │ ├─┬ hawk@0.13.1 │ │ │ ├─┬ boom@0.4.2 │ │ │ │ └── hoek@0.9.1 │ │ │ ├── cryptiles@0.2.1 │ │ │ ├── hoek@0.8.5 │ │ │ └─┬ sntp@0.2.4 │ │ │ └── hoek@0.9.1 │ │ ├─┬ http-signature@0.9.11 │ │ │ ├── asn1@0.1.11 │ │ │ ├── assert-plus@0.1.2 │ │ │ └── ctype@0.5.2 │ │ ├── json-stringify-safe@4.0.0 │ │ ├── mime@1.2.9 │ │ ├── node-uuid@1.4.0 │ │ ├── oauth-sign@0.3.0 │ │ ├── qs@0.6.5 │ │ └── tunnel-agent@0.3.0 │ ├── retry@0.6.0 │ ├── rimraf@2.2.0 │ ├── semver@2.0.8 │ ├── sha@1.0.1 │ ├── slide@1.1.4 │ ├── tar@0.1.17 │ ├── uid-number@0.0.3 │ └── which@1.0.5 └─┬ titanium@3.2.3 ├── async@0.2.10 ├── colors@0.6.2 ├─┬ fields@0.1.12 │ └── keypress@0.1.0 ├── humanize@0.0.9 ├─┬ jade@0.35.0 │ ├── character-parser@1.2.0 │ ├── commander@2.0.0 │ ├─┬ constantinople@1.0.2 │ │ └─┬ uglify-js@2.4.13 │ │ ├─┬ optimist@0.3.7 │ │ │ └── wordwrap@0.0.2 │ │ ├─┬ source-map@0.1.33 │ │ │ └── amdefine@0.1.0 │ │ └── uglify-to-browserify@1.0.2 │ ├── mkdirp@0.3.5 │ ├─┬ monocle@1.1.50 │ │ └─┬ readdirp@0.2.5 │ │ └─┬ minimatch@0.3.0 │ │ ├── lru-cache@2.5.0 │ │ └── sigmund@1.0.0 │ ├─┬ transformers@2.1.0 │ │ ├─┬ css@1.0.8 │ │ │ ├── css-parse@1.0.4 │ │ │ └── css-stringify@1.0.5 │ │ ├─┬ promise@2.0.0 │ │ │ └── is-promise@1.0.0 │ │ └─┬ uglify-js@2.2.5 │ │ ├─┬ optimist@0.3.7 │ │ │ └── wordwrap@0.0.2 │ │ └─┬ source-map@0.1.33 │ │ └── amdefine@0.1.0 │ └─┬ with@1.1.1 │ └─┬ uglify-js@2.4.0 │ ├─┬ optimist@0.3.7 │ │ └── wordwrap@0.0.2 │ ├─┬ source-map@0.1.33 │ │ └── amdefine@0.1.0 │ └── uglify-to-browserify@1.0.2 ├── longjohn@0.2.4 ├── moment@2.4.0 ├─┬ node-appc@0.2.1 │ ├── adm-zip@0.4.4 │ ├── diff@1.0.8 │ ├─┬ dox@0.4.4 │ │ ├── commander@0.6.1 │ │ └── github-flavored-markdown@1.0.1 │ ├── node-uuid@1.4.1 │ ├── semver@2.1.0 │ ├─┬ uglify-js@2.3.6 │ │ ├─┬ optimist@0.3.7 │ │ │ └── wordwrap@0.0.2 │ │ └─┬ source-map@0.1.33 │ │ └── amdefine@0.1.0 │ └── xmldom@0.1.19 ├─┬ optimist@0.6.1 │ ├── minimist@0.0.10 │ └── wordwrap@0.0.2 ├─┬ request@2.27.0 │ ├── aws-sign@0.3.0 │ ├── cookie-jar@0.3.0 │ ├── forever-agent@0.5.2 │ ├─┬ form-data@0.1.2 │ │ └─┬ combined-stream@0.0.4 │ │ └── delayed-stream@0.0.5 │ ├─┬ hawk@1.0.0 │ │ ├── boom@0.4.2 │ │ ├── cryptiles@0.2.2 │ │ ├── hoek@0.9.1 │ │ └── sntp@0.2.4 │ ├─┬ http-signature@0.10.0 │ │ ├── asn1@0.1.11 │ │ ├── assert-plus@0.1.2 │ │ └── ctype@0.5.2 │ ├── json-stringify-safe@5.0.0 │ ├── mime@1.2.11 │ ├── node-uuid@1.4.1 │ ├── oauth-sign@0.3.0 │ ├── qs@0.6.6 │ └── tunnel-agent@0.3.0 ├── semver@2.2.1 ├── sprintf@0.1.3 ├─┬ temp@0.6.0 │ ├── osenv@0.0.3 │ └─┬ rimraf@2.1.4 │ └── graceful-fs@1.2.3 ├─┬ winston@0.6.2 │ ├── async@0.1.22 │ ├── cycle@1.0.3 │ ├── eyes@0.1.8 │ ├── pkginfo@0.2.3 │ ├── request@2.9.203 │ └── stack-trace@0.0.9 └── wrench@1.5.8 NPM_CONFIG_PREFIX env value: null Npm config prefix value : /usr/local ENV: SHELL=/bin/bash TMPDIR=/var/folders/3v/x9_qm3sj6g91hcsmhkrhkt5m0000gn/T/ SHLVL=1 __CF_USER_TEXT_ENCODING=0x1F5:0:0 PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin APTANA_VERSION=3.2.3.1392769104 USER=metik com.apple.java.jvmTask=JNI PWD=/Applications/Titanium Studio/TitaniumStudio.app/Contents/MacOS HOME=/Users/metik LOGNAME=metik Apple_PubSub_Socket_Render=/tmp/launch-9FdRXr/Render SSH_AUTH_SOCK=/tmp/launch-a8iyz1/Listeners __CHECKFIX1436934=1 LANG=en_US.UTF-8
Not sure what you mean by (Clean your project and try restarting Titanium Studio and import the file again.) if the file is not yet in Titanium. Furthermore, there is no build file in the folder I am trying to import so there is nothing there to delete. I believe that this should be resolved by modifying the file in Titanium Software that is use to do the import it may either be broken or missing something, but I don't know where that would be or how to fix it manually. If that is located then my suggestion would probably create a patch so that anyone that runs into this issue, as it seems not everyone does, may be able to run the fix.
This appears to be the duplicate of TISTUD-6421. This issue is fixed and is schedule for the next release.
When is the next build coming up as this is currently holding me back on some projects.