always create the docs/modules directory as part of the package-modules-jsdoc target, so that the build will succeed even if perl fails to build the jsdocs for whatever reasons
This commit is contained in:
		
							parent
							
								
									6894e5446a
								
							
						
					
					
						commit
						eb692b71ec
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -350,7 +350,8 @@
 | 
			
		|||
    <!-- Create JSDoc for modules                                            -->
 | 
			
		||||
    <!-- =================================================================== -->
 | 
			
		||||
    <target name="package-modules-jsdoc" depends="init">
 | 
			
		||||
        <exec executable="${jsdoc}" dir="${build.work}" >
 | 
			
		||||
    	<mkdir dir="${build.jsdocs}"/>
 | 
			
		||||
    	<exec executable="${jsdoc}" dir="${build.work}" >
 | 
			
		||||
          <arg value="-r"/>
 | 
			
		||||
          <arg value="-d"/>
 | 
			
		||||
          <arg value="${build.jsdocs}"/>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue