Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Building on M4
Building on M4 [message #118523] Mon, 19 January 2009 05:40 Go to next message
Boris Stepanov is currently offline Boris StepanovFriend
Messages: 68
Registered: July 2009
Member
Hi,

I am trying to build my application using M4, but pde.exportFeatures
doesn't create any files and I cannot find error log or output.

Where I can find information about error?
Re: Building on M4 [message #118538 is a reply to message #118523] Mon, 19 January 2009 10:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: benjamin.wolff.web.de

Hi Boris,


did you make sure that the ant script is running with "use same JRE as workspace" option?


Greetings,
Ben

Boris Stepanov schrieb:
> Hi,
>
> I am trying to build my application using M4, but pde.exportFeatures
> doesn't create any files and I cannot find error log or output.
>
> Where I can find information about error?
Re: Building on M4 [message #118549 is a reply to message #118538] Mon, 19 January 2009 10:44 Go to previous messageGo to next message
Boris Stepanov is currently offline Boris StepanovFriend
Messages: 68
Registered: July 2009
Member
Yes, this script built tens WARs already, but now it doesn't work. The
best way to understand error is take a look at error log, but I can't
find it.

Ben W. пишет:
> Hi Boris,
>
>
> did you make sure that the ant script is running with "use same JRE as
> workspace" option?
>
>
> Greetings,
> Ben
>
> Boris Stepanov schrieb:
>> Hi,
>>
>> I am trying to build my application using M4, but pde.exportFeatures
>> doesn't create any files and I cannot find error log or output.
>>
>> Where I can find information about error?
Re: Building on M4 [message #118938 is a reply to message #118549] Tue, 20 January 2009 22:14 Go to previous messageGo to next message
Austin Riddle is currently offline Austin RiddleFriend
Messages: 128
Registered: July 2009
Senior Member
I have experienced the same error. It may be helpful to specify
"-verbose" in the Main->Arguments section of your External Tools
Configuration.

We found in our case that the org.eclipse.equinox.http.servletbridge
plugin was not in our M4 target platform.
Re: Building on M4 [message #118964 is a reply to message #118938] Wed, 21 January 2009 04:52 Go to previous message
Boris Stepanov is currently offline Boris StepanovFriend
Messages: 68
Registered: July 2009
Member
Hi Austin,

I added "-verbose" as you describe, but it only shows information from
my ant task, but I need to see error infromation from pde.exportFeatures
task (this task executes in separate job).

I found the solution. I just tried to export my feature by hands from
"File->Export->Plug-in Development->Deployable features" and error
dialog was appeared. The problem is javax.servlet project was downloaded
from 2_4 branch (M4 works with 2_5), so I just switched branch to 2_5
and now my build script works good.

> I have experienced the same error. It may be helpful to specify
> "-verbose" in the Main->Arguments section of your External Tools
> Configuration.
>
> We found in our case that the org.eclipse.equinox.http.servletbridge
> plugin was not in our M4 target platform.
>
>
>
Previous Topic:Recall of IEntryPoint.createUI() after saving editor
Next Topic:Workbench won't open with current CVS HEAD (19.01.2009 14:29 gmt+1)
Goto Forum:
  


Current Time: Tue Apr 23 11:33:37 GMT 2024

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

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

Back to the top