Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [skalli-dev] Commit for bugs 347537, 347536

Hi Jochen,

 

this sounds good to me. Do you have a working version already? Just to check if I understand it correctly:

 

-          someone who wants to try out Skalli and has the sources simply starts the Skalli.launch config and since Jetty is defined in the launch and in the target platform it will work fine

-          someone who does not care about the sources but wants a product can choose to install either the “plain” version and has to supply his own server bundles

-          or he can choose a version which we prepackaged, at this point in time jetty, and this will bring all bundles to be able to run Skalli on Jetty

 

 

Regards, Robert

 

PS: it would be nice to have the pom in the orbit feature as well and link it to the maven build J

 

From: skalli-dev-bounces@xxxxxxxxxxx [mailto:skalli-dev-bounces@xxxxxxxxxxx] On Behalf Of Jochen Hiller
Sent: Samstag, 11. Juni 2011 13:59
To: Skalli project developer mailing list
Subject: Re: [skalli-dev] Commit for bugs 347537, 347536

 

Hi all,

 

I re-thought again about the skall feature structure. I dont like the last configuration, as the o.e.jetty.osgi.boot.jsp does NOT belong to the o.e.s.eclipse.feature. This fragment gives dependencies to a specific runtime, e.g. when using Virgo as another RT, which will lead to unnecesary dependencies (thanks Robert for the hint).

 

I would like to propose a slightly revised feature structure:

 

org.eclipse.skalli.eclipse.feature           all required Eclipse/OSGi bundles (without the fragement org.eclipse.jetty.osgi.boot.jsp) 

org.eclipse.skalli.orbit.feature               all required 3rdParty bundles as yet defined

org.eclipse.skalli.feature                      all required Skall bundles as yet defined

  includes features

    org.eclipse.orbit.feature

    org.eclipse.skalli.eclipse.feature

org.eclipse.skalli.runtime.jetty.feature   all bundles for using Jetty as runtime. This includes the fragment org.eclipse.jetty.boot.jsp

  includes features

    org.eclipse.skalli.feature

    org.eclipse.jetty.core

    javax.servlet.jsp.glassfish

 

The product "skalli.product" will then include the features org.eclipse.skalli.feature, org.eclipse.skalli.runtime.jetty.feature. So it is at the end a product using Jetty as runtime platform.

 

Any comments?

 

Bye, Jochen

 

 

On Tue, May 31, 2011 at 4:11 PM, Varwig, Britta <britta.varwig@xxxxxxx> wrote:

Hello,

Robert had investigating a lot here at SAP for our internal Skalli build hack (orbid, target and co), but he is currently in vacation and will come back on next Monday.

Others are in holiday as well, ill or very busy with other topics.

I think we will have more time to check the build in detail next week.

 

Regards Britta

 

 

From: skalli-dev-bounces@xxxxxxxxxxx [mailto:skalli-dev-bounces@xxxxxxxxxxx] On Behalf Of Varwig, Britta
Sent: Dienstag, 31. Mai 2011 10:36


To: Skalli project developer mailing list

Subject: Re: [skalli-dev] Commit for bugs 347537, 347536

 

Hello

I had a look into the change „ Add product export to Skalli” (commit-id 2626878b1c332fe1cfbfce36378a04738ab034bb) and found out that you added an admin user.

 

Had you seen that there is a pending bug from me with provides additional test data:  https://bugs.eclipse.org/bugs/show_bug.cgi?id=346938 ( I am not a committer now and cant checkin L

 

@Jochen: Would you like to add that patch as well and merge with your changes?

 

The pom.xml for the new project org.eclipse.skalli.orbit.feature for the maven build is still missing. But I think we can add that later.

 

Regards Britta

 

 

 

From: skalli-dev-bounces@xxxxxxxxxxx [mailto:skalli-dev-bounces@xxxxxxxxxxx] On Behalf Of Jochen Hiller
Sent: Montag, 30. Mai 2011 22:26
To: Skalli project developer mailing list
Subject: [skalli-dev] Commit for bugs 347537, 347536

 

Hi all,

 

I've just committed a bugfix for

 

Add missing equinox security fragments to org.eclipse.skalli.eclipse.feature

 

Accidentially, this fix was based on the patchset of

 

Add product export to Skalli

 

which was also committed in git push. 

 

This was not intended, as I would like have someone review the change first before committing.

 

Can someone please can try to checkout for other deployment scenarios, e.g. used at SAP? I do not want to break any build.

 

 

Thanks, Jochen

 


_______________________________________________
skalli-dev mailing list
skalli-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/skalli-dev

 


Back to the top