AW: create javadoc

2009-10-27 Thread Jan.Materne
Ant with 'classpath' he meant the one for the task: Because your source files depends on these libraries you should have defined them somewhere before: then reuse that Jan >-Ursprüngliche Nachricht- >Von: Scot P. Floess [mailto:sflo...@nc.rr.com] >Gesendet: Dienstag,

Re: Java source files not part of any package

2009-10-27 Thread Dianne Yumul
Thanks for the suggestion Chris. I tried using the includes parameter and it works. Here's what it looks like: classpathref="lib.path" debug="${compile.debug}"> Here's the directory structure: /Common/AuthWindow.java /Common/DateFormat

Re: Java source files not part of any package

2009-10-27 Thread chris . green100
Look at the include / exclude parameter options Chris Sent using BlackBerry® from Orange -Original Message- From: Dianne Yumul Date: Tue, 27 Oct 2009 13:31:24 To: Subject: Java source files not part of any package Hello Everyone, I'm learning to use Ant 1.7.0 as part of Xcode 3.1.2 o

Java source files not part of any package

2009-10-27 Thread Dianne Yumul
Hello Everyone, I'm learning to use Ant 1.7.0 as part of Xcode 3.1.2 on Mac OS X 10.6. We have a separate directory called Common/ where we keep common java source files. These files need to get included, not all at the same time though, when compiling our Java applications. What would

Re: create javadoc

2009-10-27 Thread Scot P. Floess
You need to fix your classpath to include the other project's classes... On Tue, 27 Oct 2009, Júlio Cesar Bueno Cotta wrote: Hello, I am trying to create a build of a java project what use classes from another project in the workspace.. when I run the javadoc task..I see things like project/p

create javadoc

2009-10-27 Thread Júlio Cesar Bueno Cotta
Hello, I am trying to create a build of a java project what use classes from another project in the workspace.. when I run the javadoc task..I see things like project/package/MyClass.java warning - Tag @see: reference not found: com.bla.bla.bla where com.bla.bla.bla is the referencied classes.

RE: Different revision schemes for different status

2009-10-27 Thread Glidden, Douglass A
Felix, I'm not necessarily an Ivy "power user", but that scheme definitely looks reasonable to me; it's actually quite similar to the one I'm using on my project. AFAIK, the only customizing you would need to do for this scheme is to set up a custom latest-revision in your latest-strategies wi

Re: Batch to External Tools and Tasks

2009-10-27 Thread André Fiedler
thx! :o) 2009/10/27 > done > rev830189 > > Jan > > >-Ursprüngliche Nachricht- > >Von: André Fiedler [mailto:fiedler.an...@googlemail.com] > >Gesendet: Montag, 26. Oktober 2009 20:34 > >An: user@ant.apache.org > >Betreff: Batch to External Tools and Tasks > > > >Hi! > > > >i've build a si

AW: Batch to External Tools and Tasks

2009-10-27 Thread Jan.Materne
done rev830189 Jan >-Ursprüngliche Nachricht- >Von: André Fiedler [mailto:fiedler.an...@googlemail.com] >Gesendet: Montag, 26. Oktober 2009 20:34 >An: user@ant.apache.org >Betreff: Batch to External Tools and Tasks > >Hi! > >i've build a simple Windows GUI for Ant. Can someone please >

Re: Checking whether a file is executable

2009-10-27 Thread Stephen Connolly
you might also have a look at jna.dev.java.net as they have some trickery that allows you to query is a file is executable 2009/10/27 Rebhan, Gilbert > > > > > -Original Message- > From: Francis GALIEGUE [mailto:f...@one2team.com] > Sent: Friday, October 23, 2009 10:01 PM > To: Ant Users

RE: Checking whether a file is executable

2009-10-27 Thread Rebhan, Gilbert
-Original Message- From: Francis GALIEGUE [mailto:f...@one2team.com] Sent: Friday, October 23, 2009 10:01 PM To: Ant Users List Subject: Checking whether a file is executable /* Hello, Ant's condition can check whether a file exists and is a regular file (with type="file"), but I h