Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] [prov] Native touchpoint

James can expand, but some things that I recall from a declarative system we built on top of the old installhandler code:

* copying files (ie., we package our own launcher and copy it to a proper location... we also package vms as bundles)
* native operations
* creating icons in menus or on a desktop if available
* creating windows registry entries
* setting environment variables
* modifying files on disk
* chmod'ng things
* running arbitrary scripts (ya, I know, scary) like .bat or .sh's

That's all I can remember off the top of my head.

Cheers,

---
Chris Aniszczyk | IBM Lotus | Eclipse Committer | http://mea-bloga.blogspot.com | +1.860.839.2465

Inactive hide details for Pascal Rapicault ---08/07/2007 08:56:18 PM---James, to enlight us, could you please describe the kindPascal Rapicault ---08/07/2007 08:56:18 PM---James, to enlight us, could you please describe the kind of things that you


From:

Pascal Rapicault <Pascal_Rapicault@xxxxxxxxxx>

To:

Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

Cc:

equinox-dev@xxxxxxxxxxx, equinox-dev-bounces@xxxxxxxxxxx

Date:

08/07/2007 08:56 PM

Subject:

Re: [equinox-dev] [prov] Native touchpoint




James, to enlight us, could you please describe the kind of things that you
are doing with install handlers?


                                                                         
            James D Miles                                                
            <jdmiles@xxxxxx.c                                            
            om>                                                        To
            Sent by:                  <equinox-dev@xxxxxxxxxxx>          
            equinox-dev-bounc                                          cc
            es@xxxxxxxxxxx                                                
                                                                  Subject
                                      [equinox-dev] [prov] Native        
            08/07/2007 04:41          touchpoint                          
            PM                                                            
                                                                         
                                                                         
            Please respond to                                            
                 Equinox                                                  
               development                                                
              mailing list                                                
            <equinox-dev@ecli                                            
                pse.org>                                                  
                                                                         
                                                                         




Please either add javadoc info or wiki info on the design of the
org.eclipse.equinox.prov.touchpoint.natives and . This appears to be where
install handler equivalent functionality would be performed. I don't need
extensive docs. I just need to know the plan so I can evaluate how it can
be used. We use the install handlers extensively in the current eclipse and
I am attempting to locate the home for this functionality. Also is Rhino
_javascript_ envisioned to be the main scripting mechanism for the native
touchpoint?_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


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

GIF image

GIF image


Back to the top