Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 73032 invoked from network); 9 Feb 2005 01:17:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Feb 2005 01:17:43 -0000 Received: (qmail 29538 invoked by uid 500); 9 Feb 2005 01:17:41 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 29501 invoked by uid 500); 9 Feb 2005 01:17:40 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 29477 invoked by uid 99); 9 Feb 2005 01:17:40 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from smtp-vbr3.xs4all.nl (HELO smtp-vbr3.xs4all.nl) (194.109.24.23) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 08 Feb 2005 17:17:39 -0800 Received: from pt (a213-84-18-216.adsl.xs4all.nl [213.84.18.216]) by smtp-vbr3.xs4all.nl (8.12.11/8.12.11) with SMTP id j191Ha5u001762 for ; Wed, 9 Feb 2005 02:17:36 +0100 (CET) (envelope-from hugob@xs4all.nl) From: "Hugo Burm" To: Subject: RE: IntelliJ Open Source developer's license Date: Wed, 9 Feb 2005 02:17:32 +0100 Message-ID: <001501c50e45$22059290$0b01a8c0@pt> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.6604 (9.0.2911.0) In-reply-to: <42092344.8070903@dslextreme.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello Ralph, Can you comment on how you debug Cocoon with IDEA (isn't IntelliJ/Jetbrains the name of the company?)? Can you set breakpoints and step through the code? Just for your reference, this is how I debug a Cocoon block: Have to do this one time: - Build the whole Cocoon thing with Ant (the default build) and deploy it. - Remove the jar of the block from WEB-INF/lib - Create an IDEA project, set the src dir to the src dir of the block. Set the output dir to WEB-INF/classes. And repeat this many times: - Modify some code . Add some print statements - Compile - Restart the container (Tomcat) - Test the result in a browser (and check the print statements) This is brain damaged (debugging source code with print statements while we are living in 2005). So any comments on how I can improve this workflow is appreciated. Hugo Burm, also a big fan of IDEA by the way BTW, I bought a personal license for IDEA. IntelliJ/Jetbrains offer these licenses mostly during a short period at 50%. > -----Original Message----- > From: Ralph Goers [mailto:Ralph.Goers@dslextreme.com] > Sent: Tuesday, February 08, 2005 9:38 PM > To: dev@cocoon.apache.org > Subject: Re: IntelliJ Open Source developer's license > > > Yeah, that is annoying. I happen to have a commercial > license through > my employer, but I can use this on a different machine then I use for > that. I find that if I have two Cocoon projects open (1 for > 2.1.x and 1 > for trunk) it is kind of pointless to open any others. Cocoon > is rather > huge as a project. But IntelliJ has been great for debugging Cocoon. > > Ralph > > Bertrand Delacretaz wrote: > > > > > Le 8 f�vr. 05, � 21:20, Ralph Goers a �crit : > > > >> For anyone who is interested, you can now use IntelliJ for > free to do > >> Cocoon development > >> > >> http://www.jetbrains.com/idea/opensource/ > > > > > > I had a look > > but...http://www.jetbrains.com/idea/opensource/license.html > says "You > > may: (i) save and use the Software for the purpose of open source > > development only;" > > > > I'm wondering if there are many such "pure" open source > developers who > > never write a line of commercial code, or if people are > really going > > to switch to another environment when they do commercial (or just > > company internal) work ;-) > > > > -Bertrand, big fan of IDEA by the way > > >