On 6/20/07, Deus Davis <[EMAIL PROTECTED]> wrote:

This doesn't happen every time I build bu frequently. The only links in the
javadoc task are the following.

                        <link href='http://java.sun.com/j2se/1.5.0/docs/api/' />
                        <link href='http://www.junit.org/junit/javadoc/4.3/' />
                        <link href='http://logging.apache.org/log4j/docs/api/' 
/>
                        <link 
href='http://jakarta.apache.org/commons/logging/apidocs/' />


Could this be the problem?
I would think so. Some of these sites
can sometimes be woefully slow.

Try to comment out the links and see if this helps.
Try also with the offline and packageListLoc attributes
of the <link> element:
see:
http://ant.apache.org/manual/CoreTasks/javadoc.html





Peter Reilly-2 wrote:
>
> It could be that you are behind a proxy and you are trying
> to link to some off-site http:// location.
>
> Peter
>
> On 6/19/07, Deus Davis <[EMAIL PROTECTED]> wrote:
>>
>> I am compiling with version 1.5 and I am specifying 1.5 as my javac
>> version
>>
>> Qazwart wrote:
>> >
>> > Take a look at the "target" and "source" properties of the <javac>
>> > task. If you use a higher Java JDK than you want to compile to, you
>> > can set these properties to emulate the Java JDK you are compiling
>> > for and the Java JDK you will be running on.
>> >
>> > You can also set the "ant.build.javac.source" and
>> > "ant.build.javac.target" general properties if you're using Ant 1.7
>> > of greater. This way, you don't have to worry about switching Java
>> > JDKs in your compile.
>> >
>> >
>> > On Jun 18, 2007, at 3:48 PM, Deus Davis wrote:
>> >
>> >>
>> >> I have a build which will occasionally hang in the middle of
>> >> running my
>> >> javadoc task. I have increased memory usage to 1GB and still have
>> >> the issue.
>> >> I turned on verbose mode and still I am getting no indication as to
>> >> why this
>> >> is happening . What could be causing this type of behavior?
>> >>
>> >>
>> >> I did search but did not find any answers . My first post..thank you
>> >> --
>> >> View this message in context: http://www.nabble.com/Javadoc-task-
>> >> tf3942423.html#a11182756
>> >> Sent from the Ant - Users mailing list archive at Nabble.com.
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >>
>> >
>> > David Weintraub
>> > [EMAIL PROTECTED]
>> > [EMAIL PROTECTED]
>> >
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Javadoc-task-tf3942423.html#a11200533
>> Sent from the Ant - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

--
View this message in context: 
http://www.nabble.com/Javadoc-task-tf3942423.html#a11214526
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to