Problem building 1.0.0 release

2 messages Options
Embed this post
Permalink
mmoore

Problem building 1.0.0 release

Reply Threaded More More options
Print post
Permalink
I get the following build error:

Errors during build.
  Errors running builder 'Integrated External Tool Builder' on project 'core'.
  The file does not exist for the external tool named copyTestsToPlugin.

Does anyone know what I am doing wrong.
toli

Re: Problem building 1.0.0 release

Reply Threaded More More options
Print post
Permalink
Hi,

Did you make sure to copy profiles.xml.sample to profiles.xml and make changes to point to your location for rcp-target directory?

did you do 'mvn install' from top-level?

I would imagine you are seeing this error while building Photon in Eclipse. Can you right-click on "core" package, go to Properties, go to Builders section and see if you have copyTestsToPlugin enabled?

mmoore wrote:
I get the following build error:

Errors during build.
  Errors running builder 'Integrated External Tool Builder' on project 'core'.
  The file does not exist for the external tool named copyTestsToPlugin.

Does anyone know what I am doing wrong.