One solution, albeit a bit overreaching, is to disable all buildfile
errors.

Under Preferences -> Ant -> Editor, in the tab Problems, check "Ignore
all buildfile problems".

From:  
http://stackoverflow.com/questions/3941177/skip-eclipse-validation-of-build-xml

On Oct 16, 3:43 pm, Anm <andrew.n.marsh...@gmail.com> wrote:
> Apparently this is an age old problem:
>  http://groups.google.com/group/android-developers/browse_thread/threa...
>
> And annoyingly, it has not been solved with any satisfaction.  This
> has got to be solved
>
> On Oct 16, 3:28 pm, Anm <andrew.n.marsh...@gmail.com> wrote:
>
>
>
> > This is more of an Eclipse error than an Android or Ant error.  My
> > Eclipse project won't build because when it sees the build.xml created
> > from the Android command, it starts looking for the debug and release
> > commands.  Well, since they are dynamically generated from the <setup>
> > task, they don't exist.  So now Eclipse (Build id: 20100218-1602)
> > locking the project from build/run based on these errors.
>
> > Okay.. so here is the weird part: It worked this morning.  In fact it
> > has been working for weeks with the build.xml file sitting there.  All
> > I did was edit the build.xml file in Eclipse (changed some
> > constants).  Ant thinks everything is peachy.
>
> > But I can't build in Eclipse!!!  How do I tell Eclipse to ignore these
> > errors?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to