Raju Bitter created FLEX-33199:
----------------------------------
Summary: Falcon compiler javadoc build shows errors due to missing
classpath dependencies
Key: FLEX-33199
URL: https://issues.apache.org/jira/browse/FLEX-33199
Project: Apache Flex
Issue Type: Bug
Components: Ant Tasks
Affects Versions: Adobe Flex SDK Next
Environment: URL:
https://svn.apache.org/repos/asf/incubator/flex/falcon/trunk/compiler
Repository Root: https://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 1384279
Reporter: Raju Bitter
Fix For: Adobe Flex SDK Next
The Ant javadoc target in compiler/build.xml generates a number of errors, e.g.:
[javadoc] Constructing Javadoc information...
[javadoc]
/home/raju/src/svn/falcon-svn/compiler/src/org/apache/flex/compiler/ant/COMPCTask.java:26:
package org.apache.tools.ant does not exist
[javadoc] import org.apache.tools.ant.BuildException;
[javadoc] ^
[javadoc]
/home/raju/src/svn/falcon-svn/compiler/src/org/apache/flex/compiler/ant/COMPCTask.java:27:
package org.apache.tools.ant does not exist
[javadoc] import org.apache.tools.ant.DynamicConfigurator;
[javadoc] ^
[javadoc]
/home/raju/src/svn/falcon-svn/compiler/src/org/apache/flex/compiler/ant/FlexTask.java:31:
package org.apache.tools.ant does not exist
[javadoc] import org.apache.tools.ant.BuildException;
(continues)
Apache Ant ant.jar is missing in the classpath, when I add ant.jar to the
classpath for the javadoc target, no error message is shown.
<target name="javadoc"
depends="as3.parser,metadata.parser,as3.codegen.emitter,as3.codegen.UnknownTreeHandler,css.codegen.emitter,css.grammar"
description="Build javadoc">
<javadoc destdir="${javadoc}" useexternalfile="yes"
overview="${src}/overview.html" failonerror="true">
<classpath>
<pathelement location="/usr/share/ant/lib/ant.jar"/>
<path refid="classpath" />
</classpath>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira