You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by helio frota <00...@gmail.com> on 2014/04/04 11:58:38 UTC

[adventure path] Contributing

Hi great all devs,

Following the path:
http://tomee.apache.org/dev/contribution-tips.html

1) Final variables & fields are preferred where possible, but a lot of the
> code is old. Feel free to add them and hand the code back.
> *2)* If you have any skills with code coverage tools, then you'll
> probably find way too much to do! Tests are always welcome.
> 3) There are over a 1,000 TODO comments in the code. Maybe some should be
> deleted. Maybe some could be completed. They probably all should have a
> JIRA id on them.
> *4)* Pick a random class, see if you can figure out what it is doing and
> javadoc it.
> 5) Add @Override where applicable
> 6) Intellij has an 'Inspect Code' feature. Yikes does it produce a lot of
> output.
> 7) No doubt there is some exception handling that can be greatly improved.
>


Now i'm doing *2)*

But going to do  *4) *soon

If has others things to do, please update contribution-tips page.

I have personal real project (beginning) to use always the 'trunk' to force
more feedback for TomEE
https://github.com/EsmerilProgramming/fq

cheers,
helio

-------------------------------------------
http://eprogramming.github.io

Re: [adventure path] Contributing

Posted by Romain Manni-Bucau <rm...@gmail.com>.
thought to 500M (I only build with mvn clean install -pl
maven/tomee-maven-plugin -am) excepted when I need more like
arquillian


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-05-03 20:16 GMT+02:00 helio frota <00...@gmail.com>:
> Hi Romain,
>
> yeap using this information from:
> http://tomee.apache.org/dev/source-code.html
>
> tomee submodule has not that much code actually
>
> so i do checkout of all right ?
>
> going to checkout and download 1GB+ ( maven deps )
>
> see u later
>
> thanks !
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Sat, May 3, 2014 at 3:12 PM, Romain Manni-Bucau <rm...@gmail.com>wrote:
>
>> svn.apache.org/repos/asf/tomee/tomee/trunk/
>>
>> tomee submodule has not that much code actually
>>
>>
>> Romain Manni-Bucau
>> Twitter: @rmannibucau
>> Blog: http://rmannibucau.wordpress.com/
>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>> Github: https://github.com/rmannibucau
>>
>>
>> 2014-05-03 20:11 GMT+02:00 helio frota <00...@gmail.com>:
>> > hi,
>> >
>> > i have a question:
>> >
>> > Checkout all or only TomEE ?
>> >
>> > ( screenshot )
>> >
>> > thanks
>> >
>> > -------------------------------------------
>> > http://eprogramming.github.io
>> >
>> >
>> >
>> > On Sat, May 3, 2014 at 2:04 PM, helio frota <00...@gmail.com> wrote:
>> >>
>> >> I would write an article for the blog tomitribe but had problems with
>> the
>> >> internet here that prevented me from doing.
>> >>
>> >> because i need delete all and start over again , so this is a lot of
>> >> download, because of this i created DTTS project to try to warning about
>> >> "same dependencies with different versions"
>> >>
>> >> And also
>> >> http://bval.apache.org/coding-standards.html
>> >>
>> >> This is really good to have no problems with code standards format on
>> >> eclipse.
>> >>
>> >> thanks
>> >>
>> >>
>> >> -------------------------------------------
>> >> http://eprogramming.github.io
>> >>
>> >>
>> >>
>> >> On Sat, May 3, 2014 at 1:56 PM, helio frota <00...@gmail.com> wrote:
>> >>>
>> >>> bval works fine with these instructions
>> >>>
>> >>> http://bval.apache.org/building.html
>> >>>
>> >>> I would write an article for the blog tomitribe but had problems with
>> the
>> >>> internet here that prevented me from doing.
>> >>>
>> >>>
>> >>>
>> >>> -------------------------------------------
>> >>> http://eprogramming.github.io
>> >>>
>> >>>
>> >>>
>> >>> On Sat, May 3, 2014 at 1:44 PM, helio frota <00...@gmail.com> wrote:
>> >>>>
>> >>>> To develop on TomEE itself
>> >>>>
>> >>>> I managed to configure Tomee trunk in eclipse only once
>> >>>> Many problems with plugins not recognized.
>> >>>>
>> >>>> any tip ?
>> >>>>
>> >>>> thanks
>> >>>>
>> >>>> -------------------------------------------
>> >>>> http://eprogramming.github.io
>> >>>>
>> >>>>
>> >>>>
>> >>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <ag...@tomitribe.com>
>> >>>> wrote:
>> >>>>>
>> >>>>> How do you mean?
>> >>>>>
>> >>>>> To develop on TomEE itself: http://tomee.apache.org/support.html -
>> >>>>> Contributing
>> >>>>>
>> >>>>> Or creating a new project?
>> >>>>>
>> >>>>> http://tomee.apache.org/documentation.html - Using TomEE with...
>> >>>>>
>> >>>>> Andy.
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> -----
>> >>>>>     --
>> >>>>>     Andy Gumbrecht
>> >>>>>
>> >>>>>     http://www.tomitribe.com
>> >>>>>     agumbrecht@tomitribe.com
>> >>>>>     https://twitter.com/AndyGeeDe
>> >>>>>
>> >>>>>     TomEE treibt Tomitribe ! | http://tomee.apache.org
>> >>>>> --
>> >>>>> View this message in context:
>> >>>>>
>> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
>> >>>>> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
>> >>>>
>> >>>>
>> >>>
>> >>
>> >
>>

Re: [adventure path] Contributing

Posted by helio frota <00...@gmail.com>.
hi all ,

I created a small project to try to contribute with TomEE, but I realized
that i'm doing wrong.
Can I focus on the examples itself to try to update and improve right ?

thanks


On Sun, May 4, 2014 at 5:09 PM, helio frota <00...@gmail.com> wrote:

> .m2$ du -s -h
> 1,4G
>
> setup on intellij community working like a charm i did nothing just only
> checkout
>
> thanks !
>
>
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Sat, May 3, 2014 at 6:30 PM, helio frota <00...@gmail.com> wrote:
>
>> long night here....
>>
>> hf@eme:~/.m2/repository$ du -s -h
>> 87M
>> ( maven deps download )
>>
>>
>>
>> -------------------------------------------
>> http://eprogramming.github.io
>>
>>
>>
>> On Sat, May 3, 2014 at 5:59 PM, helio frota <00...@gmail.com> wrote:
>>
>>> So , going to try IntelliJ community.
>>>
>>> thanks Thiago and Romain.
>>>
>>>
>>>
>>> -------------------------------------------
>>> http://eprogramming.github.io
>>>
>>>
>>>
>>> On Sat, May 3, 2014 at 5:57 PM, Romain Manni-Bucau <
>>> rmannibucau@gmail.com> wrote:
>>>
>>>> i used community for years
>>>>
>>>> using utltimate now for other reason but not tomee itself so should be
>>>> fine
>>>>
>>>>
>>>> Romain Manni-Bucau
>>>> Twitter: @rmannibucau
>>>> Blog: http://rmannibucau.wordpress.com/
>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>>> Github: https://github.com/rmannibucau
>>>>
>>>>
>>>> 2014-05-03 22:40 GMT+02:00 helio frota <00...@gmail.com>:
>>>> > - checkout as project in workspace
>>>> >
>>>> > what to do in this case ?
>>>> >
>>>> > thanks
>>>> > ( screenshots )
>>>> >
>>>> > -------------------------------------------
>>>> > http://eprogramming.github.io
>>>> >
>>>> >
>>>> >
>>>> > On Sat, May 3, 2014 at 5:33 PM, helio frota <00...@gmail.com> wrote:
>>>> >>
>>>> >> Thanks.
>>>> >>
>>>> >> Going to show the real technical problem with eclipse.
>>>> >>
>>>> >>
>>>> >>
>>>> >> -------------------------------------------
>>>> >> http://eprogramming.github.io
>>>> >>
>>>> >>
>>>> >>
>>>> >> On Sat, May 3, 2014 at 5:31 PM, dsh <da...@gmail.com>
>>>> wrote:
>>>> >>>
>>>> >>> Hi,
>>>> >>>
>>>> >>> to be quiet precise, TomEE committers are probably using the open
>>>> source
>>>> >>> licensing option [1] for IntelliJ. Eclipse works equally well I'd
>>>> say.
>>>> >>> It's
>>>> >>> rather a matter of taste whether one prefers IntelliJ over Eclipse
>>>> or
>>>> >>> vice
>>>> >>> versa. From a technical perspective there shouldn't be any
>>>> limitation no
>>>> >>> matter whether you are using IntelliJ or Eclipse. Both should allow
>>>> >>> working
>>>> >>> with TomEE. Same probably applies to Netbeans.
>>>> >>>
>>>> >>> [1]
>>>> >>>
>>>> http://www.jetbrains.com/idea/buy/choose_edition.jsp?license=OPEN_SOURCE
>>>> >>>
>>>> >>> Cheers
>>>> >>> Daniel
>>>> >>>
>>>> >>>
>>>> >>> On Sat, May 3, 2014 at 10:18 PM, helio frota <00...@gmail.com>
>>>> wrote:
>>>> >>>
>>>> >>> > Thanks Thiago
>>>> >>> >
>>>> >>> > I'm waiting about eclipse answer BTW
>>>> >>> >
>>>> >>> >
>>>> >>> >
>>>> >>> > -------------------------------------------
>>>> >>> > http://eprogramming.github.io
>>>> >>> >
>>>> >>> >
>>>> >>> >
>>>> >>> > On Sat, May 3, 2014 at 4:57 PM, Thiago Veronezi <
>>>> thiago@veronezi.org>
>>>> >>> > wrote:
>>>> >>> >
>>>> >>> > > Hmmm... $$$.
>>>> >>> > > I've never tried the community version, but I guess it also
>>>> works
>>>> >>> > > great.
>>>> >>> > >
>>>> >>> > > []s,
>>>> >>> > > Thiago.
>>>> >>> > >
>>>> >>> > >
>>>> >>> > >
>>>> >>> > >
>>>> >>> > >
>>>> >>> > > On Sat, May 3, 2014 at 3:34 PM, helio frota <00...@gmail.com>
>>>> wrote:
>>>> >>> > >
>>>> >>> > > > $$$ : /
>>>> >>> > > >
>>>> >>> > > > or community Thiago ?
>>>> >>> > > >
>>>> >>> > > >
>>>> >>> > > >
>>>> >>> > > > -------------------------------------------
>>>> >>> > > > http://eprogramming.github.io
>>>> >>> > > >
>>>> >>> > > >
>>>> >>> > > >
>>>> >>> > > > On Sat, May 3, 2014 at 4:25 PM, Thiago Veronezi
>>>> >>> > > > <th...@veronezi.org>
>>>> >>> > > > wrote:
>>>> >>> > > >
>>>> >>> > > > > IntelliJ
>>>> >>> > > > >
>>>> >>> > > > >
>>>> >>> > > > > On Sat, May 3, 2014 at 3:13 PM, helio frota <
>>>> 00hf11@gmail.com>
>>>> >>> > wrote:
>>>> >>> > > > >
>>>> >>> > > > > > checkout stalled.
>>>> >>> > > > > >
>>>> >>> > > > > > what IDE you DEV guys are using ?
>>>> >>> > > > > >
>>>> >>> > > > > > -------------------------------------------
>>>> >>> > > > > > http://eprogramming.github.io
>>>> >>> > > > > >
>>>> >>> > > > > >
>>>> >>> > > > > >
>>>> >>> > > > > > On Sat, May 3, 2014 at 3:34 PM, helio frota <
>>>> 00hf11@gmail.com>
>>>> >>> > > wrote:
>>>> >>> > > > > >
>>>> >>> > > > > > > Ok i know github is 'in process"
>>>> >>> > > > > > >
>>>> >>> > > > > > > ( sorry my poor english no time to use google translate
>>>> )
>>>> >>> > > > > > >
>>>> >>> > > > > > > no problem with SVN, only get the DEV setup  "working"
>>>> >>> > > > > > >
>>>> >>> > > > > > > i can do a compilation and make a post on tomitribe
>>>> blog o/
>>>> >>> > > > > > >
>>>> >>> > > > > > > -------------------------------------------
>>>> >>> > > > > > > http://eprogramming.github.io
>>>> >>> > > > > > >
>>>> >>> > > > > > >
>>>> >>> > > > > > >
>>>> >>> > > > > > > On Sat, May 3, 2014 at 3:23 PM, helio frota
>>>> >>> > > > > > > <00...@gmail.com>
>>>> >>> > > > wrote:
>>>> >>> > > > > > >
>>>> >>> > > > > > >> Romain,
>>>> >>> > > > > > >>
>>>> >>> > > > > > >> Thanks for the info.
>>>> >>> > > > > > >> please help me on this questions.
>>>> >>> > > > > > >>
>>>> >>> > > > > > >> I have here, emacs, eclipse, netbeans and intellij
>>>> community
>>>> >>> > > > edition.
>>>> >>> > > > > > >>
>>>> >>> > > > > > >> thanks
>>>> >>> > > > > > >>
>>>> >>> > > > > > >> -------------------------------------------
>>>> >>> > > > > > >> http://eprogramming.github.io
>>>> >>> > > > > > >>
>>>> >>> > > > > > >>
>>>> >>> > > > > > >>
>>>> >>> > > > > > >> On Sat, May 3, 2014 at 3:19 PM, helio frota
>>>> >>> > > > > > >> <00...@gmail.com>
>>>> >>> > > > wrote:
>>>> >>> > > > > > >>
>>>> >>> > > > > > >>> Hi,
>>>> >>> > > > > > >>>
>>>> >>> > > > > > >>> I have some questions:
>>>> >>> > > > > > >>>
>>>> >>> > > > > > >>> 1) Maven scm command line checkout ?
>>>> >>> > > > > > >>> 2) Eclipse subclipse checkout directlu ?
>>>> >>> > > > > > >>> 3 Checkout as wizard ?
>>>> >>> > > > > > >>> 4) svn command line directly checkout ?
>>>> >>> > > > > > >>>
>>>> >>> > > > > > >>> ( screenshot )
>>>> >>> > > > > > >>>
>>>> >>> > > > > > >>>
>>>> >>> > > > > > >>> -------------------------------------------
>>>> >>> > > > > > >>> http://eprogramming.github.io
>>>> >>> > > > > > >>>
>>>> >>> > > > > > >>>
>>>> >>> > > > > > >>>
>>>> >>> > > > > > >>> On Sat, May 3, 2014 at 3:16 PM, helio frota
>>>> >>> > > > > > >>> <00...@gmail.com>
>>>> >>> > > > > wrote:
>>>> >>> > > > > > >>>
>>>> >>> > > > > > >>>> Hi Romain,
>>>> >>> > > > > > >>>>
>>>> >>> > > > > > >>>> yeap using this information from:
>>>> >>> > > > > > >>>> http://tomee.apache.org/dev/source-code.html
>>>> >>> > > > > > >>>>
>>>> >>> > > > > > >>>>
>>>> >>> > > > > > >>>> tomee submodule has not that much code actually
>>>> >>> > > > > > >>>>
>>>> >>> > > > > > >>>> so i do checkout of all right ?
>>>> >>> > > > > > >>>>
>>>> >>> > > > > > >>>> going to checkout and download 1GB+ ( maven deps )
>>>> >>> > > > > > >>>>
>>>> >>> > > > > > >>>> see u later
>>>> >>> > > > > > >>>>
>>>> >>> > > > > > >>>> thanks !
>>>> >>> > > > > > >>>>
>>>> >>> > > > > > >>>>
>>>> >>> > > > > > >>>> -------------------------------------------
>>>> >>> > > > > > >>>> http://eprogramming.github.io
>>>> >>> > > > > > >>>>
>>>> >>> > > > > > >>>>
>>>> >>> > > > > > >>>>
>>>> >>> > > > > > >>>> On Sat, May 3, 2014 at 3:12 PM, Romain Manni-Bucau <
>>>> >>> > > > > > >>>> rmannibucau@gmail.com> wrote:
>>>> >>> > > > > > >>>>
>>>> >>> > > > > > >>>>> svn.apache.org/repos/asf/tomee/tomee/trunk/
>>>> >>> > > > > > >>>>>
>>>> >>> > > > > > >>>>> tomee submodule has not that much code actually
>>>> >>> > > > > > >>>>>
>>>> >>> > > > > > >>>>>
>>>> >>> > > > > > >>>>> Romain Manni-Bucau
>>>> >>> > > > > > >>>>> Twitter: @rmannibucau
>>>> >>> > > > > > >>>>> Blog: http://rmannibucau.wordpress.com/
>>>> >>> > > > > > >>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>>> >>> > > > > > >>>>> Github: https://github.com/rmannibucau
>>>> >>> > > > > > >>>>>
>>>> >>> > > > > > >>>>>
>>>> >>> > > > > > >>>>> 2014-05-03 20:11 GMT+02:00 helio frota
>>>> >>> > > > > > >>>>> <00...@gmail.com>:
>>>> >>> > > > > > >>>>> > hi,
>>>> >>> > > > > > >>>>> >
>>>> >>> > > > > > >>>>> > i have a question:
>>>> >>> > > > > > >>>>> >
>>>> >>> > > > > > >>>>> > Checkout all or only TomEE ?
>>>> >>> > > > > > >>>>> >
>>>> >>> > > > > > >>>>> > ( screenshot )
>>>> >>> > > > > > >>>>> >
>>>> >>> > > > > > >>>>> > thanks
>>>> >>> > > > > > >>>>> >
>>>> >>> > > > > > >>>>> > -------------------------------------------
>>>> >>> > > > > > >>>>> > http://eprogramming.github.io
>>>> >>> > > > > > >>>>> >
>>>> >>> > > > > > >>>>> >
>>>> >>> > > > > > >>>>> >
>>>> >>> > > > > > >>>>> > On Sat, May 3, 2014 at 2:04 PM, helio frota <
>>>> >>> > > 00hf11@gmail.com>
>>>> >>> > > > > > >>>>> wrote:
>>>> >>> > > > > > >>>>> >>
>>>> >>> > > > > > >>>>> >> I would write an article for the blog tomitribe
>>>> but
>>>> >>> > > > > > >>>>> >> had
>>>> >>> > > > problems
>>>> >>> > > > > > >>>>> with the
>>>> >>> > > > > > >>>>> >> internet here that prevented me from doing.
>>>> >>> > > > > > >>>>> >>
>>>> >>> > > > > > >>>>> >> because i need delete all and start over again ,
>>>> so
>>>> >>> > > > > > >>>>> >> this
>>>> >>> > is
>>>> >>> > > a
>>>> >>> > > > > lot
>>>> >>> > > > > > of
>>>> >>> > > > > > >>>>> >> download, because of this i created DTTS project
>>>> to
>>>> >>> > > > > > >>>>> >> try to
>>>> >>> > > > > warning
>>>> >>> > > > > > >>>>> about
>>>> >>> > > > > > >>>>> >> "same dependencies with different versions"
>>>> >>> > > > > > >>>>> >>
>>>> >>> > > > > > >>>>> >> And also
>>>> >>> > > > > > >>>>> >> http://bval.apache.org/coding-standards.html
>>>> >>> > > > > > >>>>> >>
>>>> >>> > > > > > >>>>> >> This is really good to have no problems with code
>>>> >>> > standards
>>>> >>> > > > > format
>>>> >>> > > > > > >>>>> on
>>>> >>> > > > > > >>>>> >> eclipse.
>>>> >>> > > > > > >>>>> >>
>>>> >>> > > > > > >>>>> >> thanks
>>>> >>> > > > > > >>>>> >>
>>>> >>> > > > > > >>>>> >>
>>>> >>> > > > > > >>>>> >> -------------------------------------------
>>>> >>> > > > > > >>>>> >> http://eprogramming.github.io
>>>> >>> > > > > > >>>>> >>
>>>> >>> > > > > > >>>>> >>
>>>> >>> > > > > > >>>>> >>
>>>> >>> > > > > > >>>>> >> On Sat, May 3, 2014 at 1:56 PM, helio frota <
>>>> >>> > > 00hf11@gmail.com
>>>> >>> > > > >
>>>> >>> > > > > > >>>>> wrote:
>>>> >>> > > > > > >>>>> >>>
>>>> >>> > > > > > >>>>> >>> bval works fine with these instructions
>>>> >>> > > > > > >>>>> >>>
>>>> >>> > > > > > >>>>> >>> http://bval.apache.org/building.html
>>>> >>> > > > > > >>>>> >>>
>>>> >>> > > > > > >>>>> >>> I would write an article for the blog tomitribe
>>>> but
>>>> >>> > > > > > >>>>> >>> had
>>>> >>> > > > > problems
>>>> >>> > > > > > >>>>> with the
>>>> >>> > > > > > >>>>> >>> internet here that prevented me from doing.
>>>> >>> > > > > > >>>>> >>>
>>>> >>> > > > > > >>>>> >>>
>>>> >>> > > > > > >>>>> >>>
>>>> >>> > > > > > >>>>> >>> -------------------------------------------
>>>> >>> > > > > > >>>>> >>> http://eprogramming.github.io
>>>> >>> > > > > > >>>>> >>>
>>>> >>> > > > > > >>>>> >>>
>>>> >>> > > > > > >>>>> >>>
>>>> >>> > > > > > >>>>> >>> On Sat, May 3, 2014 at 1:44 PM, helio frota <
>>>> >>> > > > 00hf11@gmail.com>
>>>> >>> > > > > > >>>>> wrote:
>>>> >>> > > > > > >>>>> >>>>
>>>> >>> > > > > > >>>>> >>>> To develop on TomEE itself
>>>> >>> > > > > > >>>>> >>>>
>>>> >>> > > > > > >>>>> >>>> I managed to configure Tomee trunk in eclipse
>>>> only
>>>> >>> > > > > > >>>>> >>>> once
>>>> >>> > > > > > >>>>> >>>> Many problems with plugins not recognized.
>>>> >>> > > > > > >>>>> >>>>
>>>> >>> > > > > > >>>>> >>>> any tip ?
>>>> >>> > > > > > >>>>> >>>>
>>>> >>> > > > > > >>>>> >>>> thanks
>>>> >>> > > > > > >>>>> >>>>
>>>> >>> > > > > > >>>>> >>>> -------------------------------------------
>>>> >>> > > > > > >>>>> >>>> http://eprogramming.github.io
>>>> >>> > > > > > >>>>> >>>>
>>>> >>> > > > > > >>>>> >>>>
>>>> >>> > > > > > >>>>> >>>>
>>>> >>> > > > > > >>>>> >>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <
>>>> >>> > > > > > >>>>> agumbrecht@tomitribe.com>
>>>> >>> > > > > > >>>>> >>>> wrote:
>>>> >>> > > > > > >>>>> >>>>>
>>>> >>> > > > > > >>>>> >>>>> How do you mean?
>>>> >>> > > > > > >>>>> >>>>>
>>>> >>> > > > > > >>>>> >>>>> To develop on TomEE itself:
>>>> >>> > > > > > http://tomee.apache.org/support.html-
>>>> >>> > > > > > >>>>> >>>>> Contributing
>>>> >>> > > > > > >>>>> >>>>>
>>>> >>> > > > > > >>>>> >>>>> Or creating a new project?
>>>> >>> > > > > > >>>>> >>>>>
>>>> >>> > > > > > >>>>> >>>>> http://tomee.apache.org/documentation.html -
>>>> Using
>>>> >>> > TomEE
>>>> >>> > > > > > with...
>>>> >>> > > > > > >>>>> >>>>>
>>>> >>> > > > > > >>>>> >>>>> Andy.
>>>> >>> > > > > > >>>>> >>>>>
>>>> >>> > > > > > >>>>> >>>>>
>>>> >>> > > > > > >>>>> >>>>>
>>>> >>> > > > > > >>>>> >>>>> -----
>>>> >>> > > > > > >>>>> >>>>>     --
>>>> >>> > > > > > >>>>> >>>>>     Andy Gumbrecht
>>>> >>> > > > > > >>>>> >>>>>
>>>> >>> > > > > > >>>>> >>>>>     http://www.tomitribe.com
>>>> >>> > > > > > >>>>> >>>>>     agumbrecht@tomitribe.com
>>>> >>> > > > > > >>>>> >>>>>     https://twitter.com/AndyGeeDe
>>>> >>> > > > > > >>>>> >>>>>
>>>> >>> > > > > > >>>>> >>>>>     TomEE treibt Tomitribe ! |
>>>> >>> > > > > > >>>>> >>>>> http://tomee.apache.org
>>>> >>> > > > > > >>>>> >>>>> --
>>>> >>> > > > > > >>>>> >>>>> View this message in context:
>>>> >>> > > > > > >>>>> >>>>>
>>>> >>> > > > > > >>>>>
>>>> >>> > > > > >
>>>> >>> > > > >
>>>> >>> > > >
>>>> >>> > >
>>>> >>> >
>>>> >>> >
>>>> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
>>>> >>> > > > > > >>>>> >>>>> Sent from the OpenEJB Dev mailing list
>>>> archive at
>>>> >>> > > > Nabble.com.
>>>> >>> > > > > > >>>>> >>>>
>>>> >>> > > > > > >>>>> >>>>
>>>> >>> > > > > > >>>>> >>>
>>>> >>> > > > > > >>>>> >>
>>>> >>> > > > > > >>>>> >
>>>> >>> > > > > > >>>>>
>>>> >>> > > > > > >>>>
>>>> >>> > > > > > >>>>
>>>> >>> > > > > > >>>
>>>> >>> > > > > > >>
>>>> >>> > > > > > >
>>>> >>> > > > > >
>>>> >>> > > > >
>>>> >>> > > >
>>>> >>> > >
>>>> >>> >
>>>> >>
>>>> >>
>>>> >
>>>>
>>>
>>>
>>
>

Re: [adventure path] Contributing

Posted by helio frota <00...@gmail.com>.
.m2$ du -s -h
1,4G

setup on intellij community working like a charm i did nothing just only
checkout

thanks !




-------------------------------------------
http://eprogramming.github.io



On Sat, May 3, 2014 at 6:30 PM, helio frota <00...@gmail.com> wrote:

> long night here....
>
> hf@eme:~/.m2/repository$ du -s -h
> 87M
> ( maven deps download )
>
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Sat, May 3, 2014 at 5:59 PM, helio frota <00...@gmail.com> wrote:
>
>> So , going to try IntelliJ community.
>>
>> thanks Thiago and Romain.
>>
>>
>>
>> -------------------------------------------
>> http://eprogramming.github.io
>>
>>
>>
>> On Sat, May 3, 2014 at 5:57 PM, Romain Manni-Bucau <rmannibucau@gmail.com
>> > wrote:
>>
>>> i used community for years
>>>
>>> using utltimate now for other reason but not tomee itself so should be
>>> fine
>>>
>>>
>>> Romain Manni-Bucau
>>> Twitter: @rmannibucau
>>> Blog: http://rmannibucau.wordpress.com/
>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>> Github: https://github.com/rmannibucau
>>>
>>>
>>> 2014-05-03 22:40 GMT+02:00 helio frota <00...@gmail.com>:
>>> > - checkout as project in workspace
>>> >
>>> > what to do in this case ?
>>> >
>>> > thanks
>>> > ( screenshots )
>>> >
>>> > -------------------------------------------
>>> > http://eprogramming.github.io
>>> >
>>> >
>>> >
>>> > On Sat, May 3, 2014 at 5:33 PM, helio frota <00...@gmail.com> wrote:
>>> >>
>>> >> Thanks.
>>> >>
>>> >> Going to show the real technical problem with eclipse.
>>> >>
>>> >>
>>> >>
>>> >> -------------------------------------------
>>> >> http://eprogramming.github.io
>>> >>
>>> >>
>>> >>
>>> >> On Sat, May 3, 2014 at 5:31 PM, dsh <da...@gmail.com> wrote:
>>> >>>
>>> >>> Hi,
>>> >>>
>>> >>> to be quiet precise, TomEE committers are probably using the open
>>> source
>>> >>> licensing option [1] for IntelliJ. Eclipse works equally well I'd
>>> say.
>>> >>> It's
>>> >>> rather a matter of taste whether one prefers IntelliJ over Eclipse or
>>> >>> vice
>>> >>> versa. From a technical perspective there shouldn't be any
>>> limitation no
>>> >>> matter whether you are using IntelliJ or Eclipse. Both should allow
>>> >>> working
>>> >>> with TomEE. Same probably applies to Netbeans.
>>> >>>
>>> >>> [1]
>>> >>>
>>> http://www.jetbrains.com/idea/buy/choose_edition.jsp?license=OPEN_SOURCE
>>> >>>
>>> >>> Cheers
>>> >>> Daniel
>>> >>>
>>> >>>
>>> >>> On Sat, May 3, 2014 at 10:18 PM, helio frota <00...@gmail.com>
>>> wrote:
>>> >>>
>>> >>> > Thanks Thiago
>>> >>> >
>>> >>> > I'm waiting about eclipse answer BTW
>>> >>> >
>>> >>> >
>>> >>> >
>>> >>> > -------------------------------------------
>>> >>> > http://eprogramming.github.io
>>> >>> >
>>> >>> >
>>> >>> >
>>> >>> > On Sat, May 3, 2014 at 4:57 PM, Thiago Veronezi <
>>> thiago@veronezi.org>
>>> >>> > wrote:
>>> >>> >
>>> >>> > > Hmmm... $$$.
>>> >>> > > I've never tried the community version, but I guess it also works
>>> >>> > > great.
>>> >>> > >
>>> >>> > > []s,
>>> >>> > > Thiago.
>>> >>> > >
>>> >>> > >
>>> >>> > >
>>> >>> > >
>>> >>> > >
>>> >>> > > On Sat, May 3, 2014 at 3:34 PM, helio frota <00...@gmail.com>
>>> wrote:
>>> >>> > >
>>> >>> > > > $$$ : /
>>> >>> > > >
>>> >>> > > > or community Thiago ?
>>> >>> > > >
>>> >>> > > >
>>> >>> > > >
>>> >>> > > > -------------------------------------------
>>> >>> > > > http://eprogramming.github.io
>>> >>> > > >
>>> >>> > > >
>>> >>> > > >
>>> >>> > > > On Sat, May 3, 2014 at 4:25 PM, Thiago Veronezi
>>> >>> > > > <th...@veronezi.org>
>>> >>> > > > wrote:
>>> >>> > > >
>>> >>> > > > > IntelliJ
>>> >>> > > > >
>>> >>> > > > >
>>> >>> > > > > On Sat, May 3, 2014 at 3:13 PM, helio frota <
>>> 00hf11@gmail.com>
>>> >>> > wrote:
>>> >>> > > > >
>>> >>> > > > > > checkout stalled.
>>> >>> > > > > >
>>> >>> > > > > > what IDE you DEV guys are using ?
>>> >>> > > > > >
>>> >>> > > > > > -------------------------------------------
>>> >>> > > > > > http://eprogramming.github.io
>>> >>> > > > > >
>>> >>> > > > > >
>>> >>> > > > > >
>>> >>> > > > > > On Sat, May 3, 2014 at 3:34 PM, helio frota <
>>> 00hf11@gmail.com>
>>> >>> > > wrote:
>>> >>> > > > > >
>>> >>> > > > > > > Ok i know github is 'in process"
>>> >>> > > > > > >
>>> >>> > > > > > > ( sorry my poor english no time to use google translate )
>>> >>> > > > > > >
>>> >>> > > > > > > no problem with SVN, only get the DEV setup  "working"
>>> >>> > > > > > >
>>> >>> > > > > > > i can do a compilation and make a post on tomitribe blog
>>> o/
>>> >>> > > > > > >
>>> >>> > > > > > > -------------------------------------------
>>> >>> > > > > > > http://eprogramming.github.io
>>> >>> > > > > > >
>>> >>> > > > > > >
>>> >>> > > > > > >
>>> >>> > > > > > > On Sat, May 3, 2014 at 3:23 PM, helio frota
>>> >>> > > > > > > <00...@gmail.com>
>>> >>> > > > wrote:
>>> >>> > > > > > >
>>> >>> > > > > > >> Romain,
>>> >>> > > > > > >>
>>> >>> > > > > > >> Thanks for the info.
>>> >>> > > > > > >> please help me on this questions.
>>> >>> > > > > > >>
>>> >>> > > > > > >> I have here, emacs, eclipse, netbeans and intellij
>>> community
>>> >>> > > > edition.
>>> >>> > > > > > >>
>>> >>> > > > > > >> thanks
>>> >>> > > > > > >>
>>> >>> > > > > > >> -------------------------------------------
>>> >>> > > > > > >> http://eprogramming.github.io
>>> >>> > > > > > >>
>>> >>> > > > > > >>
>>> >>> > > > > > >>
>>> >>> > > > > > >> On Sat, May 3, 2014 at 3:19 PM, helio frota
>>> >>> > > > > > >> <00...@gmail.com>
>>> >>> > > > wrote:
>>> >>> > > > > > >>
>>> >>> > > > > > >>> Hi,
>>> >>> > > > > > >>>
>>> >>> > > > > > >>> I have some questions:
>>> >>> > > > > > >>>
>>> >>> > > > > > >>> 1) Maven scm command line checkout ?
>>> >>> > > > > > >>> 2) Eclipse subclipse checkout directlu ?
>>> >>> > > > > > >>> 3 Checkout as wizard ?
>>> >>> > > > > > >>> 4) svn command line directly checkout ?
>>> >>> > > > > > >>>
>>> >>> > > > > > >>> ( screenshot )
>>> >>> > > > > > >>>
>>> >>> > > > > > >>>
>>> >>> > > > > > >>> -------------------------------------------
>>> >>> > > > > > >>> http://eprogramming.github.io
>>> >>> > > > > > >>>
>>> >>> > > > > > >>>
>>> >>> > > > > > >>>
>>> >>> > > > > > >>> On Sat, May 3, 2014 at 3:16 PM, helio frota
>>> >>> > > > > > >>> <00...@gmail.com>
>>> >>> > > > > wrote:
>>> >>> > > > > > >>>
>>> >>> > > > > > >>>> Hi Romain,
>>> >>> > > > > > >>>>
>>> >>> > > > > > >>>> yeap using this information from:
>>> >>> > > > > > >>>> http://tomee.apache.org/dev/source-code.html
>>> >>> > > > > > >>>>
>>> >>> > > > > > >>>>
>>> >>> > > > > > >>>> tomee submodule has not that much code actually
>>> >>> > > > > > >>>>
>>> >>> > > > > > >>>> so i do checkout of all right ?
>>> >>> > > > > > >>>>
>>> >>> > > > > > >>>> going to checkout and download 1GB+ ( maven deps )
>>> >>> > > > > > >>>>
>>> >>> > > > > > >>>> see u later
>>> >>> > > > > > >>>>
>>> >>> > > > > > >>>> thanks !
>>> >>> > > > > > >>>>
>>> >>> > > > > > >>>>
>>> >>> > > > > > >>>> -------------------------------------------
>>> >>> > > > > > >>>> http://eprogramming.github.io
>>> >>> > > > > > >>>>
>>> >>> > > > > > >>>>
>>> >>> > > > > > >>>>
>>> >>> > > > > > >>>> On Sat, May 3, 2014 at 3:12 PM, Romain Manni-Bucau <
>>> >>> > > > > > >>>> rmannibucau@gmail.com> wrote:
>>> >>> > > > > > >>>>
>>> >>> > > > > > >>>>> svn.apache.org/repos/asf/tomee/tomee/trunk/
>>> >>> > > > > > >>>>>
>>> >>> > > > > > >>>>> tomee submodule has not that much code actually
>>> >>> > > > > > >>>>>
>>> >>> > > > > > >>>>>
>>> >>> > > > > > >>>>> Romain Manni-Bucau
>>> >>> > > > > > >>>>> Twitter: @rmannibucau
>>> >>> > > > > > >>>>> Blog: http://rmannibucau.wordpress.com/
>>> >>> > > > > > >>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>> >>> > > > > > >>>>> Github: https://github.com/rmannibucau
>>> >>> > > > > > >>>>>
>>> >>> > > > > > >>>>>
>>> >>> > > > > > >>>>> 2014-05-03 20:11 GMT+02:00 helio frota
>>> >>> > > > > > >>>>> <00...@gmail.com>:
>>> >>> > > > > > >>>>> > hi,
>>> >>> > > > > > >>>>> >
>>> >>> > > > > > >>>>> > i have a question:
>>> >>> > > > > > >>>>> >
>>> >>> > > > > > >>>>> > Checkout all or only TomEE ?
>>> >>> > > > > > >>>>> >
>>> >>> > > > > > >>>>> > ( screenshot )
>>> >>> > > > > > >>>>> >
>>> >>> > > > > > >>>>> > thanks
>>> >>> > > > > > >>>>> >
>>> >>> > > > > > >>>>> > -------------------------------------------
>>> >>> > > > > > >>>>> > http://eprogramming.github.io
>>> >>> > > > > > >>>>> >
>>> >>> > > > > > >>>>> >
>>> >>> > > > > > >>>>> >
>>> >>> > > > > > >>>>> > On Sat, May 3, 2014 at 2:04 PM, helio frota <
>>> >>> > > 00hf11@gmail.com>
>>> >>> > > > > > >>>>> wrote:
>>> >>> > > > > > >>>>> >>
>>> >>> > > > > > >>>>> >> I would write an article for the blog tomitribe
>>> but
>>> >>> > > > > > >>>>> >> had
>>> >>> > > > problems
>>> >>> > > > > > >>>>> with the
>>> >>> > > > > > >>>>> >> internet here that prevented me from doing.
>>> >>> > > > > > >>>>> >>
>>> >>> > > > > > >>>>> >> because i need delete all and start over again ,
>>> so
>>> >>> > > > > > >>>>> >> this
>>> >>> > is
>>> >>> > > a
>>> >>> > > > > lot
>>> >>> > > > > > of
>>> >>> > > > > > >>>>> >> download, because of this i created DTTS project
>>> to
>>> >>> > > > > > >>>>> >> try to
>>> >>> > > > > warning
>>> >>> > > > > > >>>>> about
>>> >>> > > > > > >>>>> >> "same dependencies with different versions"
>>> >>> > > > > > >>>>> >>
>>> >>> > > > > > >>>>> >> And also
>>> >>> > > > > > >>>>> >> http://bval.apache.org/coding-standards.html
>>> >>> > > > > > >>>>> >>
>>> >>> > > > > > >>>>> >> This is really good to have no problems with code
>>> >>> > standards
>>> >>> > > > > format
>>> >>> > > > > > >>>>> on
>>> >>> > > > > > >>>>> >> eclipse.
>>> >>> > > > > > >>>>> >>
>>> >>> > > > > > >>>>> >> thanks
>>> >>> > > > > > >>>>> >>
>>> >>> > > > > > >>>>> >>
>>> >>> > > > > > >>>>> >> -------------------------------------------
>>> >>> > > > > > >>>>> >> http://eprogramming.github.io
>>> >>> > > > > > >>>>> >>
>>> >>> > > > > > >>>>> >>
>>> >>> > > > > > >>>>> >>
>>> >>> > > > > > >>>>> >> On Sat, May 3, 2014 at 1:56 PM, helio frota <
>>> >>> > > 00hf11@gmail.com
>>> >>> > > > >
>>> >>> > > > > > >>>>> wrote:
>>> >>> > > > > > >>>>> >>>
>>> >>> > > > > > >>>>> >>> bval works fine with these instructions
>>> >>> > > > > > >>>>> >>>
>>> >>> > > > > > >>>>> >>> http://bval.apache.org/building.html
>>> >>> > > > > > >>>>> >>>
>>> >>> > > > > > >>>>> >>> I would write an article for the blog tomitribe
>>> but
>>> >>> > > > > > >>>>> >>> had
>>> >>> > > > > problems
>>> >>> > > > > > >>>>> with the
>>> >>> > > > > > >>>>> >>> internet here that prevented me from doing.
>>> >>> > > > > > >>>>> >>>
>>> >>> > > > > > >>>>> >>>
>>> >>> > > > > > >>>>> >>>
>>> >>> > > > > > >>>>> >>> -------------------------------------------
>>> >>> > > > > > >>>>> >>> http://eprogramming.github.io
>>> >>> > > > > > >>>>> >>>
>>> >>> > > > > > >>>>> >>>
>>> >>> > > > > > >>>>> >>>
>>> >>> > > > > > >>>>> >>> On Sat, May 3, 2014 at 1:44 PM, helio frota <
>>> >>> > > > 00hf11@gmail.com>
>>> >>> > > > > > >>>>> wrote:
>>> >>> > > > > > >>>>> >>>>
>>> >>> > > > > > >>>>> >>>> To develop on TomEE itself
>>> >>> > > > > > >>>>> >>>>
>>> >>> > > > > > >>>>> >>>> I managed to configure Tomee trunk in eclipse
>>> only
>>> >>> > > > > > >>>>> >>>> once
>>> >>> > > > > > >>>>> >>>> Many problems with plugins not recognized.
>>> >>> > > > > > >>>>> >>>>
>>> >>> > > > > > >>>>> >>>> any tip ?
>>> >>> > > > > > >>>>> >>>>
>>> >>> > > > > > >>>>> >>>> thanks
>>> >>> > > > > > >>>>> >>>>
>>> >>> > > > > > >>>>> >>>> -------------------------------------------
>>> >>> > > > > > >>>>> >>>> http://eprogramming.github.io
>>> >>> > > > > > >>>>> >>>>
>>> >>> > > > > > >>>>> >>>>
>>> >>> > > > > > >>>>> >>>>
>>> >>> > > > > > >>>>> >>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <
>>> >>> > > > > > >>>>> agumbrecht@tomitribe.com>
>>> >>> > > > > > >>>>> >>>> wrote:
>>> >>> > > > > > >>>>> >>>>>
>>> >>> > > > > > >>>>> >>>>> How do you mean?
>>> >>> > > > > > >>>>> >>>>>
>>> >>> > > > > > >>>>> >>>>> To develop on TomEE itself:
>>> >>> > > > > > http://tomee.apache.org/support.html-
>>> >>> > > > > > >>>>> >>>>> Contributing
>>> >>> > > > > > >>>>> >>>>>
>>> >>> > > > > > >>>>> >>>>> Or creating a new project?
>>> >>> > > > > > >>>>> >>>>>
>>> >>> > > > > > >>>>> >>>>> http://tomee.apache.org/documentation.html -
>>> Using
>>> >>> > TomEE
>>> >>> > > > > > with...
>>> >>> > > > > > >>>>> >>>>>
>>> >>> > > > > > >>>>> >>>>> Andy.
>>> >>> > > > > > >>>>> >>>>>
>>> >>> > > > > > >>>>> >>>>>
>>> >>> > > > > > >>>>> >>>>>
>>> >>> > > > > > >>>>> >>>>> -----
>>> >>> > > > > > >>>>> >>>>>     --
>>> >>> > > > > > >>>>> >>>>>     Andy Gumbrecht
>>> >>> > > > > > >>>>> >>>>>
>>> >>> > > > > > >>>>> >>>>>     http://www.tomitribe.com
>>> >>> > > > > > >>>>> >>>>>     agumbrecht@tomitribe.com
>>> >>> > > > > > >>>>> >>>>>     https://twitter.com/AndyGeeDe
>>> >>> > > > > > >>>>> >>>>>
>>> >>> > > > > > >>>>> >>>>>     TomEE treibt Tomitribe ! |
>>> >>> > > > > > >>>>> >>>>> http://tomee.apache.org
>>> >>> > > > > > >>>>> >>>>> --
>>> >>> > > > > > >>>>> >>>>> View this message in context:
>>> >>> > > > > > >>>>> >>>>>
>>> >>> > > > > > >>>>>
>>> >>> > > > > >
>>> >>> > > > >
>>> >>> > > >
>>> >>> > >
>>> >>> >
>>> >>> >
>>> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
>>> >>> > > > > > >>>>> >>>>> Sent from the OpenEJB Dev mailing list archive
>>> at
>>> >>> > > > Nabble.com.
>>> >>> > > > > > >>>>> >>>>
>>> >>> > > > > > >>>>> >>>>
>>> >>> > > > > > >>>>> >>>
>>> >>> > > > > > >>>>> >>
>>> >>> > > > > > >>>>> >
>>> >>> > > > > > >>>>>
>>> >>> > > > > > >>>>
>>> >>> > > > > > >>>>
>>> >>> > > > > > >>>
>>> >>> > > > > > >>
>>> >>> > > > > > >
>>> >>> > > > > >
>>> >>> > > > >
>>> >>> > > >
>>> >>> > >
>>> >>> >
>>> >>
>>> >>
>>> >
>>>
>>
>>
>

Re: [adventure path] Contributing

Posted by helio frota <00...@gmail.com>.
long night here....

hf@eme:~/.m2/repository$ du -s -h
87M
( maven deps download )



-------------------------------------------
http://eprogramming.github.io



On Sat, May 3, 2014 at 5:59 PM, helio frota <00...@gmail.com> wrote:

> So , going to try IntelliJ community.
>
> thanks Thiago and Romain.
>
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Sat, May 3, 2014 at 5:57 PM, Romain Manni-Bucau <rm...@gmail.com>wrote:
>
>> i used community for years
>>
>> using utltimate now for other reason but not tomee itself so should be
>> fine
>>
>>
>> Romain Manni-Bucau
>> Twitter: @rmannibucau
>> Blog: http://rmannibucau.wordpress.com/
>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>> Github: https://github.com/rmannibucau
>>
>>
>> 2014-05-03 22:40 GMT+02:00 helio frota <00...@gmail.com>:
>> > - checkout as project in workspace
>> >
>> > what to do in this case ?
>> >
>> > thanks
>> > ( screenshots )
>> >
>> > -------------------------------------------
>> > http://eprogramming.github.io
>> >
>> >
>> >
>> > On Sat, May 3, 2014 at 5:33 PM, helio frota <00...@gmail.com> wrote:
>> >>
>> >> Thanks.
>> >>
>> >> Going to show the real technical problem with eclipse.
>> >>
>> >>
>> >>
>> >> -------------------------------------------
>> >> http://eprogramming.github.io
>> >>
>> >>
>> >>
>> >> On Sat, May 3, 2014 at 5:31 PM, dsh <da...@gmail.com> wrote:
>> >>>
>> >>> Hi,
>> >>>
>> >>> to be quiet precise, TomEE committers are probably using the open
>> source
>> >>> licensing option [1] for IntelliJ. Eclipse works equally well I'd say.
>> >>> It's
>> >>> rather a matter of taste whether one prefers IntelliJ over Eclipse or
>> >>> vice
>> >>> versa. From a technical perspective there shouldn't be any limitation
>> no
>> >>> matter whether you are using IntelliJ or Eclipse. Both should allow
>> >>> working
>> >>> with TomEE. Same probably applies to Netbeans.
>> >>>
>> >>> [1]
>> >>>
>> http://www.jetbrains.com/idea/buy/choose_edition.jsp?license=OPEN_SOURCE
>> >>>
>> >>> Cheers
>> >>> Daniel
>> >>>
>> >>>
>> >>> On Sat, May 3, 2014 at 10:18 PM, helio frota <00...@gmail.com>
>> wrote:
>> >>>
>> >>> > Thanks Thiago
>> >>> >
>> >>> > I'm waiting about eclipse answer BTW
>> >>> >
>> >>> >
>> >>> >
>> >>> > -------------------------------------------
>> >>> > http://eprogramming.github.io
>> >>> >
>> >>> >
>> >>> >
>> >>> > On Sat, May 3, 2014 at 4:57 PM, Thiago Veronezi <
>> thiago@veronezi.org>
>> >>> > wrote:
>> >>> >
>> >>> > > Hmmm... $$$.
>> >>> > > I've never tried the community version, but I guess it also works
>> >>> > > great.
>> >>> > >
>> >>> > > []s,
>> >>> > > Thiago.
>> >>> > >
>> >>> > >
>> >>> > >
>> >>> > >
>> >>> > >
>> >>> > > On Sat, May 3, 2014 at 3:34 PM, helio frota <00...@gmail.com>
>> wrote:
>> >>> > >
>> >>> > > > $$$ : /
>> >>> > > >
>> >>> > > > or community Thiago ?
>> >>> > > >
>> >>> > > >
>> >>> > > >
>> >>> > > > -------------------------------------------
>> >>> > > > http://eprogramming.github.io
>> >>> > > >
>> >>> > > >
>> >>> > > >
>> >>> > > > On Sat, May 3, 2014 at 4:25 PM, Thiago Veronezi
>> >>> > > > <th...@veronezi.org>
>> >>> > > > wrote:
>> >>> > > >
>> >>> > > > > IntelliJ
>> >>> > > > >
>> >>> > > > >
>> >>> > > > > On Sat, May 3, 2014 at 3:13 PM, helio frota <00hf11@gmail.com
>> >
>> >>> > wrote:
>> >>> > > > >
>> >>> > > > > > checkout stalled.
>> >>> > > > > >
>> >>> > > > > > what IDE you DEV guys are using ?
>> >>> > > > > >
>> >>> > > > > > -------------------------------------------
>> >>> > > > > > http://eprogramming.github.io
>> >>> > > > > >
>> >>> > > > > >
>> >>> > > > > >
>> >>> > > > > > On Sat, May 3, 2014 at 3:34 PM, helio frota <
>> 00hf11@gmail.com>
>> >>> > > wrote:
>> >>> > > > > >
>> >>> > > > > > > Ok i know github is 'in process"
>> >>> > > > > > >
>> >>> > > > > > > ( sorry my poor english no time to use google translate )
>> >>> > > > > > >
>> >>> > > > > > > no problem with SVN, only get the DEV setup  "working"
>> >>> > > > > > >
>> >>> > > > > > > i can do a compilation and make a post on tomitribe blog
>> o/
>> >>> > > > > > >
>> >>> > > > > > > -------------------------------------------
>> >>> > > > > > > http://eprogramming.github.io
>> >>> > > > > > >
>> >>> > > > > > >
>> >>> > > > > > >
>> >>> > > > > > > On Sat, May 3, 2014 at 3:23 PM, helio frota
>> >>> > > > > > > <00...@gmail.com>
>> >>> > > > wrote:
>> >>> > > > > > >
>> >>> > > > > > >> Romain,
>> >>> > > > > > >>
>> >>> > > > > > >> Thanks for the info.
>> >>> > > > > > >> please help me on this questions.
>> >>> > > > > > >>
>> >>> > > > > > >> I have here, emacs, eclipse, netbeans and intellij
>> community
>> >>> > > > edition.
>> >>> > > > > > >>
>> >>> > > > > > >> thanks
>> >>> > > > > > >>
>> >>> > > > > > >> -------------------------------------------
>> >>> > > > > > >> http://eprogramming.github.io
>> >>> > > > > > >>
>> >>> > > > > > >>
>> >>> > > > > > >>
>> >>> > > > > > >> On Sat, May 3, 2014 at 3:19 PM, helio frota
>> >>> > > > > > >> <00...@gmail.com>
>> >>> > > > wrote:
>> >>> > > > > > >>
>> >>> > > > > > >>> Hi,
>> >>> > > > > > >>>
>> >>> > > > > > >>> I have some questions:
>> >>> > > > > > >>>
>> >>> > > > > > >>> 1) Maven scm command line checkout ?
>> >>> > > > > > >>> 2) Eclipse subclipse checkout directlu ?
>> >>> > > > > > >>> 3 Checkout as wizard ?
>> >>> > > > > > >>> 4) svn command line directly checkout ?
>> >>> > > > > > >>>
>> >>> > > > > > >>> ( screenshot )
>> >>> > > > > > >>>
>> >>> > > > > > >>>
>> >>> > > > > > >>> -------------------------------------------
>> >>> > > > > > >>> http://eprogramming.github.io
>> >>> > > > > > >>>
>> >>> > > > > > >>>
>> >>> > > > > > >>>
>> >>> > > > > > >>> On Sat, May 3, 2014 at 3:16 PM, helio frota
>> >>> > > > > > >>> <00...@gmail.com>
>> >>> > > > > wrote:
>> >>> > > > > > >>>
>> >>> > > > > > >>>> Hi Romain,
>> >>> > > > > > >>>>
>> >>> > > > > > >>>> yeap using this information from:
>> >>> > > > > > >>>> http://tomee.apache.org/dev/source-code.html
>> >>> > > > > > >>>>
>> >>> > > > > > >>>>
>> >>> > > > > > >>>> tomee submodule has not that much code actually
>> >>> > > > > > >>>>
>> >>> > > > > > >>>> so i do checkout of all right ?
>> >>> > > > > > >>>>
>> >>> > > > > > >>>> going to checkout and download 1GB+ ( maven deps )
>> >>> > > > > > >>>>
>> >>> > > > > > >>>> see u later
>> >>> > > > > > >>>>
>> >>> > > > > > >>>> thanks !
>> >>> > > > > > >>>>
>> >>> > > > > > >>>>
>> >>> > > > > > >>>> -------------------------------------------
>> >>> > > > > > >>>> http://eprogramming.github.io
>> >>> > > > > > >>>>
>> >>> > > > > > >>>>
>> >>> > > > > > >>>>
>> >>> > > > > > >>>> On Sat, May 3, 2014 at 3:12 PM, Romain Manni-Bucau <
>> >>> > > > > > >>>> rmannibucau@gmail.com> wrote:
>> >>> > > > > > >>>>
>> >>> > > > > > >>>>> svn.apache.org/repos/asf/tomee/tomee/trunk/
>> >>> > > > > > >>>>>
>> >>> > > > > > >>>>> tomee submodule has not that much code actually
>> >>> > > > > > >>>>>
>> >>> > > > > > >>>>>
>> >>> > > > > > >>>>> Romain Manni-Bucau
>> >>> > > > > > >>>>> Twitter: @rmannibucau
>> >>> > > > > > >>>>> Blog: http://rmannibucau.wordpress.com/
>> >>> > > > > > >>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>> >>> > > > > > >>>>> Github: https://github.com/rmannibucau
>> >>> > > > > > >>>>>
>> >>> > > > > > >>>>>
>> >>> > > > > > >>>>> 2014-05-03 20:11 GMT+02:00 helio frota
>> >>> > > > > > >>>>> <00...@gmail.com>:
>> >>> > > > > > >>>>> > hi,
>> >>> > > > > > >>>>> >
>> >>> > > > > > >>>>> > i have a question:
>> >>> > > > > > >>>>> >
>> >>> > > > > > >>>>> > Checkout all or only TomEE ?
>> >>> > > > > > >>>>> >
>> >>> > > > > > >>>>> > ( screenshot )
>> >>> > > > > > >>>>> >
>> >>> > > > > > >>>>> > thanks
>> >>> > > > > > >>>>> >
>> >>> > > > > > >>>>> > -------------------------------------------
>> >>> > > > > > >>>>> > http://eprogramming.github.io
>> >>> > > > > > >>>>> >
>> >>> > > > > > >>>>> >
>> >>> > > > > > >>>>> >
>> >>> > > > > > >>>>> > On Sat, May 3, 2014 at 2:04 PM, helio frota <
>> >>> > > 00hf11@gmail.com>
>> >>> > > > > > >>>>> wrote:
>> >>> > > > > > >>>>> >>
>> >>> > > > > > >>>>> >> I would write an article for the blog tomitribe but
>> >>> > > > > > >>>>> >> had
>> >>> > > > problems
>> >>> > > > > > >>>>> with the
>> >>> > > > > > >>>>> >> internet here that prevented me from doing.
>> >>> > > > > > >>>>> >>
>> >>> > > > > > >>>>> >> because i need delete all and start over again , so
>> >>> > > > > > >>>>> >> this
>> >>> > is
>> >>> > > a
>> >>> > > > > lot
>> >>> > > > > > of
>> >>> > > > > > >>>>> >> download, because of this i created DTTS project to
>> >>> > > > > > >>>>> >> try to
>> >>> > > > > warning
>> >>> > > > > > >>>>> about
>> >>> > > > > > >>>>> >> "same dependencies with different versions"
>> >>> > > > > > >>>>> >>
>> >>> > > > > > >>>>> >> And also
>> >>> > > > > > >>>>> >> http://bval.apache.org/coding-standards.html
>> >>> > > > > > >>>>> >>
>> >>> > > > > > >>>>> >> This is really good to have no problems with code
>> >>> > standards
>> >>> > > > > format
>> >>> > > > > > >>>>> on
>> >>> > > > > > >>>>> >> eclipse.
>> >>> > > > > > >>>>> >>
>> >>> > > > > > >>>>> >> thanks
>> >>> > > > > > >>>>> >>
>> >>> > > > > > >>>>> >>
>> >>> > > > > > >>>>> >> -------------------------------------------
>> >>> > > > > > >>>>> >> http://eprogramming.github.io
>> >>> > > > > > >>>>> >>
>> >>> > > > > > >>>>> >>
>> >>> > > > > > >>>>> >>
>> >>> > > > > > >>>>> >> On Sat, May 3, 2014 at 1:56 PM, helio frota <
>> >>> > > 00hf11@gmail.com
>> >>> > > > >
>> >>> > > > > > >>>>> wrote:
>> >>> > > > > > >>>>> >>>
>> >>> > > > > > >>>>> >>> bval works fine with these instructions
>> >>> > > > > > >>>>> >>>
>> >>> > > > > > >>>>> >>> http://bval.apache.org/building.html
>> >>> > > > > > >>>>> >>>
>> >>> > > > > > >>>>> >>> I would write an article for the blog tomitribe
>> but
>> >>> > > > > > >>>>> >>> had
>> >>> > > > > problems
>> >>> > > > > > >>>>> with the
>> >>> > > > > > >>>>> >>> internet here that prevented me from doing.
>> >>> > > > > > >>>>> >>>
>> >>> > > > > > >>>>> >>>
>> >>> > > > > > >>>>> >>>
>> >>> > > > > > >>>>> >>> -------------------------------------------
>> >>> > > > > > >>>>> >>> http://eprogramming.github.io
>> >>> > > > > > >>>>> >>>
>> >>> > > > > > >>>>> >>>
>> >>> > > > > > >>>>> >>>
>> >>> > > > > > >>>>> >>> On Sat, May 3, 2014 at 1:44 PM, helio frota <
>> >>> > > > 00hf11@gmail.com>
>> >>> > > > > > >>>>> wrote:
>> >>> > > > > > >>>>> >>>>
>> >>> > > > > > >>>>> >>>> To develop on TomEE itself
>> >>> > > > > > >>>>> >>>>
>> >>> > > > > > >>>>> >>>> I managed to configure Tomee trunk in eclipse
>> only
>> >>> > > > > > >>>>> >>>> once
>> >>> > > > > > >>>>> >>>> Many problems with plugins not recognized.
>> >>> > > > > > >>>>> >>>>
>> >>> > > > > > >>>>> >>>> any tip ?
>> >>> > > > > > >>>>> >>>>
>> >>> > > > > > >>>>> >>>> thanks
>> >>> > > > > > >>>>> >>>>
>> >>> > > > > > >>>>> >>>> -------------------------------------------
>> >>> > > > > > >>>>> >>>> http://eprogramming.github.io
>> >>> > > > > > >>>>> >>>>
>> >>> > > > > > >>>>> >>>>
>> >>> > > > > > >>>>> >>>>
>> >>> > > > > > >>>>> >>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <
>> >>> > > > > > >>>>> agumbrecht@tomitribe.com>
>> >>> > > > > > >>>>> >>>> wrote:
>> >>> > > > > > >>>>> >>>>>
>> >>> > > > > > >>>>> >>>>> How do you mean?
>> >>> > > > > > >>>>> >>>>>
>> >>> > > > > > >>>>> >>>>> To develop on TomEE itself:
>> >>> > > > > > http://tomee.apache.org/support.html-
>> >>> > > > > > >>>>> >>>>> Contributing
>> >>> > > > > > >>>>> >>>>>
>> >>> > > > > > >>>>> >>>>> Or creating a new project?
>> >>> > > > > > >>>>> >>>>>
>> >>> > > > > > >>>>> >>>>> http://tomee.apache.org/documentation.html -
>> Using
>> >>> > TomEE
>> >>> > > > > > with...
>> >>> > > > > > >>>>> >>>>>
>> >>> > > > > > >>>>> >>>>> Andy.
>> >>> > > > > > >>>>> >>>>>
>> >>> > > > > > >>>>> >>>>>
>> >>> > > > > > >>>>> >>>>>
>> >>> > > > > > >>>>> >>>>> -----
>> >>> > > > > > >>>>> >>>>>     --
>> >>> > > > > > >>>>> >>>>>     Andy Gumbrecht
>> >>> > > > > > >>>>> >>>>>
>> >>> > > > > > >>>>> >>>>>     http://www.tomitribe.com
>> >>> > > > > > >>>>> >>>>>     agumbrecht@tomitribe.com
>> >>> > > > > > >>>>> >>>>>     https://twitter.com/AndyGeeDe
>> >>> > > > > > >>>>> >>>>>
>> >>> > > > > > >>>>> >>>>>     TomEE treibt Tomitribe ! |
>> >>> > > > > > >>>>> >>>>> http://tomee.apache.org
>> >>> > > > > > >>>>> >>>>> --
>> >>> > > > > > >>>>> >>>>> View this message in context:
>> >>> > > > > > >>>>> >>>>>
>> >>> > > > > > >>>>>
>> >>> > > > > >
>> >>> > > > >
>> >>> > > >
>> >>> > >
>> >>> >
>> >>> >
>> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
>> >>> > > > > > >>>>> >>>>> Sent from the OpenEJB Dev mailing list archive
>> at
>> >>> > > > Nabble.com.
>> >>> > > > > > >>>>> >>>>
>> >>> > > > > > >>>>> >>>>
>> >>> > > > > > >>>>> >>>
>> >>> > > > > > >>>>> >>
>> >>> > > > > > >>>>> >
>> >>> > > > > > >>>>>
>> >>> > > > > > >>>>
>> >>> > > > > > >>>>
>> >>> > > > > > >>>
>> >>> > > > > > >>
>> >>> > > > > > >
>> >>> > > > > >
>> >>> > > > >
>> >>> > > >
>> >>> > >
>> >>> >
>> >>
>> >>
>> >
>>
>
>

Re: [adventure path] Contributing

Posted by helio frota <00...@gmail.com>.
So , going to try IntelliJ community.

thanks Thiago and Romain.



-------------------------------------------
http://eprogramming.github.io



On Sat, May 3, 2014 at 5:57 PM, Romain Manni-Bucau <rm...@gmail.com>wrote:

> i used community for years
>
> using utltimate now for other reason but not tomee itself so should be fine
>
>
> Romain Manni-Bucau
> Twitter: @rmannibucau
> Blog: http://rmannibucau.wordpress.com/
> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> Github: https://github.com/rmannibucau
>
>
> 2014-05-03 22:40 GMT+02:00 helio frota <00...@gmail.com>:
> > - checkout as project in workspace
> >
> > what to do in this case ?
> >
> > thanks
> > ( screenshots )
> >
> > -------------------------------------------
> > http://eprogramming.github.io
> >
> >
> >
> > On Sat, May 3, 2014 at 5:33 PM, helio frota <00...@gmail.com> wrote:
> >>
> >> Thanks.
> >>
> >> Going to show the real technical problem with eclipse.
> >>
> >>
> >>
> >> -------------------------------------------
> >> http://eprogramming.github.io
> >>
> >>
> >>
> >> On Sat, May 3, 2014 at 5:31 PM, dsh <da...@gmail.com> wrote:
> >>>
> >>> Hi,
> >>>
> >>> to be quiet precise, TomEE committers are probably using the open
> source
> >>> licensing option [1] for IntelliJ. Eclipse works equally well I'd say.
> >>> It's
> >>> rather a matter of taste whether one prefers IntelliJ over Eclipse or
> >>> vice
> >>> versa. From a technical perspective there shouldn't be any limitation
> no
> >>> matter whether you are using IntelliJ or Eclipse. Both should allow
> >>> working
> >>> with TomEE. Same probably applies to Netbeans.
> >>>
> >>> [1]
> >>>
> http://www.jetbrains.com/idea/buy/choose_edition.jsp?license=OPEN_SOURCE
> >>>
> >>> Cheers
> >>> Daniel
> >>>
> >>>
> >>> On Sat, May 3, 2014 at 10:18 PM, helio frota <00...@gmail.com> wrote:
> >>>
> >>> > Thanks Thiago
> >>> >
> >>> > I'm waiting about eclipse answer BTW
> >>> >
> >>> >
> >>> >
> >>> > -------------------------------------------
> >>> > http://eprogramming.github.io
> >>> >
> >>> >
> >>> >
> >>> > On Sat, May 3, 2014 at 4:57 PM, Thiago Veronezi <thiago@veronezi.org
> >
> >>> > wrote:
> >>> >
> >>> > > Hmmm... $$$.
> >>> > > I've never tried the community version, but I guess it also works
> >>> > > great.
> >>> > >
> >>> > > []s,
> >>> > > Thiago.
> >>> > >
> >>> > >
> >>> > >
> >>> > >
> >>> > >
> >>> > > On Sat, May 3, 2014 at 3:34 PM, helio frota <00...@gmail.com>
> wrote:
> >>> > >
> >>> > > > $$$ : /
> >>> > > >
> >>> > > > or community Thiago ?
> >>> > > >
> >>> > > >
> >>> > > >
> >>> > > > -------------------------------------------
> >>> > > > http://eprogramming.github.io
> >>> > > >
> >>> > > >
> >>> > > >
> >>> > > > On Sat, May 3, 2014 at 4:25 PM, Thiago Veronezi
> >>> > > > <th...@veronezi.org>
> >>> > > > wrote:
> >>> > > >
> >>> > > > > IntelliJ
> >>> > > > >
> >>> > > > >
> >>> > > > > On Sat, May 3, 2014 at 3:13 PM, helio frota <00...@gmail.com>
> >>> > wrote:
> >>> > > > >
> >>> > > > > > checkout stalled.
> >>> > > > > >
> >>> > > > > > what IDE you DEV guys are using ?
> >>> > > > > >
> >>> > > > > > -------------------------------------------
> >>> > > > > > http://eprogramming.github.io
> >>> > > > > >
> >>> > > > > >
> >>> > > > > >
> >>> > > > > > On Sat, May 3, 2014 at 3:34 PM, helio frota <
> 00hf11@gmail.com>
> >>> > > wrote:
> >>> > > > > >
> >>> > > > > > > Ok i know github is 'in process"
> >>> > > > > > >
> >>> > > > > > > ( sorry my poor english no time to use google translate )
> >>> > > > > > >
> >>> > > > > > > no problem with SVN, only get the DEV setup  "working"
> >>> > > > > > >
> >>> > > > > > > i can do a compilation and make a post on tomitribe blog o/
> >>> > > > > > >
> >>> > > > > > > -------------------------------------------
> >>> > > > > > > http://eprogramming.github.io
> >>> > > > > > >
> >>> > > > > > >
> >>> > > > > > >
> >>> > > > > > > On Sat, May 3, 2014 at 3:23 PM, helio frota
> >>> > > > > > > <00...@gmail.com>
> >>> > > > wrote:
> >>> > > > > > >
> >>> > > > > > >> Romain,
> >>> > > > > > >>
> >>> > > > > > >> Thanks for the info.
> >>> > > > > > >> please help me on this questions.
> >>> > > > > > >>
> >>> > > > > > >> I have here, emacs, eclipse, netbeans and intellij
> community
> >>> > > > edition.
> >>> > > > > > >>
> >>> > > > > > >> thanks
> >>> > > > > > >>
> >>> > > > > > >> -------------------------------------------
> >>> > > > > > >> http://eprogramming.github.io
> >>> > > > > > >>
> >>> > > > > > >>
> >>> > > > > > >>
> >>> > > > > > >> On Sat, May 3, 2014 at 3:19 PM, helio frota
> >>> > > > > > >> <00...@gmail.com>
> >>> > > > wrote:
> >>> > > > > > >>
> >>> > > > > > >>> Hi,
> >>> > > > > > >>>
> >>> > > > > > >>> I have some questions:
> >>> > > > > > >>>
> >>> > > > > > >>> 1) Maven scm command line checkout ?
> >>> > > > > > >>> 2) Eclipse subclipse checkout directlu ?
> >>> > > > > > >>> 3 Checkout as wizard ?
> >>> > > > > > >>> 4) svn command line directly checkout ?
> >>> > > > > > >>>
> >>> > > > > > >>> ( screenshot )
> >>> > > > > > >>>
> >>> > > > > > >>>
> >>> > > > > > >>> -------------------------------------------
> >>> > > > > > >>> http://eprogramming.github.io
> >>> > > > > > >>>
> >>> > > > > > >>>
> >>> > > > > > >>>
> >>> > > > > > >>> On Sat, May 3, 2014 at 3:16 PM, helio frota
> >>> > > > > > >>> <00...@gmail.com>
> >>> > > > > wrote:
> >>> > > > > > >>>
> >>> > > > > > >>>> Hi Romain,
> >>> > > > > > >>>>
> >>> > > > > > >>>> yeap using this information from:
> >>> > > > > > >>>> http://tomee.apache.org/dev/source-code.html
> >>> > > > > > >>>>
> >>> > > > > > >>>>
> >>> > > > > > >>>> tomee submodule has not that much code actually
> >>> > > > > > >>>>
> >>> > > > > > >>>> so i do checkout of all right ?
> >>> > > > > > >>>>
> >>> > > > > > >>>> going to checkout and download 1GB+ ( maven deps )
> >>> > > > > > >>>>
> >>> > > > > > >>>> see u later
> >>> > > > > > >>>>
> >>> > > > > > >>>> thanks !
> >>> > > > > > >>>>
> >>> > > > > > >>>>
> >>> > > > > > >>>> -------------------------------------------
> >>> > > > > > >>>> http://eprogramming.github.io
> >>> > > > > > >>>>
> >>> > > > > > >>>>
> >>> > > > > > >>>>
> >>> > > > > > >>>> On Sat, May 3, 2014 at 3:12 PM, Romain Manni-Bucau <
> >>> > > > > > >>>> rmannibucau@gmail.com> wrote:
> >>> > > > > > >>>>
> >>> > > > > > >>>>> svn.apache.org/repos/asf/tomee/tomee/trunk/
> >>> > > > > > >>>>>
> >>> > > > > > >>>>> tomee submodule has not that much code actually
> >>> > > > > > >>>>>
> >>> > > > > > >>>>>
> >>> > > > > > >>>>> Romain Manni-Bucau
> >>> > > > > > >>>>> Twitter: @rmannibucau
> >>> > > > > > >>>>> Blog: http://rmannibucau.wordpress.com/
> >>> > > > > > >>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> >>> > > > > > >>>>> Github: https://github.com/rmannibucau
> >>> > > > > > >>>>>
> >>> > > > > > >>>>>
> >>> > > > > > >>>>> 2014-05-03 20:11 GMT+02:00 helio frota
> >>> > > > > > >>>>> <00...@gmail.com>:
> >>> > > > > > >>>>> > hi,
> >>> > > > > > >>>>> >
> >>> > > > > > >>>>> > i have a question:
> >>> > > > > > >>>>> >
> >>> > > > > > >>>>> > Checkout all or only TomEE ?
> >>> > > > > > >>>>> >
> >>> > > > > > >>>>> > ( screenshot )
> >>> > > > > > >>>>> >
> >>> > > > > > >>>>> > thanks
> >>> > > > > > >>>>> >
> >>> > > > > > >>>>> > -------------------------------------------
> >>> > > > > > >>>>> > http://eprogramming.github.io
> >>> > > > > > >>>>> >
> >>> > > > > > >>>>> >
> >>> > > > > > >>>>> >
> >>> > > > > > >>>>> > On Sat, May 3, 2014 at 2:04 PM, helio frota <
> >>> > > 00hf11@gmail.com>
> >>> > > > > > >>>>> wrote:
> >>> > > > > > >>>>> >>
> >>> > > > > > >>>>> >> I would write an article for the blog tomitribe but
> >>> > > > > > >>>>> >> had
> >>> > > > problems
> >>> > > > > > >>>>> with the
> >>> > > > > > >>>>> >> internet here that prevented me from doing.
> >>> > > > > > >>>>> >>
> >>> > > > > > >>>>> >> because i need delete all and start over again , so
> >>> > > > > > >>>>> >> this
> >>> > is
> >>> > > a
> >>> > > > > lot
> >>> > > > > > of
> >>> > > > > > >>>>> >> download, because of this i created DTTS project to
> >>> > > > > > >>>>> >> try to
> >>> > > > > warning
> >>> > > > > > >>>>> about
> >>> > > > > > >>>>> >> "same dependencies with different versions"
> >>> > > > > > >>>>> >>
> >>> > > > > > >>>>> >> And also
> >>> > > > > > >>>>> >> http://bval.apache.org/coding-standards.html
> >>> > > > > > >>>>> >>
> >>> > > > > > >>>>> >> This is really good to have no problems with code
> >>> > standards
> >>> > > > > format
> >>> > > > > > >>>>> on
> >>> > > > > > >>>>> >> eclipse.
> >>> > > > > > >>>>> >>
> >>> > > > > > >>>>> >> thanks
> >>> > > > > > >>>>> >>
> >>> > > > > > >>>>> >>
> >>> > > > > > >>>>> >> -------------------------------------------
> >>> > > > > > >>>>> >> http://eprogramming.github.io
> >>> > > > > > >>>>> >>
> >>> > > > > > >>>>> >>
> >>> > > > > > >>>>> >>
> >>> > > > > > >>>>> >> On Sat, May 3, 2014 at 1:56 PM, helio frota <
> >>> > > 00hf11@gmail.com
> >>> > > > >
> >>> > > > > > >>>>> wrote:
> >>> > > > > > >>>>> >>>
> >>> > > > > > >>>>> >>> bval works fine with these instructions
> >>> > > > > > >>>>> >>>
> >>> > > > > > >>>>> >>> http://bval.apache.org/building.html
> >>> > > > > > >>>>> >>>
> >>> > > > > > >>>>> >>> I would write an article for the blog tomitribe but
> >>> > > > > > >>>>> >>> had
> >>> > > > > problems
> >>> > > > > > >>>>> with the
> >>> > > > > > >>>>> >>> internet here that prevented me from doing.
> >>> > > > > > >>>>> >>>
> >>> > > > > > >>>>> >>>
> >>> > > > > > >>>>> >>>
> >>> > > > > > >>>>> >>> -------------------------------------------
> >>> > > > > > >>>>> >>> http://eprogramming.github.io
> >>> > > > > > >>>>> >>>
> >>> > > > > > >>>>> >>>
> >>> > > > > > >>>>> >>>
> >>> > > > > > >>>>> >>> On Sat, May 3, 2014 at 1:44 PM, helio frota <
> >>> > > > 00hf11@gmail.com>
> >>> > > > > > >>>>> wrote:
> >>> > > > > > >>>>> >>>>
> >>> > > > > > >>>>> >>>> To develop on TomEE itself
> >>> > > > > > >>>>> >>>>
> >>> > > > > > >>>>> >>>> I managed to configure Tomee trunk in eclipse only
> >>> > > > > > >>>>> >>>> once
> >>> > > > > > >>>>> >>>> Many problems with plugins not recognized.
> >>> > > > > > >>>>> >>>>
> >>> > > > > > >>>>> >>>> any tip ?
> >>> > > > > > >>>>> >>>>
> >>> > > > > > >>>>> >>>> thanks
> >>> > > > > > >>>>> >>>>
> >>> > > > > > >>>>> >>>> -------------------------------------------
> >>> > > > > > >>>>> >>>> http://eprogramming.github.io
> >>> > > > > > >>>>> >>>>
> >>> > > > > > >>>>> >>>>
> >>> > > > > > >>>>> >>>>
> >>> > > > > > >>>>> >>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <
> >>> > > > > > >>>>> agumbrecht@tomitribe.com>
> >>> > > > > > >>>>> >>>> wrote:
> >>> > > > > > >>>>> >>>>>
> >>> > > > > > >>>>> >>>>> How do you mean?
> >>> > > > > > >>>>> >>>>>
> >>> > > > > > >>>>> >>>>> To develop on TomEE itself:
> >>> > > > > > http://tomee.apache.org/support.html-
> >>> > > > > > >>>>> >>>>> Contributing
> >>> > > > > > >>>>> >>>>>
> >>> > > > > > >>>>> >>>>> Or creating a new project?
> >>> > > > > > >>>>> >>>>>
> >>> > > > > > >>>>> >>>>> http://tomee.apache.org/documentation.html -
> Using
> >>> > TomEE
> >>> > > > > > with...
> >>> > > > > > >>>>> >>>>>
> >>> > > > > > >>>>> >>>>> Andy.
> >>> > > > > > >>>>> >>>>>
> >>> > > > > > >>>>> >>>>>
> >>> > > > > > >>>>> >>>>>
> >>> > > > > > >>>>> >>>>> -----
> >>> > > > > > >>>>> >>>>>     --
> >>> > > > > > >>>>> >>>>>     Andy Gumbrecht
> >>> > > > > > >>>>> >>>>>
> >>> > > > > > >>>>> >>>>>     http://www.tomitribe.com
> >>> > > > > > >>>>> >>>>>     agumbrecht@tomitribe.com
> >>> > > > > > >>>>> >>>>>     https://twitter.com/AndyGeeDe
> >>> > > > > > >>>>> >>>>>
> >>> > > > > > >>>>> >>>>>     TomEE treibt Tomitribe ! |
> >>> > > > > > >>>>> >>>>> http://tomee.apache.org
> >>> > > > > > >>>>> >>>>> --
> >>> > > > > > >>>>> >>>>> View this message in context:
> >>> > > > > > >>>>> >>>>>
> >>> > > > > > >>>>>
> >>> > > > > >
> >>> > > > >
> >>> > > >
> >>> > >
> >>> >
> >>> >
> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
> >>> > > > > > >>>>> >>>>> Sent from the OpenEJB Dev mailing list archive at
> >>> > > > Nabble.com.
> >>> > > > > > >>>>> >>>>
> >>> > > > > > >>>>> >>>>
> >>> > > > > > >>>>> >>>
> >>> > > > > > >>>>> >>
> >>> > > > > > >>>>> >
> >>> > > > > > >>>>>
> >>> > > > > > >>>>
> >>> > > > > > >>>>
> >>> > > > > > >>>
> >>> > > > > > >>
> >>> > > > > > >
> >>> > > > > >
> >>> > > > >
> >>> > > >
> >>> > >
> >>> >
> >>
> >>
> >
>

Re: [adventure path] Contributing

Posted by Romain Manni-Bucau <rm...@gmail.com>.
i used community for years

using utltimate now for other reason but not tomee itself so should be fine


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-05-03 22:40 GMT+02:00 helio frota <00...@gmail.com>:
> - checkout as project in workspace
>
> what to do in this case ?
>
> thanks
> ( screenshots )
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Sat, May 3, 2014 at 5:33 PM, helio frota <00...@gmail.com> wrote:
>>
>> Thanks.
>>
>> Going to show the real technical problem with eclipse.
>>
>>
>>
>> -------------------------------------------
>> http://eprogramming.github.io
>>
>>
>>
>> On Sat, May 3, 2014 at 5:31 PM, dsh <da...@gmail.com> wrote:
>>>
>>> Hi,
>>>
>>> to be quiet precise, TomEE committers are probably using the open source
>>> licensing option [1] for IntelliJ. Eclipse works equally well I'd say.
>>> It's
>>> rather a matter of taste whether one prefers IntelliJ over Eclipse or
>>> vice
>>> versa. From a technical perspective there shouldn't be any limitation no
>>> matter whether you are using IntelliJ or Eclipse. Both should allow
>>> working
>>> with TomEE. Same probably applies to Netbeans.
>>>
>>> [1]
>>> http://www.jetbrains.com/idea/buy/choose_edition.jsp?license=OPEN_SOURCE
>>>
>>> Cheers
>>> Daniel
>>>
>>>
>>> On Sat, May 3, 2014 at 10:18 PM, helio frota <00...@gmail.com> wrote:
>>>
>>> > Thanks Thiago
>>> >
>>> > I'm waiting about eclipse answer BTW
>>> >
>>> >
>>> >
>>> > -------------------------------------------
>>> > http://eprogramming.github.io
>>> >
>>> >
>>> >
>>> > On Sat, May 3, 2014 at 4:57 PM, Thiago Veronezi <th...@veronezi.org>
>>> > wrote:
>>> >
>>> > > Hmmm... $$$.
>>> > > I've never tried the community version, but I guess it also works
>>> > > great.
>>> > >
>>> > > []s,
>>> > > Thiago.
>>> > >
>>> > >
>>> > >
>>> > >
>>> > >
>>> > > On Sat, May 3, 2014 at 3:34 PM, helio frota <00...@gmail.com> wrote:
>>> > >
>>> > > > $$$ : /
>>> > > >
>>> > > > or community Thiago ?
>>> > > >
>>> > > >
>>> > > >
>>> > > > -------------------------------------------
>>> > > > http://eprogramming.github.io
>>> > > >
>>> > > >
>>> > > >
>>> > > > On Sat, May 3, 2014 at 4:25 PM, Thiago Veronezi
>>> > > > <th...@veronezi.org>
>>> > > > wrote:
>>> > > >
>>> > > > > IntelliJ
>>> > > > >
>>> > > > >
>>> > > > > On Sat, May 3, 2014 at 3:13 PM, helio frota <00...@gmail.com>
>>> > wrote:
>>> > > > >
>>> > > > > > checkout stalled.
>>> > > > > >
>>> > > > > > what IDE you DEV guys are using ?
>>> > > > > >
>>> > > > > > -------------------------------------------
>>> > > > > > http://eprogramming.github.io
>>> > > > > >
>>> > > > > >
>>> > > > > >
>>> > > > > > On Sat, May 3, 2014 at 3:34 PM, helio frota <00...@gmail.com>
>>> > > wrote:
>>> > > > > >
>>> > > > > > > Ok i know github is 'in process"
>>> > > > > > >
>>> > > > > > > ( sorry my poor english no time to use google translate )
>>> > > > > > >
>>> > > > > > > no problem with SVN, only get the DEV setup  "working"
>>> > > > > > >
>>> > > > > > > i can do a compilation and make a post on tomitribe blog o/
>>> > > > > > >
>>> > > > > > > -------------------------------------------
>>> > > > > > > http://eprogramming.github.io
>>> > > > > > >
>>> > > > > > >
>>> > > > > > >
>>> > > > > > > On Sat, May 3, 2014 at 3:23 PM, helio frota
>>> > > > > > > <00...@gmail.com>
>>> > > > wrote:
>>> > > > > > >
>>> > > > > > >> Romain,
>>> > > > > > >>
>>> > > > > > >> Thanks for the info.
>>> > > > > > >> please help me on this questions.
>>> > > > > > >>
>>> > > > > > >> I have here, emacs, eclipse, netbeans and intellij community
>>> > > > edition.
>>> > > > > > >>
>>> > > > > > >> thanks
>>> > > > > > >>
>>> > > > > > >> -------------------------------------------
>>> > > > > > >> http://eprogramming.github.io
>>> > > > > > >>
>>> > > > > > >>
>>> > > > > > >>
>>> > > > > > >> On Sat, May 3, 2014 at 3:19 PM, helio frota
>>> > > > > > >> <00...@gmail.com>
>>> > > > wrote:
>>> > > > > > >>
>>> > > > > > >>> Hi,
>>> > > > > > >>>
>>> > > > > > >>> I have some questions:
>>> > > > > > >>>
>>> > > > > > >>> 1) Maven scm command line checkout ?
>>> > > > > > >>> 2) Eclipse subclipse checkout directlu ?
>>> > > > > > >>> 3 Checkout as wizard ?
>>> > > > > > >>> 4) svn command line directly checkout ?
>>> > > > > > >>>
>>> > > > > > >>> ( screenshot )
>>> > > > > > >>>
>>> > > > > > >>>
>>> > > > > > >>> -------------------------------------------
>>> > > > > > >>> http://eprogramming.github.io
>>> > > > > > >>>
>>> > > > > > >>>
>>> > > > > > >>>
>>> > > > > > >>> On Sat, May 3, 2014 at 3:16 PM, helio frota
>>> > > > > > >>> <00...@gmail.com>
>>> > > > > wrote:
>>> > > > > > >>>
>>> > > > > > >>>> Hi Romain,
>>> > > > > > >>>>
>>> > > > > > >>>> yeap using this information from:
>>> > > > > > >>>> http://tomee.apache.org/dev/source-code.html
>>> > > > > > >>>>
>>> > > > > > >>>>
>>> > > > > > >>>> tomee submodule has not that much code actually
>>> > > > > > >>>>
>>> > > > > > >>>> so i do checkout of all right ?
>>> > > > > > >>>>
>>> > > > > > >>>> going to checkout and download 1GB+ ( maven deps )
>>> > > > > > >>>>
>>> > > > > > >>>> see u later
>>> > > > > > >>>>
>>> > > > > > >>>> thanks !
>>> > > > > > >>>>
>>> > > > > > >>>>
>>> > > > > > >>>> -------------------------------------------
>>> > > > > > >>>> http://eprogramming.github.io
>>> > > > > > >>>>
>>> > > > > > >>>>
>>> > > > > > >>>>
>>> > > > > > >>>> On Sat, May 3, 2014 at 3:12 PM, Romain Manni-Bucau <
>>> > > > > > >>>> rmannibucau@gmail.com> wrote:
>>> > > > > > >>>>
>>> > > > > > >>>>> svn.apache.org/repos/asf/tomee/tomee/trunk/
>>> > > > > > >>>>>
>>> > > > > > >>>>> tomee submodule has not that much code actually
>>> > > > > > >>>>>
>>> > > > > > >>>>>
>>> > > > > > >>>>> Romain Manni-Bucau
>>> > > > > > >>>>> Twitter: @rmannibucau
>>> > > > > > >>>>> Blog: http://rmannibucau.wordpress.com/
>>> > > > > > >>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>> > > > > > >>>>> Github: https://github.com/rmannibucau
>>> > > > > > >>>>>
>>> > > > > > >>>>>
>>> > > > > > >>>>> 2014-05-03 20:11 GMT+02:00 helio frota
>>> > > > > > >>>>> <00...@gmail.com>:
>>> > > > > > >>>>> > hi,
>>> > > > > > >>>>> >
>>> > > > > > >>>>> > i have a question:
>>> > > > > > >>>>> >
>>> > > > > > >>>>> > Checkout all or only TomEE ?
>>> > > > > > >>>>> >
>>> > > > > > >>>>> > ( screenshot )
>>> > > > > > >>>>> >
>>> > > > > > >>>>> > thanks
>>> > > > > > >>>>> >
>>> > > > > > >>>>> > -------------------------------------------
>>> > > > > > >>>>> > http://eprogramming.github.io
>>> > > > > > >>>>> >
>>> > > > > > >>>>> >
>>> > > > > > >>>>> >
>>> > > > > > >>>>> > On Sat, May 3, 2014 at 2:04 PM, helio frota <
>>> > > 00hf11@gmail.com>
>>> > > > > > >>>>> wrote:
>>> > > > > > >>>>> >>
>>> > > > > > >>>>> >> I would write an article for the blog tomitribe but
>>> > > > > > >>>>> >> had
>>> > > > problems
>>> > > > > > >>>>> with the
>>> > > > > > >>>>> >> internet here that prevented me from doing.
>>> > > > > > >>>>> >>
>>> > > > > > >>>>> >> because i need delete all and start over again , so
>>> > > > > > >>>>> >> this
>>> > is
>>> > > a
>>> > > > > lot
>>> > > > > > of
>>> > > > > > >>>>> >> download, because of this i created DTTS project to
>>> > > > > > >>>>> >> try to
>>> > > > > warning
>>> > > > > > >>>>> about
>>> > > > > > >>>>> >> "same dependencies with different versions"
>>> > > > > > >>>>> >>
>>> > > > > > >>>>> >> And also
>>> > > > > > >>>>> >> http://bval.apache.org/coding-standards.html
>>> > > > > > >>>>> >>
>>> > > > > > >>>>> >> This is really good to have no problems with code
>>> > standards
>>> > > > > format
>>> > > > > > >>>>> on
>>> > > > > > >>>>> >> eclipse.
>>> > > > > > >>>>> >>
>>> > > > > > >>>>> >> thanks
>>> > > > > > >>>>> >>
>>> > > > > > >>>>> >>
>>> > > > > > >>>>> >> -------------------------------------------
>>> > > > > > >>>>> >> http://eprogramming.github.io
>>> > > > > > >>>>> >>
>>> > > > > > >>>>> >>
>>> > > > > > >>>>> >>
>>> > > > > > >>>>> >> On Sat, May 3, 2014 at 1:56 PM, helio frota <
>>> > > 00hf11@gmail.com
>>> > > > >
>>> > > > > > >>>>> wrote:
>>> > > > > > >>>>> >>>
>>> > > > > > >>>>> >>> bval works fine with these instructions
>>> > > > > > >>>>> >>>
>>> > > > > > >>>>> >>> http://bval.apache.org/building.html
>>> > > > > > >>>>> >>>
>>> > > > > > >>>>> >>> I would write an article for the blog tomitribe but
>>> > > > > > >>>>> >>> had
>>> > > > > problems
>>> > > > > > >>>>> with the
>>> > > > > > >>>>> >>> internet here that prevented me from doing.
>>> > > > > > >>>>> >>>
>>> > > > > > >>>>> >>>
>>> > > > > > >>>>> >>>
>>> > > > > > >>>>> >>> -------------------------------------------
>>> > > > > > >>>>> >>> http://eprogramming.github.io
>>> > > > > > >>>>> >>>
>>> > > > > > >>>>> >>>
>>> > > > > > >>>>> >>>
>>> > > > > > >>>>> >>> On Sat, May 3, 2014 at 1:44 PM, helio frota <
>>> > > > 00hf11@gmail.com>
>>> > > > > > >>>>> wrote:
>>> > > > > > >>>>> >>>>
>>> > > > > > >>>>> >>>> To develop on TomEE itself
>>> > > > > > >>>>> >>>>
>>> > > > > > >>>>> >>>> I managed to configure Tomee trunk in eclipse only
>>> > > > > > >>>>> >>>> once
>>> > > > > > >>>>> >>>> Many problems with plugins not recognized.
>>> > > > > > >>>>> >>>>
>>> > > > > > >>>>> >>>> any tip ?
>>> > > > > > >>>>> >>>>
>>> > > > > > >>>>> >>>> thanks
>>> > > > > > >>>>> >>>>
>>> > > > > > >>>>> >>>> -------------------------------------------
>>> > > > > > >>>>> >>>> http://eprogramming.github.io
>>> > > > > > >>>>> >>>>
>>> > > > > > >>>>> >>>>
>>> > > > > > >>>>> >>>>
>>> > > > > > >>>>> >>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <
>>> > > > > > >>>>> agumbrecht@tomitribe.com>
>>> > > > > > >>>>> >>>> wrote:
>>> > > > > > >>>>> >>>>>
>>> > > > > > >>>>> >>>>> How do you mean?
>>> > > > > > >>>>> >>>>>
>>> > > > > > >>>>> >>>>> To develop on TomEE itself:
>>> > > > > > http://tomee.apache.org/support.html-
>>> > > > > > >>>>> >>>>> Contributing
>>> > > > > > >>>>> >>>>>
>>> > > > > > >>>>> >>>>> Or creating a new project?
>>> > > > > > >>>>> >>>>>
>>> > > > > > >>>>> >>>>> http://tomee.apache.org/documentation.html - Using
>>> > TomEE
>>> > > > > > with...
>>> > > > > > >>>>> >>>>>
>>> > > > > > >>>>> >>>>> Andy.
>>> > > > > > >>>>> >>>>>
>>> > > > > > >>>>> >>>>>
>>> > > > > > >>>>> >>>>>
>>> > > > > > >>>>> >>>>> -----
>>> > > > > > >>>>> >>>>>     --
>>> > > > > > >>>>> >>>>>     Andy Gumbrecht
>>> > > > > > >>>>> >>>>>
>>> > > > > > >>>>> >>>>>     http://www.tomitribe.com
>>> > > > > > >>>>> >>>>>     agumbrecht@tomitribe.com
>>> > > > > > >>>>> >>>>>     https://twitter.com/AndyGeeDe
>>> > > > > > >>>>> >>>>>
>>> > > > > > >>>>> >>>>>     TomEE treibt Tomitribe ! |
>>> > > > > > >>>>> >>>>> http://tomee.apache.org
>>> > > > > > >>>>> >>>>> --
>>> > > > > > >>>>> >>>>> View this message in context:
>>> > > > > > >>>>> >>>>>
>>> > > > > > >>>>>
>>> > > > > >
>>> > > > >
>>> > > >
>>> > >
>>> >
>>> > http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
>>> > > > > > >>>>> >>>>> Sent from the OpenEJB Dev mailing list archive at
>>> > > > Nabble.com.
>>> > > > > > >>>>> >>>>
>>> > > > > > >>>>> >>>>
>>> > > > > > >>>>> >>>
>>> > > > > > >>>>> >>
>>> > > > > > >>>>> >
>>> > > > > > >>>>>
>>> > > > > > >>>>
>>> > > > > > >>>>
>>> > > > > > >>>
>>> > > > > > >>
>>> > > > > > >
>>> > > > > >
>>> > > > >
>>> > > >
>>> > >
>>> >
>>
>>
>

Re: [adventure path] Contributing

Posted by helio frota <00...@gmail.com>.
- checkout as project in workspace

what to do in this case ?

thanks
( screenshots )

-------------------------------------------
http://eprogramming.github.io



On Sat, May 3, 2014 at 5:33 PM, helio frota <00...@gmail.com> wrote:

> Thanks.
>
> Going to show the real technical problem with eclipse.
>
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Sat, May 3, 2014 at 5:31 PM, dsh <da...@gmail.com> wrote:
>
>> Hi,
>>
>> to be quiet precise, TomEE committers are probably using the open source
>> licensing option [1] for IntelliJ. Eclipse works equally well I'd say.
>> It's
>> rather a matter of taste whether one prefers IntelliJ over Eclipse or vice
>> versa. From a technical perspective there shouldn't be any limitation no
>> matter whether you are using IntelliJ or Eclipse. Both should allow
>> working
>> with TomEE. Same probably applies to Netbeans.
>>
>> [1]
>> http://www.jetbrains.com/idea/buy/choose_edition.jsp?license=OPEN_SOURCE
>>
>> Cheers
>> Daniel
>>
>>
>> On Sat, May 3, 2014 at 10:18 PM, helio frota <00...@gmail.com> wrote:
>>
>> > Thanks Thiago
>> >
>> > I'm waiting about eclipse answer BTW
>> >
>> >
>> >
>> > -------------------------------------------
>> > http://eprogramming.github.io
>> >
>> >
>> >
>> > On Sat, May 3, 2014 at 4:57 PM, Thiago Veronezi <th...@veronezi.org>
>> > wrote:
>> >
>> > > Hmmm... $$$.
>> > > I've never tried the community version, but I guess it also works
>> great.
>> > >
>> > > []s,
>> > > Thiago.
>> > >
>> > >
>> > >
>> > >
>> > >
>> > > On Sat, May 3, 2014 at 3:34 PM, helio frota <00...@gmail.com> wrote:
>> > >
>> > > > $$$ : /
>> > > >
>> > > > or community Thiago ?
>> > > >
>> > > >
>> > > >
>> > > > -------------------------------------------
>> > > > http://eprogramming.github.io
>> > > >
>> > > >
>> > > >
>> > > > On Sat, May 3, 2014 at 4:25 PM, Thiago Veronezi <
>> thiago@veronezi.org>
>> > > > wrote:
>> > > >
>> > > > > IntelliJ
>> > > > >
>> > > > >
>> > > > > On Sat, May 3, 2014 at 3:13 PM, helio frota <00...@gmail.com>
>> > wrote:
>> > > > >
>> > > > > > checkout stalled.
>> > > > > >
>> > > > > > what IDE you DEV guys are using ?
>> > > > > >
>> > > > > > -------------------------------------------
>> > > > > > http://eprogramming.github.io
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > On Sat, May 3, 2014 at 3:34 PM, helio frota <00...@gmail.com>
>> > > wrote:
>> > > > > >
>> > > > > > > Ok i know github is 'in process"
>> > > > > > >
>> > > > > > > ( sorry my poor english no time to use google translate )
>> > > > > > >
>> > > > > > > no problem with SVN, only get the DEV setup  "working"
>> > > > > > >
>> > > > > > > i can do a compilation and make a post on tomitribe blog o/
>> > > > > > >
>> > > > > > > -------------------------------------------
>> > > > > > > http://eprogramming.github.io
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > > On Sat, May 3, 2014 at 3:23 PM, helio frota <00hf11@gmail.com
>> >
>> > > > wrote:
>> > > > > > >
>> > > > > > >> Romain,
>> > > > > > >>
>> > > > > > >> Thanks for the info.
>> > > > > > >> please help me on this questions.
>> > > > > > >>
>> > > > > > >> I have here, emacs, eclipse, netbeans and intellij community
>> > > > edition.
>> > > > > > >>
>> > > > > > >> thanks
>> > > > > > >>
>> > > > > > >> -------------------------------------------
>> > > > > > >> http://eprogramming.github.io
>> > > > > > >>
>> > > > > > >>
>> > > > > > >>
>> > > > > > >> On Sat, May 3, 2014 at 3:19 PM, helio frota <
>> 00hf11@gmail.com>
>> > > > wrote:
>> > > > > > >>
>> > > > > > >>> Hi,
>> > > > > > >>>
>> > > > > > >>> I have some questions:
>> > > > > > >>>
>> > > > > > >>> 1) Maven scm command line checkout ?
>> > > > > > >>> 2) Eclipse subclipse checkout directlu ?
>> > > > > > >>> 3 Checkout as wizard ?
>> > > > > > >>> 4) svn command line directly checkout ?
>> > > > > > >>>
>> > > > > > >>> ( screenshot )
>> > > > > > >>>
>> > > > > > >>>
>> > > > > > >>> -------------------------------------------
>> > > > > > >>> http://eprogramming.github.io
>> > > > > > >>>
>> > > > > > >>>
>> > > > > > >>>
>> > > > > > >>> On Sat, May 3, 2014 at 3:16 PM, helio frota <
>> 00hf11@gmail.com>
>> > > > > wrote:
>> > > > > > >>>
>> > > > > > >>>> Hi Romain,
>> > > > > > >>>>
>> > > > > > >>>> yeap using this information from:
>> > > > > > >>>> http://tomee.apache.org/dev/source-code.html
>> > > > > > >>>>
>> > > > > > >>>>
>> > > > > > >>>> tomee submodule has not that much code actually
>> > > > > > >>>>
>> > > > > > >>>> so i do checkout of all right ?
>> > > > > > >>>>
>> > > > > > >>>> going to checkout and download 1GB+ ( maven deps )
>> > > > > > >>>>
>> > > > > > >>>> see u later
>> > > > > > >>>>
>> > > > > > >>>> thanks !
>> > > > > > >>>>
>> > > > > > >>>>
>> > > > > > >>>> -------------------------------------------
>> > > > > > >>>> http://eprogramming.github.io
>> > > > > > >>>>
>> > > > > > >>>>
>> > > > > > >>>>
>> > > > > > >>>> On Sat, May 3, 2014 at 3:12 PM, Romain Manni-Bucau <
>> > > > > > >>>> rmannibucau@gmail.com> wrote:
>> > > > > > >>>>
>> > > > > > >>>>> svn.apache.org/repos/asf/tomee/tomee/trunk/
>> > > > > > >>>>>
>> > > > > > >>>>> tomee submodule has not that much code actually
>> > > > > > >>>>>
>> > > > > > >>>>>
>> > > > > > >>>>> Romain Manni-Bucau
>> > > > > > >>>>> Twitter: @rmannibucau
>> > > > > > >>>>> Blog: http://rmannibucau.wordpress.com/
>> > > > > > >>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>> > > > > > >>>>> Github: https://github.com/rmannibucau
>> > > > > > >>>>>
>> > > > > > >>>>>
>> > > > > > >>>>> 2014-05-03 20:11 GMT+02:00 helio frota <00hf11@gmail.com
>> >:
>> > > > > > >>>>> > hi,
>> > > > > > >>>>> >
>> > > > > > >>>>> > i have a question:
>> > > > > > >>>>> >
>> > > > > > >>>>> > Checkout all or only TomEE ?
>> > > > > > >>>>> >
>> > > > > > >>>>> > ( screenshot )
>> > > > > > >>>>> >
>> > > > > > >>>>> > thanks
>> > > > > > >>>>> >
>> > > > > > >>>>> > -------------------------------------------
>> > > > > > >>>>> > http://eprogramming.github.io
>> > > > > > >>>>> >
>> > > > > > >>>>> >
>> > > > > > >>>>> >
>> > > > > > >>>>> > On Sat, May 3, 2014 at 2:04 PM, helio frota <
>> > > 00hf11@gmail.com>
>> > > > > > >>>>> wrote:
>> > > > > > >>>>> >>
>> > > > > > >>>>> >> I would write an article for the blog tomitribe but had
>> > > > problems
>> > > > > > >>>>> with the
>> > > > > > >>>>> >> internet here that prevented me from doing.
>> > > > > > >>>>> >>
>> > > > > > >>>>> >> because i need delete all and start over again , so
>> this
>> > is
>> > > a
>> > > > > lot
>> > > > > > of
>> > > > > > >>>>> >> download, because of this i created DTTS project to
>> try to
>> > > > > warning
>> > > > > > >>>>> about
>> > > > > > >>>>> >> "same dependencies with different versions"
>> > > > > > >>>>> >>
>> > > > > > >>>>> >> And also
>> > > > > > >>>>> >> http://bval.apache.org/coding-standards.html
>> > > > > > >>>>> >>
>> > > > > > >>>>> >> This is really good to have no problems with code
>> > standards
>> > > > > format
>> > > > > > >>>>> on
>> > > > > > >>>>> >> eclipse.
>> > > > > > >>>>> >>
>> > > > > > >>>>> >> thanks
>> > > > > > >>>>> >>
>> > > > > > >>>>> >>
>> > > > > > >>>>> >> -------------------------------------------
>> > > > > > >>>>> >> http://eprogramming.github.io
>> > > > > > >>>>> >>
>> > > > > > >>>>> >>
>> > > > > > >>>>> >>
>> > > > > > >>>>> >> On Sat, May 3, 2014 at 1:56 PM, helio frota <
>> > > 00hf11@gmail.com
>> > > > >
>> > > > > > >>>>> wrote:
>> > > > > > >>>>> >>>
>> > > > > > >>>>> >>> bval works fine with these instructions
>> > > > > > >>>>> >>>
>> > > > > > >>>>> >>> http://bval.apache.org/building.html
>> > > > > > >>>>> >>>
>> > > > > > >>>>> >>> I would write an article for the blog tomitribe but
>> had
>> > > > > problems
>> > > > > > >>>>> with the
>> > > > > > >>>>> >>> internet here that prevented me from doing.
>> > > > > > >>>>> >>>
>> > > > > > >>>>> >>>
>> > > > > > >>>>> >>>
>> > > > > > >>>>> >>> -------------------------------------------
>> > > > > > >>>>> >>> http://eprogramming.github.io
>> > > > > > >>>>> >>>
>> > > > > > >>>>> >>>
>> > > > > > >>>>> >>>
>> > > > > > >>>>> >>> On Sat, May 3, 2014 at 1:44 PM, helio frota <
>> > > > 00hf11@gmail.com>
>> > > > > > >>>>> wrote:
>> > > > > > >>>>> >>>>
>> > > > > > >>>>> >>>> To develop on TomEE itself
>> > > > > > >>>>> >>>>
>> > > > > > >>>>> >>>> I managed to configure Tomee trunk in eclipse only
>> once
>> > > > > > >>>>> >>>> Many problems with plugins not recognized.
>> > > > > > >>>>> >>>>
>> > > > > > >>>>> >>>> any tip ?
>> > > > > > >>>>> >>>>
>> > > > > > >>>>> >>>> thanks
>> > > > > > >>>>> >>>>
>> > > > > > >>>>> >>>> -------------------------------------------
>> > > > > > >>>>> >>>> http://eprogramming.github.io
>> > > > > > >>>>> >>>>
>> > > > > > >>>>> >>>>
>> > > > > > >>>>> >>>>
>> > > > > > >>>>> >>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <
>> > > > > > >>>>> agumbrecht@tomitribe.com>
>> > > > > > >>>>> >>>> wrote:
>> > > > > > >>>>> >>>>>
>> > > > > > >>>>> >>>>> How do you mean?
>> > > > > > >>>>> >>>>>
>> > > > > > >>>>> >>>>> To develop on TomEE itself:
>> > > > > > http://tomee.apache.org/support.html-
>> > > > > > >>>>> >>>>> Contributing
>> > > > > > >>>>> >>>>>
>> > > > > > >>>>> >>>>> Or creating a new project?
>> > > > > > >>>>> >>>>>
>> > > > > > >>>>> >>>>> http://tomee.apache.org/documentation.html - Using
>> > TomEE
>> > > > > > with...
>> > > > > > >>>>> >>>>>
>> > > > > > >>>>> >>>>> Andy.
>> > > > > > >>>>> >>>>>
>> > > > > > >>>>> >>>>>
>> > > > > > >>>>> >>>>>
>> > > > > > >>>>> >>>>> -----
>> > > > > > >>>>> >>>>>     --
>> > > > > > >>>>> >>>>>     Andy Gumbrecht
>> > > > > > >>>>> >>>>>
>> > > > > > >>>>> >>>>>     http://www.tomitribe.com
>> > > > > > >>>>> >>>>>     agumbrecht@tomitribe.com
>> > > > > > >>>>> >>>>>     https://twitter.com/AndyGeeDe
>> > > > > > >>>>> >>>>>
>> > > > > > >>>>> >>>>>     TomEE treibt Tomitribe ! |
>> http://tomee.apache.org
>> > > > > > >>>>> >>>>> --
>> > > > > > >>>>> >>>>> View this message in context:
>> > > > > > >>>>> >>>>>
>> > > > > > >>>>>
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
>> > > > > > >>>>> >>>>> Sent from the OpenEJB Dev mailing list archive at
>> > > > Nabble.com.
>> > > > > > >>>>> >>>>
>> > > > > > >>>>> >>>>
>> > > > > > >>>>> >>>
>> > > > > > >>>>> >>
>> > > > > > >>>>> >
>> > > > > > >>>>>
>> > > > > > >>>>
>> > > > > > >>>>
>> > > > > > >>>
>> > > > > > >>
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
>
>

Re: [adventure path] Contributing

Posted by helio frota <00...@gmail.com>.
Thanks.

Going to show the real technical problem with eclipse.



-------------------------------------------
http://eprogramming.github.io



On Sat, May 3, 2014 at 5:31 PM, dsh <da...@gmail.com> wrote:

> Hi,
>
> to be quiet precise, TomEE committers are probably using the open source
> licensing option [1] for IntelliJ. Eclipse works equally well I'd say. It's
> rather a matter of taste whether one prefers IntelliJ over Eclipse or vice
> versa. From a technical perspective there shouldn't be any limitation no
> matter whether you are using IntelliJ or Eclipse. Both should allow working
> with TomEE. Same probably applies to Netbeans.
>
> [1]
> http://www.jetbrains.com/idea/buy/choose_edition.jsp?license=OPEN_SOURCE
>
> Cheers
> Daniel
>
>
> On Sat, May 3, 2014 at 10:18 PM, helio frota <00...@gmail.com> wrote:
>
> > Thanks Thiago
> >
> > I'm waiting about eclipse answer BTW
> >
> >
> >
> > -------------------------------------------
> > http://eprogramming.github.io
> >
> >
> >
> > On Sat, May 3, 2014 at 4:57 PM, Thiago Veronezi <th...@veronezi.org>
> > wrote:
> >
> > > Hmmm... $$$.
> > > I've never tried the community version, but I guess it also works
> great.
> > >
> > > []s,
> > > Thiago.
> > >
> > >
> > >
> > >
> > >
> > > On Sat, May 3, 2014 at 3:34 PM, helio frota <00...@gmail.com> wrote:
> > >
> > > > $$$ : /
> > > >
> > > > or community Thiago ?
> > > >
> > > >
> > > >
> > > > -------------------------------------------
> > > > http://eprogramming.github.io
> > > >
> > > >
> > > >
> > > > On Sat, May 3, 2014 at 4:25 PM, Thiago Veronezi <thiago@veronezi.org
> >
> > > > wrote:
> > > >
> > > > > IntelliJ
> > > > >
> > > > >
> > > > > On Sat, May 3, 2014 at 3:13 PM, helio frota <00...@gmail.com>
> > wrote:
> > > > >
> > > > > > checkout stalled.
> > > > > >
> > > > > > what IDE you DEV guys are using ?
> > > > > >
> > > > > > -------------------------------------------
> > > > > > http://eprogramming.github.io
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Sat, May 3, 2014 at 3:34 PM, helio frota <00...@gmail.com>
> > > wrote:
> > > > > >
> > > > > > > Ok i know github is 'in process"
> > > > > > >
> > > > > > > ( sorry my poor english no time to use google translate )
> > > > > > >
> > > > > > > no problem with SVN, only get the DEV setup  "working"
> > > > > > >
> > > > > > > i can do a compilation and make a post on tomitribe blog o/
> > > > > > >
> > > > > > > -------------------------------------------
> > > > > > > http://eprogramming.github.io
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Sat, May 3, 2014 at 3:23 PM, helio frota <00...@gmail.com>
> > > > wrote:
> > > > > > >
> > > > > > >> Romain,
> > > > > > >>
> > > > > > >> Thanks for the info.
> > > > > > >> please help me on this questions.
> > > > > > >>
> > > > > > >> I have here, emacs, eclipse, netbeans and intellij community
> > > > edition.
> > > > > > >>
> > > > > > >> thanks
> > > > > > >>
> > > > > > >> -------------------------------------------
> > > > > > >> http://eprogramming.github.io
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > > > > >> On Sat, May 3, 2014 at 3:19 PM, helio frota <00hf11@gmail.com
> >
> > > > wrote:
> > > > > > >>
> > > > > > >>> Hi,
> > > > > > >>>
> > > > > > >>> I have some questions:
> > > > > > >>>
> > > > > > >>> 1) Maven scm command line checkout ?
> > > > > > >>> 2) Eclipse subclipse checkout directlu ?
> > > > > > >>> 3 Checkout as wizard ?
> > > > > > >>> 4) svn command line directly checkout ?
> > > > > > >>>
> > > > > > >>> ( screenshot )
> > > > > > >>>
> > > > > > >>>
> > > > > > >>> -------------------------------------------
> > > > > > >>> http://eprogramming.github.io
> > > > > > >>>
> > > > > > >>>
> > > > > > >>>
> > > > > > >>> On Sat, May 3, 2014 at 3:16 PM, helio frota <
> 00hf11@gmail.com>
> > > > > wrote:
> > > > > > >>>
> > > > > > >>>> Hi Romain,
> > > > > > >>>>
> > > > > > >>>> yeap using this information from:
> > > > > > >>>> http://tomee.apache.org/dev/source-code.html
> > > > > > >>>>
> > > > > > >>>>
> > > > > > >>>> tomee submodule has not that much code actually
> > > > > > >>>>
> > > > > > >>>> so i do checkout of all right ?
> > > > > > >>>>
> > > > > > >>>> going to checkout and download 1GB+ ( maven deps )
> > > > > > >>>>
> > > > > > >>>> see u later
> > > > > > >>>>
> > > > > > >>>> thanks !
> > > > > > >>>>
> > > > > > >>>>
> > > > > > >>>> -------------------------------------------
> > > > > > >>>> http://eprogramming.github.io
> > > > > > >>>>
> > > > > > >>>>
> > > > > > >>>>
> > > > > > >>>> On Sat, May 3, 2014 at 3:12 PM, Romain Manni-Bucau <
> > > > > > >>>> rmannibucau@gmail.com> wrote:
> > > > > > >>>>
> > > > > > >>>>> svn.apache.org/repos/asf/tomee/tomee/trunk/
> > > > > > >>>>>
> > > > > > >>>>> tomee submodule has not that much code actually
> > > > > > >>>>>
> > > > > > >>>>>
> > > > > > >>>>> Romain Manni-Bucau
> > > > > > >>>>> Twitter: @rmannibucau
> > > > > > >>>>> Blog: http://rmannibucau.wordpress.com/
> > > > > > >>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> > > > > > >>>>> Github: https://github.com/rmannibucau
> > > > > > >>>>>
> > > > > > >>>>>
> > > > > > >>>>> 2014-05-03 20:11 GMT+02:00 helio frota <00...@gmail.com>:
> > > > > > >>>>> > hi,
> > > > > > >>>>> >
> > > > > > >>>>> > i have a question:
> > > > > > >>>>> >
> > > > > > >>>>> > Checkout all or only TomEE ?
> > > > > > >>>>> >
> > > > > > >>>>> > ( screenshot )
> > > > > > >>>>> >
> > > > > > >>>>> > thanks
> > > > > > >>>>> >
> > > > > > >>>>> > -------------------------------------------
> > > > > > >>>>> > http://eprogramming.github.io
> > > > > > >>>>> >
> > > > > > >>>>> >
> > > > > > >>>>> >
> > > > > > >>>>> > On Sat, May 3, 2014 at 2:04 PM, helio frota <
> > > 00hf11@gmail.com>
> > > > > > >>>>> wrote:
> > > > > > >>>>> >>
> > > > > > >>>>> >> I would write an article for the blog tomitribe but had
> > > > problems
> > > > > > >>>>> with the
> > > > > > >>>>> >> internet here that prevented me from doing.
> > > > > > >>>>> >>
> > > > > > >>>>> >> because i need delete all and start over again , so this
> > is
> > > a
> > > > > lot
> > > > > > of
> > > > > > >>>>> >> download, because of this i created DTTS project to try
> to
> > > > > warning
> > > > > > >>>>> about
> > > > > > >>>>> >> "same dependencies with different versions"
> > > > > > >>>>> >>
> > > > > > >>>>> >> And also
> > > > > > >>>>> >> http://bval.apache.org/coding-standards.html
> > > > > > >>>>> >>
> > > > > > >>>>> >> This is really good to have no problems with code
> > standards
> > > > > format
> > > > > > >>>>> on
> > > > > > >>>>> >> eclipse.
> > > > > > >>>>> >>
> > > > > > >>>>> >> thanks
> > > > > > >>>>> >>
> > > > > > >>>>> >>
> > > > > > >>>>> >> -------------------------------------------
> > > > > > >>>>> >> http://eprogramming.github.io
> > > > > > >>>>> >>
> > > > > > >>>>> >>
> > > > > > >>>>> >>
> > > > > > >>>>> >> On Sat, May 3, 2014 at 1:56 PM, helio frota <
> > > 00hf11@gmail.com
> > > > >
> > > > > > >>>>> wrote:
> > > > > > >>>>> >>>
> > > > > > >>>>> >>> bval works fine with these instructions
> > > > > > >>>>> >>>
> > > > > > >>>>> >>> http://bval.apache.org/building.html
> > > > > > >>>>> >>>
> > > > > > >>>>> >>> I would write an article for the blog tomitribe but had
> > > > > problems
> > > > > > >>>>> with the
> > > > > > >>>>> >>> internet here that prevented me from doing.
> > > > > > >>>>> >>>
> > > > > > >>>>> >>>
> > > > > > >>>>> >>>
> > > > > > >>>>> >>> -------------------------------------------
> > > > > > >>>>> >>> http://eprogramming.github.io
> > > > > > >>>>> >>>
> > > > > > >>>>> >>>
> > > > > > >>>>> >>>
> > > > > > >>>>> >>> On Sat, May 3, 2014 at 1:44 PM, helio frota <
> > > > 00hf11@gmail.com>
> > > > > > >>>>> wrote:
> > > > > > >>>>> >>>>
> > > > > > >>>>> >>>> To develop on TomEE itself
> > > > > > >>>>> >>>>
> > > > > > >>>>> >>>> I managed to configure Tomee trunk in eclipse only
> once
> > > > > > >>>>> >>>> Many problems with plugins not recognized.
> > > > > > >>>>> >>>>
> > > > > > >>>>> >>>> any tip ?
> > > > > > >>>>> >>>>
> > > > > > >>>>> >>>> thanks
> > > > > > >>>>> >>>>
> > > > > > >>>>> >>>> -------------------------------------------
> > > > > > >>>>> >>>> http://eprogramming.github.io
> > > > > > >>>>> >>>>
> > > > > > >>>>> >>>>
> > > > > > >>>>> >>>>
> > > > > > >>>>> >>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <
> > > > > > >>>>> agumbrecht@tomitribe.com>
> > > > > > >>>>> >>>> wrote:
> > > > > > >>>>> >>>>>
> > > > > > >>>>> >>>>> How do you mean?
> > > > > > >>>>> >>>>>
> > > > > > >>>>> >>>>> To develop on TomEE itself:
> > > > > > http://tomee.apache.org/support.html-
> > > > > > >>>>> >>>>> Contributing
> > > > > > >>>>> >>>>>
> > > > > > >>>>> >>>>> Or creating a new project?
> > > > > > >>>>> >>>>>
> > > > > > >>>>> >>>>> http://tomee.apache.org/documentation.html - Using
> > TomEE
> > > > > > with...
> > > > > > >>>>> >>>>>
> > > > > > >>>>> >>>>> Andy.
> > > > > > >>>>> >>>>>
> > > > > > >>>>> >>>>>
> > > > > > >>>>> >>>>>
> > > > > > >>>>> >>>>> -----
> > > > > > >>>>> >>>>>     --
> > > > > > >>>>> >>>>>     Andy Gumbrecht
> > > > > > >>>>> >>>>>
> > > > > > >>>>> >>>>>     http://www.tomitribe.com
> > > > > > >>>>> >>>>>     agumbrecht@tomitribe.com
> > > > > > >>>>> >>>>>     https://twitter.com/AndyGeeDe
> > > > > > >>>>> >>>>>
> > > > > > >>>>> >>>>>     TomEE treibt Tomitribe ! |
> http://tomee.apache.org
> > > > > > >>>>> >>>>> --
> > > > > > >>>>> >>>>> View this message in context:
> > > > > > >>>>> >>>>>
> > > > > > >>>>>
> > > > > >
> > > > >
> > > >
> > >
> >
> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
> > > > > > >>>>> >>>>> Sent from the OpenEJB Dev mailing list archive at
> > > > Nabble.com.
> > > > > > >>>>> >>>>
> > > > > > >>>>> >>>>
> > > > > > >>>>> >>>
> > > > > > >>>>> >>
> > > > > > >>>>> >
> > > > > > >>>>>
> > > > > > >>>>
> > > > > > >>>>
> > > > > > >>>
> > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: [adventure path] Contributing

Posted by dsh <da...@gmail.com>.
Hi,

to be quiet precise, TomEE committers are probably using the open source
licensing option [1] for IntelliJ. Eclipse works equally well I'd say. It's
rather a matter of taste whether one prefers IntelliJ over Eclipse or vice
versa. From a technical perspective there shouldn't be any limitation no
matter whether you are using IntelliJ or Eclipse. Both should allow working
with TomEE. Same probably applies to Netbeans.

[1] http://www.jetbrains.com/idea/buy/choose_edition.jsp?license=OPEN_SOURCE

Cheers
Daniel


On Sat, May 3, 2014 at 10:18 PM, helio frota <00...@gmail.com> wrote:

> Thanks Thiago
>
> I'm waiting about eclipse answer BTW
>
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Sat, May 3, 2014 at 4:57 PM, Thiago Veronezi <th...@veronezi.org>
> wrote:
>
> > Hmmm... $$$.
> > I've never tried the community version, but I guess it also works great.
> >
> > []s,
> > Thiago.
> >
> >
> >
> >
> >
> > On Sat, May 3, 2014 at 3:34 PM, helio frota <00...@gmail.com> wrote:
> >
> > > $$$ : /
> > >
> > > or community Thiago ?
> > >
> > >
> > >
> > > -------------------------------------------
> > > http://eprogramming.github.io
> > >
> > >
> > >
> > > On Sat, May 3, 2014 at 4:25 PM, Thiago Veronezi <th...@veronezi.org>
> > > wrote:
> > >
> > > > IntelliJ
> > > >
> > > >
> > > > On Sat, May 3, 2014 at 3:13 PM, helio frota <00...@gmail.com>
> wrote:
> > > >
> > > > > checkout stalled.
> > > > >
> > > > > what IDE you DEV guys are using ?
> > > > >
> > > > > -------------------------------------------
> > > > > http://eprogramming.github.io
> > > > >
> > > > >
> > > > >
> > > > > On Sat, May 3, 2014 at 3:34 PM, helio frota <00...@gmail.com>
> > wrote:
> > > > >
> > > > > > Ok i know github is 'in process"
> > > > > >
> > > > > > ( sorry my poor english no time to use google translate )
> > > > > >
> > > > > > no problem with SVN, only get the DEV setup  "working"
> > > > > >
> > > > > > i can do a compilation and make a post on tomitribe blog o/
> > > > > >
> > > > > > -------------------------------------------
> > > > > > http://eprogramming.github.io
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Sat, May 3, 2014 at 3:23 PM, helio frota <00...@gmail.com>
> > > wrote:
> > > > > >
> > > > > >> Romain,
> > > > > >>
> > > > > >> Thanks for the info.
> > > > > >> please help me on this questions.
> > > > > >>
> > > > > >> I have here, emacs, eclipse, netbeans and intellij community
> > > edition.
> > > > > >>
> > > > > >> thanks
> > > > > >>
> > > > > >> -------------------------------------------
> > > > > >> http://eprogramming.github.io
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >> On Sat, May 3, 2014 at 3:19 PM, helio frota <00...@gmail.com>
> > > wrote:
> > > > > >>
> > > > > >>> Hi,
> > > > > >>>
> > > > > >>> I have some questions:
> > > > > >>>
> > > > > >>> 1) Maven scm command line checkout ?
> > > > > >>> 2) Eclipse subclipse checkout directlu ?
> > > > > >>> 3 Checkout as wizard ?
> > > > > >>> 4) svn command line directly checkout ?
> > > > > >>>
> > > > > >>> ( screenshot )
> > > > > >>>
> > > > > >>>
> > > > > >>> -------------------------------------------
> > > > > >>> http://eprogramming.github.io
> > > > > >>>
> > > > > >>>
> > > > > >>>
> > > > > >>> On Sat, May 3, 2014 at 3:16 PM, helio frota <00...@gmail.com>
> > > > wrote:
> > > > > >>>
> > > > > >>>> Hi Romain,
> > > > > >>>>
> > > > > >>>> yeap using this information from:
> > > > > >>>> http://tomee.apache.org/dev/source-code.html
> > > > > >>>>
> > > > > >>>>
> > > > > >>>> tomee submodule has not that much code actually
> > > > > >>>>
> > > > > >>>> so i do checkout of all right ?
> > > > > >>>>
> > > > > >>>> going to checkout and download 1GB+ ( maven deps )
> > > > > >>>>
> > > > > >>>> see u later
> > > > > >>>>
> > > > > >>>> thanks !
> > > > > >>>>
> > > > > >>>>
> > > > > >>>> -------------------------------------------
> > > > > >>>> http://eprogramming.github.io
> > > > > >>>>
> > > > > >>>>
> > > > > >>>>
> > > > > >>>> On Sat, May 3, 2014 at 3:12 PM, Romain Manni-Bucau <
> > > > > >>>> rmannibucau@gmail.com> wrote:
> > > > > >>>>
> > > > > >>>>> svn.apache.org/repos/asf/tomee/tomee/trunk/
> > > > > >>>>>
> > > > > >>>>> tomee submodule has not that much code actually
> > > > > >>>>>
> > > > > >>>>>
> > > > > >>>>> Romain Manni-Bucau
> > > > > >>>>> Twitter: @rmannibucau
> > > > > >>>>> Blog: http://rmannibucau.wordpress.com/
> > > > > >>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> > > > > >>>>> Github: https://github.com/rmannibucau
> > > > > >>>>>
> > > > > >>>>>
> > > > > >>>>> 2014-05-03 20:11 GMT+02:00 helio frota <00...@gmail.com>:
> > > > > >>>>> > hi,
> > > > > >>>>> >
> > > > > >>>>> > i have a question:
> > > > > >>>>> >
> > > > > >>>>> > Checkout all or only TomEE ?
> > > > > >>>>> >
> > > > > >>>>> > ( screenshot )
> > > > > >>>>> >
> > > > > >>>>> > thanks
> > > > > >>>>> >
> > > > > >>>>> > -------------------------------------------
> > > > > >>>>> > http://eprogramming.github.io
> > > > > >>>>> >
> > > > > >>>>> >
> > > > > >>>>> >
> > > > > >>>>> > On Sat, May 3, 2014 at 2:04 PM, helio frota <
> > 00hf11@gmail.com>
> > > > > >>>>> wrote:
> > > > > >>>>> >>
> > > > > >>>>> >> I would write an article for the blog tomitribe but had
> > > problems
> > > > > >>>>> with the
> > > > > >>>>> >> internet here that prevented me from doing.
> > > > > >>>>> >>
> > > > > >>>>> >> because i need delete all and start over again , so this
> is
> > a
> > > > lot
> > > > > of
> > > > > >>>>> >> download, because of this i created DTTS project to try to
> > > > warning
> > > > > >>>>> about
> > > > > >>>>> >> "same dependencies with different versions"
> > > > > >>>>> >>
> > > > > >>>>> >> And also
> > > > > >>>>> >> http://bval.apache.org/coding-standards.html
> > > > > >>>>> >>
> > > > > >>>>> >> This is really good to have no problems with code
> standards
> > > > format
> > > > > >>>>> on
> > > > > >>>>> >> eclipse.
> > > > > >>>>> >>
> > > > > >>>>> >> thanks
> > > > > >>>>> >>
> > > > > >>>>> >>
> > > > > >>>>> >> -------------------------------------------
> > > > > >>>>> >> http://eprogramming.github.io
> > > > > >>>>> >>
> > > > > >>>>> >>
> > > > > >>>>> >>
> > > > > >>>>> >> On Sat, May 3, 2014 at 1:56 PM, helio frota <
> > 00hf11@gmail.com
> > > >
> > > > > >>>>> wrote:
> > > > > >>>>> >>>
> > > > > >>>>> >>> bval works fine with these instructions
> > > > > >>>>> >>>
> > > > > >>>>> >>> http://bval.apache.org/building.html
> > > > > >>>>> >>>
> > > > > >>>>> >>> I would write an article for the blog tomitribe but had
> > > > problems
> > > > > >>>>> with the
> > > > > >>>>> >>> internet here that prevented me from doing.
> > > > > >>>>> >>>
> > > > > >>>>> >>>
> > > > > >>>>> >>>
> > > > > >>>>> >>> -------------------------------------------
> > > > > >>>>> >>> http://eprogramming.github.io
> > > > > >>>>> >>>
> > > > > >>>>> >>>
> > > > > >>>>> >>>
> > > > > >>>>> >>> On Sat, May 3, 2014 at 1:44 PM, helio frota <
> > > 00hf11@gmail.com>
> > > > > >>>>> wrote:
> > > > > >>>>> >>>>
> > > > > >>>>> >>>> To develop on TomEE itself
> > > > > >>>>> >>>>
> > > > > >>>>> >>>> I managed to configure Tomee trunk in eclipse only once
> > > > > >>>>> >>>> Many problems with plugins not recognized.
> > > > > >>>>> >>>>
> > > > > >>>>> >>>> any tip ?
> > > > > >>>>> >>>>
> > > > > >>>>> >>>> thanks
> > > > > >>>>> >>>>
> > > > > >>>>> >>>> -------------------------------------------
> > > > > >>>>> >>>> http://eprogramming.github.io
> > > > > >>>>> >>>>
> > > > > >>>>> >>>>
> > > > > >>>>> >>>>
> > > > > >>>>> >>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <
> > > > > >>>>> agumbrecht@tomitribe.com>
> > > > > >>>>> >>>> wrote:
> > > > > >>>>> >>>>>
> > > > > >>>>> >>>>> How do you mean?
> > > > > >>>>> >>>>>
> > > > > >>>>> >>>>> To develop on TomEE itself:
> > > > > http://tomee.apache.org/support.html-
> > > > > >>>>> >>>>> Contributing
> > > > > >>>>> >>>>>
> > > > > >>>>> >>>>> Or creating a new project?
> > > > > >>>>> >>>>>
> > > > > >>>>> >>>>> http://tomee.apache.org/documentation.html - Using
> TomEE
> > > > > with...
> > > > > >>>>> >>>>>
> > > > > >>>>> >>>>> Andy.
> > > > > >>>>> >>>>>
> > > > > >>>>> >>>>>
> > > > > >>>>> >>>>>
> > > > > >>>>> >>>>> -----
> > > > > >>>>> >>>>>     --
> > > > > >>>>> >>>>>     Andy Gumbrecht
> > > > > >>>>> >>>>>
> > > > > >>>>> >>>>>     http://www.tomitribe.com
> > > > > >>>>> >>>>>     agumbrecht@tomitribe.com
> > > > > >>>>> >>>>>     https://twitter.com/AndyGeeDe
> > > > > >>>>> >>>>>
> > > > > >>>>> >>>>>     TomEE treibt Tomitribe ! | http://tomee.apache.org
> > > > > >>>>> >>>>> --
> > > > > >>>>> >>>>> View this message in context:
> > > > > >>>>> >>>>>
> > > > > >>>>>
> > > > >
> > > >
> > >
> >
> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
> > > > > >>>>> >>>>> Sent from the OpenEJB Dev mailing list archive at
> > > Nabble.com.
> > > > > >>>>> >>>>
> > > > > >>>>> >>>>
> > > > > >>>>> >>>
> > > > > >>>>> >>
> > > > > >>>>> >
> > > > > >>>>>
> > > > > >>>>
> > > > > >>>>
> > > > > >>>
> > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: [adventure path] Contributing

Posted by helio frota <00...@gmail.com>.
Thanks Thiago

I'm waiting about eclipse answer BTW



-------------------------------------------
http://eprogramming.github.io



On Sat, May 3, 2014 at 4:57 PM, Thiago Veronezi <th...@veronezi.org> wrote:

> Hmmm... $$$.
> I've never tried the community version, but I guess it also works great.
>
> []s,
> Thiago.
>
>
>
>
>
> On Sat, May 3, 2014 at 3:34 PM, helio frota <00...@gmail.com> wrote:
>
> > $$$ : /
> >
> > or community Thiago ?
> >
> >
> >
> > -------------------------------------------
> > http://eprogramming.github.io
> >
> >
> >
> > On Sat, May 3, 2014 at 4:25 PM, Thiago Veronezi <th...@veronezi.org>
> > wrote:
> >
> > > IntelliJ
> > >
> > >
> > > On Sat, May 3, 2014 at 3:13 PM, helio frota <00...@gmail.com> wrote:
> > >
> > > > checkout stalled.
> > > >
> > > > what IDE you DEV guys are using ?
> > > >
> > > > -------------------------------------------
> > > > http://eprogramming.github.io
> > > >
> > > >
> > > >
> > > > On Sat, May 3, 2014 at 3:34 PM, helio frota <00...@gmail.com>
> wrote:
> > > >
> > > > > Ok i know github is 'in process"
> > > > >
> > > > > ( sorry my poor english no time to use google translate )
> > > > >
> > > > > no problem with SVN, only get the DEV setup  "working"
> > > > >
> > > > > i can do a compilation and make a post on tomitribe blog o/
> > > > >
> > > > > -------------------------------------------
> > > > > http://eprogramming.github.io
> > > > >
> > > > >
> > > > >
> > > > > On Sat, May 3, 2014 at 3:23 PM, helio frota <00...@gmail.com>
> > wrote:
> > > > >
> > > > >> Romain,
> > > > >>
> > > > >> Thanks for the info.
> > > > >> please help me on this questions.
> > > > >>
> > > > >> I have here, emacs, eclipse, netbeans and intellij community
> > edition.
> > > > >>
> > > > >> thanks
> > > > >>
> > > > >> -------------------------------------------
> > > > >> http://eprogramming.github.io
> > > > >>
> > > > >>
> > > > >>
> > > > >> On Sat, May 3, 2014 at 3:19 PM, helio frota <00...@gmail.com>
> > wrote:
> > > > >>
> > > > >>> Hi,
> > > > >>>
> > > > >>> I have some questions:
> > > > >>>
> > > > >>> 1) Maven scm command line checkout ?
> > > > >>> 2) Eclipse subclipse checkout directlu ?
> > > > >>> 3 Checkout as wizard ?
> > > > >>> 4) svn command line directly checkout ?
> > > > >>>
> > > > >>> ( screenshot )
> > > > >>>
> > > > >>>
> > > > >>> -------------------------------------------
> > > > >>> http://eprogramming.github.io
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>> On Sat, May 3, 2014 at 3:16 PM, helio frota <00...@gmail.com>
> > > wrote:
> > > > >>>
> > > > >>>> Hi Romain,
> > > > >>>>
> > > > >>>> yeap using this information from:
> > > > >>>> http://tomee.apache.org/dev/source-code.html
> > > > >>>>
> > > > >>>>
> > > > >>>> tomee submodule has not that much code actually
> > > > >>>>
> > > > >>>> so i do checkout of all right ?
> > > > >>>>
> > > > >>>> going to checkout and download 1GB+ ( maven deps )
> > > > >>>>
> > > > >>>> see u later
> > > > >>>>
> > > > >>>> thanks !
> > > > >>>>
> > > > >>>>
> > > > >>>> -------------------------------------------
> > > > >>>> http://eprogramming.github.io
> > > > >>>>
> > > > >>>>
> > > > >>>>
> > > > >>>> On Sat, May 3, 2014 at 3:12 PM, Romain Manni-Bucau <
> > > > >>>> rmannibucau@gmail.com> wrote:
> > > > >>>>
> > > > >>>>> svn.apache.org/repos/asf/tomee/tomee/trunk/
> > > > >>>>>
> > > > >>>>> tomee submodule has not that much code actually
> > > > >>>>>
> > > > >>>>>
> > > > >>>>> Romain Manni-Bucau
> > > > >>>>> Twitter: @rmannibucau
> > > > >>>>> Blog: http://rmannibucau.wordpress.com/
> > > > >>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> > > > >>>>> Github: https://github.com/rmannibucau
> > > > >>>>>
> > > > >>>>>
> > > > >>>>> 2014-05-03 20:11 GMT+02:00 helio frota <00...@gmail.com>:
> > > > >>>>> > hi,
> > > > >>>>> >
> > > > >>>>> > i have a question:
> > > > >>>>> >
> > > > >>>>> > Checkout all or only TomEE ?
> > > > >>>>> >
> > > > >>>>> > ( screenshot )
> > > > >>>>> >
> > > > >>>>> > thanks
> > > > >>>>> >
> > > > >>>>> > -------------------------------------------
> > > > >>>>> > http://eprogramming.github.io
> > > > >>>>> >
> > > > >>>>> >
> > > > >>>>> >
> > > > >>>>> > On Sat, May 3, 2014 at 2:04 PM, helio frota <
> 00hf11@gmail.com>
> > > > >>>>> wrote:
> > > > >>>>> >>
> > > > >>>>> >> I would write an article for the blog tomitribe but had
> > problems
> > > > >>>>> with the
> > > > >>>>> >> internet here that prevented me from doing.
> > > > >>>>> >>
> > > > >>>>> >> because i need delete all and start over again , so this is
> a
> > > lot
> > > > of
> > > > >>>>> >> download, because of this i created DTTS project to try to
> > > warning
> > > > >>>>> about
> > > > >>>>> >> "same dependencies with different versions"
> > > > >>>>> >>
> > > > >>>>> >> And also
> > > > >>>>> >> http://bval.apache.org/coding-standards.html
> > > > >>>>> >>
> > > > >>>>> >> This is really good to have no problems with code standards
> > > format
> > > > >>>>> on
> > > > >>>>> >> eclipse.
> > > > >>>>> >>
> > > > >>>>> >> thanks
> > > > >>>>> >>
> > > > >>>>> >>
> > > > >>>>> >> -------------------------------------------
> > > > >>>>> >> http://eprogramming.github.io
> > > > >>>>> >>
> > > > >>>>> >>
> > > > >>>>> >>
> > > > >>>>> >> On Sat, May 3, 2014 at 1:56 PM, helio frota <
> 00hf11@gmail.com
> > >
> > > > >>>>> wrote:
> > > > >>>>> >>>
> > > > >>>>> >>> bval works fine with these instructions
> > > > >>>>> >>>
> > > > >>>>> >>> http://bval.apache.org/building.html
> > > > >>>>> >>>
> > > > >>>>> >>> I would write an article for the blog tomitribe but had
> > > problems
> > > > >>>>> with the
> > > > >>>>> >>> internet here that prevented me from doing.
> > > > >>>>> >>>
> > > > >>>>> >>>
> > > > >>>>> >>>
> > > > >>>>> >>> -------------------------------------------
> > > > >>>>> >>> http://eprogramming.github.io
> > > > >>>>> >>>
> > > > >>>>> >>>
> > > > >>>>> >>>
> > > > >>>>> >>> On Sat, May 3, 2014 at 1:44 PM, helio frota <
> > 00hf11@gmail.com>
> > > > >>>>> wrote:
> > > > >>>>> >>>>
> > > > >>>>> >>>> To develop on TomEE itself
> > > > >>>>> >>>>
> > > > >>>>> >>>> I managed to configure Tomee trunk in eclipse only once
> > > > >>>>> >>>> Many problems with plugins not recognized.
> > > > >>>>> >>>>
> > > > >>>>> >>>> any tip ?
> > > > >>>>> >>>>
> > > > >>>>> >>>> thanks
> > > > >>>>> >>>>
> > > > >>>>> >>>> -------------------------------------------
> > > > >>>>> >>>> http://eprogramming.github.io
> > > > >>>>> >>>>
> > > > >>>>> >>>>
> > > > >>>>> >>>>
> > > > >>>>> >>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <
> > > > >>>>> agumbrecht@tomitribe.com>
> > > > >>>>> >>>> wrote:
> > > > >>>>> >>>>>
> > > > >>>>> >>>>> How do you mean?
> > > > >>>>> >>>>>
> > > > >>>>> >>>>> To develop on TomEE itself:
> > > > http://tomee.apache.org/support.html-
> > > > >>>>> >>>>> Contributing
> > > > >>>>> >>>>>
> > > > >>>>> >>>>> Or creating a new project?
> > > > >>>>> >>>>>
> > > > >>>>> >>>>> http://tomee.apache.org/documentation.html - Using TomEE
> > > > with...
> > > > >>>>> >>>>>
> > > > >>>>> >>>>> Andy.
> > > > >>>>> >>>>>
> > > > >>>>> >>>>>
> > > > >>>>> >>>>>
> > > > >>>>> >>>>> -----
> > > > >>>>> >>>>>     --
> > > > >>>>> >>>>>     Andy Gumbrecht
> > > > >>>>> >>>>>
> > > > >>>>> >>>>>     http://www.tomitribe.com
> > > > >>>>> >>>>>     agumbrecht@tomitribe.com
> > > > >>>>> >>>>>     https://twitter.com/AndyGeeDe
> > > > >>>>> >>>>>
> > > > >>>>> >>>>>     TomEE treibt Tomitribe ! | http://tomee.apache.org
> > > > >>>>> >>>>> --
> > > > >>>>> >>>>> View this message in context:
> > > > >>>>> >>>>>
> > > > >>>>>
> > > >
> > >
> >
> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
> > > > >>>>> >>>>> Sent from the OpenEJB Dev mailing list archive at
> > Nabble.com.
> > > > >>>>> >>>>
> > > > >>>>> >>>>
> > > > >>>>> >>>
> > > > >>>>> >>
> > > > >>>>> >
> > > > >>>>>
> > > > >>>>
> > > > >>>>
> > > > >>>
> > > > >>
> > > > >
> > > >
> > >
> >
>

Re: [adventure path] Contributing

Posted by Thiago Veronezi <th...@veronezi.org>.
Hmmm... $$$.
I've never tried the community version, but I guess it also works great.

[]s,
Thiago.





On Sat, May 3, 2014 at 3:34 PM, helio frota <00...@gmail.com> wrote:

> $$$ : /
>
> or community Thiago ?
>
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Sat, May 3, 2014 at 4:25 PM, Thiago Veronezi <th...@veronezi.org>
> wrote:
>
> > IntelliJ
> >
> >
> > On Sat, May 3, 2014 at 3:13 PM, helio frota <00...@gmail.com> wrote:
> >
> > > checkout stalled.
> > >
> > > what IDE you DEV guys are using ?
> > >
> > > -------------------------------------------
> > > http://eprogramming.github.io
> > >
> > >
> > >
> > > On Sat, May 3, 2014 at 3:34 PM, helio frota <00...@gmail.com> wrote:
> > >
> > > > Ok i know github is 'in process"
> > > >
> > > > ( sorry my poor english no time to use google translate )
> > > >
> > > > no problem with SVN, only get the DEV setup  "working"
> > > >
> > > > i can do a compilation and make a post on tomitribe blog o/
> > > >
> > > > -------------------------------------------
> > > > http://eprogramming.github.io
> > > >
> > > >
> > > >
> > > > On Sat, May 3, 2014 at 3:23 PM, helio frota <00...@gmail.com>
> wrote:
> > > >
> > > >> Romain,
> > > >>
> > > >> Thanks for the info.
> > > >> please help me on this questions.
> > > >>
> > > >> I have here, emacs, eclipse, netbeans and intellij community
> edition.
> > > >>
> > > >> thanks
> > > >>
> > > >> -------------------------------------------
> > > >> http://eprogramming.github.io
> > > >>
> > > >>
> > > >>
> > > >> On Sat, May 3, 2014 at 3:19 PM, helio frota <00...@gmail.com>
> wrote:
> > > >>
> > > >>> Hi,
> > > >>>
> > > >>> I have some questions:
> > > >>>
> > > >>> 1) Maven scm command line checkout ?
> > > >>> 2) Eclipse subclipse checkout directlu ?
> > > >>> 3 Checkout as wizard ?
> > > >>> 4) svn command line directly checkout ?
> > > >>>
> > > >>> ( screenshot )
> > > >>>
> > > >>>
> > > >>> -------------------------------------------
> > > >>> http://eprogramming.github.io
> > > >>>
> > > >>>
> > > >>>
> > > >>> On Sat, May 3, 2014 at 3:16 PM, helio frota <00...@gmail.com>
> > wrote:
> > > >>>
> > > >>>> Hi Romain,
> > > >>>>
> > > >>>> yeap using this information from:
> > > >>>> http://tomee.apache.org/dev/source-code.html
> > > >>>>
> > > >>>>
> > > >>>> tomee submodule has not that much code actually
> > > >>>>
> > > >>>> so i do checkout of all right ?
> > > >>>>
> > > >>>> going to checkout and download 1GB+ ( maven deps )
> > > >>>>
> > > >>>> see u later
> > > >>>>
> > > >>>> thanks !
> > > >>>>
> > > >>>>
> > > >>>> -------------------------------------------
> > > >>>> http://eprogramming.github.io
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>> On Sat, May 3, 2014 at 3:12 PM, Romain Manni-Bucau <
> > > >>>> rmannibucau@gmail.com> wrote:
> > > >>>>
> > > >>>>> svn.apache.org/repos/asf/tomee/tomee/trunk/
> > > >>>>>
> > > >>>>> tomee submodule has not that much code actually
> > > >>>>>
> > > >>>>>
> > > >>>>> Romain Manni-Bucau
> > > >>>>> Twitter: @rmannibucau
> > > >>>>> Blog: http://rmannibucau.wordpress.com/
> > > >>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> > > >>>>> Github: https://github.com/rmannibucau
> > > >>>>>
> > > >>>>>
> > > >>>>> 2014-05-03 20:11 GMT+02:00 helio frota <00...@gmail.com>:
> > > >>>>> > hi,
> > > >>>>> >
> > > >>>>> > i have a question:
> > > >>>>> >
> > > >>>>> > Checkout all or only TomEE ?
> > > >>>>> >
> > > >>>>> > ( screenshot )
> > > >>>>> >
> > > >>>>> > thanks
> > > >>>>> >
> > > >>>>> > -------------------------------------------
> > > >>>>> > http://eprogramming.github.io
> > > >>>>> >
> > > >>>>> >
> > > >>>>> >
> > > >>>>> > On Sat, May 3, 2014 at 2:04 PM, helio frota <00...@gmail.com>
> > > >>>>> wrote:
> > > >>>>> >>
> > > >>>>> >> I would write an article for the blog tomitribe but had
> problems
> > > >>>>> with the
> > > >>>>> >> internet here that prevented me from doing.
> > > >>>>> >>
> > > >>>>> >> because i need delete all and start over again , so this is a
> > lot
> > > of
> > > >>>>> >> download, because of this i created DTTS project to try to
> > warning
> > > >>>>> about
> > > >>>>> >> "same dependencies with different versions"
> > > >>>>> >>
> > > >>>>> >> And also
> > > >>>>> >> http://bval.apache.org/coding-standards.html
> > > >>>>> >>
> > > >>>>> >> This is really good to have no problems with code standards
> > format
> > > >>>>> on
> > > >>>>> >> eclipse.
> > > >>>>> >>
> > > >>>>> >> thanks
> > > >>>>> >>
> > > >>>>> >>
> > > >>>>> >> -------------------------------------------
> > > >>>>> >> http://eprogramming.github.io
> > > >>>>> >>
> > > >>>>> >>
> > > >>>>> >>
> > > >>>>> >> On Sat, May 3, 2014 at 1:56 PM, helio frota <00hf11@gmail.com
> >
> > > >>>>> wrote:
> > > >>>>> >>>
> > > >>>>> >>> bval works fine with these instructions
> > > >>>>> >>>
> > > >>>>> >>> http://bval.apache.org/building.html
> > > >>>>> >>>
> > > >>>>> >>> I would write an article for the blog tomitribe but had
> > problems
> > > >>>>> with the
> > > >>>>> >>> internet here that prevented me from doing.
> > > >>>>> >>>
> > > >>>>> >>>
> > > >>>>> >>>
> > > >>>>> >>> -------------------------------------------
> > > >>>>> >>> http://eprogramming.github.io
> > > >>>>> >>>
> > > >>>>> >>>
> > > >>>>> >>>
> > > >>>>> >>> On Sat, May 3, 2014 at 1:44 PM, helio frota <
> 00hf11@gmail.com>
> > > >>>>> wrote:
> > > >>>>> >>>>
> > > >>>>> >>>> To develop on TomEE itself
> > > >>>>> >>>>
> > > >>>>> >>>> I managed to configure Tomee trunk in eclipse only once
> > > >>>>> >>>> Many problems with plugins not recognized.
> > > >>>>> >>>>
> > > >>>>> >>>> any tip ?
> > > >>>>> >>>>
> > > >>>>> >>>> thanks
> > > >>>>> >>>>
> > > >>>>> >>>> -------------------------------------------
> > > >>>>> >>>> http://eprogramming.github.io
> > > >>>>> >>>>
> > > >>>>> >>>>
> > > >>>>> >>>>
> > > >>>>> >>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <
> > > >>>>> agumbrecht@tomitribe.com>
> > > >>>>> >>>> wrote:
> > > >>>>> >>>>>
> > > >>>>> >>>>> How do you mean?
> > > >>>>> >>>>>
> > > >>>>> >>>>> To develop on TomEE itself:
> > > http://tomee.apache.org/support.html-
> > > >>>>> >>>>> Contributing
> > > >>>>> >>>>>
> > > >>>>> >>>>> Or creating a new project?
> > > >>>>> >>>>>
> > > >>>>> >>>>> http://tomee.apache.org/documentation.html - Using TomEE
> > > with...
> > > >>>>> >>>>>
> > > >>>>> >>>>> Andy.
> > > >>>>> >>>>>
> > > >>>>> >>>>>
> > > >>>>> >>>>>
> > > >>>>> >>>>> -----
> > > >>>>> >>>>>     --
> > > >>>>> >>>>>     Andy Gumbrecht
> > > >>>>> >>>>>
> > > >>>>> >>>>>     http://www.tomitribe.com
> > > >>>>> >>>>>     agumbrecht@tomitribe.com
> > > >>>>> >>>>>     https://twitter.com/AndyGeeDe
> > > >>>>> >>>>>
> > > >>>>> >>>>>     TomEE treibt Tomitribe ! | http://tomee.apache.org
> > > >>>>> >>>>> --
> > > >>>>> >>>>> View this message in context:
> > > >>>>> >>>>>
> > > >>>>>
> > >
> >
> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
> > > >>>>> >>>>> Sent from the OpenEJB Dev mailing list archive at
> Nabble.com.
> > > >>>>> >>>>
> > > >>>>> >>>>
> > > >>>>> >>>
> > > >>>>> >>
> > > >>>>> >
> > > >>>>>
> > > >>>>
> > > >>>>
> > > >>>
> > > >>
> > > >
> > >
> >
>

Re: [adventure path] Contributing

Posted by helio frota <00...@gmail.com>.
$$$ : /

or community Thiago ?



-------------------------------------------
http://eprogramming.github.io



On Sat, May 3, 2014 at 4:25 PM, Thiago Veronezi <th...@veronezi.org> wrote:

> IntelliJ
>
>
> On Sat, May 3, 2014 at 3:13 PM, helio frota <00...@gmail.com> wrote:
>
> > checkout stalled.
> >
> > what IDE you DEV guys are using ?
> >
> > -------------------------------------------
> > http://eprogramming.github.io
> >
> >
> >
> > On Sat, May 3, 2014 at 3:34 PM, helio frota <00...@gmail.com> wrote:
> >
> > > Ok i know github is 'in process"
> > >
> > > ( sorry my poor english no time to use google translate )
> > >
> > > no problem with SVN, only get the DEV setup  "working"
> > >
> > > i can do a compilation and make a post on tomitribe blog o/
> > >
> > > -------------------------------------------
> > > http://eprogramming.github.io
> > >
> > >
> > >
> > > On Sat, May 3, 2014 at 3:23 PM, helio frota <00...@gmail.com> wrote:
> > >
> > >> Romain,
> > >>
> > >> Thanks for the info.
> > >> please help me on this questions.
> > >>
> > >> I have here, emacs, eclipse, netbeans and intellij community edition.
> > >>
> > >> thanks
> > >>
> > >> -------------------------------------------
> > >> http://eprogramming.github.io
> > >>
> > >>
> > >>
> > >> On Sat, May 3, 2014 at 3:19 PM, helio frota <00...@gmail.com> wrote:
> > >>
> > >>> Hi,
> > >>>
> > >>> I have some questions:
> > >>>
> > >>> 1) Maven scm command line checkout ?
> > >>> 2) Eclipse subclipse checkout directlu ?
> > >>> 3 Checkout as wizard ?
> > >>> 4) svn command line directly checkout ?
> > >>>
> > >>> ( screenshot )
> > >>>
> > >>>
> > >>> -------------------------------------------
> > >>> http://eprogramming.github.io
> > >>>
> > >>>
> > >>>
> > >>> On Sat, May 3, 2014 at 3:16 PM, helio frota <00...@gmail.com>
> wrote:
> > >>>
> > >>>> Hi Romain,
> > >>>>
> > >>>> yeap using this information from:
> > >>>> http://tomee.apache.org/dev/source-code.html
> > >>>>
> > >>>>
> > >>>> tomee submodule has not that much code actually
> > >>>>
> > >>>> so i do checkout of all right ?
> > >>>>
> > >>>> going to checkout and download 1GB+ ( maven deps )
> > >>>>
> > >>>> see u later
> > >>>>
> > >>>> thanks !
> > >>>>
> > >>>>
> > >>>> -------------------------------------------
> > >>>> http://eprogramming.github.io
> > >>>>
> > >>>>
> > >>>>
> > >>>> On Sat, May 3, 2014 at 3:12 PM, Romain Manni-Bucau <
> > >>>> rmannibucau@gmail.com> wrote:
> > >>>>
> > >>>>> svn.apache.org/repos/asf/tomee/tomee/trunk/
> > >>>>>
> > >>>>> tomee submodule has not that much code actually
> > >>>>>
> > >>>>>
> > >>>>> Romain Manni-Bucau
> > >>>>> Twitter: @rmannibucau
> > >>>>> Blog: http://rmannibucau.wordpress.com/
> > >>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> > >>>>> Github: https://github.com/rmannibucau
> > >>>>>
> > >>>>>
> > >>>>> 2014-05-03 20:11 GMT+02:00 helio frota <00...@gmail.com>:
> > >>>>> > hi,
> > >>>>> >
> > >>>>> > i have a question:
> > >>>>> >
> > >>>>> > Checkout all or only TomEE ?
> > >>>>> >
> > >>>>> > ( screenshot )
> > >>>>> >
> > >>>>> > thanks
> > >>>>> >
> > >>>>> > -------------------------------------------
> > >>>>> > http://eprogramming.github.io
> > >>>>> >
> > >>>>> >
> > >>>>> >
> > >>>>> > On Sat, May 3, 2014 at 2:04 PM, helio frota <00...@gmail.com>
> > >>>>> wrote:
> > >>>>> >>
> > >>>>> >> I would write an article for the blog tomitribe but had problems
> > >>>>> with the
> > >>>>> >> internet here that prevented me from doing.
> > >>>>> >>
> > >>>>> >> because i need delete all and start over again , so this is a
> lot
> > of
> > >>>>> >> download, because of this i created DTTS project to try to
> warning
> > >>>>> about
> > >>>>> >> "same dependencies with different versions"
> > >>>>> >>
> > >>>>> >> And also
> > >>>>> >> http://bval.apache.org/coding-standards.html
> > >>>>> >>
> > >>>>> >> This is really good to have no problems with code standards
> format
> > >>>>> on
> > >>>>> >> eclipse.
> > >>>>> >>
> > >>>>> >> thanks
> > >>>>> >>
> > >>>>> >>
> > >>>>> >> -------------------------------------------
> > >>>>> >> http://eprogramming.github.io
> > >>>>> >>
> > >>>>> >>
> > >>>>> >>
> > >>>>> >> On Sat, May 3, 2014 at 1:56 PM, helio frota <00...@gmail.com>
> > >>>>> wrote:
> > >>>>> >>>
> > >>>>> >>> bval works fine with these instructions
> > >>>>> >>>
> > >>>>> >>> http://bval.apache.org/building.html
> > >>>>> >>>
> > >>>>> >>> I would write an article for the blog tomitribe but had
> problems
> > >>>>> with the
> > >>>>> >>> internet here that prevented me from doing.
> > >>>>> >>>
> > >>>>> >>>
> > >>>>> >>>
> > >>>>> >>> -------------------------------------------
> > >>>>> >>> http://eprogramming.github.io
> > >>>>> >>>
> > >>>>> >>>
> > >>>>> >>>
> > >>>>> >>> On Sat, May 3, 2014 at 1:44 PM, helio frota <00...@gmail.com>
> > >>>>> wrote:
> > >>>>> >>>>
> > >>>>> >>>> To develop on TomEE itself
> > >>>>> >>>>
> > >>>>> >>>> I managed to configure Tomee trunk in eclipse only once
> > >>>>> >>>> Many problems with plugins not recognized.
> > >>>>> >>>>
> > >>>>> >>>> any tip ?
> > >>>>> >>>>
> > >>>>> >>>> thanks
> > >>>>> >>>>
> > >>>>> >>>> -------------------------------------------
> > >>>>> >>>> http://eprogramming.github.io
> > >>>>> >>>>
> > >>>>> >>>>
> > >>>>> >>>>
> > >>>>> >>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <
> > >>>>> agumbrecht@tomitribe.com>
> > >>>>> >>>> wrote:
> > >>>>> >>>>>
> > >>>>> >>>>> How do you mean?
> > >>>>> >>>>>
> > >>>>> >>>>> To develop on TomEE itself:
> > http://tomee.apache.org/support.html-
> > >>>>> >>>>> Contributing
> > >>>>> >>>>>
> > >>>>> >>>>> Or creating a new project?
> > >>>>> >>>>>
> > >>>>> >>>>> http://tomee.apache.org/documentation.html - Using TomEE
> > with...
> > >>>>> >>>>>
> > >>>>> >>>>> Andy.
> > >>>>> >>>>>
> > >>>>> >>>>>
> > >>>>> >>>>>
> > >>>>> >>>>> -----
> > >>>>> >>>>>     --
> > >>>>> >>>>>     Andy Gumbrecht
> > >>>>> >>>>>
> > >>>>> >>>>>     http://www.tomitribe.com
> > >>>>> >>>>>     agumbrecht@tomitribe.com
> > >>>>> >>>>>     https://twitter.com/AndyGeeDe
> > >>>>> >>>>>
> > >>>>> >>>>>     TomEE treibt Tomitribe ! | http://tomee.apache.org
> > >>>>> >>>>> --
> > >>>>> >>>>> View this message in context:
> > >>>>> >>>>>
> > >>>>>
> >
> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
> > >>>>> >>>>> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
> > >>>>> >>>>
> > >>>>> >>>>
> > >>>>> >>>
> > >>>>> >>
> > >>>>> >
> > >>>>>
> > >>>>
> > >>>>
> > >>>
> > >>
> > >
> >
>

Re: [adventure path] Contributing

Posted by Thiago Veronezi <th...@veronezi.org>.
IntelliJ


On Sat, May 3, 2014 at 3:13 PM, helio frota <00...@gmail.com> wrote:

> checkout stalled.
>
> what IDE you DEV guys are using ?
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Sat, May 3, 2014 at 3:34 PM, helio frota <00...@gmail.com> wrote:
>
> > Ok i know github is 'in process"
> >
> > ( sorry my poor english no time to use google translate )
> >
> > no problem with SVN, only get the DEV setup  "working"
> >
> > i can do a compilation and make a post on tomitribe blog o/
> >
> > -------------------------------------------
> > http://eprogramming.github.io
> >
> >
> >
> > On Sat, May 3, 2014 at 3:23 PM, helio frota <00...@gmail.com> wrote:
> >
> >> Romain,
> >>
> >> Thanks for the info.
> >> please help me on this questions.
> >>
> >> I have here, emacs, eclipse, netbeans and intellij community edition.
> >>
> >> thanks
> >>
> >> -------------------------------------------
> >> http://eprogramming.github.io
> >>
> >>
> >>
> >> On Sat, May 3, 2014 at 3:19 PM, helio frota <00...@gmail.com> wrote:
> >>
> >>> Hi,
> >>>
> >>> I have some questions:
> >>>
> >>> 1) Maven scm command line checkout ?
> >>> 2) Eclipse subclipse checkout directlu ?
> >>> 3 Checkout as wizard ?
> >>> 4) svn command line directly checkout ?
> >>>
> >>> ( screenshot )
> >>>
> >>>
> >>> -------------------------------------------
> >>> http://eprogramming.github.io
> >>>
> >>>
> >>>
> >>> On Sat, May 3, 2014 at 3:16 PM, helio frota <00...@gmail.com> wrote:
> >>>
> >>>> Hi Romain,
> >>>>
> >>>> yeap using this information from:
> >>>> http://tomee.apache.org/dev/source-code.html
> >>>>
> >>>>
> >>>> tomee submodule has not that much code actually
> >>>>
> >>>> so i do checkout of all right ?
> >>>>
> >>>> going to checkout and download 1GB+ ( maven deps )
> >>>>
> >>>> see u later
> >>>>
> >>>> thanks !
> >>>>
> >>>>
> >>>> -------------------------------------------
> >>>> http://eprogramming.github.io
> >>>>
> >>>>
> >>>>
> >>>> On Sat, May 3, 2014 at 3:12 PM, Romain Manni-Bucau <
> >>>> rmannibucau@gmail.com> wrote:
> >>>>
> >>>>> svn.apache.org/repos/asf/tomee/tomee/trunk/
> >>>>>
> >>>>> tomee submodule has not that much code actually
> >>>>>
> >>>>>
> >>>>> Romain Manni-Bucau
> >>>>> Twitter: @rmannibucau
> >>>>> Blog: http://rmannibucau.wordpress.com/
> >>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> >>>>> Github: https://github.com/rmannibucau
> >>>>>
> >>>>>
> >>>>> 2014-05-03 20:11 GMT+02:00 helio frota <00...@gmail.com>:
> >>>>> > hi,
> >>>>> >
> >>>>> > i have a question:
> >>>>> >
> >>>>> > Checkout all or only TomEE ?
> >>>>> >
> >>>>> > ( screenshot )
> >>>>> >
> >>>>> > thanks
> >>>>> >
> >>>>> > -------------------------------------------
> >>>>> > http://eprogramming.github.io
> >>>>> >
> >>>>> >
> >>>>> >
> >>>>> > On Sat, May 3, 2014 at 2:04 PM, helio frota <00...@gmail.com>
> >>>>> wrote:
> >>>>> >>
> >>>>> >> I would write an article for the blog tomitribe but had problems
> >>>>> with the
> >>>>> >> internet here that prevented me from doing.
> >>>>> >>
> >>>>> >> because i need delete all and start over again , so this is a lot
> of
> >>>>> >> download, because of this i created DTTS project to try to warning
> >>>>> about
> >>>>> >> "same dependencies with different versions"
> >>>>> >>
> >>>>> >> And also
> >>>>> >> http://bval.apache.org/coding-standards.html
> >>>>> >>
> >>>>> >> This is really good to have no problems with code standards format
> >>>>> on
> >>>>> >> eclipse.
> >>>>> >>
> >>>>> >> thanks
> >>>>> >>
> >>>>> >>
> >>>>> >> -------------------------------------------
> >>>>> >> http://eprogramming.github.io
> >>>>> >>
> >>>>> >>
> >>>>> >>
> >>>>> >> On Sat, May 3, 2014 at 1:56 PM, helio frota <00...@gmail.com>
> >>>>> wrote:
> >>>>> >>>
> >>>>> >>> bval works fine with these instructions
> >>>>> >>>
> >>>>> >>> http://bval.apache.org/building.html
> >>>>> >>>
> >>>>> >>> I would write an article for the blog tomitribe but had problems
> >>>>> with the
> >>>>> >>> internet here that prevented me from doing.
> >>>>> >>>
> >>>>> >>>
> >>>>> >>>
> >>>>> >>> -------------------------------------------
> >>>>> >>> http://eprogramming.github.io
> >>>>> >>>
> >>>>> >>>
> >>>>> >>>
> >>>>> >>> On Sat, May 3, 2014 at 1:44 PM, helio frota <00...@gmail.com>
> >>>>> wrote:
> >>>>> >>>>
> >>>>> >>>> To develop on TomEE itself
> >>>>> >>>>
> >>>>> >>>> I managed to configure Tomee trunk in eclipse only once
> >>>>> >>>> Many problems with plugins not recognized.
> >>>>> >>>>
> >>>>> >>>> any tip ?
> >>>>> >>>>
> >>>>> >>>> thanks
> >>>>> >>>>
> >>>>> >>>> -------------------------------------------
> >>>>> >>>> http://eprogramming.github.io
> >>>>> >>>>
> >>>>> >>>>
> >>>>> >>>>
> >>>>> >>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <
> >>>>> agumbrecht@tomitribe.com>
> >>>>> >>>> wrote:
> >>>>> >>>>>
> >>>>> >>>>> How do you mean?
> >>>>> >>>>>
> >>>>> >>>>> To develop on TomEE itself:
> http://tomee.apache.org/support.html-
> >>>>> >>>>> Contributing
> >>>>> >>>>>
> >>>>> >>>>> Or creating a new project?
> >>>>> >>>>>
> >>>>> >>>>> http://tomee.apache.org/documentation.html - Using TomEE
> with...
> >>>>> >>>>>
> >>>>> >>>>> Andy.
> >>>>> >>>>>
> >>>>> >>>>>
> >>>>> >>>>>
> >>>>> >>>>> -----
> >>>>> >>>>>     --
> >>>>> >>>>>     Andy Gumbrecht
> >>>>> >>>>>
> >>>>> >>>>>     http://www.tomitribe.com
> >>>>> >>>>>     agumbrecht@tomitribe.com
> >>>>> >>>>>     https://twitter.com/AndyGeeDe
> >>>>> >>>>>
> >>>>> >>>>>     TomEE treibt Tomitribe ! | http://tomee.apache.org
> >>>>> >>>>> --
> >>>>> >>>>> View this message in context:
> >>>>> >>>>>
> >>>>>
> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
> >>>>> >>>>> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
> >>>>> >>>>
> >>>>> >>>>
> >>>>> >>>
> >>>>> >>
> >>>>> >
> >>>>>
> >>>>
> >>>>
> >>>
> >>
> >
>

Re: [adventure path] Contributing

Posted by helio frota <00...@gmail.com>.
checkout stalled.

what IDE you DEV guys are using ?

-------------------------------------------
http://eprogramming.github.io



On Sat, May 3, 2014 at 3:34 PM, helio frota <00...@gmail.com> wrote:

> Ok i know github is 'in process"
>
> ( sorry my poor english no time to use google translate )
>
> no problem with SVN, only get the DEV setup  "working"
>
> i can do a compilation and make a post on tomitribe blog o/
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Sat, May 3, 2014 at 3:23 PM, helio frota <00...@gmail.com> wrote:
>
>> Romain,
>>
>> Thanks for the info.
>> please help me on this questions.
>>
>> I have here, emacs, eclipse, netbeans and intellij community edition.
>>
>> thanks
>>
>> -------------------------------------------
>> http://eprogramming.github.io
>>
>>
>>
>> On Sat, May 3, 2014 at 3:19 PM, helio frota <00...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> I have some questions:
>>>
>>> 1) Maven scm command line checkout ?
>>> 2) Eclipse subclipse checkout directlu ?
>>> 3 Checkout as wizard ?
>>> 4) svn command line directly checkout ?
>>>
>>> ( screenshot )
>>>
>>>
>>> -------------------------------------------
>>> http://eprogramming.github.io
>>>
>>>
>>>
>>> On Sat, May 3, 2014 at 3:16 PM, helio frota <00...@gmail.com> wrote:
>>>
>>>> Hi Romain,
>>>>
>>>> yeap using this information from:
>>>> http://tomee.apache.org/dev/source-code.html
>>>>
>>>>
>>>> tomee submodule has not that much code actually
>>>>
>>>> so i do checkout of all right ?
>>>>
>>>> going to checkout and download 1GB+ ( maven deps )
>>>>
>>>> see u later
>>>>
>>>> thanks !
>>>>
>>>>
>>>> -------------------------------------------
>>>> http://eprogramming.github.io
>>>>
>>>>
>>>>
>>>> On Sat, May 3, 2014 at 3:12 PM, Romain Manni-Bucau <
>>>> rmannibucau@gmail.com> wrote:
>>>>
>>>>> svn.apache.org/repos/asf/tomee/tomee/trunk/
>>>>>
>>>>> tomee submodule has not that much code actually
>>>>>
>>>>>
>>>>> Romain Manni-Bucau
>>>>> Twitter: @rmannibucau
>>>>> Blog: http://rmannibucau.wordpress.com/
>>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>>>> Github: https://github.com/rmannibucau
>>>>>
>>>>>
>>>>> 2014-05-03 20:11 GMT+02:00 helio frota <00...@gmail.com>:
>>>>> > hi,
>>>>> >
>>>>> > i have a question:
>>>>> >
>>>>> > Checkout all or only TomEE ?
>>>>> >
>>>>> > ( screenshot )
>>>>> >
>>>>> > thanks
>>>>> >
>>>>> > -------------------------------------------
>>>>> > http://eprogramming.github.io
>>>>> >
>>>>> >
>>>>> >
>>>>> > On Sat, May 3, 2014 at 2:04 PM, helio frota <00...@gmail.com>
>>>>> wrote:
>>>>> >>
>>>>> >> I would write an article for the blog tomitribe but had problems
>>>>> with the
>>>>> >> internet here that prevented me from doing.
>>>>> >>
>>>>> >> because i need delete all and start over again , so this is a lot of
>>>>> >> download, because of this i created DTTS project to try to warning
>>>>> about
>>>>> >> "same dependencies with different versions"
>>>>> >>
>>>>> >> And also
>>>>> >> http://bval.apache.org/coding-standards.html
>>>>> >>
>>>>> >> This is really good to have no problems with code standards format
>>>>> on
>>>>> >> eclipse.
>>>>> >>
>>>>> >> thanks
>>>>> >>
>>>>> >>
>>>>> >> -------------------------------------------
>>>>> >> http://eprogramming.github.io
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >> On Sat, May 3, 2014 at 1:56 PM, helio frota <00...@gmail.com>
>>>>> wrote:
>>>>> >>>
>>>>> >>> bval works fine with these instructions
>>>>> >>>
>>>>> >>> http://bval.apache.org/building.html
>>>>> >>>
>>>>> >>> I would write an article for the blog tomitribe but had problems
>>>>> with the
>>>>> >>> internet here that prevented me from doing.
>>>>> >>>
>>>>> >>>
>>>>> >>>
>>>>> >>> -------------------------------------------
>>>>> >>> http://eprogramming.github.io
>>>>> >>>
>>>>> >>>
>>>>> >>>
>>>>> >>> On Sat, May 3, 2014 at 1:44 PM, helio frota <00...@gmail.com>
>>>>> wrote:
>>>>> >>>>
>>>>> >>>> To develop on TomEE itself
>>>>> >>>>
>>>>> >>>> I managed to configure Tomee trunk in eclipse only once
>>>>> >>>> Many problems with plugins not recognized.
>>>>> >>>>
>>>>> >>>> any tip ?
>>>>> >>>>
>>>>> >>>> thanks
>>>>> >>>>
>>>>> >>>> -------------------------------------------
>>>>> >>>> http://eprogramming.github.io
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <
>>>>> agumbrecht@tomitribe.com>
>>>>> >>>> wrote:
>>>>> >>>>>
>>>>> >>>>> How do you mean?
>>>>> >>>>>
>>>>> >>>>> To develop on TomEE itself: http://tomee.apache.org/support.html-
>>>>> >>>>> Contributing
>>>>> >>>>>
>>>>> >>>>> Or creating a new project?
>>>>> >>>>>
>>>>> >>>>> http://tomee.apache.org/documentation.html - Using TomEE with...
>>>>> >>>>>
>>>>> >>>>> Andy.
>>>>> >>>>>
>>>>> >>>>>
>>>>> >>>>>
>>>>> >>>>> -----
>>>>> >>>>>     --
>>>>> >>>>>     Andy Gumbrecht
>>>>> >>>>>
>>>>> >>>>>     http://www.tomitribe.com
>>>>> >>>>>     agumbrecht@tomitribe.com
>>>>> >>>>>     https://twitter.com/AndyGeeDe
>>>>> >>>>>
>>>>> >>>>>     TomEE treibt Tomitribe ! | http://tomee.apache.org
>>>>> >>>>> --
>>>>> >>>>> View this message in context:
>>>>> >>>>>
>>>>> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
>>>>> >>>>> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
>>>>> >>>>
>>>>> >>>>
>>>>> >>>
>>>>> >>
>>>>> >
>>>>>
>>>>
>>>>
>>>
>>
>

Re: [adventure path] Contributing

Posted by helio frota <00...@gmail.com>.
Ok i know github is 'in process"

( sorry my poor english no time to use google translate )

no problem with SVN, only get the DEV setup  "working"

i can do a compilation and make a post on tomitribe blog o/

-------------------------------------------
http://eprogramming.github.io



On Sat, May 3, 2014 at 3:23 PM, helio frota <00...@gmail.com> wrote:

> Romain,
>
> Thanks for the info.
> please help me on this questions.
>
> I have here, emacs, eclipse, netbeans and intellij community edition.
>
> thanks
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Sat, May 3, 2014 at 3:19 PM, helio frota <00...@gmail.com> wrote:
>
>> Hi,
>>
>> I have some questions:
>>
>> 1) Maven scm command line checkout ?
>> 2) Eclipse subclipse checkout directlu ?
>> 3 Checkout as wizard ?
>> 4) svn command line directly checkout ?
>>
>> ( screenshot )
>>
>>
>> -------------------------------------------
>> http://eprogramming.github.io
>>
>>
>>
>> On Sat, May 3, 2014 at 3:16 PM, helio frota <00...@gmail.com> wrote:
>>
>>> Hi Romain,
>>>
>>> yeap using this information from:
>>> http://tomee.apache.org/dev/source-code.html
>>>
>>>
>>> tomee submodule has not that much code actually
>>>
>>> so i do checkout of all right ?
>>>
>>> going to checkout and download 1GB+ ( maven deps )
>>>
>>> see u later
>>>
>>> thanks !
>>>
>>>
>>> -------------------------------------------
>>> http://eprogramming.github.io
>>>
>>>
>>>
>>> On Sat, May 3, 2014 at 3:12 PM, Romain Manni-Bucau <
>>> rmannibucau@gmail.com> wrote:
>>>
>>>> svn.apache.org/repos/asf/tomee/tomee/trunk/
>>>>
>>>> tomee submodule has not that much code actually
>>>>
>>>>
>>>> Romain Manni-Bucau
>>>> Twitter: @rmannibucau
>>>> Blog: http://rmannibucau.wordpress.com/
>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>>> Github: https://github.com/rmannibucau
>>>>
>>>>
>>>> 2014-05-03 20:11 GMT+02:00 helio frota <00...@gmail.com>:
>>>> > hi,
>>>> >
>>>> > i have a question:
>>>> >
>>>> > Checkout all or only TomEE ?
>>>> >
>>>> > ( screenshot )
>>>> >
>>>> > thanks
>>>> >
>>>> > -------------------------------------------
>>>> > http://eprogramming.github.io
>>>> >
>>>> >
>>>> >
>>>> > On Sat, May 3, 2014 at 2:04 PM, helio frota <00...@gmail.com> wrote:
>>>> >>
>>>> >> I would write an article for the blog tomitribe but had problems
>>>> with the
>>>> >> internet here that prevented me from doing.
>>>> >>
>>>> >> because i need delete all and start over again , so this is a lot of
>>>> >> download, because of this i created DTTS project to try to warning
>>>> about
>>>> >> "same dependencies with different versions"
>>>> >>
>>>> >> And also
>>>> >> http://bval.apache.org/coding-standards.html
>>>> >>
>>>> >> This is really good to have no problems with code standards format on
>>>> >> eclipse.
>>>> >>
>>>> >> thanks
>>>> >>
>>>> >>
>>>> >> -------------------------------------------
>>>> >> http://eprogramming.github.io
>>>> >>
>>>> >>
>>>> >>
>>>> >> On Sat, May 3, 2014 at 1:56 PM, helio frota <00...@gmail.com>
>>>> wrote:
>>>> >>>
>>>> >>> bval works fine with these instructions
>>>> >>>
>>>> >>> http://bval.apache.org/building.html
>>>> >>>
>>>> >>> I would write an article for the blog tomitribe but had problems
>>>> with the
>>>> >>> internet here that prevented me from doing.
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> -------------------------------------------
>>>> >>> http://eprogramming.github.io
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> On Sat, May 3, 2014 at 1:44 PM, helio frota <00...@gmail.com>
>>>> wrote:
>>>> >>>>
>>>> >>>> To develop on TomEE itself
>>>> >>>>
>>>> >>>> I managed to configure Tomee trunk in eclipse only once
>>>> >>>> Many problems with plugins not recognized.
>>>> >>>>
>>>> >>>> any tip ?
>>>> >>>>
>>>> >>>> thanks
>>>> >>>>
>>>> >>>> -------------------------------------------
>>>> >>>> http://eprogramming.github.io
>>>> >>>>
>>>> >>>>
>>>> >>>>
>>>> >>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <
>>>> agumbrecht@tomitribe.com>
>>>> >>>> wrote:
>>>> >>>>>
>>>> >>>>> How do you mean?
>>>> >>>>>
>>>> >>>>> To develop on TomEE itself: http://tomee.apache.org/support.html-
>>>> >>>>> Contributing
>>>> >>>>>
>>>> >>>>> Or creating a new project?
>>>> >>>>>
>>>> >>>>> http://tomee.apache.org/documentation.html - Using TomEE with...
>>>> >>>>>
>>>> >>>>> Andy.
>>>> >>>>>
>>>> >>>>>
>>>> >>>>>
>>>> >>>>> -----
>>>> >>>>>     --
>>>> >>>>>     Andy Gumbrecht
>>>> >>>>>
>>>> >>>>>     http://www.tomitribe.com
>>>> >>>>>     agumbrecht@tomitribe.com
>>>> >>>>>     https://twitter.com/AndyGeeDe
>>>> >>>>>
>>>> >>>>>     TomEE treibt Tomitribe ! | http://tomee.apache.org
>>>> >>>>> --
>>>> >>>>> View this message in context:
>>>> >>>>>
>>>> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
>>>> >>>>> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
>>>> >>>>
>>>> >>>>
>>>> >>>
>>>> >>
>>>> >
>>>>
>>>
>>>
>>
>

Re: [adventure path] Contributing

Posted by helio frota <00...@gmail.com>.
Romain,

Thanks for the info.
please help me on this questions.

I have here, emacs, eclipse, netbeans and intellij community edition.

thanks

-------------------------------------------
http://eprogramming.github.io



On Sat, May 3, 2014 at 3:19 PM, helio frota <00...@gmail.com> wrote:

> Hi,
>
> I have some questions:
>
> 1) Maven scm command line checkout ?
> 2) Eclipse subclipse checkout directlu ?
> 3 Checkout as wizard ?
> 4) svn command line directly checkout ?
>
> ( screenshot )
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Sat, May 3, 2014 at 3:16 PM, helio frota <00...@gmail.com> wrote:
>
>> Hi Romain,
>>
>> yeap using this information from:
>> http://tomee.apache.org/dev/source-code.html
>>
>>
>> tomee submodule has not that much code actually
>>
>> so i do checkout of all right ?
>>
>> going to checkout and download 1GB+ ( maven deps )
>>
>> see u later
>>
>> thanks !
>>
>>
>> -------------------------------------------
>> http://eprogramming.github.io
>>
>>
>>
>> On Sat, May 3, 2014 at 3:12 PM, Romain Manni-Bucau <rmannibucau@gmail.com
>> > wrote:
>>
>>> svn.apache.org/repos/asf/tomee/tomee/trunk/
>>>
>>> tomee submodule has not that much code actually
>>>
>>>
>>> Romain Manni-Bucau
>>> Twitter: @rmannibucau
>>> Blog: http://rmannibucau.wordpress.com/
>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>> Github: https://github.com/rmannibucau
>>>
>>>
>>> 2014-05-03 20:11 GMT+02:00 helio frota <00...@gmail.com>:
>>> > hi,
>>> >
>>> > i have a question:
>>> >
>>> > Checkout all or only TomEE ?
>>> >
>>> > ( screenshot )
>>> >
>>> > thanks
>>> >
>>> > -------------------------------------------
>>> > http://eprogramming.github.io
>>> >
>>> >
>>> >
>>> > On Sat, May 3, 2014 at 2:04 PM, helio frota <00...@gmail.com> wrote:
>>> >>
>>> >> I would write an article for the blog tomitribe but had problems with
>>> the
>>> >> internet here that prevented me from doing.
>>> >>
>>> >> because i need delete all and start over again , so this is a lot of
>>> >> download, because of this i created DTTS project to try to warning
>>> about
>>> >> "same dependencies with different versions"
>>> >>
>>> >> And also
>>> >> http://bval.apache.org/coding-standards.html
>>> >>
>>> >> This is really good to have no problems with code standards format on
>>> >> eclipse.
>>> >>
>>> >> thanks
>>> >>
>>> >>
>>> >> -------------------------------------------
>>> >> http://eprogramming.github.io
>>> >>
>>> >>
>>> >>
>>> >> On Sat, May 3, 2014 at 1:56 PM, helio frota <00...@gmail.com> wrote:
>>> >>>
>>> >>> bval works fine with these instructions
>>> >>>
>>> >>> http://bval.apache.org/building.html
>>> >>>
>>> >>> I would write an article for the blog tomitribe but had problems
>>> with the
>>> >>> internet here that prevented me from doing.
>>> >>>
>>> >>>
>>> >>>
>>> >>> -------------------------------------------
>>> >>> http://eprogramming.github.io
>>> >>>
>>> >>>
>>> >>>
>>> >>> On Sat, May 3, 2014 at 1:44 PM, helio frota <00...@gmail.com>
>>> wrote:
>>> >>>>
>>> >>>> To develop on TomEE itself
>>> >>>>
>>> >>>> I managed to configure Tomee trunk in eclipse only once
>>> >>>> Many problems with plugins not recognized.
>>> >>>>
>>> >>>> any tip ?
>>> >>>>
>>> >>>> thanks
>>> >>>>
>>> >>>> -------------------------------------------
>>> >>>> http://eprogramming.github.io
>>> >>>>
>>> >>>>
>>> >>>>
>>> >>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <
>>> agumbrecht@tomitribe.com>
>>> >>>> wrote:
>>> >>>>>
>>> >>>>> How do you mean?
>>> >>>>>
>>> >>>>> To develop on TomEE itself: http://tomee.apache.org/support.html -
>>> >>>>> Contributing
>>> >>>>>
>>> >>>>> Or creating a new project?
>>> >>>>>
>>> >>>>> http://tomee.apache.org/documentation.html - Using TomEE with...
>>> >>>>>
>>> >>>>> Andy.
>>> >>>>>
>>> >>>>>
>>> >>>>>
>>> >>>>> -----
>>> >>>>>     --
>>> >>>>>     Andy Gumbrecht
>>> >>>>>
>>> >>>>>     http://www.tomitribe.com
>>> >>>>>     agumbrecht@tomitribe.com
>>> >>>>>     https://twitter.com/AndyGeeDe
>>> >>>>>
>>> >>>>>     TomEE treibt Tomitribe ! | http://tomee.apache.org
>>> >>>>> --
>>> >>>>> View this message in context:
>>> >>>>>
>>> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
>>> >>>>> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
>>> >>>>
>>> >>>>
>>> >>>
>>> >>
>>> >
>>>
>>
>>
>

Re: [adventure path] Contributing

Posted by helio frota <00...@gmail.com>.
Hi,

I have some questions:

1) Maven scm command line checkout ?
2) Eclipse subclipse checkout directlu ?
3 Checkout as wizard ?
4) svn command line directly checkout ?

( screenshot )


-------------------------------------------
http://eprogramming.github.io



On Sat, May 3, 2014 at 3:16 PM, helio frota <00...@gmail.com> wrote:

> Hi Romain,
>
> yeap using this information from:
> http://tomee.apache.org/dev/source-code.html
>
>
> tomee submodule has not that much code actually
>
> so i do checkout of all right ?
>
> going to checkout and download 1GB+ ( maven deps )
>
> see u later
>
> thanks !
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Sat, May 3, 2014 at 3:12 PM, Romain Manni-Bucau <rm...@gmail.com>wrote:
>
>> svn.apache.org/repos/asf/tomee/tomee/trunk/
>>
>> tomee submodule has not that much code actually
>>
>>
>> Romain Manni-Bucau
>> Twitter: @rmannibucau
>> Blog: http://rmannibucau.wordpress.com/
>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>> Github: https://github.com/rmannibucau
>>
>>
>> 2014-05-03 20:11 GMT+02:00 helio frota <00...@gmail.com>:
>> > hi,
>> >
>> > i have a question:
>> >
>> > Checkout all or only TomEE ?
>> >
>> > ( screenshot )
>> >
>> > thanks
>> >
>> > -------------------------------------------
>> > http://eprogramming.github.io
>> >
>> >
>> >
>> > On Sat, May 3, 2014 at 2:04 PM, helio frota <00...@gmail.com> wrote:
>> >>
>> >> I would write an article for the blog tomitribe but had problems with
>> the
>> >> internet here that prevented me from doing.
>> >>
>> >> because i need delete all and start over again , so this is a lot of
>> >> download, because of this i created DTTS project to try to warning
>> about
>> >> "same dependencies with different versions"
>> >>
>> >> And also
>> >> http://bval.apache.org/coding-standards.html
>> >>
>> >> This is really good to have no problems with code standards format on
>> >> eclipse.
>> >>
>> >> thanks
>> >>
>> >>
>> >> -------------------------------------------
>> >> http://eprogramming.github.io
>> >>
>> >>
>> >>
>> >> On Sat, May 3, 2014 at 1:56 PM, helio frota <00...@gmail.com> wrote:
>> >>>
>> >>> bval works fine with these instructions
>> >>>
>> >>> http://bval.apache.org/building.html
>> >>>
>> >>> I would write an article for the blog tomitribe but had problems with
>> the
>> >>> internet here that prevented me from doing.
>> >>>
>> >>>
>> >>>
>> >>> -------------------------------------------
>> >>> http://eprogramming.github.io
>> >>>
>> >>>
>> >>>
>> >>> On Sat, May 3, 2014 at 1:44 PM, helio frota <00...@gmail.com> wrote:
>> >>>>
>> >>>> To develop on TomEE itself
>> >>>>
>> >>>> I managed to configure Tomee trunk in eclipse only once
>> >>>> Many problems with plugins not recognized.
>> >>>>
>> >>>> any tip ?
>> >>>>
>> >>>> thanks
>> >>>>
>> >>>> -------------------------------------------
>> >>>> http://eprogramming.github.io
>> >>>>
>> >>>>
>> >>>>
>> >>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <agumbrecht@tomitribe.com
>> >
>> >>>> wrote:
>> >>>>>
>> >>>>> How do you mean?
>> >>>>>
>> >>>>> To develop on TomEE itself: http://tomee.apache.org/support.html -
>> >>>>> Contributing
>> >>>>>
>> >>>>> Or creating a new project?
>> >>>>>
>> >>>>> http://tomee.apache.org/documentation.html - Using TomEE with...
>> >>>>>
>> >>>>> Andy.
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> -----
>> >>>>>     --
>> >>>>>     Andy Gumbrecht
>> >>>>>
>> >>>>>     http://www.tomitribe.com
>> >>>>>     agumbrecht@tomitribe.com
>> >>>>>     https://twitter.com/AndyGeeDe
>> >>>>>
>> >>>>>     TomEE treibt Tomitribe ! | http://tomee.apache.org
>> >>>>> --
>> >>>>> View this message in context:
>> >>>>>
>> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
>> >>>>> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
>> >>>>
>> >>>>
>> >>>
>> >>
>> >
>>
>
>

Re: [adventure path] Contributing

Posted by helio frota <00...@gmail.com>.
Hi Romain,

yeap using this information from:
http://tomee.apache.org/dev/source-code.html

tomee submodule has not that much code actually

so i do checkout of all right ?

going to checkout and download 1GB+ ( maven deps )

see u later

thanks !


-------------------------------------------
http://eprogramming.github.io



On Sat, May 3, 2014 at 3:12 PM, Romain Manni-Bucau <rm...@gmail.com>wrote:

> svn.apache.org/repos/asf/tomee/tomee/trunk/
>
> tomee submodule has not that much code actually
>
>
> Romain Manni-Bucau
> Twitter: @rmannibucau
> Blog: http://rmannibucau.wordpress.com/
> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> Github: https://github.com/rmannibucau
>
>
> 2014-05-03 20:11 GMT+02:00 helio frota <00...@gmail.com>:
> > hi,
> >
> > i have a question:
> >
> > Checkout all or only TomEE ?
> >
> > ( screenshot )
> >
> > thanks
> >
> > -------------------------------------------
> > http://eprogramming.github.io
> >
> >
> >
> > On Sat, May 3, 2014 at 2:04 PM, helio frota <00...@gmail.com> wrote:
> >>
> >> I would write an article for the blog tomitribe but had problems with
> the
> >> internet here that prevented me from doing.
> >>
> >> because i need delete all and start over again , so this is a lot of
> >> download, because of this i created DTTS project to try to warning about
> >> "same dependencies with different versions"
> >>
> >> And also
> >> http://bval.apache.org/coding-standards.html
> >>
> >> This is really good to have no problems with code standards format on
> >> eclipse.
> >>
> >> thanks
> >>
> >>
> >> -------------------------------------------
> >> http://eprogramming.github.io
> >>
> >>
> >>
> >> On Sat, May 3, 2014 at 1:56 PM, helio frota <00...@gmail.com> wrote:
> >>>
> >>> bval works fine with these instructions
> >>>
> >>> http://bval.apache.org/building.html
> >>>
> >>> I would write an article for the blog tomitribe but had problems with
> the
> >>> internet here that prevented me from doing.
> >>>
> >>>
> >>>
> >>> -------------------------------------------
> >>> http://eprogramming.github.io
> >>>
> >>>
> >>>
> >>> On Sat, May 3, 2014 at 1:44 PM, helio frota <00...@gmail.com> wrote:
> >>>>
> >>>> To develop on TomEE itself
> >>>>
> >>>> I managed to configure Tomee trunk in eclipse only once
> >>>> Many problems with plugins not recognized.
> >>>>
> >>>> any tip ?
> >>>>
> >>>> thanks
> >>>>
> >>>> -------------------------------------------
> >>>> http://eprogramming.github.io
> >>>>
> >>>>
> >>>>
> >>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <ag...@tomitribe.com>
> >>>> wrote:
> >>>>>
> >>>>> How do you mean?
> >>>>>
> >>>>> To develop on TomEE itself: http://tomee.apache.org/support.html -
> >>>>> Contributing
> >>>>>
> >>>>> Or creating a new project?
> >>>>>
> >>>>> http://tomee.apache.org/documentation.html - Using TomEE with...
> >>>>>
> >>>>> Andy.
> >>>>>
> >>>>>
> >>>>>
> >>>>> -----
> >>>>>     --
> >>>>>     Andy Gumbrecht
> >>>>>
> >>>>>     http://www.tomitribe.com
> >>>>>     agumbrecht@tomitribe.com
> >>>>>     https://twitter.com/AndyGeeDe
> >>>>>
> >>>>>     TomEE treibt Tomitribe ! | http://tomee.apache.org
> >>>>> --
> >>>>> View this message in context:
> >>>>>
> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
> >>>>> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
> >>>>
> >>>>
> >>>
> >>
> >
>

Re: [adventure path] Contributing

Posted by Romain Manni-Bucau <rm...@gmail.com>.
svn.apache.org/repos/asf/tomee/tomee/trunk/

tomee submodule has not that much code actually


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-05-03 20:11 GMT+02:00 helio frota <00...@gmail.com>:
> hi,
>
> i have a question:
>
> Checkout all or only TomEE ?
>
> ( screenshot )
>
> thanks
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Sat, May 3, 2014 at 2:04 PM, helio frota <00...@gmail.com> wrote:
>>
>> I would write an article for the blog tomitribe but had problems with the
>> internet here that prevented me from doing.
>>
>> because i need delete all and start over again , so this is a lot of
>> download, because of this i created DTTS project to try to warning about
>> "same dependencies with different versions"
>>
>> And also
>> http://bval.apache.org/coding-standards.html
>>
>> This is really good to have no problems with code standards format on
>> eclipse.
>>
>> thanks
>>
>>
>> -------------------------------------------
>> http://eprogramming.github.io
>>
>>
>>
>> On Sat, May 3, 2014 at 1:56 PM, helio frota <00...@gmail.com> wrote:
>>>
>>> bval works fine with these instructions
>>>
>>> http://bval.apache.org/building.html
>>>
>>> I would write an article for the blog tomitribe but had problems with the
>>> internet here that prevented me from doing.
>>>
>>>
>>>
>>> -------------------------------------------
>>> http://eprogramming.github.io
>>>
>>>
>>>
>>> On Sat, May 3, 2014 at 1:44 PM, helio frota <00...@gmail.com> wrote:
>>>>
>>>> To develop on TomEE itself
>>>>
>>>> I managed to configure Tomee trunk in eclipse only once
>>>> Many problems with plugins not recognized.
>>>>
>>>> any tip ?
>>>>
>>>> thanks
>>>>
>>>> -------------------------------------------
>>>> http://eprogramming.github.io
>>>>
>>>>
>>>>
>>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <ag...@tomitribe.com>
>>>> wrote:
>>>>>
>>>>> How do you mean?
>>>>>
>>>>> To develop on TomEE itself: http://tomee.apache.org/support.html -
>>>>> Contributing
>>>>>
>>>>> Or creating a new project?
>>>>>
>>>>> http://tomee.apache.org/documentation.html - Using TomEE with...
>>>>>
>>>>> Andy.
>>>>>
>>>>>
>>>>>
>>>>> -----
>>>>>     --
>>>>>     Andy Gumbrecht
>>>>>
>>>>>     http://www.tomitribe.com
>>>>>     agumbrecht@tomitribe.com
>>>>>     https://twitter.com/AndyGeeDe
>>>>>
>>>>>     TomEE treibt Tomitribe ! | http://tomee.apache.org
>>>>> --
>>>>> View this message in context:
>>>>> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
>>>>> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
>>>>
>>>>
>>>
>>
>

Re: [adventure path] Contributing

Posted by helio frota <00...@gmail.com>.
hi,

i have a question:

Checkout all or only TomEE ?

( screenshot )

thanks

-------------------------------------------
http://eprogramming.github.io



On Sat, May 3, 2014 at 2:04 PM, helio frota <00...@gmail.com> wrote:

> I would write an article for the blog tomitribe but had problems with the internet
> here that prevented me from doing.
>
> because i need delete all and start over again , so this is a lot of
> download, because of this i created DTTS project to try to warning about
> "same dependencies with different versions"
>
> And also
> http://bval.apache.org/coding-standards.html
>
> This is really good to have no problems with code standards format on
> eclipse.
>
> thanks
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Sat, May 3, 2014 at 1:56 PM, helio frota <00...@gmail.com> wrote:
>
>> bval works fine with these instructions
>>
>> http://bval.apache.org/building.html
>>
>> I would write an article for the blog tomitribe but had problems with the internet
>> here that prevented me from doing.
>>
>>
>>
>> -------------------------------------------
>> http://eprogramming.github.io
>>
>>
>>
>> On Sat, May 3, 2014 at 1:44 PM, helio frota <00...@gmail.com> wrote:
>>
>>> To develop on TomEE itself
>>>
>>> I managed to configure Tomee trunk in eclipse only once
>>> Many problems with plugins not recognized.
>>>
>>> any tip ?
>>>
>>> thanks
>>>
>>> -------------------------------------------
>>> http://eprogramming.github.io
>>>
>>>
>>>
>>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <ag...@tomitribe.com>wrote:
>>>
>>>> How do you mean?
>>>>
>>>> To develop on TomEE itself: http://tomee.apache.org/support.html -
>>>> Contributing
>>>>
>>>> Or creating a new project?
>>>>
>>>> http://tomee.apache.org/documentation.html - Using TomEE with...
>>>>
>>>> Andy.
>>>>
>>>>
>>>>
>>>> -----
>>>>     --
>>>>     Andy Gumbrecht
>>>>
>>>>     http://www.tomitribe.com
>>>>     agumbrecht@tomitribe.com
>>>>     https://twitter.com/AndyGeeDe
>>>>
>>>>     TomEE treibt Tomitribe ! | http://tomee.apache.org
>>>> --
>>>> View this message in context:
>>>> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
>>>> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
>>>>
>>>
>>>
>>
>

Re: [adventure path] Contributing

Posted by helio frota <00...@gmail.com>.
I would write an article for the blog tomitribe but had problems with
the internet
here that prevented me from doing.

because i need delete all and start over again , so this is a lot of
download, because of this i created DTTS project to try to warning about
"same dependencies with different versions"

And also
http://bval.apache.org/coding-standards.html

This is really good to have no problems with code standards format on
eclipse.

thanks


-------------------------------------------
http://eprogramming.github.io



On Sat, May 3, 2014 at 1:56 PM, helio frota <00...@gmail.com> wrote:

> bval works fine with these instructions
>
> http://bval.apache.org/building.html
>
> I would write an article for the blog tomitribe but had problems with the internet
> here that prevented me from doing.
>
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Sat, May 3, 2014 at 1:44 PM, helio frota <00...@gmail.com> wrote:
>
>> To develop on TomEE itself
>>
>> I managed to configure Tomee trunk in eclipse only once
>> Many problems with plugins not recognized.
>>
>> any tip ?
>>
>> thanks
>>
>> -------------------------------------------
>> http://eprogramming.github.io
>>
>>
>>
>> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <ag...@tomitribe.com>wrote:
>>
>>> How do you mean?
>>>
>>> To develop on TomEE itself: http://tomee.apache.org/support.html -
>>> Contributing
>>>
>>> Or creating a new project?
>>>
>>> http://tomee.apache.org/documentation.html - Using TomEE with...
>>>
>>> Andy.
>>>
>>>
>>>
>>> -----
>>>     --
>>>     Andy Gumbrecht
>>>
>>>     http://www.tomitribe.com
>>>     agumbrecht@tomitribe.com
>>>     https://twitter.com/AndyGeeDe
>>>
>>>     TomEE treibt Tomitribe ! | http://tomee.apache.org
>>> --
>>> View this message in context:
>>> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
>>> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
>>>
>>
>>
>

Re: [adventure path] Contributing

Posted by helio frota <00...@gmail.com>.
bval works fine with these instructions

http://bval.apache.org/building.html

I would write an article for the blog tomitribe but had problems with
the internet
here that prevented me from doing.



-------------------------------------------
http://eprogramming.github.io



On Sat, May 3, 2014 at 1:44 PM, helio frota <00...@gmail.com> wrote:

> To develop on TomEE itself
>
> I managed to configure Tomee trunk in eclipse only once
> Many problems with plugins not recognized.
>
> any tip ?
>
> thanks
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Sat, May 3, 2014 at 1:19 PM, agumbrecht <ag...@tomitribe.com>wrote:
>
>> How do you mean?
>>
>> To develop on TomEE itself: http://tomee.apache.org/support.html -
>> Contributing
>>
>> Or creating a new project?
>>
>> http://tomee.apache.org/documentation.html - Using TomEE with...
>>
>> Andy.
>>
>>
>>
>> -----
>>     --
>>     Andy Gumbrecht
>>
>>     http://www.tomitribe.com
>>     agumbrecht@tomitribe.com
>>     https://twitter.com/AndyGeeDe
>>
>>     TomEE treibt Tomitribe ! | http://tomee.apache.org
>> --
>> View this message in context:
>> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
>> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
>>
>
>

Re: [adventure path] Contributing

Posted by helio frota <00...@gmail.com>.
To develop on TomEE itself

I managed to configure Tomee trunk in eclipse only once
Many problems with plugins not recognized.

any tip ?

thanks

-------------------------------------------
http://eprogramming.github.io



On Sat, May 3, 2014 at 1:19 PM, agumbrecht <ag...@tomitribe.com> wrote:

> How do you mean?
>
> To develop on TomEE itself: http://tomee.apache.org/support.html -
> Contributing
>
> Or creating a new project?
>
> http://tomee.apache.org/documentation.html - Using TomEE with...
>
> Andy.
>
>
>
> -----
>     --
>     Andy Gumbrecht
>
>     http://www.tomitribe.com
>     agumbrecht@tomitribe.com
>     https://twitter.com/AndyGeeDe
>
>     TomEE treibt Tomitribe ! | http://tomee.apache.org
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
>

Re: [adventure path] Contributing

Posted by agumbrecht <ag...@tomitribe.com>.
How do you mean? 

To develop on TomEE itself: http://tomee.apache.org/support.html -
Contributing

Or creating a new project?

http://tomee.apache.org/documentation.html - Using TomEE with...

Andy.



-----
    -- 
    Andy Gumbrecht

    http://www.tomitribe.com
    agumbrecht@tomitribe.com
    https://twitter.com/AndyGeeDe

    TomEE treibt Tomitribe ! | http://tomee.apache.org
--
View this message in context: http://openejb.979440.n4.nabble.com/adventure-path-Contributing-tp4668577p4669088.html
Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Re: [adventure path] Contributing

Posted by helio frota <00...@gmail.com>.
Hi Andy,

I really want to get the documentation as intuitive as possible, and help
get people started on the right track.

The 'official' way to setup TomEE on IDE.

This will open lot of doors to contributions.


-------------------------------------------
http://eprogramming.github.io



On Fri, May 2, 2014 at 12:03 PM, helio frota <00...@gmail.com> wrote:

> Hi Andy,
>
>
> We are always happy for people to make great contributions to the project,
>> no matter how big or small. 'Together' we achieve a lot!
>>
>
> +1
>
>
> Thanks, but item 2) was dropped for me, due my ultra slow 'internet
> connection' i can't follow updates to get right builds.
>
>
>  <https://bval.apache.org/>If there is 'anything' you struggled with
>> because of lack of documentation or help then please let me know.
>> I really want to get the documentation as intuitive as possible, and help
>> get people started on the right track.
>>
>
> I looked apache bval documentation about some aspects to contribute with
> 'apache projects'
>
> http://bval.apache.org/coding-standards.html
> http://bval.apache.org/building.html
> http://bval.apache.org/release-setup.html
> and so on..
>
> Things happen, i need to get organized to get back to TomEE.
>
>
>
> -------------------------------------------
> http://eprogramming.github.io
>
>
>
> On Fri, May 2, 2014 at 8:22 AM, Andy Gumbrecht <ag...@tomitribe.com>wrote:
>
>> Hi great Helio that's just brilliant!
>>
>> We are always happy for people to make great contributions to the
>> project, no matter how big or small. 'Together' we achieve a lot!
>>
>> If there is 'anything' you struggled with because of lack of
>> documentation or help then please let me know.
>> I really want to get the documentation as intuitive as possible, and help
>> get people started on the right track.
>>
>> Andy.
>>
>>
>> On 04/04/2014 11:58, helio frota wrote:
>>
>>> Hi great all devs,
>>>
>>> Following the path:
>>> http://tomee.apache.org/dev/contribution-tips.html
>>>
>>> 1) Final variables & fields are preferred where possible, but a lot of
>>> the
>>>
>>>> code is old. Feel free to add them and hand the code back.
>>>> *2)* If you have any skills with code coverage tools, then you'll
>>>>
>>>> probably find way too much to do! Tests are always welcome.
>>>> 3) There are over a 1,000 TODO comments in the code. Maybe some should
>>>> be
>>>> deleted. Maybe some could be completed. They probably all should have a
>>>> JIRA id on them.
>>>> *4)* Pick a random class, see if you can figure out what it is doing and
>>>>
>>>> javadoc it.
>>>> 5) Add @Override where applicable
>>>> 6) Intellij has an 'Inspect Code' feature. Yikes does it produce a lot
>>>> of
>>>> output.
>>>> 7) No doubt there is some exception handling that can be greatly
>>>> improved.
>>>>
>>>>
>>> Now i'm doing *2)*
>>>
>>> But going to do  *4) *soon
>>>
>>>
>>> If has others things to do, please update contribution-tips page.
>>>
>>> I have personal real project (beginning) to use always the 'trunk' to
>>> force
>>> more feedback for TomEE
>>> https://github.com/EsmerilProgramming/fq
>>>
>>> cheers,
>>> helio
>>>
>>> -------------------------------------------
>>> http://eprogramming.github.io
>>>
>>>
>> --
>>   Andy Gumbrecht
>>
>>   http://www.tomitribe.com
>>   agumbrecht@tomitribe.com
>>   https://twitter.com/AndyGeeDe
>>
>>   TomEE treibt Tomitribe! | http://tomee.apache.org
>>
>>
>

Re: [adventure path] Contributing

Posted by helio frota <00...@gmail.com>.
Hi Andy,

We are always happy for people to make great contributions to the project,
> no matter how big or small. 'Together' we achieve a lot!
>

+1


Thanks, but item 2) was dropped for me, due my ultra slow 'internet
connection' i can't follow updates to get right builds.

<https://bval.apache.org/>If there is 'anything' you struggled with because
> of lack of documentation or help then please let me know.
> I really want to get the documentation as intuitive as possible, and help
> get people started on the right track.
>

I looked apache bval documentation about some aspects to contribute with
'apache projects'

http://bval.apache.org/coding-standards.html
http://bval.apache.org/building.html
http://bval.apache.org/release-setup.html
and so on..

Things happen, i need to get organized to get back to TomEE.



-------------------------------------------
http://eprogramming.github.io



On Fri, May 2, 2014 at 8:22 AM, Andy Gumbrecht <ag...@tomitribe.com>wrote:

> Hi great Helio that's just brilliant!
>
> We are always happy for people to make great contributions to the project,
> no matter how big or small. 'Together' we achieve a lot!
>
> If there is 'anything' you struggled with because of lack of documentation
> or help then please let me know.
> I really want to get the documentation as intuitive as possible, and help
> get people started on the right track.
>
> Andy.
>
>
> On 04/04/2014 11:58, helio frota wrote:
>
>> Hi great all devs,
>>
>> Following the path:
>> http://tomee.apache.org/dev/contribution-tips.html
>>
>> 1) Final variables & fields are preferred where possible, but a lot of the
>>
>>> code is old. Feel free to add them and hand the code back.
>>> *2)* If you have any skills with code coverage tools, then you'll
>>>
>>> probably find way too much to do! Tests are always welcome.
>>> 3) There are over a 1,000 TODO comments in the code. Maybe some should be
>>> deleted. Maybe some could be completed. They probably all should have a
>>> JIRA id on them.
>>> *4)* Pick a random class, see if you can figure out what it is doing and
>>>
>>> javadoc it.
>>> 5) Add @Override where applicable
>>> 6) Intellij has an 'Inspect Code' feature. Yikes does it produce a lot of
>>> output.
>>> 7) No doubt there is some exception handling that can be greatly
>>> improved.
>>>
>>>
>> Now i'm doing *2)*
>>
>> But going to do  *4) *soon
>>
>>
>> If has others things to do, please update contribution-tips page.
>>
>> I have personal real project (beginning) to use always the 'trunk' to
>> force
>> more feedback for TomEE
>> https://github.com/EsmerilProgramming/fq
>>
>> cheers,
>> helio
>>
>> -------------------------------------------
>> http://eprogramming.github.io
>>
>>
> --
>   Andy Gumbrecht
>
>   http://www.tomitribe.com
>   agumbrecht@tomitribe.com
>   https://twitter.com/AndyGeeDe
>
>   TomEE treibt Tomitribe! | http://tomee.apache.org
>
>

Re: [adventure path] Contributing

Posted by Andy Gumbrecht <ag...@tomitribe.com>.
Hi great Helio that's just brilliant!

We are always happy for people to make great contributions to the 
project, no matter how big or small. 'Together' we achieve a lot!

If there is 'anything' you struggled with because of lack of 
documentation or help then please let me know.
I really want to get the documentation as intuitive as possible, and 
help get people started on the right track.

Andy.

On 04/04/2014 11:58, helio frota wrote:
> Hi great all devs,
>
> Following the path:
> http://tomee.apache.org/dev/contribution-tips.html
>
> 1) Final variables & fields are preferred where possible, but a lot of the
>> code is old. Feel free to add them and hand the code back.
>> *2)* If you have any skills with code coverage tools, then you'll
>> probably find way too much to do! Tests are always welcome.
>> 3) There are over a 1,000 TODO comments in the code. Maybe some should be
>> deleted. Maybe some could be completed. They probably all should have a
>> JIRA id on them.
>> *4)* Pick a random class, see if you can figure out what it is doing and
>> javadoc it.
>> 5) Add @Override where applicable
>> 6) Intellij has an 'Inspect Code' feature. Yikes does it produce a lot of
>> output.
>> 7) No doubt there is some exception handling that can be greatly improved.
>>
>
> Now i'm doing *2)*
>
> But going to do  *4) *soon
>
> If has others things to do, please update contribution-tips page.
>
> I have personal real project (beginning) to use always the 'trunk' to force
> more feedback for TomEE
> https://github.com/EsmerilProgramming/fq
>
> cheers,
> helio
>
> -------------------------------------------
> http://eprogramming.github.io
>

-- 
   Andy Gumbrecht

   http://www.tomitribe.com
   agumbrecht@tomitribe.com
   https://twitter.com/AndyGeeDe

   TomEE treibt Tomitribe! | http://tomee.apache.org