Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » inside/outside of eclipse
inside/outside of eclipse [message #173377] Sat, 14 August 2004 23:08 Go to next message
Eclipse UserFriend
Originally posted by: msorens.foo.com

Inside eclipse, it conveniently keeps source and binaries in separate,
parallel directory trees. I sometimes wish to just use the command-line
java compiler outside of eclipse--does "javac" have a similar ability to
store binaries in a separate tree? Otherwise, it is darn inconvenient to
use once I've set up for eclipse use.
~~Michael Sorens
Re: inside/outside of eclipse [message #173385 is a reply to message #173377] Sun, 15 August 2004 00:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sandipchitale.comcast.net

See the -d option of javac at

http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javac.h tml#options

also see:

http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/classpa th.html

"michael sorens" <msorens@foo.com> wrote in message news:cfmk3c$lp3$1@eclipse.org...
> Inside eclipse, it conveniently keeps source and binaries in separate,
> parallel directory trees. I sometimes wish to just use the command-line
> java compiler outside of eclipse--does "javac" have a similar ability to
> store binaries in a separate tree? Otherwise, it is darn inconvenient to
> use once I've set up for eclipse use.
> ~~Michael Sorens
>
Re: inside/outside of eclipse [message #173414 is a reply to message #173377] Mon, 16 August 2004 10:47 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse.rizzoweb.com

michael sorens wrote:

> Inside eclipse, it conveniently keeps source and binaries in separate,
> parallel directory trees. I sometimes wish to just use the command-line
> java compiler outside of eclipse--does "javac" have a similar ability to
> store binaries in a separate tree? Otherwise, it is darn inconvenient to
> use once I've set up for eclipse use.
> ~~Michael Sorens
>

I strongly recommend looking into Ant. It is a build system that allows
you to write relatively simple scripts for building your project(s).
Eclipse contains a lot of support for Ant, but it can also be run from
the command-line.
Ant will help you keep your build/compile organized the way you want:
http://ant.apache.org

HTH,
Eric
Previous Topic:Labels are not resolved
Next Topic:cheeta 1.5 support on eclipse 3.1?
Goto Forum:
  


Current Time: Sun May 11 17:08:22 EDT 2025

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

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

Back to the top