Difference between revisions of "Common Problems and Solutions"

From CDOT Wiki
Jump to: navigation, search
(Created page with ' == Import the code base from the mercurial repository into Eclipse 3.6 == 1. Error (25 items) Solution: Add THIRD_PARTY variable (C:\java) (Java Build Path -> Classpath Var…')
 
(Import the cose base from the mercurial repository into Eclipse 3.5)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
== Import the code base from the mercurial repository into Eclipse 3.6 ==
  
== 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)
 
1. Error (25 items)
Line 10: Line 13:
 
   Solution: Right-click on "core" and select Build Path.
 
   Solution: Right-click on "core" and select Build Path.
 
             Edit the Libraries.
 
             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)
 +
 +
<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>
 +
* solution: install apache-ant-1.8 at C:\java; install the newer version of Eclipse plugins

Latest revision as of 20: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