Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Ant build and problem markers
Ant build and problem markers [message #554178] Fri, 20 August 2010 12:49 Go to next message
Panayiotis Karabassis is currently offline Panayiotis KarabassisFriend
Messages: 3
Registered: August 2010
Junior Member
Hi! In my JavaEE project I have disabled the Java Builder and I am using an ant builder instead. However in case of compilation problems no problem markers appear for my source code. Is there a solution?
Re: Ant build and problem markers [message #554195 is a reply to message #554178] Fri, 20 August 2010 13:36 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Panayiotis Karabassis wrote:
> Hi! In my JavaEE project I have disabled the Java Builder and I am
> using an ant builder instead. However in case of compilation problems
> no problem markers appear for my source code. Is there a solution?
Yes, enable the Java builder ;-)

Dani
Re: Ant build and problem markers [message #554198 is a reply to message #554195] Fri, 20 August 2010 13:47 Go to previous messageGo to next message
Panayiotis Karabassis is currently offline Panayiotis KarabassisFriend
Messages: 3
Registered: August 2010
Junior Member
Thanks, Razz . Of course I have a reason for disabling the Java Builder.

I want to setup two environments, one for production and one for development. The Ant Builder can do this. Ideally I would like the ant builder to take care of all building including publishing to the server. Is something like this possible in Eclispe?
Re: Ant build and problem markers [message #554458 is a reply to message #554198] Mon, 23 August 2010 09:03 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Panayiotis Karabassis wrote:
> Thanks, :p . Of course I have a reason for disabling the Java Builder.
>
> I want to setup two environments, one for production and one for
> development. The Ant Builder can do this. Ideally I would like the ant
> builder to take care of all building including publishing to the
> server. Is something like this possible in Eclispe?
Can't you run the Eclipse Java builder to get all the JDT features
including errors on typing and markers and after that builder you add
your Ant builder which compiles and publishes the code? Of course it
means that compiling is done twice.

Dani
Re: Ant build and problem markers [message #554460 is a reply to message #554458] Mon, 23 August 2010 09:20 Go to previous message
Panayiotis Karabassis is currently offline Panayiotis KarabassisFriend
Messages: 3
Registered: August 2010
Junior Member
Thanks, that's kind of what I did. I removed the javac task from my Ant build and kept only my custom building actions.
Previous Topic:Two questions on Helios...
Next Topic:Move a multipe view from one perspective to an other
Goto Forum:
  


Current Time: Thu Apr 25 08:23:18 GMT 2024

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

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

Back to the top