extending java builder in eclipse? [message #327785] |
Thu, 01 May 2008 18:55 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 #327802 is a reply to message #327799] |
Fri, 02 May 2008 11:05 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03148 seconds