[JBoss JIRA] (JBIDE-19814) sources zip should include local sources too (jbosstools-build-sites or jbdevstudio-product)
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19814?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-19814.
---------------------------------
> sources zip should include local sources too (jbosstools-build-sites or jbdevstudio-product)
> --------------------------------------------------------------------------------------------
>
> Key: JBIDE-19814
> URL: https://issues.jboss.org/browse/JBIDE-19814
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.3.0.Beta1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.3.0.Beta2, 4.3.0.CR1
>
>
> If we change the way the jbosstools-src.zip is produced, such that in addition to upstream projects it ALSO includes the contents of jbosstools-build-sites too, then we can reuse that mojo for the jbdevstudio-product src.zip too, as it will ALSO include the 17 upstream JBT zips (from Github) and also the local JBDS sources.
> This would mean a large chunk of ant code in jbdevstudio-product/sources/build.xml (if not all of it) could go away. Hooray for 1 solution spanning both projects and product! :D
> Max also suggested that we use a clean copy of the sources just in case the build process makes them dirty:
> {code}
> git clone --depth=1 . clean-sources-dir && rm -rf clean-sources-dir/.git{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months
[JBoss JIRA] (JBIDE-20414) El syntax error on mybatis mapper file
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20414?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-20414:
-----------------------------------
Workaround Description:
Use quickfix or disable EL syntax validation directly in Preferences:
!workaround.png|thumbnail!
was:
Use quickfix or disable EL syntax validation directly in Preferences:
!workaroud.png|thumbnail!
> El syntax error on mybatis mapper file
> --------------------------------------
>
> Key: JBIDE-20414
> URL: https://issues.jboss.org/browse/JBIDE-20414
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsf
> Affects Versions: 4.1.2.Final
> Environment: Eclipse Kepler
> Reporter: Olivier LE JACQUES
> Assignee: Viacheslav Kabanovich
> Fix For: 4.3.0.CR1
>
> Attachments: workaround.png
>
>
> Hello,
> On a jsf 2.1 project with jboss tools plugin on eclipse kepler. I use mybatis.
> On mybatis mapper file .xml I have an el warning :
> EL syntax error: Expecting '}'. when I have a parameter like this :
> {code}#{nodeName, javaType=String, jdbcType=VARCHAR}{code}, in a query.
> Regards, Olivier
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 8 months