[Mono-bugs] [Bug 690447] New: Cannot package a project that contains an AsyncTask<>
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Apr 27 23:06:39 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=690447
https://bugzilla.novell.com/show_bug.cgi?id=690447#c0
Summary: Cannot package a project that contains an AsyncTask<>
Classification: Mono
Product: MonoDroid
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: Tools
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: gshackles at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Description of Problem:
If I include any implementation of AsyncTask<> in my project, the packaging
step always fails with a NullReferenceException. Nothing is written to the
build output at that point since it's already built successfully, so I don't
have more info than that. It doesn't seem to happen with the non-generic
version of AsyncTask. It also doesn't matter what's inside the task.
Steps to reproduce the problem:
1. Implement AsyncTask<> in an app
2. Try to build and package the app
Actual Results:
Packaging fails with NRE
Expected Results:
It should package successfully.
How often does this happen?
Every time
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list