Browse Source

Update to a version of lombok-pg built against latest lombok

Make build-properties include client libs as well as plugin libs
Go back to just using private.classpath instead of stupid references

Change-Id: Ia7daed2fa032433b7f7eb7fe142da318770dab79
Reviewed-on: http://gerrit.dmdirc.com/2265
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Shane Mc Cormack <shane@dmdirc.com>
tags/0.6.7rc1
Chris Smith 12 years ago
parent
commit
7f6b773eee
4 changed files with 15 additions and 90 deletions
  1. 1
    1
      build-properties.xml
  2. BIN
      lib/lombok-pg-0.10.7.jar
  3. 12
    11
      nbproject/build-impl.xml
  4. 2
    78
      nbproject/project.properties

+ 1
- 1
build-properties.xml View File

@@ -25,7 +25,7 @@
25 25
     </target>
26 26
 
27 27
     <target name="-init-private-properties" depends="-create-private-properties,-check-private-classpath,-create-private-classpath">
28
-        <propertyregex property="private.classpath.value" input="${toString:plugins.libs}" regexp="\\" replace="/" global="true" defaultValue="${toString:plugins.libs}"/>
28
+        <propertyregex property="private.classpath.value" input="${toString:all.libs}" regexp="\\" replace="/" global="true" defaultValue="${toString:all.libs}"/>
29 29
         <replaceregexp file="nbproject/private/private.properties" match="^private.classpath=(.*)$" flags="im" replace="private.classpath=${private.classpath.value}"/>
30 30
     </target>
31 31
     

BIN
lib/lombok-pg-0.10.0.jar → lib/lombok-pg-0.10.7.jar View File


+ 12
- 11
nbproject/build-impl.xml View File

@@ -26,10 +26,11 @@ is divided into following sections:
26 26
                 INITIALIZATION SECTION
27 27
                 ======================
28 28
             -->
29
-    <path id="plugins.libs">
29
+    <path id="all.libs">
30
+        <fileset dir="lib" includes="*.jar"/>
30 31
         <fileset dir="modules/plugins/lib" includes="*.jar"/>
31 32
     </path>
32
-    
33
+
33 34
     <property name="test_profile_dir" value="./test_profile"/>
34 35
     <target name="-pre-init">
35 36
         <!-- Empty placeholder for easier customization. -->
@@ -164,7 +165,7 @@ is divided into following sections:
164 165
             <element name="customize" optional="true"/>
165 166
             <sequential>
166 167
                 <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}">
167
-                    <classpath refid="plugins.libs"/>
168
+                    <classpath refid="all.libs"/>
168 169
                     <classpath>
169 170
                         <path path="@{classpath}"/>
170 171
                     </classpath>
@@ -182,7 +183,7 @@ is divided into following sections:
182 183
                     <classpath>
183 184
                         <path path="@{classpath}"/>
184 185
                     </classpath>
185
-                    <classpath refid="plugins.libs"/>
186
+                    <classpath refid="all.libs"/>
186 187
                 </depend>
187 188
             </sequential>
188 189
         </macrodef>
@@ -217,7 +218,7 @@ is divided into following sections:
217 218
                         <pathelement path="${clover.jar}"/>
218 219
                     </classpath>
219 220
                     <env key="DMDIRC_HOME" value="${test_profile_dir}"/>
220
-                    <classpath refid="plugins.libs"/>
221
+                    <classpath refid="all.libs"/>
221 222
                     <batchtest todir="${build.test.results.dir}">
222 223
                         <clover-optimized-testset>
223 224
                             <fileset dir="${main.test.dir}" excludes="@{excludes},${excludes}" includes="@{includes}">
@@ -262,7 +263,7 @@ is divided into following sections:
262 263
             <sequential>
263 264
                 <delete dir="${test_profile_dir}"/>
264 265
                 <junit dir="${work.dir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" showoutput="true" timeout="120000">
265
-                    <classpath refid="plugins.libs"/>
266
+                    <classpath refid="all.libs"/>
266 267
                     <env key="DMDIRC_HOME" value="${test_profile_dir}"/>
267 268
                     <batchtest todir="${build.test.results.dir}">
268 269
                         <fileset dir="${main.test.dir}" excludes="@{excludes},${excludes}" includes="@{includes}">
@@ -303,7 +304,7 @@ is divided into following sections:
303 304
                 <nbjpdastart addressproperty="jpda.address" name="@{name}" stopclassname="@{stopclassname}" transport="dt_socket">
304 305
                     <classpath>
305 306
                         <path path="@{classpath}"/>
306
-                        <path refid="plugins.libs"/>
307
+                        <path refid="all.libs"/>
307 308
                     </classpath>
308 309
                 </nbjpdastart>
309 310
             </sequential>
@@ -338,7 +339,7 @@ is divided into following sections:
338 339
             <element name="customize" optional="true"/>
339 340
             <sequential>
340 341
                 <java classname="@{classname}" dir="${work.dir}" fork="true">
341
-                    <classpath refid="plugins.libs"/>
342
+                    <classpath refid="all.libs"/>
342 343
                     <jvmarg line="${debug-args-line}"/>
343 344
                     <jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
344 345
                     <jvmarg line="${run.jvmargs}"/>
@@ -360,7 +361,7 @@ is divided into following sections:
360 361
             <element name="customize" optional="true"/>
361 362
             <sequential>
362 363
                 <java classname="@{classname}" dir="${work.dir}" fork="true">
363
-                    <classpath refid="plugins.libs"/>
364
+                    <classpath refid="all.libs"/>
364 365
                     <jvmarg line="${run.jvmargs}"/>
365 366
                     <classpath>
366 367
                         <path path="${run.classpath}"/>
@@ -553,7 +554,7 @@ is divided into following sections:
553 554
             <classpath>
554 555
                 <path path="${javac.classpath}"/>
555 556
             </classpath>
556
-            <classpath refid="plugins.libs"/>
557
+            <classpath refid="all.libs"/>
557 558
             <fileset dir="${main.src.dir}" excludes="${excludes}" includes="${includes}">
558 559
                 <filename name="**/*.java"/>
559 560
             </fileset>
@@ -585,7 +586,7 @@ is divided into following sections:
585 586
             <classpath>
586 587
                 <path path="${javac.classpath}"/>
587 588
             </classpath>
588
-            <classpath refid="plugins.libs"/>
589
+            <classpath refid="all.libs"/>
589 590
         </javadoc>
590 591
     </target>
591 592
 

+ 2
- 78
nbproject/project.properties View File

@@ -2,42 +2,6 @@ annotation.processing.enabled=true
2 2
 annotation.processing.enabled.in.editor=true
3 3
 annotation.processing.run.all.processors=true
4 4
 endorsed.classpath=
5
-file.reference.ant-contrib-1.0b3.jar=lib\\ant-contrib-1.0b3.jar
6
-file.reference.ant-contrib-1.0b3.jar-1=modules\\plugins\\lib\\ant-contrib-1.0b3.jar
7
-file.reference.asm-3.1.jar=lib\\asm-3.1.jar
8
-file.reference.checkstyle-5.3-all.jar=lib\\checkstyle-5.3-all.jar
9
-file.reference.cinch.jar=modules\\plugins\\lib\\cinch.jar
10
-file.reference.cinchsupport.jar=modules\\plugins\\lib\\cinchsupport.jar
11
-file.reference.clover.jar=lib\\clover.jar
12
-file.reference.commons-codec-1.3.jar=lib\\commons-codec-1.3.jar
13
-file.reference.commons-codec-1.3.jar-1=modules\\plugins\\lib\\commons-codec-1.3.jar
14
-file.reference.commons-httpclient-3.0-rc1.jar=lib\\commons-httpclient-3.0-rc1.jar
15
-file.reference.commons-lang-2.4.jar=modules\\plugins\\lib\\commons-lang-2.4.jar
16
-file.reference.commons-logging-1.0.3.jar=lib\\commons-logging-1.0.3.jar
17
-file.reference.fikin-ant-1.7.3.jar=lib\\fikin-ant-1.7.3.jar
18
-file.reference.findbugs-ant.jar=lib\\findbugs-ant.jar
19
-file.reference.httpcore.jar=modules\\plugins\\lib\\httpcore.jar
20
-file.reference.jaxen-1.1.1.jar=lib\\jaxen-1.1.1.jar
21
-file.reference.jetty-6.1.22.jar=modules\\plugins\\lib\\jetty-6.1.22.jar
22
-file.reference.jetty-util-6.1.22.jar=modules\\plugins\\lib\\jetty-util-6.1.22.jar
23
-file.reference.jml-1.0b4-full.jar=modules\\plugins\\lib\\jml-1.0b4-full.jar
24
-file.reference.jna.jar=modules\\plugins\\lib\\jna.jar
25
-file.reference.junit-4.8.1.jar=lib\\junit-4.8.1.jar
26
-file.reference.jxlayer.jar=modules\\plugins\\lib\\jxlayer.jar
27
-file.reference.lombok-pg-0.10.0.jar=lib\\lombok-pg-0.10.0.jar
28
-file.reference.lombok-pg-0.10.0.jar-1=modules\\plugins\\lib\\lombok-pg-0.10.0.jar
29
-file.reference.menuscroller.jar=modules\\plugins\\lib\\menuscroller.jar
30
-file.reference.miglayout-3.7.4-swing.jar=modules\\plugins\\lib\\miglayout-3.7.4-swing.jar
31
-file.reference.mockito-all-1.8.2.jar=lib\\mockito-all-1.8.2.jar
32
-file.reference.nsisant-1.3.jar=lib\\nsisant-1.3.jar
33
-file.reference.platform.jar=modules\\plugins\\lib\\platform.jar
34
-file.reference.pmd-4.2.5.jar=lib\\pmd-4.2.5.jar
35
-file.reference.servlet-api-2.5-20081211.jar=modules\\plugins\\lib\\servlet-api-2.5-20081211.jar
36
-file.reference.signpost-core-1.1-SNAPSHOT.jar=modules\\plugins\\lib\\signpost-core-1.1-SNAPSHOT.jar
37
-file.reference.smack.jar=modules\\plugins\\lib\\smack.jar
38
-file.reference.smackx.jar=modules\\plugins\\lib\\smackx.jar
39
-file.reference.uispec4j-2.2.jar=modules\\plugins\\lib\\uispec4j-2.2.jar
40
-file.reference.xercesImpl.jar=lib\\xercesImpl.jar
41 5
 javac.processorpath=\
42 6
     ${javac.classpath}
43 7
 jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
@@ -109,56 +73,16 @@ util.test.dir=modules/util/test
109 73
 # have the private.classpath variable that will be updated in dynamic.propeties
110 74
 # automatically by ant.
111 75
 javac.classpath=\
112
-    ${file.reference.lombok-pg-0.10.0.jar}:\
113
-    ${file.reference.ant-contrib-1.0b3.jar}:\
114
-    ${file.reference.asm-3.1.jar}:\
115
-    ${file.reference.checkstyle-5.3-all.jar}:\
116
-    ${file.reference.clover.jar}:\
117
-    ${file.reference.commons-codec-1.3.jar}:\
118
-    ${file.reference.commons-httpclient-3.0-rc1.jar}:\
119
-    ${file.reference.commons-logging-1.0.3.jar}:\
120
-    ${file.reference.fikin-ant-1.7.3.jar}:\
121
-    ${file.reference.findbugs-ant.jar}:\
122
-    ${file.reference.jaxen-1.1.1.jar}:\
123
-    ${file.reference.junit-4.8.1.jar}:\
124
-    ${file.reference.lombok-pg-0.10.0.jar}:\
125
-    ${file.reference.mockito-all-1.8.2.jar}:\
126
-    ${file.reference.nsisant-1.3.jar}:\
127
-    ${file.reference.pmd-4.2.5.jar}:\
128
-    ${file.reference.xercesImpl.jar}:\
129
-    ${file.reference.ant-contrib-1.0b3.jar-1}:\
130
-    ${file.reference.commons-codec-1.3.jar-1}:\
131
-    ${file.reference.commons-lang-2.4.jar}:\
132
-    ${file.reference.httpcore.jar}:\
133
-    ${file.reference.jetty-6.1.22.jar}:\
134
-    ${file.reference.jetty-util-6.1.22.jar}:\
135
-    ${file.reference.jml-1.0b4-full.jar}:\
136
-    ${file.reference.jna.jar}:\
137
-    ${file.reference.jxlayer.jar}:\
138
-    ${file.reference.lombok-pg-0.10.0.jar-1}:\
139
-    ${file.reference.menuscroller.jar}:\
140
-    ${file.reference.miglayout-3.7.4-swing.jar}:\
141
-    ${file.reference.platform.jar}:\
142
-    ${file.reference.servlet-api-2.5-20081211.jar}:\
143
-    ${file.reference.signpost-core-1.1-SNAPSHOT.jar}:\
144
-    ${file.reference.smack.jar}:\
145
-    ${file.reference.smackx.jar}:\
146
-    ${file.reference.uispec4j-2.2.jar}:\
147
-    ${file.reference.cinch.jar}:\
148
-    ${file.reference.cinchsupport.jar}
76
+    ${private.classpath}
149 77
 javac.test.classpath=\
150 78
     ${javac.classpath}:\
151
-    ${build.classes.dir}:\
152
-    ${file.reference.junit-4.8.1.jar}:\
153
-    ${file.reference.mockito-all-1.8.2.jar}
79
+    ${build.classes.dir}
154 80
 run.classpath=\
155 81
     ${javac.classpath}:\
156 82
     ${build.classes.dir}
157 83
 run.test.classpath=\
158 84
     ${javac.test.classpath}:\
159 85
     ${build.test.classes.dir}:\
160
-    ${file.reference.junit-4.8.1.jar}:\
161
-    ${file.reference.mockito-all-1.8.2.jar}
162 86
 debug.classpath=\
163 87
     ${run.classpath}
164 88
 debug.test.classpath=\

Loading…
Cancel
Save