I'm guessing that problem relates to length of javadoc directory/filenames. Can you try to with:
mvn clean install -Dmaven.javadoc.skip=true Please let me know if it gets you past that spot. On Wed, May 6, 2015 at 2:44 PM, John Whelan <[email protected]> wrote: > Hello, > > I have been building TP3 on both Windows and Linux, but have not been > successful on Windows. It used to be that I had a test failing because it > didn't take long enough. > > Now (today), when building incubator-tinkerpop-master on Windows, I get the > following error: > > {code} > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 50.623 s > [INFO] Finished at: 2015-05-06T13:27:24-06:00 > [INFO] Final Memory: 37M/513M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-javadoc-plugin:2.10.1:jar (attach-javadoc) > on project gremlin-core: MavenReportException: Error while creating archive > : > [ERROR] Exit code: 1 - javadoc: error - cannot read options (The system > cannot find the file specified) > [ERROR] > [ERROR] Command line was: D:\apps\Java\jdk1.8.0_45\jre\..\bin\javadoc.exe > @options @packages > [ERROR] > [ERROR] Refer to the generated Javadoc files in > > 'D:\Secure\sandbox\20150304_Graports\incubator-tinkerpop-master\gremlin-core\target\apidocs' > dir. > [ERROR] -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > [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 read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > > D:\Secure\sandbox\20150304_Graports\incubator-tinkerpop-master\gremlin-core> > {code} > > I have checked the 'apidocs' directory, and it contains 'javadoc.bat', > 'options', and 'packages' files. > > Are there known issues with building on Windows, or should I submit a bug > on JIRA for this? > > Regards, > John >
