RE: Problem with

2004-10-21 Thread W. Sean Hennessy
Perhaps your URL is not resolving across the drive volume if it is using the file:// protocol instead of http:// protocol. Recommned an examination of the resulting ${server.webpage.URL}. Noted that the ie6.path differs in drive volume from firefox.path and opera.path. -Original Message

RE: Newbie Questions

2004-07-23 Thread W. Sean Hennessy
>But I am not aware of any tool for scanning for #includes. One consideration might be a target which uses gcc -M command line option see capture the generated output which will need some transformation or mapper suitable for

RE: javadoc task failure

2003-10-15 Thread W. Sean Hennessy
Kinda tough to be specific without seeing the buil.xml Perhaps the addition of a core task within the target that is using to test the source directory and conditionally call javadoc based on the resulting property value . -Original Message- From: Matt [mailto:[EMAIL PROTECTED] Sent

RE: JUnitReport: TransformerException

2003-08-19 Thread W. Sean Hennessy
Recommend a check that the appropriate jars are part of the classpath... -Original Message- From: Allen, Kevin E. [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 12:48 PM To: [EMAIL PROTECTED] Subject: JUnitReport: TransformerExce

RE: r_e_m_o_v_e a string within a path

2003-07-01 Thread W. Sean Hennessy
" > summary="yes"/> > > removing ${tmp.source.dir} from ${tmp.package} > summary="yes"/> > > >package name = ${tmp.package} > > is there any way to access the ANT internal string representation without any > interpretat

RE: Major frustration.

2003-06-12 Thread W. Sean Hennessy
Would it be possible to isolate each of ejbdoclet and webdoclet elements in separate targets something like? Completed successfully! -Original Message