Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » "build" eclipse(how to build)
"build" eclipse [message #762367] Thu, 08 December 2011 00:08 Go to next message
ajl254 is currently offline ajl254Friend
Messages: 5
Registered: December 2011
Junior Member
So my background is C# and I am used to visual studio... in VS you can click on a project and select 3 (imo vital) options... Build|ReBuild|Clean

I am trying to do this in eclipse (doing android dev) but I cannot seem to find a way to "build" my project without running a debug... I do not always want to debug my project but do want to build it to verify everything I've done is working correctly... is there something in eclipse that I am missing to do this or is it just not there?
Re: "build" eclipse [message #762384 is a reply to message #762367] Thu, 08 December 2011 00:56 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 2011.12.07 17:08, ajl254 wrote:
> So my background is C# and I am used to visual studio... in VS you can
> click on a project and select 3 (imo vital) options... Build|ReBuild|Clean
>
> I am trying to do this in eclipse (doing android dev) but I cannot seem
> to find a way to "build" my project without running a debug... I do not
> always want to debug my project but do want to build it to verify
> everything I've done is working correctly... is there something in
> eclipse that I am missing to do this or is it just not there?

Project -> Clean ?

Note that unless you've toggled it off (same Project menu), Eclipse's
constantly keeping everything up-to-date.
Re: "build" eclipse [message #762387 is a reply to message #762384] Thu, 08 December 2011 01:09 Go to previous messageGo to next message
ajl254 is currently offline ajl254Friend
Messages: 5
Registered: December 2011
Junior Member
Russell Bateman wrote on Wed, 07 December 2011 19:56
On 2011.12.07 17:08, ajl254 wrote:
> So my background is C# and I am used to visual studio... in VS you can
> click on a project and select 3 (imo vital) options... Build|ReBuild|Clean
>
> I am trying to do this in eclipse (doing android dev) but I cannot seem
> to find a way to "build" my project without running a debug... I do not
> always want to debug my project but do want to build it to verify
> everything I've done is working correctly... is there something in
> eclipse that I am missing to do this or is it just not there?

Project -> Clean ?

Note that unless you've toggled it off (same Project menu), Eclipse's
constantly keeping everything up-to-date.


sob.... yeah it is "auto" updating... Thanks for the pointer to clean; Also I found "Validate" as well which seems to do the same thing as build... idk I guess I am frustrated w/ the IDE and asking before figuring it out.
Re: "build" eclipse [message #762394 is a reply to message #762387] Thu, 08 December 2011 01:31 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 2011.12.07 18:09, ajl254 wrote:
> Russell Bateman wrote on Wed, 07 December 2011 19:56
>> On 2011.12.07 17:08, ajl254 wrote:
>> > So my background is C# and I am used to visual studio... in VS you can
>> > click on a project and select 3 (imo vital) options...
>> Build|ReBuild|Clean
>> >
>> > I am trying to do this in eclipse (doing android dev) but I cannot seem
>> > to find a way to "build" my project without running a debug... I do not
>> > always want to debug my project but do want to build it to verify
>> > everything I've done is working correctly... is there something in
>> > eclipse that I am missing to do this or is it just not there?
>>
>> Project -> Clean ?
>>
>> Note that unless you've toggled it off (same Project menu), Eclipse's
>> constantly keeping everything up-to-date.
>
>
> sob.... yeah it is "auto" updating... Thanks for the pointer to clean;
> Also I found "Validate" as well which seems to do the same thing as
> build... idk I guess I am frustrated w/ the IDE and asking before
> figuring it out.

I'm not looking at your "Validate", but that's typically for a short
list of files such as .xml, .jsp (like your .asp), etc. You can turn
that off via Window -> Preferences -> Validation.

If it makes you feel better, I tried out VS 2005 (for C#) briefly back
when and found it very irritating. It's what you get used to, right?

Don't be afraid to ask.

For Android, I can offer you some notes on my own experiences. See
http://www.javahotchocolate.com/tutorials/android.html for whatever use
it might be to you.

Best regards,

Russ
Previous Topic:[Resolved] failed to load shared library
Next Topic:Articles and Downloads for Eclipse Beginners
Goto Forum:
  


Current Time: Thu Apr 25 16:38:15 GMT 2024

Powered by FUDForum. Page generated in 0.08914 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top