Return-Path: Delivered-To: apmail-roller-user-archive@www.apache.org Received: (qmail 68133 invoked from network); 20 Feb 2008 16:54:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2008 16:54:42 -0000 Received: (qmail 22867 invoked by uid 500); 20 Feb 2008 16:54:36 -0000 Delivered-To: apmail-roller-user-archive@roller.apache.org Received: (qmail 22844 invoked by uid 500); 20 Feb 2008 16:54:36 -0000 Mailing-List: contact user-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@roller.apache.org Delivered-To: mailing list user@roller.apache.org Received: (qmail 22835 invoked by uid 99); 20 Feb 2008 16:54:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2008 08:54:36 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of arvind.bernaulli@gmail.com designates 72.14.246.246 as permitted sender) Received: from [72.14.246.246] (HELO ag-out-0708.google.com) (72.14.246.246) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2008 16:54:04 +0000 Received: by ag-out-0708.google.com with SMTP id 9so4372237agd.9 for ; Wed, 20 Feb 2008 08:54:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=abdapu8MO8vAOAvsyv4i2I/++9FakKQ10AlzgzRDzAQ=; b=TgfmyXZuuiOowlEV+lTTL7Kw/FIHzpaDG0pQvzzT0C9tHWFf5sYzpnZMspFIObpU1YgPxV0a8h7MtXaQJRRehah+mZNmbtbSBT14MVVclrXuk/LrvXxS6kEcbGJGTrCeAt4X/nxwmCnSDldInezGpIwV/RwJ5IfIrpneAFL+Dec= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=EyZShzxjCGv/gCN0EQGqe8xZZf2rfG9CQzYB86lTuxBSQlanVIsI7VOtt5Lv9T1NrBCMvG7+riuyzfWerxUZ8ghKJY6Uta/qOAKtl5Wju7wbhQtC1eBvLeXyt0Gs6L7xIXIXk61rR4vMbgbvhzoRHGDIIGLoPSR89EJU9EaN7Wo= Received: by 10.114.39.16 with SMTP id m16mr6290670wam.146.1203526448394; Wed, 20 Feb 2008 08:54:08 -0800 (PST) Received: by 10.114.171.20 with HTTP; Wed, 20 Feb 2008 08:54:08 -0800 (PST) Message-ID: <910bd9b30802200854s108e2486xbb776422e928b2f@mail.gmail.com> Date: Wed, 20 Feb 2008 22:24:08 +0530 From: "Arvind Gupta" To: user@roller.apache.org Subject: Re: Roller in NetBeans In-Reply-To: <001801c873d2$aed9e0e0$9a0a12ac@rei81r020931> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_24929_27940083.1203526448381" References: <910bd9b30802200202y44e66a79o42b71910e39addde@mail.gmail.com> <001801c873d2$aed9e0e0$9a0a12ac@rei81r020931> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_24929_27940083.1203526448381 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline John -add rom-propono-0.7.jar to java source classpth (rightclick project, in categories) look for java sources classpath). arvind On 20/02/2008, John Langan wrote: > > Dave, > Thanks for the advice, which I have followed, but I am getting unavailable > imports. > Arvind, I am getting the same errors as you did with unavailable imports > from com.sun.syndication.* > Also I have unavailable imports for > import org.apache.commons.httpclient.HttpClient; > import org.apache.commons.httpclient.HttpMethod; > import org.apache.commons.httpclient.HttpStatus; > import org.apache.commons.httpclient.methods.PostMethod; > > John. > > > -----Original Message----- > From: Arvind Gupta [mailto:arvind.bernaulli@gmail.com] > Sent: Wednesday, February 20, 2008 5:03 AM > To: user@roller.apache.org > Subject: Re: Roller in NetBeans > > Hi Dave > > I did the same but still getting errors in src. I am getting errors > because > these classes are unavailable... > > import com.sun.syndication.feed.atom.Entry; > import com.sun.syndication.feed.atom.Feed; > > Can u tell me workaround for this. I am using netbeans 6.0.1 > > -arvind > > > > > project > On 20/02/2008, Dave wrote: > > > > I would recommend getting the code from SVN and doing an Ant build as > > described here: > > http://cwiki.apache.org/confluence/display/ROLLER/Build+Guide > > > > Then open up the Netbeans project in apps/weblogger. > > > > - Dave > > > > > > On Feb 18, 2008 3:34 PM, John Langan wrote: > > > > > > > > > Are there any instructions on setting up the Roller source code as a > > project > > > in NetBeans so I can edit java and jsp files? > > > I thought this would be straightforward but don't seem to be able to > get > > a > > > working project. > > > I have tried creating a new project as a Web Application with Existing > > > Sources and with Existing Ant Script and setting the project at the > > > apache-roller-src-4.0 folder level and the weblogger folder level but > > with > > > no success. > > > The file structure in NetBeans does not seem to reflect that of the > > source > > > code and most of the java files have red warning signs indicating > > missing > > > imports. Are there other jar files that I need to add to the project? > I > > did > > > add mail.jar to apache-roller-src-4.0\tools\buildtime. > > > > > > > > > > > > > ------=_Part_24929_27940083.1203526448381--