Last modified by Lucas Charpentier (Sereza7) on 2024/01/19 11:27

<
From version < 24.1 >
edited by Vincent Massol
on 2008/04/03 23:38
To version < 25.1 >
edited by malaka
on 2008/05/01 06:56
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.VincentMassol
1 +xwiki:XWiki.malaka
Content
... ... @@ -214,12 +214,6 @@
214 214  
215 215  You will need the [pde-maven-plugin>http://mojo.codehaus.org/pde-maven-plugin/].
216 216  Once this maven plugin is installed, please refer to ~~plugins/org.xwiki.eclipse.rcp/README~~ for further information about building instructions.
217 -
218 -
219 -
220 -
221 -
222 -
223 223  1.1 Troubleshooting
224 224  
225 225  1.1.1 Dealing with Out-of-Memory Errors
... ... @@ -234,6 +234,27 @@
234 234  Embedded error: net.sf.launch4j.BuilderException: net.sf.launch4j.ExecException: Exec failed(1): /var/tmp/installers/windows/target/dependency/bin/windres --preprocessor=cat -J rc -O coff -F pe-i386 /tmp/launch4j10018rc /tmp/launch4j10019o
235 235  {code}
236 236  
231 +1.1.1 Build when proxy enable
232 +
233 +If you connecting to Internet through proxy then you need to modify the ~/.m2/settings.xml
234 +slightly to give proxy information to Maven
235 +
236 +{code:xml}
237 +<settings>
238 + <proxies>
239 + <proxy>
240 + <active>true</active>
241 + <protocol>http</protocol>
242 + <host>host</host>
243 + <port>port</port>
244 + <username>uname</username
245 + <password>password</password>
246 + </proxy>
247 + </proxies>
248 + <!--other tags-->
249 +</settings>
250 +{code}
251 +
237 237  1.1 Building in Eclipse
238 238  
239 239  * [BuildingInEclipse]

Get Connected