| Home » Eclipse Projects » Plugin Development Environment (PDE) » Build updatesite doesn't create web/* and index.html
 Goto Forum:| 
| Build updatesite doesn't create web/* and index.html [message #57633] | Wed, 22 April 2009 03:39  |  | 
| Eclipse User  |  |  |  |  | Hi to everyone, 
 I tried to create an updatesite with one feature. This feature includes 3
 plugins.
 I tried to build it with the eclipse build-in opportunity (build suite).
 After some really unpredictable and funny effects and errors,
 today I can build the site.
 The plugins and Feature-Jars are correctly build in the updatesite-path.
 The only problem I still have, is, that the "web"-path and the index.html
 are not created.
 
 Can you help me to find out why it doesn't work and how I can manage to
 do?
 
 Thanks so far
 
 Greetings
 Markus
 |  |  |  |  | 
| Re: Build updatesite doesn't create web/* and index.html [message #57760 is a reply to message #57633] | Wed, 22 April 2009 13:12   |  | 
| Eclipse User  |  |  |  |  | Originally posted by: eclipse-news.rizzoweb.com 
 Markus Oley wrote:
 > Hi to everyone,
 > I tried to create an updatesite with one feature. This feature includes
 > 3 plugins.
 > I tried to build it with the eclipse build-in opportunity (build suite).
 > After some really unpredictable and funny effects and errors, today I
 > can build the site. The plugins and Feature-Jars are correctly build in
 > the updatesite-path. The only problem I still have, is, that the
 > "web"-path and the index.html are not created.
 > Can you help me to find out why it doesn't work and how I can manage to do?
 > Thanks so far
 
 I'm not sure what you're expecting it to generate, but an update site
 does not have any user-visible content, only site.xml, features/,
 plugins/, and possibly some p2 metadata files.
 What are you expecting beyond that?
 
 Eric
 |  |  |  |  |  |  | 
| Re: Build updatesite doesn't create web/* and index.html [message #57977 is a reply to message #57861] | Thu, 23 April 2009 11:48   |  | 
| Eclipse User  |  |  |  |  | Originally posted by: eclipse-news.rizzoweb.com 
 Markus Oley wrote:
 > Hi Eric,
 > I did build the updatesite once and I got a index.html-file content.xml,
 > artifacts.xml and an directory web, which includes site.css and
 > site.xsl....
 > Does an updatesite just work even if there are only plugins-path,
 > features-path and the site.xml? I just thought, that the files, which
 > are generated no more, are needed.
 
 index.html and a web/ directory would be optional; only site.xml,
 plugins/ and features/ are required.
 I seem to remember an option somewhere to generate web content, but I
 can't find it now.
 
 Hope this helps,
 Eric
 |  |  |  |  | 
| Re: Build updatesite doesn't create web/* and index.html [message #58052 is a reply to message #57977] | Thu, 23 April 2009 13:25  |  | 
| Eclipse User  |  |  |  |  | Originally posted by: eclipse-news.rizzoweb.com 
 Eric Rizzo wrote:
 > Markus Oley wrote:
 >> Hi Eric,
 >> I did build the updatesite once and I got a index.html-file
 >> content.xml, artifacts.xml and an directory web, which includes
 >> site.css and site.xsl....
 >> Does an updatesite just work even if there are only plugins-path,
 >> features-path and the site.xml? I just thought, that the files, which
 >> are generated no more, are needed.
 >
 > index.html and a web/ directory would be optional; only site.xml,
 > plugins/ and features/ are required.
 > I seem to remember an option somewhere to generate web content, but I
 > can't find it now.
 
 The option is in the wizard when you create a new Update Site Project;
 I'm not sure if it marks the project in any way so that those files are
 re-generated automatically; you'd haven to create such a project and see
 how it's .* files differ from the one you have.
 
 Hope this helps,
 Eric
 |  |  |  |  | 
| Re: Build updatesite doesn't create web/* and index.html [message #596135 is a reply to message #57633] | Wed, 22 April 2009 13:12  |  | 
| Eclipse User  |  |  |  |  | Markus Oley wrote: > Hi to everyone,
 > I tried to create an updatesite with one feature. This feature includes
 > 3 plugins.
 > I tried to build it with the eclipse build-in opportunity (build suite).
 > After some really unpredictable and funny effects and errors, today I
 > can build the site. The plugins and Feature-Jars are correctly build in
 > the updatesite-path. The only problem I still have, is, that the
 > "web"-path and the index.html are not created.
 > Can you help me to find out why it doesn't work and how I can manage to do?
 > Thanks so far
 
 I'm not sure what you're expecting it to generate, but an update site
 does not have any user-visible content, only site.xml, features/,
 plugins/, and possibly some p2 metadata files.
 What are you expecting beyond that?
 
 Eric
 |  |  |  |  | 
| Re: Build updatesite doesn't create web/* and index.html [message #596184 is a reply to message #57760] | Thu, 23 April 2009 04:51  |  | 
| Eclipse User  |  |  |  |  | Hi Eric, 
 I did build the updatesite once and I got a index.html-file content.xml,
 artifacts.xml and an directory web, which includes site.css and
 site.xsl....
 
 Does an updatesite just work even if there are only plugins-path,
 features-path and the site.xml?
 I just thought, that the files, which are generated no more, are needed.
 
 
 Greetings
 Markus
 |  |  |  |  | 
| Re: Build updatesite doesn't create web/* and index.html [message #596247 is a reply to message #57861] | Thu, 23 April 2009 11:48  |  | 
| Eclipse User  |  |  |  |  | Markus Oley wrote: > Hi Eric,
 > I did build the updatesite once and I got a index.html-file content.xml,
 > artifacts.xml and an directory web, which includes site.css and
 > site.xsl....
 > Does an updatesite just work even if there are only plugins-path,
 > features-path and the site.xml? I just thought, that the files, which
 > are generated no more, are needed.
 
 index.html and a web/ directory would be optional; only site.xml,
 plugins/ and features/ are required.
 I seem to remember an option somewhere to generate web content, but I
 can't find it now.
 
 Hope this helps,
 Eric
 |  |  |  |  | 
| Re: Build updatesite doesn't create web/* and index.html [message #596284 is a reply to message #57977] | Thu, 23 April 2009 13:25  |  | 
| Eclipse User  |  |  |  |  | Eric Rizzo wrote: > Markus Oley wrote:
 >> Hi Eric,
 >> I did build the updatesite once and I got a index.html-file
 >> content.xml, artifacts.xml and an directory web, which includes
 >> site.css and site.xsl....
 >> Does an updatesite just work even if there are only plugins-path,
 >> features-path and the site.xml? I just thought, that the files, which
 >> are generated no more, are needed.
 >
 > index.html and a web/ directory would be optional; only site.xml,
 > plugins/ and features/ are required.
 > I seem to remember an option somewhere to generate web content, but I
 > can't find it now.
 
 The option is in the wizard when you create a new Update Site Project;
 I'm not sure if it marks the project in any way so that those files are
 re-generated automatically; you'd haven to create such a project and see
 how it's .* files differ from the one you have.
 
 Hope this helps,
 Eric
 |  |  |  | 
 
 
 Current Time: Fri Oct 31 03:38:17 EDT 2025 
 Powered by FUDForum . Page generated in 0.04190 seconds |