[JBoss JIRA] (FORGE-2463) Cannot use ~ with java-new-package and createPackageInfo parameter
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2463?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2463:
-----------------------------------
Summary: Cannot use ~ with java-new-package and createPackageInfo parameter (was: REGRESSION: Cannot use ~ with java-new-package and createPackageInfo parameter)
> Cannot use ~ with java-new-package and createPackageInfo parameter
> ------------------------------------------------------------------
>
> Key: FORGE-2463
> URL: https://issues.jboss.org/browse/FORGE-2463
> Project: Forge
> Issue Type: Bug
> Components: Java EE
> Affects Versions: 2.19.0.Final
> Reporter: Antonio Goncalves
> Fix For: 2.x Future
>
>
> The '~' symbol cannot be used when creating a package with the createPackageInfo parameter :
> {code}
> [model]$ java-new-package --named org.agoncal.application.cdbookstore.model --createPackageInfo
> ***SUCCESS*** Package 'org.agoncal.application.cdbookstore.model' created succesfully.
> [model]$ java-new-package --named ~.model
> ***SUCCESS*** Package '~.model' created succesfully.
> [model]$ java-new-package --named ~.model --createPackageInfo
> ***ERROR*** Error while executing 'Java: New Package'
> ***INFO*** (type "export VERBOSE=true" to enable stack traces)
> ***ERROR*** Invalid identifier : >~<
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 3 months
[JBoss JIRA] (FORGE-2463) REGRESSION: Cannot use ~ with java-new-package and createPackageInfo parameter
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2463?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2463:
-----------------------------------
Summary: REGRESSION: Cannot use ~ with java-new-package and createPackageInfo parameter (was: Cannot use ~ with java-new-package and createPackageInfo parameter)
> REGRESSION: Cannot use ~ with java-new-package and createPackageInfo parameter
> ------------------------------------------------------------------------------
>
> Key: FORGE-2463
> URL: https://issues.jboss.org/browse/FORGE-2463
> Project: Forge
> Issue Type: Bug
> Components: Java EE
> Affects Versions: 2.19.0.Final
> Reporter: Antonio Goncalves
> Fix For: 2.x Future
>
>
> The '~' symbol cannot be used when creating a package with the createPackageInfo parameter :
> {code}
> [model]$ java-new-package --named org.agoncal.application.cdbookstore.model --createPackageInfo
> ***SUCCESS*** Package 'org.agoncal.application.cdbookstore.model' created succesfully.
> [model]$ java-new-package --named ~.model
> ***SUCCESS*** Package '~.model' created succesfully.
> [model]$ java-new-package --named ~.model --createPackageInfo
> ***ERROR*** Error while executing 'Java: New Package'
> ***INFO*** (type "export VERBOSE=true" to enable stack traces)
> ***ERROR*** Invalid identifier : >~<
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 3 months
[JBoss JIRA] (FORGE-2463) Cannot use ~ with java-new-package and createPackageInfo parameter
by Antonio Goncalves (JIRA)
[ https://issues.jboss.org/browse/FORGE-2463?page=com.atlassian.jira.plugin... ]
Antonio Goncalves updated FORGE-2463:
-------------------------------------
Description:
The '~' symbol cannot be used when creating a package with the createPackageInfo parameter :
{code}
[model]$ java-new-package --named org.agoncal.application.cdbookstore.model --createPackageInfo
***SUCCESS*** Package 'org.agoncal.application.cdbookstore.model' created succesfully.
[model]$ java-new-package --named ~.model
***SUCCESS*** Package '~.model' created succesfully.
[model]$ java-new-package --named ~.model --createPackageInfo
***ERROR*** Error while executing 'Java: New Package'
***INFO*** (type "export VERBOSE=true" to enable stack traces)
***ERROR*** Invalid identifier : >~<
{code}
was:
The '~' symbol cannot be used when creating a package with the createPackageInfo parameter :
{code}
[model]$ java-new-package --named org.agoncal.application.cdbookstore.model --createPackageInfo
***SUCCESS*** Package 'org.agoncal.application.cdbookstore.model' created succesfully.
[model]$ java-new-package --named ~.model
***SUCCESS*** Package '~.model' created succesfully.
[model]$ java-new-package --named ~.model --createPackageInfo
***ERROR*** Error while executing 'Java: New Package'
***INFO*** (type "export VERBOSE=true" to enable stack traces)
***ERROR*** Invalid identifier : >~<
{code}
> Cannot use ~ with java-new-package and createPackageInfo parameter
> ------------------------------------------------------------------
>
> Key: FORGE-2463
> URL: https://issues.jboss.org/browse/FORGE-2463
> Project: Forge
> Issue Type: Bug
> Components: Java EE
> Affects Versions: 2.19.0.Final
> Reporter: Antonio Goncalves
> Fix For: 2.x Future
>
>
> The '~' symbol cannot be used when creating a package with the createPackageInfo parameter :
> {code}
> [model]$ java-new-package --named org.agoncal.application.cdbookstore.model --createPackageInfo
> ***SUCCESS*** Package 'org.agoncal.application.cdbookstore.model' created succesfully.
> [model]$ java-new-package --named ~.model
> ***SUCCESS*** Package '~.model' created succesfully.
> [model]$ java-new-package --named ~.model --createPackageInfo
> ***ERROR*** Error while executing 'Java: New Package'
> ***INFO*** (type "export VERBOSE=true" to enable stack traces)
> ***ERROR*** Invalid identifier : >~<
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 3 months
[JBoss JIRA] (FORGE-2463) Cannot use ~ with java-new-package and createPackageInfo parameter
by Antonio Goncalves (JIRA)
Antonio Goncalves created FORGE-2463:
----------------------------------------
Summary: Cannot use ~ with java-new-package and createPackageInfo parameter
Key: FORGE-2463
URL: https://issues.jboss.org/browse/FORGE-2463
Project: Forge
Issue Type: Bug
Components: Java EE
Affects Versions: 2.19.0.Final
Reporter: Antonio Goncalves
Fix For: 2.x Future
The '~' symbol cannot be used when creating a package with the createPackageInfo parameter :
{code}
[model]$ java-new-package --named org.agoncal.application.cdbookstore.model --createPackageInfo
***SUCCESS*** Package 'org.agoncal.application.cdbookstore.model' created succesfully.
[model]$ java-new-package --named ~.model
***SUCCESS*** Package '~.model' created succesfully.
[model]$ java-new-package --named ~.model --createPackageInfo
***ERROR*** Error while executing 'Java: New Package'
***INFO*** (type "export VERBOSE=true" to enable stack traces)
***ERROR*** Invalid identifier : >~<
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 3 months
[JBoss JIRA] (FORGE-552) Escaping of selected characters doesn't work
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-552?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-552:
----------------------------------
Fix Version/s: 2.x Future
> Escaping of selected characters doesn't work
> --------------------------------------------
>
> Key: FORGE-552
> URL: https://issues.jboss.org/browse/FORGE-552
> Project: Forge
> Issue Type: Bug
> Components: Forge Build
> Affects Versions: 1.0.2.Final
> Environment: Ubuntu 10.04 i686
> Reporter: Jevgeni Zelenkov
> Fix For: 2.0.0.Alpha14, 2.x Future
>
>
> This is related to the https://issues.jboss.org/browse/FORGE-43 issue.
> The following characters in file names should be escaped by the forge completion:
> \* ? = ' " { } \ $ ! & ; ( ) < > |
> also: TAB-char (yes, I know it is stupid, but possible)
> First two (*, ?) are used internally as wildcard chars, so should be allowed to be used escaped as well as unescaped.
> = char doesn't need to be escaped neither on linux nor on windows but somehow forge fails to work with files containing = (at least on my ubuntu).
> Windows has a slightly different set of chars to be escaped (from wikipedia, not actually tested):
> ' " = & | ( ) < > ^
> This issue is added for completeness.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 3 months
[JBoss JIRA] (FORGE-2461) .properties keys are not colorized correctly
by George Gastaldi (JIRA)
George Gastaldi created FORGE-2461:
--------------------------------------
Summary: .properties keys are not colorized correctly
Key: FORGE-2461
URL: https://issues.jboss.org/browse/FORGE-2461
Project: Forge
Issue Type: Bug
Components: Text
Affects Versions: 2.18.0.Final
Reporter: George Gastaldi
Assignee: George Gastaldi
Fix For: 2.18.1.Final
When a property key contains ".", the colorized output is not rendered correctly.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 3 months