Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » What's building secret of Eclipse
What's building secret of Eclipse [message #148371] Fri, 12 March 2004 19:23 Go to next message
Eclipse UserFriend
Originally posted by: mfan.simplicti.com

I used to work on java project with gvim combined ant. I write a
customized build.xml to control cimpiling. Now I switched to eclipse.jdt.
However, I cannot find the point where I can import my original build.xml
into the project for building. How can I build the my project in eclipse
with my original build.xml? Thank you.
Re: What's building secret of Eclipse [message #148451 is a reply to message #148371] Sat, 13 March 2004 02:46 Go to previous messageGo to next message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
You will need to create a builder for your project that will trigger an Ant
build using your build.xml (and likely disable the Java builder).
See the Properties dialog for your project.
The Builders tab is where you want to work

HTH
Darins


"Max" <mfan@simplicti.com> wrote in message news:c2t2n1$tvi$1@eclipse.org...
> I used to work on java project with gvim combined ant. I write a
> customized build.xml to control cimpiling. Now I switched to eclipse.jdt.
> However, I cannot find the point where I can import my original build.xml
> into the project for building. How can I build the my project in eclipse
> with my original build.xml? Thank you.
>
Re: What's building secret of Eclipse [message #148607 is a reply to message #148451] Mon, 15 March 2004 03:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mfan.simplicti.com

Hmm. I created a new builder using ant. Now when I "Rebuild the project",
this builder is invoked. However, I found that in the tasks view, the
display of "tasks" page and the "console" page is inconsistent. Looks like
"console" page dislayed the ant-builder result, while the "tasks"
displayed the default builder result. Can I also force the "tasks" page
reflects the ant-builder result? Thank you.

Darin Swanson wrote:

> You will need to create a builder for your project that will trigger an Ant
> build using your build.xml (and likely disable the Java builder).
> See the Properties dialog for your project.
> The Builders tab is where you want to work

> HTH
> Darins


> "Max" <mfan@simplicti.com> wrote in message news:c2t2n1$tvi$1@eclipse.org...
> > I used to work on java project with gvim combined ant. I write a
> > customized build.xml to control cimpiling. Now I switched to eclipse.jdt.
> > However, I cannot find the point where I can import my original build.xml
> > into the project for building. How can I build the my project in eclipse
> > with my original build.xml? Thank you.
> >
Re: What's building secret of Eclipse [message #148616 is a reply to message #148607] Mon, 15 March 2004 03:59 Go to previous message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
No

Darins

"Max" <mfan@simplicti.com> wrote in message news:c337jj$c3c$1@eclipse.org...
> Hmm. I created a new builder using ant. Now when I "Rebuild the project",
> this builder is invoked. However, I found that in the tasks view, the
> display of "tasks" page and the "console" page is inconsistent. Looks like
> "console" page dislayed the ant-builder result, while the "tasks"
> displayed the default builder result. Can I also force the "tasks" page
> reflects the ant-builder result? Thank you.
>
> Darin Swanson wrote:
>
> > You will need to create a builder for your project that will trigger an
Ant
> > build using your build.xml (and likely disable the Java builder).
> > See the Properties dialog for your project.
> > The Builders tab is where you want to work
>
> > HTH
> > Darins
>
>
> > "Max" <mfan@simplicti.com> wrote in message
news:c2t2n1$tvi$1@eclipse.org...
> > > I used to work on java project with gvim combined ant. I write a
> > > customized build.xml to control cimpiling. Now I switched to
eclipse.jdt.
> > > However, I cannot find the point where I can import my original
build.xml
> > > into the project for building. How can I build the my project in
eclipse
> > > with my original build.xml? Thank you.
> > >
>
>
Previous Topic:Eclipse console colour configuration
Next Topic:Is automatic variable usage highlight possible ?
Goto Forum:
  


Current Time: Wed Sep 18 18:06:27 GMT 2024

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

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

Back to the top