1 | ---> Building cyberduck |
---|
2 | === BUILDING NATIVE TARGET app USING BUILD STYLE Deployment === |
---|
3 | === BUILDING LIBRARY TARGET libKeychain USING BUILD STYLE Deployment === |
---|
4 | /Developer/Private/jam -d2 -j2 JAMBASE=/Developer/Makefiles/pbx_jamfiles/ProjectBuilderJambase JAMFILE=- build ACTION=build _DEFAULT_GCC_VERSION=4.0 BUILD_STYLE=Deployment CPP_HEADERMAP_FILE=/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/build/Cyberduck.build/libKeychain.build/libKeychain.jnilib.hmap SRCROOT=/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa OBJROOT=/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/build SYMROOT=/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/build DSTROOT=/tmp/Cyberduck.dst |
---|
5 | |
---|
6 | |
---|
7 | |
---|
8 | === BUILDING LIBRARY TARGET libODBEdit USING BUILD STYLE Deployment === |
---|
9 | /Developer/Private/jam -d2 -j2 JAMBASE=/Developer/Makefiles/pbx_jamfiles/ProjectBuilderJambase JAMFILE=- build ACTION=build _DEFAULT_GCC_VERSION=4.0 BUILD_STYLE=Deployment CPP_HEADERMAP_FILE=/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/build/Cyberduck.build/libODBEdit.build/libODBEdit.jnilib.hmap SRCROOT=/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa OBJROOT=/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/build SYMROOT=/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/build DSTROOT=/tmp/Cyberduck.dst |
---|
10 | |
---|
11 | |
---|
12 | |
---|
13 | === BUILDING LIBRARY TARGET libProxy USING BUILD STYLE Deployment === |
---|
14 | /Developer/Private/jam -d2 -j2 JAMBASE=/Developer/Makefiles/pbx_jamfiles/ProjectBuilderJambase JAMFILE=- build ACTION=build _DEFAULT_GCC_VERSION=4.0 BUILD_STYLE=Deployment CPP_HEADERMAP_FILE=/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/build/Cyberduck.build/libProxy.build/libProxy.jnilib.hmap SRCROOT=/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa OBJROOT=/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/build SYMROOT=/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/build DSTROOT=/tmp/Cyberduck.dst |
---|
15 | |
---|
16 | |
---|
17 | |
---|
18 | === BUILDING LEGACY TARGET build USING BUILD STYLE Deployment === |
---|
19 | /usr/bin/ant -emacs build |
---|
20 | |
---|
21 | Buildfile: build.xml |
---|
22 | |
---|
23 | manifest: |
---|
24 | |
---|
25 | init: |
---|
26 | ant version: Apache Ant version 1.6.2 compiled on March 20 2005 |
---|
27 | java version: 1.5 |
---|
28 | |
---|
29 | --------------------------------------------------------------- |
---|
30 | project home: . |
---|
31 | project build: ./build |
---|
32 | project source: ./source |
---|
33 | --------------------------------------------------------------- |
---|
34 | |
---|
35 | Building Cyberduck... |
---|
36 | |
---|
37 | compile: |
---|
38 | Compiling 383 source files to /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/build/classes |
---|
39 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDBrowserController.java:699: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
40 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
41 | NSEnumerator enum = browserTable.selectedRowEnumerator(); |
---|
42 | ^ |
---|
43 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDBrowserController.java:700: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
44 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
45 | while (enum.hasMoreElements()) { |
---|
46 | ^ |
---|
47 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDBrowserController.java:701: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
48 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
49 | int selected = ((Integer)enum.nextElement()).intValue(); |
---|
50 | ^ |
---|
51 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDBrowserController.java:735: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
52 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
53 | NSEnumerator enum = browserTable.selectedRowEnumerator(); |
---|
54 | ^ |
---|
55 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDBrowserController.java:737: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
56 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
57 | while (enum.hasMoreElements()) { |
---|
58 | ^ |
---|
59 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDBrowserController.java:738: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
60 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
61 | int selected = ((Integer)enum.nextElement()).intValue(); |
---|
62 | ^ |
---|
63 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDBrowserController.java:750: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
64 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
65 | NSEnumerator enum = browserTable.selectedRowEnumerator(); |
---|
66 | ^ |
---|
67 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDBrowserController.java:753: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
68 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
69 | while (enum.hasMoreElements()) { |
---|
70 | ^ |
---|
71 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDBrowserController.java:754: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
72 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
73 | int selected = ((Integer)enum.nextElement()).intValue(); |
---|
74 | ^ |
---|
75 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDBrowserController.java:806: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
76 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
77 | NSEnumerator enum = browserTable.selectedRowEnumerator(); |
---|
78 | ^ |
---|
79 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDBrowserController.java:807: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
80 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
81 | while (enum.hasMoreElements()) { |
---|
82 | ^ |
---|
83 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDBrowserController.java:809: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
84 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
85 | Path path = ((Path)browserModel.getEntry(((Integer)enum.nextElement()).intValue())).copy(session); |
---|
86 | ^ |
---|
87 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDBrowserController.java:852: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
88 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
89 | NSEnumerator enum = browserTable.selectedRowEnumerator(); |
---|
90 | ^ |
---|
91 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDBrowserController.java:855: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
92 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
93 | while (enum.hasMoreElements()) { |
---|
94 | ^ |
---|
95 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDBrowserController.java:856: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
96 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
97 | Path path = ((Path)browserModel.getEntry(((Integer)enum.nextElement()).intValue())).copy(session); |
---|
98 | ^ |
---|
99 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDQueueController.java:400: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
100 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
101 | NSEnumerator enum = queueTable.selectedRowEnumerator(); |
---|
102 | ^ |
---|
103 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDQueueController.java:401: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
104 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
105 | while (enum.hasMoreElements()) { |
---|
106 | ^ |
---|
107 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDQueueController.java:402: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
108 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
109 | Queue queue = QueueList.instance().getItem(((Integer)enum.nextElement()).intValue()); |
---|
110 | ^ |
---|
111 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDQueueController.java:420: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
112 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
113 | NSEnumerator enum = queueTable.selectedRowEnumerator(); |
---|
114 | ^ |
---|
115 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDQueueController.java:421: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
116 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
117 | while (enum.hasMoreElements()) { |
---|
118 | ^ |
---|
119 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDQueueController.java:422: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
120 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
121 | Queue queue = QueueList.instance().getItem(((Integer)enum.nextElement()).intValue()); |
---|
122 | ^ |
---|
123 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDQueueController.java:430: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
124 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
125 | NSEnumerator enum = queueTable.selectedRowEnumerator(); |
---|
126 | ^ |
---|
127 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDQueueController.java:431: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
128 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
129 | while (enum.hasMoreElements()) { |
---|
130 | ^ |
---|
131 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDQueueController.java:432: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
132 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
133 | Queue queue = QueueList.instance().getItem(((Integer)enum.nextElement()).intValue()); |
---|
134 | ^ |
---|
135 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDQueueController.java:538: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
136 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
137 | NSEnumerator enum = queueTable.selectedRowEnumerator(); |
---|
138 | ^ |
---|
139 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDQueueController.java:540: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
140 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
141 | while (enum.hasMoreElements()) { |
---|
142 | ^ |
---|
143 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDQueueController.java:541: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
144 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
145 | QueueList.instance().removeItem(((Integer)enum.nextElement()).intValue() - i); |
---|
146 | ^ |
---|
147 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDQueueController.java:600: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
148 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
149 | NSEnumerator enum = queueTable.selectedRowEnumerator(); |
---|
150 | ^ |
---|
151 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDQueueController.java:601: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
152 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
153 | while (enum.hasMoreElements()) { |
---|
154 | ^ |
---|
155 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDQueueController.java:602: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
156 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
157 | Queue queue = QueueList.instance().getItem(((Integer)enum.nextElement()).intValue()); |
---|
158 | ^ |
---|
159 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDQueueController.java:663: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
160 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
161 | NSEnumerator enum = queueTable.selectedRowEnumerator(); |
---|
162 | ^ |
---|
163 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDQueueController.java:664: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
164 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
165 | while (enum.hasMoreElements()) { |
---|
166 | ^ |
---|
167 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/ch/cyberduck/ui/cocoa/CDQueueController.java:665: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
168 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
169 | Queue queue = QueueList.instance().getItem(((Integer)enum.nextElement()).intValue()); |
---|
170 | ^ |
---|
171 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/com/sshtools/j2ssh/transport/cipher/SshCipherFactory.java:61: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
172 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
173 | Enumeration enum = ConfigurationLoader.getExtensionClassLoader() |
---|
174 | ^ |
---|
175 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/com/sshtools/j2ssh/transport/cipher/SshCipherFactory.java:67: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
176 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
177 | while ((enum != null) && enum.hasMoreElements()) { |
---|
178 | ^ |
---|
179 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/com/sshtools/j2ssh/transport/cipher/SshCipherFactory.java:67: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
180 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
181 | while ((enum != null) && enum.hasMoreElements()) { |
---|
182 | ^ |
---|
183 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/com/sshtools/j2ssh/transport/cipher/SshCipherFactory.java:68: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
184 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
185 | url = (URL)enum.nextElement(); |
---|
186 | ^ |
---|
187 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/com/sshtools/j2ssh/transport/compression/SshCompressionFactory.java:62: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
188 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
189 | Enumeration enum = ConfigurationLoader.getExtensionClassLoader() |
---|
190 | ^ |
---|
191 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/com/sshtools/j2ssh/transport/compression/SshCompressionFactory.java:68: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
192 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
193 | while ((enum != null) && enum.hasMoreElements()) { |
---|
194 | ^ |
---|
195 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/com/sshtools/j2ssh/transport/compression/SshCompressionFactory.java:68: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
196 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
197 | while ((enum != null) && enum.hasMoreElements()) { |
---|
198 | ^ |
---|
199 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/com/sshtools/j2ssh/transport/compression/SshCompressionFactory.java:69: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
200 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
201 | url = (URL)enum.nextElement(); |
---|
202 | ^ |
---|
203 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/com/sshtools/j2ssh/transport/publickey/SshPrivateKeyFormatFactory.java:63: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
204 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
205 | Enumeration enum = ConfigurationLoader.getExtensionClassLoader() |
---|
206 | ^ |
---|
207 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/com/sshtools/j2ssh/transport/publickey/SshPrivateKeyFormatFactory.java:69: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
208 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
209 | while ((enum != null) && enum.hasMoreElements()) { |
---|
210 | ^ |
---|
211 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/com/sshtools/j2ssh/transport/publickey/SshPrivateKeyFormatFactory.java:69: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
212 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
213 | while ((enum != null) && enum.hasMoreElements()) { |
---|
214 | ^ |
---|
215 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/com/sshtools/j2ssh/transport/publickey/SshPrivateKeyFormatFactory.java:70: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
216 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
217 | url = (URL)enum.nextElement(); |
---|
218 | ^ |
---|
219 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/org/apache/commons/httpclient/log/SimpleLog.java:84: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
220 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
221 | Enumeration enum = System.getProperties().propertyNames(); |
---|
222 | ^ |
---|
223 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/org/apache/commons/httpclient/log/SimpleLog.java:85: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
224 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
225 | while (enum.hasMoreElements()) { |
---|
226 | ^ |
---|
227 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/source/org/apache/commons/httpclient/log/SimpleLog.java:86: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier |
---|
228 | (try -source 1.4 or lower to use 'enum' as an identifier) |
---|
229 | String name = (String)(enum.nextElement()); |
---|
230 | ^ |
---|
231 | 48 errors |
---|
232 | |
---|
233 | BUILD FAILED |
---|
234 | /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_aqua_cyberduck/work/2.3.3/cyberduck-cocoa/build.xml:177: Compile failed; see the compiler error output for details. |
---|
235 | |
---|
236 | Total time: 11 seconds |
---|
237 | ** BUILD FAILED ** |
---|
238 | Warning: the following items did not execute (for cyberduck): com.apple.activate com.apple.build com.apple.destroot com.apple.install |
---|