That is probably part of it. As the development has taken place mostly on unixen, there is one symlink in there which I think will cause grief when building (not running) on windows: http://stackoverflow.com/questions/5917249/git-symlinks-in-windows
The symlink probably causing offense: https://github.com/jenkinsci/blueocean-plugin/tree/master/blueocean-web/src/main/webapp Sorry about this, just need more eyeballs to flush things out for building specifically on windows. Are you interested in hacking on things in windows or more interested in kicking the tyres/trying it out as it is? On Tuesday, May 31, 2016 at 3:04:44 PM UTC+10, Richard Bywater wrote: > > I assume the cause of the issue is: > "Cannot find module '..srcmainjs/AdminNavLink.jsx" > > It looks like something is trying to write a string probably started as > "..\src\main\js/AdminNavLink.jsx" and its entered something like Java which > has seen those backslashes as escape characters (and hence ended up as > srcmainjs) > > Haven't looked at *any* of the code but hopefully that might point someone > in a useful direction. > > Richard. > > On Tue, 31 May 2016 at 00:16 Naresh K <[email protected] <javascript:>> > wrote: > >> Hi All, >> >> I just came across blue ocean and the project sounds very interesting and >> wanted to setup my windows 7 machine for dev purposes. But before that i >> tried compiling the plugin by checking out the source code and running 'mvn >> clean install' on it >> this is the error i get: >> >> [INFO] [16:41:34] Finished 'less_bundle_extensions_bundle_4' after 5 ms >> [INFO] [16:41:34] LESS CSS pre-processing completed to >> 'target/classes/org/jenki >> ns/ui/jsmodules/blueocean_dashboard'. >> [INFO] [16:41:35] Finished 'js_bundle_immutable-3.8.1_bundle_1' after >> 1.34 s >> [INFO] [16:41:35] Browserify bundle processing error >> [INFO] [16:41:35] error: Error: Cannot find module >> '..srcmainjs/AdminNavLi >> nk.jsx' from >> 'C:\Users\Admin\Downloads\blueocean\blueocean-dashboard\target' >> [ERROR] >> [ERROR] >> C:\Users\Admin\Downloads\blueocean\blueocean-dashboard\node_modules\@ >> jenkins-cd\js-builder\index.js:555 >> [ERROR] throw 'Browserify bundle processing >> error. See a >> bove for details.'; >> [ERROR] ^ >> [ERROR] Browserify bundle processing error. See above for details. >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Reactor Summary: >> [INFO] >> [INFO] Blue Ocean UI Parent ............................... SUCCESS [ >> 7.282 s] >> [INFO] BlueOcean :: Commons API ........................... SUCCESS [ >> 8.382 s] >> [INFO] BlueOcean :: Web module ............................ SUCCESS [ >> 29.429 s] >> [INFO] BlueOcean :: Rest module ........................... SUCCESS [ >> 7.401 s] >> [INFO] BlueOcean :: Dashboard ............................. FAILURE [ >> 20.144 s] >> [INFO] BlueOcean :: Jenkins Plugin ........................ SKIPPED >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 01:14 min >> [INFO] Finished at: 2016-05-30T16:41:35+05:30 >> [INFO] Final Memory: 262M/1564M >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] Failed to execute goal >> com.github.eirslett:frontend-maven-plugin:0.0.23: >> gulp (gulp bundle) on project blueocean-dashboard: Failed to run task: >> 'gulp bun >> dle --no-color' failed. (error code 1) -> [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 <goals> -rf :blueocean-dashboard >> >> >> I checked the gulp file and everything seems fine. Am i missing >> something. I have nodejs installed and gulp as well. Requesting members to >> help me with this. nodejs is at 4.4.5 >> >> >> Regards >> Naresh K >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-dev/2fe9788d-f777-463a-9e5c-2074da06aab5%40googlegroups.com >> >> <https://groups.google.com/d/msgid/jenkinsci-dev/2fe9788d-f777-463a-9e5c-2074da06aab5%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/6d247fb8-9635-48b7-a81b-257e806ed667%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
