You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Daniel John Debrunner <dj...@apache.org> on 2006/10/28 00:09:49 UTC

build problems with publishedapi javadoc target

I'm seeing build errors trying to build the javadoc target, 
publishedapi. I'm using ant 1.6.2. Any ideas?

BUILD FAILED
C:\_work\svn_linq\trunk\build.xml:597: The following error occurred 
while executing this line:
C:\_work\svn_linq\trunk\build.xml:608: The following error occurred 
while executing this line:
C:\_work\svn_linq\trunk\build.xml:674: The <javadoc> type doesn't 
support the "executable" attribute.

Dan.



Re: build problems with publishedapi javadoc target

Posted by Daniel John Debrunner <dj...@apache.org>.
Andrew McIntyre wrote:
> On 10/27/06, Daniel John Debrunner <dj...@apache.org> wrote:
>>
>> I'm seeing build errors trying to build the javadoc target,
>> publishedapi. I'm using ant 1.6.2. Any ideas?
> 
> The executable attribute for the javadoc task was added in Ant 1.6.3.
> We need to use the executable attribute to specify the JDK 1.6
> executable when building the JDBC 4 javadoc.

Thanks Andrew, switching to ant 1.6.5 worked.

Dan.


Re: build problems with publishedapi javadoc target

Posted by Andrew McIntyre <mc...@gmail.com>.
On 10/27/06, Daniel John Debrunner <dj...@apache.org> wrote:
>
> I'm seeing build errors trying to build the javadoc target,
> publishedapi. I'm using ant 1.6.2. Any ideas?

The executable attribute for the javadoc task was added in Ant 1.6.3.
We need to use the executable attribute to specify the JDK 1.6
executable when building the JDBC 4 javadoc.

BUILDING.txt does specify to use Ant 1.6.3 or higher.

andrew