Re: [forge-dev] Fwd: Seam Forge logos round 1
by Rodney Russ
Of the ones listed, I like v.1 best. But, I'd have to think a little more about Max's input - the logo reflecting the intent of supporting a lightweight process. Would a hammer be tied to the name Forge as much as the anvil?
----- "Lincoln Baxter, III" <lincolnbaxter(a)gmail.com> wrote:
> From: "Lincoln Baxter, III" <lincolnbaxter(a)gmail.com>
> To: "forge-dev List" <forge-dev(a)lists.jboss.org>
> Cc: "Rodney Russ" <rdruss(a)gmail.com>
> Sent: Friday, July 8, 2011 3:18:55 PM GMT -07:00 US/Canada Mountain
> Subject: [forge-dev] Fwd: Seam Forge logos round 1
>
> Interested to see what people think. I know which one I like, but what
> do you guys think?
>
>
> ---------- Forwarded message ----------
> From: Cheyenne Weaver < cweaver(a)redhat.com >
> Date: Thu, Jun 30, 2011 at 5:45 PM
> Subject: Seam Forge logos round 1
> To: Baxter III III < lincolnbaxter(a)gmail.com >
>
>
>
> Hi Lincoln,
> I wanted to get you a first round of logos before I left for PTO
> through Tuesday: http://design.jboss.org/seamforge/index.htm
>
>
> r1v1:
> http://design.jboss.org/seamforge/logo/images/seamforge_logo_r1v1.png
> pretty straight forward; an anvil in a similar style as the seam logo
>
>
> r1v1b:
> http://design.jboss.org/seamforge/logo/images/seamforge_logo_r1v1b.png
> same anvil but with flames
>
>
> r1v2:
> http://design.jboss.org/seamforge/logo/images/seamforge_logo_r1v2.png
> A set of tongs holding a hot metal ball with a seam running down it.
>
>
> r1v3:
> http://design.jboss.org/seamforge/logo/images/seamforge_logo_r1v3.png
> An etching of an anvil with an 's' being hammered out.
>
>
> r1v4:
> http://design.jboss.org/seamforge/logo/images/seamforge_logo_r1v4.png
> A phoenix in flames with the head of an anvil
>
>
> r1v5:
> http://design.jboss.org/seamforge/logo/images/seamforge_logo_r1v5.png
> a cup of hot metal being poured into the logotype
>
>
> r1v6:
> http://design.jboss.org/seamforge/logo/images/seamforge_logo_r1v6.png
> Prometheus, known for intelligence, holding a flame stolen from the
> gods.
>
>
> r1v6b:
> http://design.jboss.org/seamforge/logo/images/seamforge_logo_r1v6b.png
> Prometheus bringing the flame to earth.
>
>
> We do the first rounds of logos in greyscale to eliminate the variable
> of color until the end.
> Let me know if any of these are going in the right direction for you.
> Feel free to pass them around. Feedback is always super helpful for
> the second round :)
>
>
> Thanks,
>
>
>
>
>
>
> Cheyenne Weaver
>
> JBoss Community UI & Design
>
>
> [ AIM: jcheyennew ]
>
>
>
>
>
>
>
>
> --
> Lincoln Baxter, III
> http://ocpsoft.com
> http://scrumshark.com
> "Keep it Simple"
>
> _______________________________________________
> forge-dev mailing list
> forge-dev(a)lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/forge-dev
13 years, 5 months
Re: [forge-dev] Persistence Model Generator
by Lincoln Baxter, III
Hmm,
Good questions. I think #2 would probably be the easiest, but we could offer
#1 as an alternative for those who don't want to use the maven build plugin.
I think #3 would probably be the most robust for future use. What kinds of
methods are you thinking of including for the facet?
~Lincoln
On Sun, Jul 3, 2011 at 3:41 PM, Ken Finnigan <ken(a)kenfinnigan.me> wrote:
> Hey Lincoln,
>
> Have been working on adding JPA model generation to the persistence plugin
> over the last few days and have been mulling over the best way to implement
> it and wanted to get your thoughts.
>
> I see that there are a few possibilities:
>
> 1) Call the NativeMethodExec utility to call javac for running annotation
> processing only.
> 2) Add an annotation processing profile to the pom as part of the install
> of the plugin (if they select they want model gen), and then performing the
> model gen would execute the maven to process and generate annotations
> 3) An extension of 2 would be to make an AnnotationProcessorFacet, and then
> do 2 as a Maven implementation of that facet.
>
> After thinking about it today I think 3 seems the most flexible, but wanted
> to get your thoughts.
>
> Thanks
> Ken
>
--
Lincoln Baxter, III
http://ocpsoft.com
http://scrumshark.com
"Keep it Simple"
13 years, 5 months