Fw: [equinox-dev] Code move timeline

2008-07-30 Thread Thomas Watson


Unfortunately due to some IP legal issues that need to be worked out (see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=242307) we are not ready to
perform the move this week.  Given that M1 week is next week we will have
to delay the move until mid August.  Stay tuned.

Tom


- Forwarded by Thomas Watson/Austin/IBM on 07/30/2008 04:22 PM -
   
  From:   Thomas Watson/Austin/IBM 
   
  To: Equinox development mailing list 
   
  Date:   07/28/2008 04:51 PM  
   
  Subject:Re: [equinox-dev] Code move timeline 
   




I opened a bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=242307 to
initiate the CVS move/copy.  I documented the projects that are moving and
their new location in the RT CVS repository at
http://wiki.eclipse.org/Equinox_Eclipse_to_RT_Migration#CVS_Projects.
Please let me know if you find any errors.

I requested that they give us a heads on the time they will perform the
move so that we have some warning before the move actually occurs.  Stay
tuned.

Tom




   
  From:!  Jeff McAffer <[EMAIL PROTECTED]>
   
  To: Equinox development mailing list 
   
  Date:   07/25/2008 03:20 AM  
   
  Subject:Re: [equinox-dev] Code move timeline 
   





Would be good to summarize the transformation/copy information in a new
list somewhere.  We will have to give this to the webmaster to execute the
copy operation anyway and there seem to have been some tweaks since the
original proposal.

Jeff

Thomas Watson wrote:


  There will still be a bundles directory. Basically the proposal at
  http://wiki.eclipse.org/Equinox_CVS_Structure will be used.

  Tom



  Inactive hide details for DJ Houghton ---07/22/2008 02:05:23 PM---As
  discussed in the Equinox call today, I compared the contenDJ Houghton
  ---07/22/2008 02:05:23 PM---As discussed in the Equinox call today, I
  compared the contents of the p2 project set files with the
   
   
 From:DJ Houghton <[EMAIL PROTECTED]> 
   
   
 To:  Equinox development mailing list 
  
   
   
 Date:07/22/2008 02:05 PM  
   
   
 Subject: Re: [equinox-dev] Code move timeline 
   







  As discussed in the Equinox call today, I compared the contents of
  the p2 project set files with the list of bundles in the repository
  at: org.eclipse.equinox/p2/bundles/ and they are the same... all
  bundle should be copied during the Equinox move. (bundles which are
  not listed in the current psf file are part of the new publisher
  work)

  As well, we should copy the p2 releng project:
  org.eclipse.equinox/p2/org.eclipse.equinox.p2.releng
  Although I am not sure the best location for it.

  Will the resulting folders in the RT repository have bundle/ folders
  with the bundles in them, or will the bundles be at the root? (e.g.
  org.eclipse.equinox/p2 or org.eclipse.equinox/p2/bundles?)


  Inactive hide details for Thomas Watson <[EMAIL PROTECTED]>Thomas
  Watson <[EMAIL PROTECTED]>
   
 Thomas Watson <[EMAIL PROTECTED]>   
 Sent by: [EMAIL PROTECTED]  
   
To
 07/17/2

[equinox-dev] I am depressed! getting equinox + spring-osgi + spring-web-mvc together is a nightmare...

2008-07-30 Thread evaleto genebio
Hi All,

First, thanks a lot for your huge work ;)

For the basic usage of spring, basically loading beans from an xml
definition the setup is working.

My issue. starting from eclipse 3.4, I installed spring-osgi and I try
to make equinox and spring-mvc coexist , but it's a terrible
nightmare. For example, spring-osgi-web-mvc depends on javax.servlet
2.5 (and maybe jetty 6.X I'm not sure) and Equinox export
javax.servlet 2.4. There are also the listener and filters defined on
the web.xml  (even implemented in the bundle Activation it wont work)

I also tried to install equinox versions from cvs incubation without
any success, I always have a dependency problem. But the worst is the
eclipse crashes. After those modifications (adding spring
bundles+spring jars+ last equinox features) eclipse becomes really
unstable and crash after some ctrl+s.

Of course I cant remove the spring dependencies, and springsource (the
osgi container)  features are not what we need. Equinox features are
definitively better...

Is there any way to get spring-mvc running on eclipse equinox?

Regards,
Olivier

osgi & spring mvc sample:
http://raibledesigns.com/rd/entry/running_spring_mvc_web_applications

spring mvc basic sample:
http://www.memestorm.com/blog/basic-web-mvc-example/

ps. sorry for my bad english.
___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev


[equinox-dev] I am depressed! getting equinox + spring-osgi + spring-web-mvc together is a nightmare...

2008-07-30 Thread olivier evalet
Hi All,

First, thank's a lot for your huge work ;)

For the basic usage of spring, basically loading beans from an xml
definition the setup is working.

My issue. starting from eclipse 3.4, I installed spring-osgi and I try
to make equinox and spring-mvc coexist , but it's a terrible
nightmare. For example, spring-osgi-web-mvc depends on javax.servlet
2.5 (and maybe jetty 6.X I'm not sure) and Equinox export
javax.servlet 2.4. There are also the listener and filters defined on
the web.xml  (even implemented in the bundle Activation it wont work)

I also tried to install equinox versions from cvs incubation without
any success, I always have a dependency problem. But the worst is the
eclipse crashes. After those modifications (adding spring
bundles+spring jars+ last equinox features) eclipse becomes really
unstable and crash after some ctrl+s.

Of course I cant remove the spring dependencies, and springsource (the
osgi container)  features are not what we need. Equinox features are
definitively better...

Is there any way to get spring-mvc running on eclipse equinox?

Regards,
Olivier

osgi & spring mvc sample:
http://raibledesigns.com/rd/entry/running_spring_mvc_web_applications

spring mvc basic sample:
http://www.memestorm.com/blog/basic-web-mvc-example/

ps. sorry for my bad english.
___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Re: [equinox-dev] Auto install .exe after download using Equinox P2

2008-07-30 Thread Gladyston

Hi Vijay,

My product has similar requirements, less the execution requirement, we 
have to package a bunch of data that must be downloaded/updated in the 
root of the eclipse installattion. we have to manually
edit content.xml/artifact.xml/binary_folder to get our stuffs unpacked 
in the root folder. as far as i know the current touchpoints does not 
include a entry that provides a way to call executables. you should 
extend current touchpoints (i dont know how to do it, )

Some light in this matter will be very usefull.
Regards
Gladyston

Vijay jadhav wrote:


Hi Folks,

We are creating a feature that will be containing a plug-in and an IDE 
installer (.exe windows) that will be deployed on our web site. User 
will be using the Eclipse Software Update (p2) dialogs to install or 
update from our web site. After the “Install…” or “Update…” step, 
everything needed to run the IDE installer wil be downloaded along 
with the plug-in. But as p2 does not support Update Manager style 
install handler and our requirement is that we need to start the auto 
execution of the IDE installer once it is downloaded from our web site 
using the Eclipse Software Update (p2) dialog.


That is user adds a new remote site, pulls in a feature with the 
plug-in and IDE installer,


clicks 'install', and it should run a custom code upon installation 
which will launch the IDE installer. Is this possible using Eclipse 3.4?


Has anyone handled similar requirement? Please provide some pointers 
on handling this requirement.


Thanks & Regards,

Vijay

*Vijay D Jadhav** | Team Lead | Persistent Systems **Limited*

[EMAIL PROTECTED] 
 | Cell: **+91 9822772813** | 
Tel: **91 **(**20**) **3023 5846 *


*Persistent Systems - Innovation in software product design, 
development and delivery - **www.persistentsys.com 
*


DISCLAIMER == This e-mail may contain privileged and 
confidential information which is the property of Persistent Systems 
Ltd. It is intended only for the use of the individual or entity to 
which it is addressed. If you are not the intended recipient, you are 
not authorized to read, retain, copy, print, distribute or use this 
message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent 
Systems Ltd. does not accept any liability for virus infected mails.




___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev
  


___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev


[equinox-dev] Auto install .exe after download using Equinox P2

2008-07-30 Thread Vijay jadhav
Hi Folks,

 

We are creating a feature that will be containing a plug-in and an IDE
installer (.exe windows) that will be deployed on our web site. User will be
using the Eclipse Software Update (p2) dialogs to install or update from our
web site. After the "Install." or "Update." step, everything needed to run
the IDE installer wil be downloaded along with the plug-in. But as p2 does
not support Update Manager style install handler and our requirement is that
we need to start the auto execution of the IDE installer once it is
downloaded from our web site using the Eclipse Software Update (p2) dialog. 

That is user adds a new remote site, pulls in a feature with the plug-in and
IDE installer,

clicks 'install', and it should run a custom code upon installation which
will launch the IDE installer. Is this possible using Eclipse 3.4?

Has anyone handled similar requirement? Please provide some pointers on
handling this requirement.

 

Thanks & Regards,

Vijay

 


Vijay D Jadhav | Team Lead | Persistent Systems Limited

[EMAIL PROTECTED]   |
Cell: +91 9822772813 | Tel: 91 (20)  3023 5846 

Persistent Systems - Innovation in software product design, development and
delivery -  www.persistentsys.com  

 


DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.
___
equinox-dev mailing list
equinox-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/equinox-dev