javakontor / OSGi-Service-Component-Annotation-Processor

5 stars 2 forks source link

Problems with version control #5

Open wimjongman opened 11 years ago

wimjongman commented 11 years ago

When the OSGi-INF directory is generated, it is invisible to version control. This means that in our headless build, the component information is missing.

How can we solve this?

wuetherich commented 11 years ago

Hi Wim,

feel free to use the alternative implementation that is available at https://github.com/wuetherich/ds-annotation-builder

Regards, Gerd 2012/10/19 Wim Jongman notifications@github.com

When the OSGi-INF directory is generated, it is invisible to version control. This means that in our headless build, the component information is missing.

How can we solve this?

— Reply to this email directly or view it on GitHubhttps://github.com/javakontor/OSGi-Service-Component-Annotation-Processor/issues/5.

nilshartmann commented 11 years ago

The OSGI-INF-Directory is created as a 'derived' resource in Eclipse and Eclipse Team providers by default ignore derived resources.

You can remove the derived flag: open the Properties dialog on the OSGI-INF-Directory, and un-select 'Derived' in the 'Attributes' block.

wimjongman commented 11 years ago

Hi Gerd,

I have installed your plug-ins but I do not see the option in the Configure menu.

My target platform does contain javakontr.* bundles My target platform does NOT contain your wuetherich bundle

Any ideas?

Thanks,

Wim

On Fri, Oct 19, 2012 at 8:43 PM, Nils Hartmann notifications@github.comwrote:

The OSGI-INF-Directory is created as a 'derived' resource in Eclipse and Eclipse Team providers by default ignore derived resources.

You can remove the derived flag: open the Properties dialog on the OSGI-INF-Directory, and un-select 'Derived' in the 'Attributes' block.

— Reply to this email directly or view it on GitHubhttps://github.com/javakontor/OSGi-Service-Component-Annotation-Processor/issues/5#issuecomment-9612098.

wuetherich commented 11 years ago

Hi Wim,

the "Configure -> Enable DS" action is only available if you have selected a PDE Plug-in-Project.

Regards, Gerd

2012/11/21 Wim Jongman notifications@github.com

Hi Gerd,

I have installed your plug-ins but I do not see the option in the Configure menu.

My target platform does contain javakontr.* bundles My target platform does NOT contain your wuetherich bundle

Any ideas?

Thanks,

Wim

On Fri, Oct 19, 2012 at 8:43 PM, Nils Hartmann notifications@github.comwrote:

The OSGI-INF-Directory is created as a 'derived' resource in Eclipse and Eclipse Team providers by default ignore derived resources.

You can remove the derived flag: open the Properties dialog on the OSGI-INF-Directory, and un-select 'Derived' in the 'Attributes' block.

— Reply to this email directly or view it on GitHub< https://github.com/javakontor/OSGi-Service-Component-Annotation-Processor/issues/5#issuecomment-9612098>.

— Reply to this email directly or view it on GitHubhttps://github.com/javakontor/OSGi-Service-Component-Annotation-Processor/issues/5#issuecomment-10599648.

wimjongman commented 11 years ago

Thanks Gerd,

It works now. I had some weird p2 problems.

thanks for helping,

Wim

On Thu, Nov 22, 2012 at 10:13 AM, wuetherich notifications@github.comwrote:

Hi Wim,

the "Configure -> Enable DS" action is only available if you have selected a PDE Plug-in-Project.

Regards, Gerd

2012/11/21 Wim Jongman notifications@github.com

Hi Gerd,

I have installed your plug-ins but I do not see the option in the Configure menu.

My target platform does contain javakontr.* bundles My target platform does NOT contain your wuetherich bundle

Any ideas?

Thanks,

Wim

On Fri, Oct 19, 2012 at 8:43 PM, Nils Hartmann notifications@github.comwrote:

The OSGI-INF-Directory is created as a 'derived' resource in Eclipse and Eclipse Team providers by default ignore derived resources.

You can remove the derived flag: open the Properties dialog on the OSGI-INF-Directory, and un-select 'Derived' in the 'Attributes' block.

— Reply to this email directly or view it on GitHub<

https://github.com/javakontor/OSGi-Service-Component-Annotation-Processor/issues/5#issuecomment-9612098>.

— Reply to this email directly or view it on GitHub< https://github.com/javakontor/OSGi-Service-Component-Annotation-Processor/issues/5#issuecomment-10599648>.

— Reply to this email directly or view it on GitHubhttps://github.com/javakontor/OSGi-Service-Component-Annotation-Processor/issues/5#issuecomment-10627847.