hazymayon / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

Improve developer builds / Eclipse environment #382

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be nice to have the following features built in to our dev 
environments:

1 - attach source to provided jars
2 - ability to attach debugger to running Red5 and Tomcat instances (when 
running from command line)

Really, it'd be nice to get away from having jars, .classpath, or .project 
files checked in to the source tree at all.  I'm accustomed to Maven 
builds, where I check out source, run "mvn eclipse:eclipse -
DdownloadSources=true" and it does all of that for me - downloading jars, 
attaching the source files, and setting up the .project and .classpath 
files for me.  Doing this helps us because not every person's dev 
environment is the same, and we don't want them to constantly have 
.classpath / .project files show up as modified in "svn diff".  They'll end 
up accidentally checking in changes to those files.

Since we're mostly using Gradle now, and it integrates with Maven, this may 
not be that hard.

Original issue reported on code.google.com by jeremyth...@gmail.com on 4 Mar 2010 at 9:13

GoogleCodeExporter commented 8 years ago

Original comment by ffdixon@gmail.com on 6 Feb 2011 at 2:33

GoogleCodeExporter commented 8 years ago

Original comment by ffdixon@gmail.com on 7 Feb 2011 at 6:14