Difference between revisions of "Common Problems and Solutions"

From CDOT Wiki
Jump to: navigation, search
(Import the code base from the mercurial repository into Eclipse 3.6)
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 ==
  
Line 15: Line 14:
  
 
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

Revision as of 18:31, 27 January 2011

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 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