Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] AOSGI Deploy a product (Completion)

This is the content of my config.ini file:
 
osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start,org.aspectj.osgi.service.weaving@:start,org.aspectj.osgi.service.caching.j9@:start,org.sst.testAspect,org.aspectj.test.performance
#osgi.framework=org.eclipse.osgi
osgi.bundles.defaultStartLevel=4
osgi.configuration.cascaded=false
osgi.splashPath = platform:/base/plugins/org.sst.test
eclipse.product=org.sst.test.test
 
# AOSGi
osgi.framework.extensions=org.aspectj.osgi
org.aspectj.weaver.loadtime.configuration=META-INF/aop.xml;org/aspectj/aop.xml;META-INF/aop-ajc.xml
#aj.weaving.verbose=true
org.aspectj.weaver.showWeaveInfo=true
#org.aspectj.osgi.verbose=true
 
if i comment out the line osgi.framework=org.eclipse.osgi then the application runs but the aspect doesn't work.
----- Original Message -----
Sent: Thursday, June 07, 2007 7:55 PM
Subject: RE: [equinox-dev] AOSGI Deploy a product (Completion)


What is the content of your config.ini?  I suspect the osgi.framework property is set to something wacky.  A deployed product should not have to set this property in the config.ini file.

Tom




"Sebastian Staack" <Sebastian.Staack@xxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx

06/07/2007 11:48 AM

Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To
"Equinox development mailing list" <equinox-dev@xxxxxxxxxxx>
cc
Subject
RE: [equinox-dev] AOSGI Deploy a product (Completion)





Here is the folder structure of my exported product:
 
TestAspect/
 .eclipseproduct                        
 startup.jar                            
 Test.exe                              

  - configuration/
   - org.eclipse.osgi/
     splash.bmp                            

    1181229211356.log                      
   config.ini                            

 
  - plugins/
    + org.apache.ant_1.6.5/
    + org.aspectj.ajde_1.5.4.200705211336/
    + org.aspectj.runtime_1.5.4.200705211336/
    + org.aspectj.weaver_1.5.4.200705211336/
    + org.eclipse.core.runtime.compatibility.registry_3.2.1.R32x_v20060907/
   com.ibm.icu_3.4.5.20061213.jar        
   org.aspectj.osgi.service.caching.j9_1.0.0.200703151530.jar
   org.aspectj.osgi.service.weaving_1.0.0.200703151530.jar
   org.aspectj.osgi_1.0.1.200703151530.jar
   org.eclipse.ant.core_3.1.100.v20060531.jar
   org.eclipse.core.commands_3.2.0.I20060605-1400.jar
   org.eclipse.core.contenttype_3.2.0.v20060603.jar
   org.eclipse.core.expressions_3.2.2.r322_v20070109a.jar
   org.eclipse.core.filesystem.win32.x86_1.0.0.v20060603.jar
   org.eclipse.core.filesystem_1.0.0.v20060603.jar
   org.eclipse.core.jobs_3.2.0.v20060603.jar
   org.eclipse.core.resources.compatibility_3.2.0.v20060603.jar
   org.eclipse.core.resources.win32_3.2.0.v20060603.jar
   org.eclipse.core.resources_3.2.2.R32x_v20061218.jar
   org.eclipse.core.runtime.compatibility.auth_3.2.0.v20060601.jar
   org.eclipse.core.runtime.compatibility_3.1.100.v20060603.jar
   org.eclipse.core.runtime_3.2.0.v20060603.jar
   org.eclipse.core.variables_3.1.100.v20060605.jar
   org.eclipse.equinox.common_3.2.0.v20060603.jar
   org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar
   org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar
   org.eclipse.help_3.2.2.R322_v20061213.jar
   org.eclipse.jface_3.2.2.M20061214-1200.jar
   org.eclipse.osgi_3.2.2.R32x_v20070118.jar
   org.eclipse.swt.win32.win32.x86_3.2.2.v3236.jar
   org.eclipse.swt_3.2.2.v3236b.jar      
   org.eclipse.text_3.2.0.v20060605-1400.jar
   org.eclipse.ui.workbench_3.2.2.M20070119-0800.jar
   org.eclipse.ui_3.2.1.M20061108.jar    
   org.eclipse.update.configurator_3.2.2.R32x_v20070111.jar
   org.sst.testAspect_1.0.0.jar          
   org.sst.test_1.0.0.jar                                    
_______________________________________________
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

Back to the top