[
https://jira.jboss.org/browse/RF-8904?page=com.atlassian.jira.plugin.syst...
]
Alex Kolonitsky commented on RF-8904:
-------------------------------------
Long file names generated by jsdoc-tolkit but it is based on the parameters passed
http://code.google.com/p/jsdoc-toolkit/issues/detail?id=230
In our case maven-jstools-plugin prepare mentioned parameters and pass absolute file names
to jsdoc-toolkit
JsDocMojo.java line 134
Set jsfiles = getJavaScriptFiles();
for (Iterator iter = jsfiles.iterator(); iter.hasNext(); )
args.add(((File)iter.next()).getAbsolutePath());
Release ZIP contains corrupted files generated by jsdoc
-------------------------------------------------------
Key: RF-8904
URL:
https://jira.jboss.org/browse/RF-8904
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.0.0.Alpha2
Reporter: Lukas Fryc
Assignee: Alex Kolonitsky
Priority: Critical
Fix For: 4.0.0.Milestone1
http://downloads.jboss.org/richfaces/milestones/4.0.X/4.0.0.Alpha2/richfa...
The archive contains the corrupted filenames such as
_Users_balunasj_projects_richfaces_4.0.0_svn_core_tags_richfaces-core-4.0.0.Alpha2_impl_src_main_resources_META-INF_resources_jquery.js.html
in directory
richfaces-4.0.0.Alpha2/docs/jsdoc/richfaces-core-impl/symbols/src
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira