Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho Javadoc

Jens,

 Goals like compile and install work great. I do not think that that is the problem.

 

Simone

 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Jens Reimann
Sent: 30 June 2015 15:58
To: tycho-user@xxxxxxxxxxx
Subject: Re: [tycho-user] Tycho Javadoc

 

Hi,

I think there are issues here.

1) The "javadoc" application cannot be found, which is coming with a JDK, so a JRE is not enough when running the build
2) There are no dependencies declared by this project. The project must declare dependencies to other projects in the build reactor which should be part of the generated documentation.

Jens

On 06/30/2015 04:21 PM, Simone Di Cola wrote:

Hi all,

How do you generate Javadoc using Tycho? I’ve tried this plugin  https://www.eclipse.org/tycho/sitedocs-extras/tycho-document-bundle-plugin/plugin-info.html, but it fails with the following error:

 

 

[INFO] --- tycho-document-bundle-plugin:0.23.0:javadoc (default-cli) @ xman.maven.parent ---

[INFO] Scopes: [compile, provided]

[INFO] Output directory: C:\Users\Simone\OneDrive\Eclipse\xman.maven.parent\target\reference\api

[INFO] BaseDir: C:\Users\Simone\OneDrive\Eclipse\xman.maven.parent

[INFO] Cleaning up first

[INFO] 0 source folders

[INFO] 0 classpath deps

[INFO] Including packages matching PackageNameMatcher[".*"]

[WARNING] No packages found

[INFO] Calling: cmd.exe /X /C "javadoc @C:\Users\Simone\OneDrive\Eclipse\xman.maven.parent\target\javadoc.options.txt"

[INFO] ------------------------------------------------------------------------

[INFO] Reactor Summary:

[INFO]

[INFO] xman.maven.parent .................................. FAILURE [  0.086 s]

[INFO] xman.eclipse.target_definition ..................... SKIPPED

[INFO] xman.xcore.metamodel ............................... SKIPPED

[INFO] xman.commons ....................................... SKIPPED

[INFO] xman.xtend.conditiondsl ............................ SKIPPED

[INFO] xman.xtend.conditiondsl.ui ......................... SKIPPED

[INFO] xman.xtend.codegenerator ........................... SKIPPED

[INFO] xman.spray.atomic .................................. SKIPPED

[INFO] xman.spray.composite ............................... SKIPPED

[INFO] xman.codegenerator.gui ............................. SKIPPED

[INFO] xman.xcore.repository .............................. SKIPPED

[INFO] xman.cdo.repository ................................ SKIPPED

[INFO] cdo.eclipse.ui ..................................... SKIPPED

[INFO] xman.help .......................................... SKIPPED

[INFO] xman.eclipse.wizard_menu ........................... SKIPPED

[INFO] xman.views ......................................... SKIPPED

[INFO] xman.xcore.activitychart ........................... SKIPPED

[INFO] xman.spray.activitychart ........................... SKIPPED

[INFO] xman.xcore.statechart .............................. SKIPPED

[INFO] xman.spray.statechart .............................. SKIPPED

[INFO] fxman.xcore.metamodel .............................. SKIPPED

[INFO] fxman.xcore.repository ............................. SKIPPED

[INFO] fxman.commons ...................................... SKIPPED

[INFO] fxman.spray.architecture ........................... SKIPPED

[INFO] fxman.product.explorer ............................. SKIPPED

[INFO] fxman.cdo.repository ............................... SKIPPED

[INFO] fxman.eclipse.wizard_menu .......................... SKIPPED

[INFO] fxman.eclipse.feature .............................. SKIPPED

[INFO] xman.eclipse.feature ............................... SKIPPED

[INFO] xman.eclipse.p2 .................................... SKIPPED

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 34.825 s

[INFO] Finished at: 2015-06-30T15:13:54+01:00

[INFO] Final Memory: 48M/116M

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-document-bundle-plugin:0.23.0:javadoc (default-cli) on project xman.maven.parent: Failed to run javadoc: Error while executing process. Cannot run program "javadoc" (in directory "C:\Users\Simone\OneDrive\Eclipse\xman.maven.parent\target\reference\api"): CreateProcess error=2, The system cannot find the file specified -> [Help 1]

 

 

Do you know a way to generate Javadoc for each individual project, and then combine them in their parent?

 

Many thanks for your attention

Simone  

 




_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user




-- 
IBH SYSTEMS GmbH
D-85235 Pfaffenhofen an der Glonn
Läutenring 43
Geschäftsführer / CEO: Dr. Thomas Heitzig
 
Amtsgericht München
Handelsregister Nummer  HRB 197959
USt ID: DE267945175
 
Office Munich
D 80992 München
Agnes-Pockels-Bogen 1
T +49 89 18 9 17 49 0
 
The information transmitted is intended only for the person or entity
to which it is addressed and may contain confidential and/or pivileged
material. Any review, retransmission, dissemination or other use of,
or taking of any action in reliance upon, this information by persons
or entities other than the intended recipient is prohibited. If you
received this in error, please contact the sender and delete the
material from any computer.

Back to the top