[jira] [Resolved] (HADOOP-7726) eclipse target does not build with 0.24.0

2012-07-22 Thread Harsh J (JIRA)
on trunk/2.x branches. Please see http://wiki.apache.org/hadoop/HowToContribute to import sources into eclipse. eclipse target does not build with 0.24.0 - Key: HADOOP-7726 URL: https://issues.apache.org/jira

Re: Eclipse target

2011-05-19 Thread Niels Basjes
Hi Todd, 2011/5/19 Todd Lipcon t...@cloudera.com: Yes, I have to do this same thing manually every time I re-run ant eclipse. So, it seems like we should add it to the eclipse target, like you said. Feel free to file a JIRA and patch! https://issues.apache.org/jira/browse/HADOOP-7305 (Hadoop

Re: Eclipse target

2011-05-19 Thread Todd Lipcon
Committed. Thanks! On Thu, May 19, 2011 at 5:14 AM, Niels Basjes ni...@basjes.nl wrote: Hi Todd, 2011/5/19 Todd Lipcon t...@cloudera.com: Yes, I have to do this same thing manually every time I re-run ant eclipse. So, it seems like we should add it to the eclipse target, like you said

Eclipse target

2011-05-18 Thread Niels Basjes
/ library path=${conf.dir} exported=false / +library path=${java.home}/../lib/tools.jar exported=false / /classpath /eclipse /target -- Met vriendelijke groeten, Niels Basjes

Re: Eclipse target

2011-05-18 Thread Todd Lipcon
Hi Niels, Yes, I have to do this same thing manually every time I re-run ant eclipse. So, it seems like we should add it to the eclipse target, like you said. Feel free to file a JIRA and patch! -Todd On Wed, May 18, 2011 at 2:24 PM, Niels Basjes ni...@basjes.nl wrote: When I checkout common