Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] tycho-source-feature-plugin - no source generated

Hi again Mickael,

When you said "files such as feature,properties if" did you mean "features.properties" or "feature.xml. build.properties"? Though we're getting farther, the source feature generated still has problems.

The generated source feature is named "[project.artifactId]-sources-feature", no timestamp. Can we change this to [project.artifactId].sdk_[version_with_timestamp]? I read https://issues.sonatype.org/browse/TYCHO-192 but this seems to be ignored:
   <configuration>
      <sourceBundleSuffix>.sdk_${project.version)</sourceBundleSuffix>
   </configuration>

Also the feature.xml is missing "provider-name" and "label" attributes which I would have expected to be copied over from the binary feature. It also would be nice to have a reference to the branding plugin though that may be affected by it not having any actual source and us having to specify it in the excludes block in the pom.

What do you think?
Craig

On Wed, May 2, 2012 at 12:01 PM, Craig Foote <craigfoote@xxxxxxxxx> wrote:
Great, thanks again.

On Wed, May 2, 2012 at 9:58 AM, Mickael Istria <mistria@xxxxxxxxxx> wrote:
On 05/02/2012 03:17 PM, Craig Foote wrote:
OK, thanks again Mickael. So your comment at https://bugs.eclipse.org/bugs/show_bug.cgi?id=345234#c27 about a patch to make that optional hasn't been applied yet? Are there plans to do so or maybe a bug entered for that?
No, this patch was not applied. I'm now Ok with having to create a folder, but a more explicit message and documentation on it could be helpful.


Is it just an empty folder named "sourceTemplateFeature" at the root of the feature that's required?
Yes, but it is also meant to include there files such as feature,properties if you want to add content to the generated source feature.


--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

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




Back to the top