Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » build.properties - deploy problem
build.properties - deploy problem [message #76348] Mon, 03 March 2008 13:48 Go to next message
Eclipse UserFriend
Originally posted by: me.micha-shl.de

Hi,

I came across a little Problem deploying my application.
Without the build.properties I can start my app locally in my Eclipse 3.3.

I have read, that if I get the Message
--> Error 500: An entry point named 'default' does not exist.

after I deployed my Application, I have to add the build.properties to my
original project and to check the plugin.xml.

After doing that, I cannot either start my application locally.

Can anybody tell me, what I had to check in the build.properties.

Michael
Re: build.properties - deploy problem [message #77125 is a reply to message #76348] Thu, 06 March 2008 16:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi Michael,

hm, the build.properties should not affect the local launch. But you may
use the demo project's properties as a helping example:


source.. = src/
output.. = bin/

bin.includes = META-INF/,\
.,\
icons/,\
plugin.xml,\
plugin.properties,\
about.html,\
launch/,\
theme1/,\
body.html
src.includes = icons/,\
body.html



Ciao
Frank

-----Ursprüngliche Nachricht-----
Von: Michael [mailto:me@micha-shl.de]
Bereitgestellt: Montag, 3. März 2008 14:49
Bereitgestellt in: eclipse.technology.rap
Unterhaltung: build.properties - deploy problem
Betreff: build.properties - deploy problem


Hi,

I came across a little Problem deploying my application.
Without the build.properties I can start my app locally in my Eclipse
3.3.

I have read, that if I get the Message
--> Error 500: An entry point named 'default' does not exist.

after I deployed my Application, I have to add the build.properties to
my original project and to check the plugin.xml.

After doing that, I cannot either start my application locally.

Can anybody tell me, what I had to check in the build.properties.

Michael
Re: build.properties - deploy problem [message #77300 is a reply to message #77125] Fri, 07 March 2008 06:55 Go to previous message
Eclipse UserFriend
Originally posted by: me.micha-shl.de

Hey

Thanks Frank again. I deleted all unnecessary stuff from my ported RCP
application, and then I also forgot to include the rap.ui.forms in my RAP.
War deployment project.

Regards

Frank Appel wrote:

> Hi Michael,

> hm, the build.properties should not affect the local launch. But you may
> use the demo project's properties as a helping example:


> source.. = src/
> output.. = bin/

> bin.includes = META-INF/,
> .,
> icons/,
> plugin.xml,
> plugin.properties,
> about.html,
> launch/,
> theme1/,
> body.html
> src.includes = icons/,
> body.html



> Ciao
> Frank

> -----Ursprüngliche Nachricht-----
> Von: Michael [mailto:me@micha-shl.de]
> Bereitgestellt: Montag, 3. März 2008 14:49
> Bereitgestellt in: eclipse.technology.rap
> Unterhaltung: build.properties - deploy problem
> Betreff: build.properties - deploy problem


> Hi,

> I came across a little Problem deploying my application.
> Without the build.properties I can start my app locally in my Eclipse
> 3.3.

> I have read, that if I get the Message
> --> Error 500: An entry point named 'default' does not exist.

> after I deployed my Application, I have to add the build.properties to
> my original project and to check the plugin.xml.

> After doing that, I cannot either start my application locally.

> Can anybody tell me, what I had to check in the build.properties.

> Michael
Previous Topic:What's the matter with RAP?
Next Topic:Rapdemo in Tomcat won't start
Goto Forum:
  


Current Time: Thu Aug 29 13:02:10 GMT 2024

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

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

Back to the top