Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » extending java builder in eclipse?
extending java builder in eclipse? [message #327785] Thu, 01 May 2008 18:55 Go to next message
Eclipse UserFriend
Originally posted by: automatic.javalobby.org

hi..
is there a way to tell tthe java builder that aside from compiling the current class i'm working on, he should copy that compiled class to somewhere (with the same package directory hirarchy).
Re: extending java builder in eclipse? [message #327786 is a reply to message #327785] Thu, 01 May 2008 19:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Elhanan,

That's what setting an output folder in the project's
Properties...->Java Build Path->Source is for.


Elhanan Maayan wrote:
> hi..
> is there a way to tell tthe java builder that aside from compiling the current class i'm working on, he should copy that compiled class to somewhere (with the same package directory hirarchy).
>
Re: extending java builder in eclipse? [message #327799 is a reply to message #327786] Fri, 02 May 2008 08:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: automatic.javalobby.org

i know about that, but i'm talking about a way to copy the complied classes to ANOTHER output folder
Re: extending java builder in eclipse? [message #327802 is a reply to message #327799] Fri, 02 May 2008 11:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Elhanan,

I think you can write an Ant build.xml file that would be run each time
to do something fancier.


Elhanan Maayan wrote:
> i know about that, but i'm talking about a way to copy the complied classes to ANOTHER output folder
>
Re: extending java builder in eclipse? [message #327807 is a reply to message #327802] Fri, 02 May 2008 13:41 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

Ed Merks wrote:
> Elhanan,
>
> I think you can write an Ant build.xml file that would be run each time
> to do something fancier.

For more details, see this page in the Eclipse Help contents:
Workbench User Guide > Getting Started > Ant & external tools tutorial


> Elhanan Maayan wrote:
>> i know about that, but i'm talking about a way to copy the complied
>> classes to ANOTHER output folder
>>

I would have sworn that there was a Bugzilla requesting support for
multiple (duplicate) output folders, but I can't find it. You might want
to enter a feature request against JDT.

Eric
Previous Topic:Copy-on-write editing ?
Next Topic:[databinding] Globally convert all empty strings to null
Goto Forum:
  


Current Time: Fri Oct 18 15:19:30 GMT 2024

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

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

Back to the top