Freemarker functionality in Eclipse?
by Rob Cernich
Hey all,
Does anybody know if Eclipse has any functionality like freemarker (for processing file templates)? I'll even take a plugin/osgi bundle that provides access to freemarker apis. If so, is that available through JBT?
Thanks in advance,
Rob
12 years, 3 months
requirements.properties are highly deprecated
by Mickael Istria
Hi all,
As described in https://issues.jboss.org/browse/JBIDE-11714 , we are
trying to improve the way test plugins consume their runtime
dependencies (AS, Seam, ESB, Teiid...). This will provide build
simplicity and autonomy: you won't be tied to availability of specific
folders anymore, instead all should happen in your pom.xml. So you'll
ultimately be able to run and tweak your build and tests with much less
effort.
So, as part of this effort is the removal of all requirements.properties
files. I've already replaced requirements.properties by relevant
configuration in most pom.xml in the jbosstools/trunk SVN. But not on
"external" components. Then if you have some tests that use this
requirements.properties, please create an Enhancement ticket "Replace
requirements.properties" and add a link to JBIDE-11714. I will provide
you a patch.
This requirements stuff is now deprecated, I hope we'll be able to
remove all related stuff just after M1.
Please share any concern.
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat <http://www.jboss.org/tools>
My blog <http://mickaelistria.wordpress.com> - My Tweets
<http://twitter.com/mickaelistria>
12 years, 4 months
SOA tooling and the 3.3.x branch
by Doug Palmer
Hi everyone
Just a quick note on SOA tooling development. Now that JBT and JBDS have been branched for CR1 trunk will move over to Juno development; so all further development of the SOA Tooling will need to be done on the CR1 branches.
For SOA tools development that would be http://svn.jboss.org/repos/jbosstools/branches/jbosstools-3.3.x
For SOA studio development that would be https://svn.jboss.org/repos/devstudio/branches/devstudio-5.0.x
Fixes should also be committed to trunk for inclusion in versions 3.4 and 6.0 respectively.
Regards
Doug
Douglas Palmer
dpalmer(a)redhat.com
JBoss, by Red Hat
Registered in England and Wales under Company Registration No. 03798903
Directors: Michael Cunningham (USA), Mark Hegarty (Ireland), Matt Parson
(USA), Charlie Peters (USA)
12 years, 4 months
Test failures in trunk using Tycho 0.15
by Nick Boldt
Since switching to Tycho 0.15 in trunk, we have some new rules for test
plugins:
> tycho-surefire-plugin will now fail on exceptions in the tycho
testing harness even if ${maven.test.failure.ignore} = true (
http://wiki.eclipse.org/Tycho/Release_Notes/0.15 )
So... if you have a test plugin with no tests, please disable it or
better yet, add some tests! Otherwise you'll end up with this, and your
job will be red:
> [ERROR] Failed to execute goal
org.eclipse.tycho:tycho-surefire-plugin:0.15.0:test (default-test) on
project org.jboss.tools.forge.ui.test: No tests found. -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
execute goal org.eclipse.tycho:tycho-surefire-plugin:0.15.0:test
(default-test) on project org.jboss.tools.forge.ui.test: No tests found.
(
http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_Trunk/job...
)
Thanks!
--
Nick Boldt :: JBoss by Red Hat
Productization Lead :: JBoss Tools & Dev Studio
http://nick.divbyzero.com
12 years, 5 months