May I ask another question on this topic? About the location
where the javadoc is published, we have been using a configuration
option in our pom.xml, then specify the <outputDirectory>
and <reportOutputDirectory> in the maven-javadoc-plugin
configuration to publish directly somewhere in
download.eclipse.org.
I see you have a post-build that says "Publish Javadoc". Where
does this publish the doc? Is there an official location for the
javadoc of an Eclipse project?
Thanks,
Geneviève
On 7/10/19 4:22 PM, Jonah Graham wrote:
Wonderful, I am pleased that I was able to help!
Jonah
Hi,
Thanks! it worked by following the example of your job!
Maybe it was the memory: I had a first step with 'mvn
clean install' and then did another with 'mvn
javadoc:aggregate'. Now, like you did, I have only one run
with 'mvn clean package javadoc:aggregate' and it
terminates correctly.
Thanks for the help,
Geneviève
On 7/10/19
2:40 PM, Jonah Graham wrote:
I am not sure, but this seemed very
familiar to me - but I can't seem to remember exactly. I
believe the problem I ran into was similar with CDT and
the problem was running out of memory. If it is that,
you should be able to replicate locally
with JAVA_TOOL_OPTIONS env variable set to similar as
the build machine (e.g. -Xmx2G)
FWIW, CDT does indeed build javadocs on Jenkins
CI @ Eclipse. However it is currently not working for
unrelated reasons*. The pre-JIRO job is archived here
if it helps you to consult it: https://ci.eclipse.org/cdt/view/all/job/archive-cdt-master-javadoc/ -
you should be able to see configuration and what the
console and output from the last time we ran it.
* I haven't got the job working since upgrading to
JIRO, but tracecompass is still running pre-JIRO.
HTH,
Jonah
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cbi-dev
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cbi-dev
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cbi-dev
|