Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5E44A200BAC for ; Wed, 12 Oct 2016 08:22:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5CF51160AF4; Wed, 12 Oct 2016 06:22:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AB76D160AE6 for ; Wed, 12 Oct 2016 08:22:21 +0200 (CEST) Received: (qmail 53338 invoked by uid 500); 12 Oct 2016 06:22:20 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 53310 invoked by uid 99); 12 Oct 2016 06:22:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2016 06:22:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8A0D52C4C74 for ; Wed, 12 Oct 2016 06:22:20 +0000 (UTC) Date: Wed, 12 Oct 2016 06:22:20 +0000 (UTC) From: "aiden carter (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DERBY-6071) trunk javadoc build fails with Javadoc failed: java.io.IOException: Cannot run program \bin\javadoc.exe": CreateProcess error=206, The filename or extension is too long. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 12 Oct 2016 06:22:22 -0000 [ https://issues.apache.org/jira/browse/DERBY-6071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15567763#comment-15567763 ] aiden carter commented on DERBY-6071: ------------------------------------- Long path tool is the very good program for error, unlock solution. Try it and solve your problem. I used long path tool and I solve my error, unlock problem solution. > trunk javadoc build fails with Javadoc failed: java.io.IOException: Cannot run program \bin\javadoc.exe": CreateProcess error=206, The filename or extension is too long. > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-6071 > URL: https://issues.apache.org/jira/browse/DERBY-6071 > Project: Derby > Issue Type: Bug > Components: Build tools > Affects Versions: 10.10.1.1 > Environment: Windows 7 > Reporter: Myrna van Lunteren > Assignee: Myrna van Lunteren > Labels: derby_backport_reject_10_9 > Fix For: 10.10.1.1 > > > With trunk svn updated to revision 1445458, the javadoc build on windows fails with an error like: > [path_to_trunk]\build.xml:1388: Javadoc failed: java.io.IOException: > Cannot run program "[path_to_ibm16jvm]\bin\javadoc.exe": CreateProcess > error=206, The filename or extension is too long. > This is in the testingdocs target. > It appears a new test causes the javadoc name to be too long for windows javadoc. > The solution is to add a property, 'useexternalfiles=yes'. > Other javadoc targets, e.g. derbydocs and demodocs, already have this property. -- This message was sent by Atlassian JIRA (v6.3.4#6332)