Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 22984 invoked from network); 12 Apr 2011 17:35:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Apr 2011 17:35:36 -0000 Received: (qmail 52968 invoked by uid 500); 12 Apr 2011 17:35:35 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 52917 invoked by uid 500); 12 Apr 2011 17:35:35 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 52909 invoked by uid 99); 12 Apr 2011 17:35:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Apr 2011 17:35:35 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ryanzoerner@gmail.com designates 209.85.161.41 as permitted sender) Received: from [209.85.161.41] (HELO mail-fx0-f41.google.com) (209.85.161.41) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Apr 2011 17:35:27 +0000 Received: by fxm18 with SMTP id 18so5648750fxm.0 for ; Tue, 12 Apr 2011 10:35:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=T6+mIBJ5gkMGR2LFCMux/o3JlGKLghLZ/27rmJgW3to=; b=CC6+AmbY0Xc10XhD4Hfr+NhYHpBvXGbgLCb4hSzvtX/po8rrCLy10t3YYRHNL83BiY O4q0tuTh0IkyxuK5ZJ78ploMAa83GvxW2u3TfmJd7j9xkhCT/WQL5cpJyDN23PmQgpRh hAecl9odCNgw3Rk6Fto26HSorqW67JHeUY1tw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=bbCkgDGvzifjJUwAKu4ynffy/4hgmnDw1CpFdkkqtF4i34WhU+Jtrmbem+8Fo7oyAQ R4cP3LwYcciSgym5Mgg94C+iLO7YQTXFA669aOKBz2CONjNgNp56CA5TCL9uSQbbaFkT DjXTa1aQKP8LAF6Q+eKJBMdv77xtMhCDa++qU= MIME-Version: 1.0 Received: by 10.223.160.8 with SMTP id l8mr18636fax.114.1302629707476; Tue, 12 Apr 2011 10:35:07 -0700 (PDT) Received: by 10.223.13.7 with HTTP; Tue, 12 Apr 2011 10:35:07 -0700 (PDT) Date: Tue, 12 Apr 2011 12:35:07 -0500 Message-ID: Subject: general project setup and utilization questions From: Ryan Zoerner To: dev@cxf.apache.org Content-Type: multipart/alternative; boundary=002354275000fcf13f04a0bc1c7b X-Virus-Checked: Checked by ClamAV on apache.org --002354275000fcf13f04a0bc1c7b Content-Type: text/plain; charset=ISO-8859-1 Dear Team, I've assembled a small list of questions which I don't have answers to yet. It is probable that some or all of you have encountered these questions in the process of working on this project. Therefore, if you have a quick answer, that would be helpful. Thank you. Ryan eclipse setup questions: I set cxf-systests-jaxrs up as a faceted Java Web Project in Eclipse, but because I tried it in several different ways, I am wondering: is there some preferred way to the projects up in eclipse? (e.g., Java, Dynamic Web, etc. ) ------ src/ test.java test.resources eclipse cannot resolve import="org.apache.(...) how do I set file-folder-structure up so that I have src.test.java/ and src.test.resources/ as src folders on the build path. Eclipse won't let me touch those subfolders from configure buildpath (wizard?). What I would like to do is add src "folders" which contain those multiple folders in one src folder path. Junit and Eclipse I've never used Junit before, but I understand that it is a convenience library and reporting system. I see the Junit commands such as assert(), but I am unsure about how to make use of this in Eclipse. Because there is no main() method, how are the tests run? Is there some central file that calls these? Is that file part of Eclipse or the project? Server Deployment I have a Glassfishv3 server installed and setup in Eclipse, but I don't see any infrastructure for deploying web-archives (with the project). So, basically, do you deploy this to the server to test parts of it, and if so, is there some sort of test-container that you are using to encapsulate the parts that you want to test? File Search: I'm having problems searching for strings in files because of what I think are special characters in the files. This is the ouput: Problems encountered during text search. File 'cxf-systests-jaxrs/target/site/pmd.html' has been skipped, problem while reading: ('${outputEncoding}'). ${outputEncoding} Now, is there any way to use file search so that I can get around this problem. I know about regexp for instance, but if there is some default answer I would like to know. ------------------------- Again, thanks for your help. --002354275000fcf13f04a0bc1c7b--