You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2021/07/01 19:06:28 UTC

[netbeans] branch master updated: ${header.dir} may contain spaces

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 <ap...@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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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