Why isn't cvstagdiff able to handle multiple modules?

2005-10-04 Thread Vo, David \(Mission Systems\)
According to the ANT documentation, it should be able to accept a space delimited list of modules but I have seen this is not the case. Beginning of file ... ... Sure enough, it diffs the entire list of modules, but when you look at the cvs_diff.xml file, it's usually void o

Re: PMD and Checkstyle rules.

2005-10-04 Thread robert
In this case this seems to have done the trick Quoting [EMAIL PROTECTED]: > So whilst I understand how to use to determine whether .class > files > are in sync with .java file etc. How

PMD and Checkstyle rules.

2005-10-04 Thread robert
So whilst I understand how to use to determine whether .class files are in sync with .java file etc. How do you do this when you have say a PMD or checkstyle producing less files than there are classes and you want to only reparse the source trees if in fact source has been changed since you last

Re: AW: Check directory exists

2005-10-04 Thread Juergen Hermann
On Tue, 4 Oct 2005 08:02:05 +0200, Frank Henry wrote: >Just wanted to step out from lurking and add an example > > > > > > > 2 comments: 1) you could use directly in the if, and 2) you should use instead of Ciao, Jürgen

Re: Java Source Cross-Reference

2005-10-04 Thread Alan Gutierrez
* Dominique Devienne <[EMAIL PROTECTED]> [2005-10-03 14:53]: > There's also http://www.vaegar.f9.co.uk/ > > Extract: Java2HTML is a simple-to-use tool which converts a bunch of > Java Source Code into a colourized and browsable HTML representation. > --DD > > PS: I haven't used Maven's xref (JXR)

Re: Java Source Cross-Reference

2005-10-04 Thread Alan Gutierrez
* Brett Porter <[EMAIL PROTECTED]> [2005-10-04 04:40]: > I don't think so (actually I've not tried, but I don't remember anyone > implementing it), but with the source available you are free to add it > :) Nice try. ;) Just curious. I'm at 1.4 and it seemed to work fine for that. :) -- A

Re: Java Source Cross-Reference

2005-10-04 Thread Brett Porter
I don't think so (actually I've not tried, but I don't remember anyone implementing it), but with the source available you are free to add it :) - Brett On 10/4/05, Alan Gutierrez <[EMAIL PROTECTED]> wrote: > * Brett Porter <[EMAIL PROTECTED]> [2005-10-03 20:18]: > > On 10/4/05, Dominique Devienn

Ant complains about non-existing dir that DOES exist

2005-10-04 Thread Nick De Graeve
I have a build file /home/nokeos/testing/cruise/code/test-build.xml: ... ... ... with a property file /home/nokeos/testing/cruise/code/build.properties: ... plugin.component.browser.dir=${plugin.dir}/com.fpc.nokeos.component.browser plugin.dir=${basedir}/plugins ... When I try to run the t

RE: Anyone used ANT to build EJB from Session Bean class

2005-10-04 Thread Cockayne, Simon
Hi Jan, I was excluding Xdoclet, because I know I can accomplish the task using Xdoclet. I am trying to gauge the existence and plausibility of any alternatives. Cheers, Simon. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 04 October 2005 08:15 To: user@

AW: Ant source code spell check task

2005-10-04 Thread Jan.Materne
Do you know http://wiki.apache.org/ant/AntExternalTaskdefs ? Jan >-Ursprüngliche Nachricht- >Von: Rob Mayhew [mailto:[EMAIL PROTECTED] >Gesendet: Sonntag, 2. Oktober 2005 18:44 >An: user@ant.apache.org >Betreff: Ant source code spell check task > >Hello Everyone > >I have created an ant

AW: Anyone used ANT to build EJB from Session Bean class

2005-10-04 Thread Jan.Materne
>Anyone used ANT (or ANT plus external tool, other than >Xdoclet), to automatically build an EJB from a java Session Bean class? Why no XDoclet? >I.e. Starting point is a java session bean class, but NO home >interface, NO remote interface and NO deployment descriptor. That´s the standard sce

AW: AW: Copy files according ant property

2005-10-04 Thread Jan.Materne
Have you migrated now, Steve? ;-) Main idea is that does the copy stuff. Why should we have a ? Jan >-Ursprüngliche Nachricht- >Von: Steve Loughran [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 29. September 2005 17:57 >An: Ant Users List >Betreff: Re: AW: Copy files according