<div dir="ltr"><div>i meant to say you need m2eclipse if you want to shorten the procedure as much as possible, instead of using command line windows. personally i like consolidating all my tools as much as possible into one single IDE, so if i&#39;ll use maven, i&#39;d wanna use it inside eclipse without much hassle.</div>

<div> </div>
<div>i never thought hibernate was simple, my problem is that i don&#39;t see how anyone outside jboss personal can actually create fixes (patches or commits) without internal overview of hibernate. and jumping head first is actually what a new developer in jboss would need to do, even if he did had prior usage of hibernate. so either there  are white papers kept in jboss for their use only , or the information is pass down orally by a senior developer. </div>

<div> </div>
<div>to give an example, we have a developer with a 7 year experience in java j2ee, working on an undocumented homegrown framework with no internal overview documentation, and only oral info passed from previous developer, and that&#39;s not nearly enough as fixes usually break something else.</div>

<div> </div>
<div> </div>
<div>On Tue, Apr 14, 2009 at 3:30 PM, Chris Bredesen <span dir="ltr">&lt;<a href="mailto:cbredesen@redhat.com">cbredesen@redhat.com</a>&gt;</span> wrote:<br></div>
<div class="gmail_quote">
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Some observations on this thread:<br><br>1. You do not need m2eclipse.  /trunk and /Branch_3_3 both use Maven 2 and will build straight away with &quot;mvn compile&quot;.<br>
<br>2. You can generate Eclipse or IDEA project files from the command line in the standard Maven way (mvn eclipse:eclipse or mvn idea:idea) and then import the projects.  I understand that IDEA reads Maven metadata natively but I cannot speak to that.<br>
<br>3. Only committers are allowed to ... commit.  This is what the <a href="http://svn.jboss.org/" target="_blank">svn.jboss.org</a> server is for.  <a href="http://anonsvn.jboss.org/" target="_blank">anonsvn.jboss.org</a> is a replica with read-only privileges.  Use this for now.  You are free to open JIRA tickets and attach patch files which will be reviewed by Hibernate committers and possibly committed in a future release.<br>
<br>4. Yes, Hibernate is complicated.  It is not a trivial project to jump into head-first.  So please understand that there are many ways to contribute:<br><br> * Helping on the forums<br> * Hanging around in IRC to participate/answer questions<br>
 * Improving the wiki<br> * Filing JIRA issues for bugs or attaching test cases that are required<br><br>Happy Hibernating,<br><br>Chris<br><br>joy deep wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div></div>
<div class="h5">Thanks soo much , I was by the side of the ocean no idea about depth .<br>Are only JBoss people allowed to make changes !!!<br><br><br>Thanks and Regards<br>Joydeep Bhattacharjee<br><br><br>--- On *Tue, 14/4/09, Elhanan Maayan /&lt;<a href="mailto:elh.mailgate@gmail.com" target="_blank">elh.mailgate@gmail.com</a>&gt;/* wrote:<br>
<br><br>   From: Elhanan Maayan &lt;<a href="mailto:elh.mailgate@gmail.com" target="_blank">elh.mailgate@gmail.com</a>&gt;<br>   Subject: Re: [hibernate-dev] want to join hibernate development<br>   community<br>   To: &quot;joy deep&quot; &lt;<a href="mailto:bha_joy@yahoo.co.in" target="_blank">bha_joy@yahoo.co.in</a>&gt;<br>
   Cc: &quot;Peter Harrison&quot; &lt;<a href="mailto:peter.harrison@methodmaker.co.nz" target="_blank">peter.harrison@methodmaker.co.nz</a>&gt;,<br>   <a href="mailto:hibernate-dev@lists.jboss.org" target="_blank">hibernate-dev@lists.jboss.org</a><br>
   Date: Tuesday, 14 April, 2009, 6:38 PM<br><br>   i&#39;ve started a small blog <a href="http://osventure.wordpress.com/" target="_blank">http://osventure.wordpress.com/</a> about my<br>   experiences with open source, documenting my attempts.<br>
       please note that you will need m2eclipse plugin to download the<br>   code, as the svn repo is not in eclipse project.<br>   you will then need to change your .settings.xml file for maven in<br>   ~/m2 direcotry  for jboss plugins<br>
       also after you downloaded the code you will encounter huge amount of<br>   compiler errors  you will need to the following:<br>       1. run mvn install on the pom parent - to generate some antlr files<br>   that were not generated during the initial load<br>
   2. change hibernate-core project compiler settings to :<br>      generated .class file compatibility to 1.4,       source compatibility : 1.4<br>   3. on hibernate-common-annotations project change the compiler<br>   error/warnings , turn the forbidden reference (access rules) to<br>
   warning instead of error.<br>       good luck getting your feet, personally i feel somewhat drowning<br>   when i&#39;m trying to figure out this bug :<br>   <a href="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3856" target="_blank">http://opensource.atlassian.com/projects/hibernate/browse/HHH-3856</a><br>
       personally i have no idea how anyone outside jboss can even begin to<br>   start modify the code without some white papers or explanation on<br>   the internal structure of hibernate.<br>   On Tue, Apr 14, 2009 at 6:05 AM, joy deep &lt;<a href="mailto:bha_joy@yahoo.co.in" target="_blank">bha_joy@yahoo.co.in</a><br>
</div></div>
<div class="im">   &lt;/mc/compose?to=<a href="mailto:bha_joy@yahoo.co.in" target="_blank">bha_joy@yahoo.co.in</a>&gt;&gt; wrote:<br><br>       Hi,<br>           Is there any SVN repository from where I can download the<br>
       source codes, and set up my project in eclipse .Can you also<br>       give the Bugzilla link for hibernate.I want to get my feet wet<br>       with the code soon . Thanks for replying.<br><br><br>       Thanks and Regards<br>
       Joydeep Bhattacharjee<br><br><br>       --- On *Tue, 14/4/09, Peter Harrison<br>       /&lt;<a href="mailto:peter.harrison@methodmaker.co.nz" target="_blank">peter.harrison@methodmaker.co.nz</a><br></div>
<div class="im">       &lt;/mc/compose?to=<a href="mailto:peter.harrison@methodmaker.co.nz" target="_blank">peter.harrison@methodmaker.co.nz</a>&gt;&gt;/* wrote:<br><br><br>           From: Peter Harrison &lt;<a href="mailto:peter.harrison@methodmaker.co.nz" target="_blank">peter.harrison@methodmaker.co.nz</a><br>
</div>           &lt;/mc/compose?to=<a href="mailto:peter.harrison@methodmaker.co.nz" target="_blank">peter.harrison@methodmaker.co.nz</a>&gt;&gt; 
<div class="im"><br>           Subject: Re: [hibernate-dev] want to join hibernate<br>           development community<br></div>           To: <a href="mailto:bha_joy@yahoo.co.in" target="_blank">bha_joy@yahoo.co.in</a> &lt;/mc/compose?to=<a href="mailto:bha_joy@yahoo.co.in" target="_blank">bha_joy@yahoo.co.in</a>&gt; 
<div class="im"><br>           Date: Tuesday, 14 April, 2009, 5:02 AM<br><br>           The ideal way to get involved is to download the source and<br>           get familiar with it first - if you have not already. I am<br>
           here because I made some modifications to hibernate for my<br>           own project and want to contribute back. The best way to<br>           start is to look at existing bug reports, write a patch or<br>           two and attach them to the ticket. Of course, I&#39;m in a<br>
           similar boat as you, in that I&#39;m not an active committer<br>           right now. I&#39;m personally looking at issues which affect me<br>           - aka I don&#39;t want to be committing code for things that I<br>
           am not having practical use for.<br><br>           2009/4/12 &lt;<a href="mailto:bha_joy@yahoo.co.in" target="_blank">bha_joy@yahoo.co.in</a><br></div>           &lt;<a href="http://mc/compose?to=bha_joy@yahoo.co.in" target="_blank">http://mc/compose?to=bha_joy@yahoo.co.in</a>&gt;&gt; 
<div class="im"><br><br>               Hi All,<br><br>                     I am new to hibernate development community though<br>               I have been using the the product for some time now , I<br>               would like to be a part of this wonderful product how<br>
               can I get on with it .<br>               Any help in this regard will be highly appreciated.<br><br><br><br><br>       ------------------------------------------------------------------------<br>       Add more friends to your messenger and enjoy! Invite them now.<br>
</div>       &lt;<a href="http://in.rd.yahoo.com/tagline_messenger_6/*http://messenger.yahoo.com/invite/" target="_blank">http://in.rd.yahoo.com/tagline_messenger_6/*http://messenger.yahoo.com/invite/</a>&gt; 
<div class="im"><br><br>       _______________________________________________<br>       hibernate-dev mailing list<br>       <a href="mailto:hibernate-dev@lists.jboss.org" target="_blank">hibernate-dev@lists.jboss.org</a><br>
</div>       &lt;/mc/compose?to=<a href="mailto:hibernate-dev@lists.jboss.org" target="_blank">hibernate-dev@lists.jboss.org</a>&gt; 
<div class="im"><br>       <a href="https://lists.jboss.org/mailman/listinfo/hibernate-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/hibernate-dev</a><br><br><br><br>------------------------------------------------------------------------<br>
</div>Get perfect Email ID for your Resume. Get before others grab. &lt;<a href="http://in.rd.yahoo.com/tagline_dbid_9/*http://in.promos.yahoo.com/address" target="_blank">http://in.rd.yahoo.com/tagline_dbid_9/*http://in.promos.yahoo.com/address</a>&gt;<br>
<br><br>------------------------------------------------------------------------ 
<div class="im"><br><br>_______________________________________________<br>hibernate-dev mailing list<br><a href="mailto:hibernate-dev@lists.jboss.org" target="_blank">hibernate-dev@lists.jboss.org</a><br><a href="https://lists.jboss.org/mailman/listinfo/hibernate-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/hibernate-dev</a><br>
</div></blockquote>
<div>
<div></div>
<div class="h5">_______________________________________________<br>hibernate-dev mailing list<br><a href="mailto:hibernate-dev@lists.jboss.org" target="_blank">hibernate-dev@lists.jboss.org</a><br><a href="https://lists.jboss.org/mailman/listinfo/hibernate-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/hibernate-dev</a><br>
</div></div></blockquote></div><br></div>