gavinpugh / vs-android

Integrated development of Android NDK C/C++ software with Microsoft Visual Studio.
Other
119 stars 34 forks source link

ant build dependencies are not generated correctly #74

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load the hello-gl2 sample.
2. Build the project.
3. Add a newline to GL2JNIActivity.java
4. Attempt to build.

What is the expected output?

I expect the Java class to be rebuilt, along with the APK.

What do you see instead?

========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========

What version of the product are you using? 0.93

On what operating system? Windows 7 Professional 64-bit SP1

Please provide any additional information below.

Looking at the tlog files, it seems to regard the output of the ant build as 
lib<Project>.so, not the apk, but RemoveTaskSpecificOutputs in AntBuild.cs is 
cleaning out everything that isn't outputting an apk. The MSBuild tracker stuff 
is still a bit of a mystery to me, so I'm not sure exactly what it *should* be 
doing.

Original issue reported on code.google.com by kim.rand...@gmail.com on 16 Mar 2012 at 3:11

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 20 Mar 2012 at 8:31

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 25 Jul 2012 at 1:45

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 25 Feb 2014 at 6:30