Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » build path
build path [message #221068] Fri, 02 April 2004 16:28 Go to next message
Eclipse UserFriend
Originally posted by: Lamont_Gilbert.rigidsoftware.com

Is it possible to build in some location which is not a subdirectory of
the project folder? I can probably do this on Linux with a symbolic
link, but is their a way on windows?

I have my code on a flash memory device, but since flash has limited
life, I don't want my output to be there as well.

I could not find any options to allow this, have I overlooked them?


--
Respectfully,


CL Gilbert

"Verily, verily, I say unto you, He that entereth not by the door() into
the sheepfold{}, but climbeth up some other *way, the same is a thief
and a robber." John 10:1

GnuPG Key Fingerprint:
82A6 8893 C2A1 F64E A9AD 19AE 55B2 4CD7 80D2 0A2D

For a free Java interface to Freechess.org see
http://www.rigidsoftware.com/Chess/chess.html
Re: build path [message #221101 is a reply to message #221068] Fri, 02 April 2004 16:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: John_Arthorne.oti.com_

1) Right click project, Properties > Java Build Path > Source.
2) Click Browse next to the default output folder entry field at the bottom.
3) In the dialog, select the project, and click "Create New Folder"
4) In the next dialog, click "Advanced"
5) Enter folder name and file system location.

-> Now build output will be written to the given location.
--


CL [dnoyeb] Gilbert wrote:
> Is it possible to build in some location which is not a subdirectory of
> the project folder? I can probably do this on Linux with a symbolic
> link, but is their a way on windows?
>
> I have my code on a flash memory device, but since flash has limited
> life, I don't want my output to be there as well.
>
> I could not find any options to allow this, have I overlooked them?
>
>
Re: build path [message #221127 is a reply to message #221068] Fri, 02 April 2004 16:49 Go to previous message
Eclipse UserFriend
Originally posted by: news-reply-200403.iclipse.org

In the package explorer, select your project, use the context menu
'New > Folder'. In the 'New folder' dialog, enter some name and select
'Advanced >>', click 'Link to folder in the file system' and browse
the actual output folder to use. Click 'Finish'. Then, in the project
properties, you can use the virtual folder as the output folder which
will output to the actual output folder you wanted to use.

Or just use an Ant builder :)

Igor

"CL [dnoyeb] Gilbert" <Lamont_Gilbert@rigidsoftware.com> wrote:

>Is it possible to build in some location which is not a subdirectory of
>the project folder? I can probably do this on Linux with a symbolic
>link, but is their a way on windows?
>
>I have my code on a flash memory device, but since flash has limited
>life, I don't want my output to be there as well.
>
>I could not find any options to allow this, have I overlooked them?
Previous Topic:ShowTypesAction collapses variable tree
Next Topic:gtk 2.4.0 and eclipse
Goto Forum:
  


Current Time: Sun Jul 13 21:17:38 EDT 2025

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

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

Back to the top