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,

 

for internal deployment reasons we went ahead some steps and threw out the following bundles already:

 

·         Eclipse from the Skalli feature

·         Jetty from the Eclipse feature

 

You can now add the runtime feature you proposed to package server dependent bundles.

 

See the changes here: http://git.eclipse.org/c/skalli/org.eclipse.skalli.git/commit/?id=23b3a7d61493fb9eec15cd4cc42fd3e72665222b (Eclipse did some reformatting that’s why they are a little more colorful).

 

 

Regards, Robert

 

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