Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Documentation plug-in in product build #377

Closed
jastram opened this issue Jun 2, 2014 · 3 comments
Closed

Include Documentation plug-in in product build #377

jastram opened this issue Jun 2, 2014 · 3 comments

Comments

@jastram
Copy link
Member

jastram commented Jun 2, 2014

It would be nice to demonstrate the documentation as part of the itea review. Therefore, can we please try to get this done in Toolsprint 12?

What I expect: When a user selects Help | Help Contents, then the help browsers shows an additional entry for the openETCS manual.

@idelatorre
Copy link
Contributor

The build of the openETCS toolchain fails in a plugin (see below) so it is not possible to generate the tool.
Locally if I comment the build of that plugin the tool is generated with the documentation help contents.

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] org.openetcs.releng.parent ........................ SUCCESS [ 0.327 s]
[INFO] org.openetcs.common ............................... SUCCESS [ 5.370 s]
[INFO] org.openetcs.product .............................. SUCCESS [ 2.079 s]
[INFO] org.openetcs.intro ................................ SUCCESS [ 0.146 s]
[INFO] org.openetcs.pror.tracing ......................... SUCCESS [ 1.495 s]
[INFO] org.openetcs.documentation ........................ SUCCESS [ 30.996 s]
[INFO] org.openetcs.core.feature ......................... SUCCESS [ 0.229 s]
[INFO] org.openetcs.datadictionary ....................... SUCCESS [ 0.233 s]
[INFO] org.openetcs.datadictionary.feature ............... SUCCESS [ 0.074 s]
[INFO] org.openetcs.target.feature ....................... SUCCESS [ 1.563 s]
[INFO] org.openetcs.sysml.constraints .................... SUCCESS [ 0.430 s]
[INFO] org.openetcs.sysml.constraints.feature ............ SUCCESS [ 0.062 s]
[INFO] org.openetcs.sysml2scade.transformation ........... FAILURE [ 0.297 s]
[INFO] org.openetcs.sysml2scade.feature .................. SKIPPED
[INFO] org.openetcs.releng.products ...................... SKIPPED
[INFO] openETCS-Kepler ................................... SKIPPED
[INFO] org.openetcs.pror.tracing.test .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:38 min
[INFO] Finished at: 2014-06-19T09:20:39+01:00
[INFO] Final Memory: 109M/709M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.19.0:co
mpile (default-compile) on project org.openetcs.sysml2scade.transformation: Comp
ilation failure: Compilation failure:
[ERROR] C:\Users\idelatorre.BIO-SQS\Desktop\bundles\org.openetcs.sysml2scade.tra
nsformation\src\org\openetcs\sysml2scade\transformation\wizard\PerformTransforma
tionHandler.java:[15]
[ERROR] import org.openetcs.sysml2scade.transformation.Generator;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.openetcs.sysml2scade.transformation.Generator cannot be r
esolved
[ERROR] C:\Users\idelatorre.BIO-SQS\Desktop\bundles\org.openetcs.sysml2scade.tra
nsformation\src\org\openetcs\sysml2scade\transformation\wizard\PerformTransforma
tionHandler.java:[37]
[ERROR] Generator.start(file);
[ERROR] ^^^^^^^^^
[ERROR] Generator cannot be resolved
[ERROR] 2 problems (2 errors)
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExc
eption
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command

[ERROR] mvn -rf :org.openetcs.sysml2scade.transformation
C:\Users\idelatorre.BIO-SQS\Desktop\bundles\org.openetcs.releng.parent>

@idelatorre
Copy link
Contributor

Although it worked locally, remotely the documentation plugin fails due to the bin folder was missing in the github repository to build this plugin. This folder was uploaded the last week. Please run the build remotely to check that now the build of this plugin works correctly.

@astante
Copy link
Contributor

astante commented Jun 23, 2014

The commit eb16021 fixes the issue with the org.openetcs.sysml2scade.transformation plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants