Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Problem during ant build with Ganymede RC2
Problem during ant build with Ganymede RC2 [message #328752] Tue, 03 June 2008 16:09 Go to next message
Eclipse UserFriend
Originally posted by: t.coope.r.gmail.com

I'm seeing an issue that seems to be new in Ganymede.

I am using JDK 1.5.0_12 as my default JRE/JDK. I just downloaded the RC2
J2EE package, but this happens as well in RC1.

When building a project via ant (run as -> ant build...) when compiling,
the process just dies when it encounters a warning. No indication that
there was any problems, the process just stops, and eclipse seems to think
that the ant process is still going (terminate button is active), however
it never continues.

The particular warning follows:
"warning: unmappable character for encoding UTF8"

Using 3.3.2, with the same JDK, on the same system, with the same project,
I have no issues. (warning exists but builds fine)

Building with ant outside of eclipse presents no issues.
Re: Problem during ant build with Ganymede RC2 [message #328755 is a reply to message #328752] Tue, 03 June 2008 17:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: t.coope.r.gmail.com

I have found if I tell ant to run in the same JRE as the workspace, it
gets further. My ant script is somewhat complex, it checks out a few
projects, builds them, and merges them into my main project. Now I'm
building the first project fine, but on the second it dies with the
following error:

Error running javac.exe compiler

Since it builds the first project fine, I'm not sure why it's doing this
on the second.

Anyone else seeing anything odd with ant builds inside eclipse?
Re: Problem during ant build with Ganymede RC2 [message #328769 is a reply to message #328755] Tue, 03 June 2008 22:26 Go to previous messageGo to next message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
And you have made no changes to which JDK you are using for the Ant build
between where it is successful and where it fails?

HTH
Darins
http://www.runnerwhocodes.blogspot.com/

"Tom Cooper" <t.coope.r@gmail.com> wrote in message
news:fde3386a26eaf0c1b7a0b6d7fb9cab08$1@www.eclipse.org...
>I have found if I tell ant to run in the same JRE as the workspace, it gets
>further. My ant script is somewhat complex, it checks out a few projects,
>builds them, and merges them into my main project. Now I'm building the
>first project fine, but on the second it dies with the following error:
>
> Error running javac.exe compiler
>
> Since it builds the first project fine, I'm not sure why it's doing this
> on the second.
>
> Anyone else seeing anything odd with ant builds inside eclipse?
>
Re: Problem during ant build with Ganymede RC2 [message #328812 is a reply to message #328769] Wed, 04 June 2008 13:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: t.coope.r.gmail.com

Darin Swanson wrote:

> And you have made no changes to which JDK you are using for the Ant build
> between where it is successful and where it fails?

> HTH
> Darins
> http://www.runnerwhocodes.blogspot.com/

No, it's the same JDK 1.5.0_12 install, on the same machine with the same
enviroment variables setup. It works fine with Europa, this only happens
in ganymede.
Re: Problem during ant build with Ganymede RC2 [message #331304 is a reply to message #328752] Fri, 29 August 2008 14:01 Go to previous message
Nikolay Alexiev is currently offline Nikolay AlexievFriend
Messages: 2
Registered: July 2009
Junior Member
I have the same problem during ant build. Unfortunately I can not run in
the same JRE as the workspace. My problem is that I have .properties files
in the project. When I run it in the workspace JRE the files are looked up
in the workspace dir.
Previous Topic:Null pointer on workbench close
Next Topic:How to add new wizard in no category
Goto Forum:
  


Current Time: Sat Jul 27 19:25:29 GMT 2024

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

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

Back to the top