Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipse-dev] Build and Build All are disabled in 3M8

It seems it was changed so that these are only enabled if you have the
option to build automatically after a resource change turned off.
Otherwise they assume that they will always be up to date and that you
won't need to kickoff a build yourself.

You can hit "clean" and then in theory it should rebuild everything, but
in practice this often doesn't happen due to dependency issues.

Personally I find the "feature" highly annoying...  generally if I feel
the need to hit "build all" it's because there has been some screw-up in
the automatic build which I'm trying to correct by forcing the rebuild.
I have now resorted to turning off automatic builds on resource changes
so that I can ensure when things go wrong I can force the rebuild.

___________________________________________
 
Chris Recoskie
Software Designer
IDE Frameworks Group
Texas Instruments, Toronto
 
 

> -----Original Message-----
> From: eclipse-dev-admin@xxxxxxxxxxx
[mailto:eclipse-dev-admin@xxxxxxxxxxx]
> On Behalf Of srinivas venkatarangaiah
> Sent: Friday, May 07, 2004 10:14 AM
> To: eclipse-dev@xxxxxxxxxxx
> Subject: [eclipse-dev] Build and Build All are disabled in 3M8
> 
> Hi
> 
> We are using Eclipse3M8, after creating a project when
> we try to build that project traversing to
> Project>Build All and Build Project both are disabled.
> 
> Same project was working fine in 3M6. Is this a Bug or
> Is there any configuration that we have missed.
> 
> Thanks
> Srinivas
> 
> 
> 
> 
> __________________________________
> Do you Yahoo!?
> Win a $20,000 Career Makeover at Yahoo! HotJobs
> http://hotjobs.sweepstakes.yahoo.com/careermakeover
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or
unsubscribe
> from this list, visit
> http://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top