Maven builder
by Alexey Kazakov
Hi Fred,
Fighting with Jose Freitas' problem with not-working code completion for
JSF tags I looked at his .project file: http://pastebin.com/bDLDDq2C
There is a builder org.eclipse.m2e.core.maven2Builder which isdeclared
as the last one in the list of the builders. Eventually we found the
reason of not-working code completion. It's not related to maven stuff
at all (he didn't install JSF tools:
https://issues.jboss.org/browse/JBIDE-9397 ). But anyway, could it be a
problem if the maven builder declared last? For instance:
1. Java builder build the project.
2. CDI builder builds the project using Java model (cdi builder should
be declared after Java builder and we create a problem marker if it's
not so).
3. KB builder builds the project using Java model (so we check the build
order again).
4. WST validation builder validate the project. We extend this
validation and check if CDI, KB, Seam builders declared before the WST
builder.
So, what about Maven? Does it do anything that could influence CDI, JSF,
Seam and don't trigger a new cycle of building? Should we care if maven
declared after CDI/KB/WST?
I tested Jose's project and everything seems to work, but I could miss
something.
13 years, 5 months
Fwd: [tycho-user] UTC timestamps for Tycho ?
by Max Rydahl Andersen
https://issues.jboss.org/browse/JBIDE-9007 - the issue about hudson timestamps being "ahead" of Concord
This turns out to actually be a bug in Tycho.
Now fixed.
https://github.com/sonatype/sonatype-tycho/commit/e2eabb2d243e415d2c4a786...
Needs move to tycho 0.14 to fix though…
/max
Begin forwarded message:
> From: "Sievers, Jan" <jan.sievers(a)sap.com>
> Subject: Re: [tycho-user] UTC timestamps for Tycho ?
> Date: July 22, 2011 10:50:55 GMT+02:00
> To: Tycho user list <tycho-user(a)eclipse.org>
> Reply-To: Tycho user list <tycho-user(a)eclipse.org>
>
> I think this is a bug.
>
> We should use a fixed timezone (such as UTC) in tycho [1] to ensure globally comparable timestamps:
>
> format.setTimeZone(TimeZone.getTimeZone("UTC"));
>
> Jan
>
> [1] https://github.com/sonatype/sonatype-tycho/blob/master/tycho-packaging-pl...
>
>
> -----Original Message-----
> From: tycho-user-bounces(a)eclipse.org [mailto:tycho-user-bounces@eclipse.org] On Behalf Of Max Rydahl Andersen
> Sent: Freitag, 22. Juli 2011 01:39
> To: Tycho user list
> Subject: [tycho-user] UTC timestamps for Tycho ?
>
> Hi,
>
> We currently follows the standard pattern of <format>'v'yyyyMMdd-HHmm'-${BUILD_ALIAS}'</format> for our qualifiers.
>
> This timestamp seem to be generated as the local build timezone.
>
> That causes problems with a global team where i.e. devs are in San Francisco and build server in europe - if they use the CI build from europe
> those builds will always win over SF because the time is out in the future.
>
> Any way of getting it to use UTC time always ?
>
> thanks,
> /max
> http://about.me/maxandersen
>
>
>
> _______________________________________________
> tycho-user mailing list
> tycho-user(a)eclipse.org
> https://dev.eclipse.org/mailman/listinfo/tycho-user
> _______________________________________________
> tycho-user mailing list
> tycho-user(a)eclipse.org
> https://dev.eclipse.org/mailman/listinfo/tycho-user
/max
http://about.me/maxandersen
13 years, 5 months
Re: [jbosstools-dev] RESTful Web Services questions
by Max Rydahl Andersen
(moving to jbosstools-dev where Xavier might see this ;)
They should not have different outcomes - does a call to refresh on the JAX-RS node triggers a proper tree ?
If you still dont see that then please open a bug with steps to reproduce (i.e. the project you use it on)
/max
On Jul 13, 2011, at 03:50, Isaac Rooskov wrote:
> Hey,
>
> I'm currently looking to add the information that Xavier has in a blog post to our documentation (blog post here: http://planet.jboss.org/view/post.seam?post=overview_of_the_jax_rs_suppor... ).
>
> In it, Xavier mentions that you can add JAX-RS support to a Dynamic Web Project by right clicking on it and going to Configure -> JAX-RS support. Upon doing this I am presented with a RESTful Web Services item within my project in the Project Explorer...though the RESTful Web Services item has no children.
>
> When I add JAX-RS support by right clicking on the project and selecting Properties -> Project Facets -> JAX-RS it adds the same RESTful Web Services item but with a few children (GET, consumes:, produces: and a method).
>
> My questions are, should the method Xavier mentions also contain children for the RESTful Web Services item upon successfully adding support or is it performing correctly?
>
> If it is performing correctly, is there a preferred way for users to add JAX-RS support since both produce different outcomes?
>
> Thanks,
>
> Isaac
>
/max
http://about.me/maxandersen
13 years, 5 months
JBIDE-9295,move to m2e 1.0 on our 3.2.x branch
by Denis Golovin
Fred,
to fix JBIDE-9295 move to m2e 1.0 on our 3.2.x branch I need exact
versions that should be included into 3.2.1.CR3. Please see my last
comments for the issue.
Thanks
DEnis
13 years, 5 months
I might break the build - hit me if I do!
by Max Rydahl Andersen
While fixing https://issues.jboss.org/browse/JBIDE-9260 I've decided to not wait until I've fixed *all* modules since then it will never happen because of merge conflicts.
Thus I'll do it in bulks and do what I can to fix these without breaking the build.
Thus if you see builds failing because of mismatching version ranges and you don't recall changing that then please
put a mail here on the list and let me know and i'll fix it ASAP (assuming it was me causing it ;)
I'll let you know when I'm done (ETA this week)
Thanks,
/max
http://about.me/maxandersen
13 years, 6 months