Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » eclipse command line build?
eclipse command line build? [message #87608] Tue, 19 July 2005 00:14 Go to next message
Eclipse UserFriend
Originally posted by: animefans.gmail.com

I am new to eclipse, and I don't even know if this is the right forum for
my question. If not, please direct me to the appropriate one

At where I work, we will be migrating from JBuilder to Eclipse.

With Jbuilder, developer can
- make any necessary changes to a jbuilder project (ie add files/remove
files)
- save the new project file
- run jbuilder -build <projectfile>

Does eclipse have a similar command line build option?

What we are trying to avoid is to maintain eclipse project file and ANT
build script file separately. If this is the only option available for
eclipse on this topic, so be it.

Thanks!
Re: eclipse command line build? [message #87653 is a reply to message #87608] Tue, 19 July 2005 04:32 Go to previous messageGo to next message
Philippe Ombredanne is currently offline Philippe OmbredanneFriend
Messages: 386
Registered: July 2009
Senior Member
"KK" <animefans@gmail.com> wrote in message
news:4e1ba825ef605104e4641d205e927eaf$1@www.eclipse.org...
> Does eclipse have a similar command line build option?
No
> What we are trying to avoid is to maintain eclipse project file and ANT
> build script file separately. If this is the only option available for
> eclipse on this topic, so be it.
The eclipse project file does not contain anything like the what you have in
Jbuilder.
You would use Ant, and you can generate an ant build from your project.
You would not have to maintain 2 differents stuffs.
Creating Jars may require a bit of manual ant scripting, or using the UI
driven Jar export, no big dedal.
--
Cheers, Philippe
philippe ombredanne | nexB
1 650 799 0949 | pombredanne at nexb.com
http://www.nexb.com
http://eclipse.techforge.com
http://sf.net/projects/easyeclipse
Re: eclipse command line build? [message #87730 is a reply to message #87653] Tue, 19 July 2005 12:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: user.domain.invalid

Philippe Ombredanne escribió:
> "KK" <animefans@gmail.com> wrote in message
> news:4e1ba825ef605104e4641d205e927eaf$1@www.eclipse.org...
>
>>Does eclipse have a similar command line build option?
>
> No
>
>>What we are trying to avoid is to maintain eclipse project file and ANT
>>build script file separately. If this is the only option available for
>>eclipse on this topic, so be it.
>
> The eclipse project file does not contain anything like the what you have in
> Jbuilder.
> You would use Ant, and you can generate an ant build from your project.
> You would not have to maintain 2 differents stuffs.


> Creating Jars may require a bit of manual ant scripting, or using the UI
> driven Jar export, no big dedal.

Please shed some light on how can I do this using Eclipse

Regards,
Ruben
Re: eclipse command line build? [message #87897 is a reply to message #87730] Wed, 20 July 2005 00:37 Go to previous message
Eclipse UserFriend
Originally posted by: animefans.gmail.com

Phillip:
Thanks for your tips! Using eclipse 3.1, indeed I can export eclipse
project to ANT file.
I don't worry about jars right now, as we intend to use eclipse IDE for
java compilation only, not jar packaging
I will have separate ant script that package jar, and won't be used by
eclipse
Previous Topic:Unable to activate template editor via key board
Next Topic:WebStart SWT java.library.path problem
Goto Forum:
  


Current Time: Thu Dec 26 11:30:59 GMT 2024

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

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

Back to the top