This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 6870dc9  ${header.dir} may contain spaces
     new b5b34b6  Merge pull request #3033 from nigjo/build-profiler-on-win
6870dc9 is described below

commit 6870dc970b3bac73630af814f1d5a0ccd91038b1
Author: Jens Hofschröer <apa...@nigjo.de>
AuthorDate: Thu Jul 1 12:25:20 2021 +0200

    ${header.dir} may contain spaces
---
 profiler/lib.profiler/build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiler/lib.profiler/build.xml b/profiler/lib.profiler/build.xml
index b811001..457f894 100644
--- a/profiler/lib.profiler/build.xml
+++ b/profiler/lib.profiler/build.xml
@@ -54,7 +54,7 @@
                 deprecation="${build.compiler.deprecation}" 
optimize="${build.compiler.optimize}" source="${javac.source}" 
target="${javac.target}" includeantruntime="false">
             <include name="org/netbeans/lib/profiler/server/system/**"/>
             <compilerarg line="${javac.compilerargs}"/>
-            <compilerarg line="-h ${header.dir}"/>
+            <compilerarg line="-h &quot;${header.dir}&quot;"/>
         </javac>
         <mkdir dir="${buildcvm.classes.dir}"/>
         <javac  srcdir="${srccvm.dir}" destdir="${buildcvm.classes.dir}" 
deprecation="${build.compiler.deprecation}"
@@ -69,7 +69,7 @@
             <include name="org/netbeans/lib/profiler/global/**"/>
             <include name="org/netbeans/lib/profiler/wireprotocol/**"/>
             <compilerarg line="${javac.compilerargs}"/>
-            <compilerarg line="-h ${header.dir}"/>
+            <compilerarg line="-h &quot;${header.dir}&quot;"/>
         </javac>
     </target>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to