[JBoss JIRA] (DROOLS-4120) executable-model: .drl is included in jar even with -DgenerateModel=YES
by Luca Molteni (Jira)
[ https://issues.jboss.org/browse/DROOLS-4120?page=com.atlassian.jira.plugi... ]
Luca Molteni reassigned DROOLS-4120:
------------------------------------
Assignee: Luca Molteni (was: Mario Fusco)
> executable-model: .drl is included in jar even with -DgenerateModel=YES
> -----------------------------------------------------------------------
>
> Key: DROOLS-4120
> URL: https://issues.jboss.org/browse/DROOLS-4120
> Project: Drools
> Issue Type: Bug
> Components: core engine
> Affects Versions: 7.18.0.Final
> Environment: - JBDS12
> -RHDM7.3.0( 7.18.0.Final-redhat-00002)
> Reporter: Hiroko Miura
> Assignee: Luca Molteni
> Priority: Major
> Labels: support
> Attachments: HelloWorldNG.zip, result_JBDS12.9.txt, result_maven3.5.3.txt
>
>
> When generating executable model with option -DgenerateModel=Yes,
> .drl is included in generated jar.
> This does not happen always, but surely happens some times, especially generating on JBDS. Once issue happens , it also happens with high probability when building it by command 'mvn clean install -DgenerateModel=YES' from command line.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4120) executable-model: .drl is included in jar even with -DgenerateModel=YES
by Hiroko Miura (Jira)
[ https://issues.jboss.org/browse/DROOLS-4120?page=com.atlassian.jira.plugi... ]
Hiroko Miura commented on DROOLS-4120:
--------------------------------------
Here is attachment files.
- HelloWorldNG.zip
This is JBDS project which was archived just after issue happened on JBDS
- result_JBDS12.9.txt (provided by customer)
This is debug output when run mvn -X clean install -DgenerateModel=YES on JBDS
- result_JBDS12.9.txt (provided by customer)
This is debug output when run mvn -X clean install -DgenerateModel=YES from command line
> executable-model: .drl is included in jar even with -DgenerateModel=YES
> -----------------------------------------------------------------------
>
> Key: DROOLS-4120
> URL: https://issues.jboss.org/browse/DROOLS-4120
> Project: Drools
> Issue Type: Bug
> Components: core engine
> Affects Versions: 7.18.0.Final
> Environment: - JBDS12
> -RHDM7.3.0( 7.18.0.Final-redhat-00002)
> Reporter: Hiroko Miura
> Assignee: Mario Fusco
> Priority: Major
> Labels: support
> Attachments: HelloWorldNG.zip, result_JBDS12.9.txt, result_maven3.5.3.txt
>
>
> When generating executable model with option -DgenerateModel=Yes,
> .drl is included in generated jar.
> This does not happen always, but surely happens some times, especially generating on JBDS. Once issue happens , it also happens with high probability when building it by command 'mvn clean install -DgenerateModel=YES' from command line.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4120) executable-model: .drl is included in jar even with -DgenerateModel=YES
by Hiroko Miura (Jira)
Hiroko Miura created DROOLS-4120:
------------------------------------
Summary: executable-model: .drl is included in jar even with -DgenerateModel=YES
Key: DROOLS-4120
URL: https://issues.jboss.org/browse/DROOLS-4120
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.18.0.Final
Environment: - JBDS12
-RHDM7.3.0( 7.18.0.Final-redhat-00002)
Reporter: Hiroko Miura
Assignee: Mario Fusco
Attachments: HelloWorldNG.zip, result_JBDS12.9.txt, result_maven3.5.3.txt
When generating executable model with option -DgenerateModel=Yes,
.drl is included in generated jar.
This does not happen always, but surely happens some times, especially generating on JBDS. Once issue happens , it also happens with high probability when building it by command 'mvn clean install -DgenerateModel=YES' from command line.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFCORE-4502) Unify line-endings of bat scripts (regression against WF15)
by James Perkins (Jira)
[ https://issues.jboss.org/browse/WFCORE-4502?page=com.atlassian.jira.plugi... ]
James Perkins commented on WFCORE-4502:
---------------------------------------
I've filed a PR for WFGP-144. If that gets merged we can add:
{code:xml}
<line-endings>
<windows>
<filter pattern="*.bat" include="true"/>
<filter pattern="*.ps1" include="true"/>
</windows>
<unix>
<filter pattern="*.sh" include="true"/>
<filter pattern="*.conf" include="true"/>
</unix>
</line-endings>
{code}
to the {{packages/misc.common/pm/wildfly/tasks.xml}}.
> Unify line-endings of bat scripts (regression against WF15)
> -----------------------------------------------------------
>
> Key: WFCORE-4502
> URL: https://issues.jboss.org/browse/WFCORE-4502
> Project: WildFly Core
> Issue Type: Bug
> Components: Scripts
> Affects Versions: 9.0.0.Beta7
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Critical
>
> Line-endings of bat scripts should be unified. This is regression against WF15.
> Some files in WF16 uses CRLF, another LF only. We need to clarify the recommended line ending and use this line ending in all Windows scripts.
> WF16:
> {noformat}
> $ find | grep bat$ | xargs file
> ./wsprovide.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jboss-cli.bat: DOS batch file, ASCII text
> ./elytron-tool.bat: DOS batch file, ASCII text
> ./domain.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./wsconsume.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./standalone.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./vault.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./domain.conf.bat: ASCII text, with CRLF line terminators
> ./common.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jdr.bat: DOS batch file, ASCII text
> ./jconsole.bat: DOS batch file, ASCII text
> ./appclient.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./appclient.conf.bat: ASCII text, with CRLF line terminators
> ./standalone.conf.bat: ASCII text, with CRLF line terminators
> ./add-user.bat: DOS batch file, ASCII text
> $
> {noformat}
> WF15:
> {noformat}
> $ find | grep bat$ | xargs file
> ./wsprovide.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jboss-cli.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./elytron-tool.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./domain.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./wsconsume.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./standalone.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./vault.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./domain.conf.bat: ASCII text, with CRLF line terminators
> ./common.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jdr.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jconsole.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./appclient.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./appclient.conf.bat: ASCII text, with CRLF line terminators
> ./standalone.conf.bat: ASCII text, with CRLF line terminators
> ./add-user.bat: DOS batch file, ASCII text, with CRLF line terminators
> $
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFCORE-4502) Unify line-endings of bat scripts (regression against WF15)
by James Perkins (Jira)
[ https://issues.jboss.org/browse/WFCORE-4502?page=com.atlassian.jira.plugi... ]
James Perkins commented on WFCORE-4502:
---------------------------------------
It looks like you can provide the {{<file-endings/>}} tag in a {{task.xml}}, however the functionality is not yet implemented. I filed WFGP-144 for that and it seems easy enough to do.
> Unify line-endings of bat scripts (regression against WF15)
> -----------------------------------------------------------
>
> Key: WFCORE-4502
> URL: https://issues.jboss.org/browse/WFCORE-4502
> Project: WildFly Core
> Issue Type: Bug
> Components: Scripts
> Affects Versions: 9.0.0.Beta7
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Critical
>
> Line-endings of bat scripts should be unified. This is regression against WF15.
> Some files in WF16 uses CRLF, another LF only. We need to clarify the recommended line ending and use this line ending in all Windows scripts.
> WF16:
> {noformat}
> $ find | grep bat$ | xargs file
> ./wsprovide.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jboss-cli.bat: DOS batch file, ASCII text
> ./elytron-tool.bat: DOS batch file, ASCII text
> ./domain.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./wsconsume.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./standalone.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./vault.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./domain.conf.bat: ASCII text, with CRLF line terminators
> ./common.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jdr.bat: DOS batch file, ASCII text
> ./jconsole.bat: DOS batch file, ASCII text
> ./appclient.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./appclient.conf.bat: ASCII text, with CRLF line terminators
> ./standalone.conf.bat: ASCII text, with CRLF line terminators
> ./add-user.bat: DOS batch file, ASCII text
> $
> {noformat}
> WF15:
> {noformat}
> $ find | grep bat$ | xargs file
> ./wsprovide.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jboss-cli.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./elytron-tool.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./domain.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./wsconsume.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./standalone.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./vault.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./domain.conf.bat: ASCII text, with CRLF line terminators
> ./common.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jdr.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jconsole.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./appclient.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./appclient.conf.bat: ASCII text, with CRLF line terminators
> ./standalone.conf.bat: ASCII text, with CRLF line terminators
> ./add-user.bat: DOS batch file, ASCII text, with CRLF line terminators
> $
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months