[jbosstools-issues] [JBoss JIRA] (JBIDE-11347) jbpm features set "featureName" as feature name -- pls fix your build.properties file (Tycho 0.14 issue)

Nick Boldt (JIRA) jira-events at lists.jboss.org
Sat Mar 17 14:38:47 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-11347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677477#comment-12677477 ] 

Nick Boldt edited comment on JBIDE-11347 at 3/17/12 2:37 PM:
-------------------------------------------------------------

Tycho 0.14 doesn't like wildcards in build.properties, so when it's building it fails to include feature.properties and as such, variables like featureName, description, and licence are not resolved.

These features use wildcards and as such are incorrectly named, described, and licensed:

{code}
featureName	4.4.0.v20120314-0604-H689-Beta2	org.jboss.tools.jbpm.common.feature.feature.group
featureName	3.2.1.v20120314-0604-H689-Beta2	org.jboss.tools.jbpm3.feature.feature.group
featureName	3.2.1.v20120314-0604-H689-Beta2	org.jbpm.gd.jpdl.feature.feature.group
{code}

Solution is something like this:

{code:title=https://source.jboss.org/rdiff/JBossTools/trunk/maven/features/org.jboss.tools.maven.feature/build.properties?r1=39050&r2=39438&u&N}
-bin.includes = feature*.*,\
-               license.html
-               
+bin.includes = feature.xml,\
+               license.html,\
+               feature.properties
{code}


                
      was (Author: nickboldt):
    Tycho 0.14 doesn't like wildcards in build.properties, so when it's building it fails to include feature.properties and as such, variables like featureName, description, and licence are not resolved.

These features use wildcards and as such are incorrectly named, described, and licensed:

{code}
featureName	4.4.0.v20120314-0604-H689-Beta2	org.jboss.tools.jbpm.common.feature.feature.group
featureName	3.2.1.v20120314-0604-H689-Beta2	org.jboss.tools.jbpm3.feature.feature.group
featureName	3.2.1.v20120314-0604-H689-Beta2	org.jbpm.gd.jpdl.feature.feature.group
{code}

Solution is something like this:

{code:https://source.jboss.org/rdiff/JBossTools/trunk/maven/features/org.jboss.tools.maven.feature/build.properties?r1=39050&r2=39438&u&N}
-bin.includes = feature*.*,\
-               license.html
-               
+bin.includes = feature.xml,\
+               license.html,\
+               feature.properties
{code}


                  
> jbpm features set "featureName" as feature name -- pls fix your build.properties file (Tycho 0.14 issue)
> --------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-11347
>                 URL: https://issues.jboss.org/browse/JBIDE-11347
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: maven
>    Affects Versions: 3.3.0.Beta3
>            Reporter: Nick Boldt
>            Assignee: Fred Bricon
>             Fix For: 3.3.0.Beta3
>
>
> These features incorrectly define their names:
> * maven.seam.feature
> * maven.profiles.feature
> * maven.feature
> !https://issues.jboss.org/secure/attachment/12352496/12352496_featureName-features.png!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list