Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Build Automatically not working with version 3.4.1
Build Automatically not working with version 3.4.1 [message #257122] Thu, 30 October 2008 11:05 Go to next message
Eclipse UserFriend
I created a new Eclipse 3.4.1 installation along with a new workspace. With
Build Automatically turned on, I have to do a clean in order to get the
project to build.

My installation is:
- eclipse-java-ganymede-SR1-win32.zip,
- Maven Embedder 2.1.0
- Maven Integration for Eclipse 0.9.6
- Perforce P4WSAD 2008.1

Are there any known issues that could cause this problem.
Re: Build Automatically not working with version 3.4.1 [message #257128 is a reply to message #257122] Thu, 30 October 2008 13:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mauro.molinari.cardinis.com

Greg Babcock ha scritto:
> I created a new Eclipse 3.4.1 installation along with a new workspace. With
> Build Automatically turned on, I have to do a clean in order to get the
> project to build.
>
> My installation is:
> - eclipse-java-ganymede-SR1-win32.zip,
> - Maven Embedder 2.1.0
> - Maven Integration for Eclipse 0.9.6
> - Perforce P4WSAD 2008.1
>
> Are there any known issues that could cause this problem.

Are there any buildpath problem for your project?

Mauro.
Re: Build Automatically not working with version 3.4.1 [message #257131 is a reply to message #257128] Thu, 30 October 2008 20:23 Go to previous messageGo to next message
Eclipse UserFriend
There are no build path issues. I was using a similar configuration with
Eclipse 3.3 without any problems.

Greg

"Mauro Molinari" <mauro.molinari@cardinis.com> wrote in message
news:gecq2s$ccr$1@build.eclipse.org...
> Greg Babcock ha scritto:
>> I created a new Eclipse 3.4.1 installation along with a new workspace.
>> With Build Automatically turned on, I have to do a clean in order to get
>> the project to build.
>>
>> My installation is:
>> - eclipse-java-ganymede-SR1-win32.zip,
>> - Maven Embedder 2.1.0
>> - Maven Integration for Eclipse 0.9.6
>> - Perforce P4WSAD 2008.1
>>
>> Are there any known issues that could cause this problem.
>
> Are there any buildpath problem for your project?
>
> Mauro.
>
Re: Build Automatically not working with version 3.4.1 [message #257133 is a reply to message #257131] Fri, 31 October 2008 04:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mauro.molinari.cardinis.com

Greg Babcock ha scritto:
> There are no build path issues. I was using a similar configuration with
> Eclipse 3.3 without any problems.
>
> Greg

This sounds strange to me, I've never had automatic build problems apart
from the following cases:
- Eclipse 3.4.0 had a compiler bug (fixed in 3.4.1) that generated
compilation failures with full builds and not with automatic incremental
builds in some circumstances
- there's a bug in TPTP 4.5.1 (that should be fixed for the upcoming
4.5.2, see bug #230050) that causes XML files not to be copied in the
output folder because they are filtered out (but this is true for both
automatic build and full build)
- when you have buildpath problems (this is true in any Eclipse 3.x
version), but I think this would affect full builds, too

So, try to have a look at the Eclipse log (open the Problems view or
look at the .log file in .metadata within your workspace) to see if
there are any problems that may cause your symptoms.

Mauro.
Re: Build Automatically not working with version 3.4.1 [message #257644 is a reply to message #257133] Sat, 29 November 2008 16:03 Go to previous message
Eclipse UserFriend
Sorry for the delay, but I had to get a build out, and didn't have time to
research the problem.

I have solved the problem, it was caused by a misconfiguration of the build
path. The default build path was set to {project}/bin, and should have been
set to {project}/target/classes because of maven. The incremental compiler
was updating the {project}/bin folder, and run was using the
{project}/target/classes folder. When I performed a clean, both build paths
were updated.

GB


"Mauro Molinari" <mauro.molinari@cardinis.com> wrote in message
news:geeftf$9oh$1@build.eclipse.org...
> Greg Babcock ha scritto:
>> There are no build path issues. I was using a similar configuration with
>> Eclipse 3.3 without any problems.
>>
>> Greg
>
> This sounds strange to me, I've never had automatic build problems apart
> from the following cases:
> - Eclipse 3.4.0 had a compiler bug (fixed in 3.4.1) that generated
> compilation failures with full builds and not with automatic incremental
> builds in some circumstances
> - there's a bug in TPTP 4.5.1 (that should be fixed for the upcoming
> 4.5.2, see bug #230050) that causes XML files not to be copied in the
> output folder because they are filtered out (but this is true for both
> automatic build and full build)
> - when you have buildpath problems (this is true in any Eclipse 3.x
> version), but I think this would affect full builds, too
>
> So, try to have a look at the Eclipse log (open the Problems view or look
> at the .log file in .metadata within your workspace) to see if there are
> any problems that may cause your symptoms.
>
> Mauro.
>
Previous Topic:Save Failed (due to NPE in BreakpointMarkerUpdater)
Next Topic:something wrong with org.eclipse.jdt.core.IAnnotation.exist()
Goto Forum:
  


Current Time: Sun Apr 20 10:21:04 EDT 2025

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

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

Back to the top