build.properties - deploy problem [message #76348] |
Mon, 03 March 2008 08:48  |
Eclipse User |
|
|
|
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 11:39   |
Eclipse User |
|
|
|
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 01:55  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.02814 seconds