Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2445] Android: .gitignore template missing gen

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:59:08.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.5.0 M04
ComponentsAndroid
Labelsandroid, defect
ReporterDon Thorp
AssigneeDon Thorp
Created2011-04-15T03:20:03.000+0000
Updated2011-04-17T01:59:08.000+0000

Description

Building shows the gen folder missing. There will be another ticket about the .gitignore folder forcibly being overwritten.

$ git diff demos/KitchenSink/build/android/.gitignore
diff --git a/demos/KitchenSink/build/android/.gitignore b/demos/KitchenSink/build/android/.gitignore
index b986ac0..8a790b2 100644
--- a/demos/KitchenSink/build/android/.gitignore
+++ b/demos/KitchenSink/build/android/.gitignore
@@ -2,5 +2,4 @@ src
 lib
 bin
 res
-gen
 AndroidManifest.xml

Comments

  1. Don Thorp 2011-04-15

    (from [39b51f38125152e9ad6738b4d7d0b2879266c739]) [#2445 state:fixed-in-qa] To test this, create a new project, build, then verify that 'gen' appears on a line in the build/android/.gitignore file. https://github.com/appcelerator/titanium_mobile/commit/39b51f38125152e9ad6738b4d7d0b2879266c739"> https://github.com/appcelerator/titanium_mobile/commit/39b51f381251...

  2. Matt Schmulen 2011-04-15

    Titanium SDK version: 1.5.0 (12/01/10 09:30 ac7cfd8)
    $more .gitignore src
    lib
    bin
    res
    gen
    AndroidManifest.xml

JSON Source