[jboss-jira] [JBoss JIRA] (AS7-6727) Modular build not in sync with modules directory structure

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Mon Apr 1 14:17:42 EDT 2013


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

RH Bugzilla Integration commented on AS7-6727:
----------------------------------------------

Brian Stansberry <brian.stansberry at redhat.com> made a comment on [bug 947145|https://bugzilla.redhat.com/show_bug.cgi?id=947145]

The EAP 6 and AS7 codebase includes a facility for building a specialized variant of the server distribution by activating special maven profiles when building the server. The use case in community is to build specialized osgi-oriented distributions. The basic goal is to allow building of smaller filesystem footprint distributions (e.g. with few modules) for specialized cases.

This facility was broken by the change in the structure of the modules directory that was made in 6.1.0.Alpha1 to meet the layered product needs.

I'm not aware of any use of this facility in EAP itself, but it should be fixed since the fix is available in a pull request and it does not impact the standard EAP distribution.
                
> Modular build not in sync with modules directory structure
> ----------------------------------------------------------
>
>                 Key: AS7-6727
>                 URL: https://issues.jboss.org/browse/AS7-6727
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: OSGi
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>              Labels: Karaf
>
> {code}
>      [echo] Static modules: [org.jboss.as.standalone,org.jboss.as.domain-http-error-context,,,   org.jboss.logging,   org.jboss.vfs,   org.slf4j,   org.jboss.logging.jul-to-slf4j-stub]
>      [java] Exception in thread "main" java.io.FileNotFoundException: /Users/tdiesler/git/jboss-as/build-modular/../build/src/main/resources/modules/org/jboss/as/logging/main/module.xml (No such file or directory)
>      [java] 	at java.io.FileInputStream.open(Native Method)
>      [java] 	at java.io.FileInputStream.<init>(FileInputStream.java:138)
>      [java] 	at org.jboss.as.config.assembly.ModuleParser.parse(ModuleParser.java:61)
>      [java] 	at org.jboss.as.config.assembly.GenerateModulesDefinition.processModuleDependency(GenerateModulesDefinition.java:193)
>      [java] 	at org.jboss.as.config.assembly.GenerateModulesDefinition.process(GenerateModulesDefinition.java:130)
>      [java] 	at org.jboss.as.config.assembly.GenerateModulesDefinition.main(GenerateModulesDefinition.java:104)
>      [java] Java Result: 1
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list