Re: AW: create javadoc

2009-11-09 Thread Scot P. Floess
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, 27. Oktober 2009 21:29 An: Ant Users List Betreff: Re: create javadoc You need to fix your classpat

Re: AW: create javadoc

2009-11-09 Thread Júlio Cesar Bueno Cotta
> Thanks all for the answers. >>>>>>> >>>>>>> but I need more help >>>>>>> >>>>>>>> If I have just the .jar of the other project must to work in the >>>>>>>> same >>>>>>>> way? >>>>&

Re: AW: create javadoc

2009-10-29 Thread Scot P. Floess
ds 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, 27. Oktober 2009 21:29 An: Ant Users List Betreff: Re: create javadoc You need to fix your cla

Re: AW: create javadoc

2009-10-28 Thread Júlio Cesar Bueno Cotta
t;>>> the files are in The_Project/src/main/bla.bla1.bla2 >>>>>> >>>>>> Need I to charge the classes or something like this? >>>>>> >>>>>> >>>>>> 2009/10/28 Scot P. Floess >>>>>> >

Re: AW: create javadoc

2009-10-28 Thread Scot P. Floess
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, 27. Oktober 2009 21:29 An: Ant Users List Betreff: Re: create javadoc You need to fix your classpath

Re: AW: create javadoc

2009-10-28 Thread Júlio Cesar Bueno Cotta
t;> response >>>>> ;) >>>>> >>>>> >>>>> On Wed, 28 Oct 2009, jan.mate...@rzf.fin-nrw.de wrote: >>>>> >>>>> Ant with 'classpath' he meant the one for the task: >>>>> >>>>>

Re: AW: create javadoc

2009-10-28 Thread Scot P. Floess
ss [mailto:sflo...@nc.rr.com] Gesendet: Dienstag, 27. Oktober 2009 21:29 An: Ant Users List Betreff: Re: create javadoc 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 proj

Re: AW: create javadoc

2009-10-28 Thread Júlio Cesar Bueno Cotta
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 >>>&g

Re: AW: create javadoc

2009-10-28 Thread Scot P. Floess
ur 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, 27. Oktober 2009 21:29 An: Ant Users List Betreff: Re: create javadoc You n

Re: AW: create javadoc

2009-10-28 Thread Júlio Cesar Bueno Cotta
e that >> >> >> >> Jan >> >> -Ursprüngliche Nachricht- >>> Von: Scot P. Floess [mailto:sflo...@nc.rr.com] >>> Gesendet: Dienstag, 27. Oktober 2009 21:29 >>> An: Ant Users List >>> Betreff: Re: create javadoc &g

Re: AW: create javadoc

2009-10-28 Thread Scot P. Floess
ere before: then reuse that Jan -Ursprüngliche Nachricht- Von: Scot P. Floess [mailto:sflo...@nc.rr.com] Gesendet: Dienstag, 27. Oktober 2009 21:29 An: Ant Users List Betreff: Re: create javadoc You need to fix your classpath to include the other project's classes... On T

AW: create javadoc

2009-10-27 Thread Jan.Materne
;Gesendet: Dienstag, 27. Oktober 2009 21:29 >An: Ant Users List >Betreff: Re: create javadoc > > >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 t

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.