Difference between revisions of "Common Problems and Solutions"
(→Import the code base from the mercurial repository into Eclipse 3.6) |
|||
Line 19: | Line 19: | ||
4. Update a system path name at line 1825 in :nexj.core.rpc.sql.ra.SQLManagedConnection.java | 4. Update a system path name at line 1825 in :nexj.core.rpc.sql.ra.SQLManagedConnection.java | ||
e.g. C:\work\out | 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 | ||
+ | |||
+ | <pre> | ||
+ | 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 | ||
+ | </pre> |
Revision as of 19:41, 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
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