Difference between revisions of "Common Problems and Solutions"
(→Import the code base from the mercurial repository into Eclipse 3.6) |
(→Import the cose base from the mercurial repository into Eclipse 3.5) |
||
Line 21: | Line 21: | ||
== Import the cose base from the mercurial repository into Eclipse 3.5 == | == Import the cose base from the mercurial repository into Eclipse 3.5 == | ||
− | 1. upgrade problems: apache-ant-1.8, Eclipse plugin | + | 1. upgrade problems: apache-ant-1.8, Eclipse plugin (10/22/2011) |
<pre> | <pre> | ||
Line 35: | Line 35: | ||
core Build path Build Path Problem | core Build path Build Path Problem | ||
</pre> | </pre> | ||
+ | * solution: install apache-ant-1.8 at C:\java; install the newer version of Eclipse plugins |
Latest revision as of 19:43, 22 October 2011
Import the code base from the mercurial repository into Eclipse 3.6
0. URL of the mercurial repository (without using ssh)
Solution: http://liberia.proximity.on.ca:81/PostgreSQL%20Adapter/
1. Error (25 items)
Solution: Add THIRD_PARTY variable (C:\java) (Java Build Path -> Classpath Variables).
2. Error (3 items)
Solution: Right-click on "core" and select Build Path. Edit the Libraries.
3. Update build.xml and build.properties.
e.g. the version number of Eclipse, the path of the workspace C:\java
4. Update a system path name at line 1825 in :nexj.core.rpc.sql.ra.SQLManagedConnection.java
e.g. C:\work\out
Import the cose base from the mercurial repository into Eclipse 3.5
1. upgrade problems: apache-ant-1.8, Eclipse plugin (10/22/2011)
Description Resource Path Location Type Project 'core' is missing required library: 'C:\java\eclipse-3.5.0\plugins\com.jcraft.jsch_0.1.41.v201101211617.jar' core Build path Build Path Problem The project cannot be built until build path errors are resolved core Unknown Java Problem Project 'core' is missing required library: 'C:\java\apache-ant-1.8.2\lib\ant.jar' core Build path Build Path Problem
- solution: install apache-ant-1.8 at C:\java; install the newer version of Eclipse plugins