Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Testing for M4

I successfully built a workspace where JDT/Core was split into 9 projects:

AntAdapter
Batch
CodeAssist
Compiler
DOM
Eval
Formatter
Model
Search

Each of these projects have one 'src' folder that is linked to the
corresponding source folder in my main workspace, e.g. AntAdapter has a
source folder 'src' that is linked to D:
\eclipse\workspace\plugins\org.eclipse.jdt.core\antadapter.

FYI, the project dependencies are as follows:

AntAdapter
      Model
      org.apache.ant
      org.eclipse.core.runtime

Batch
      Compiler

CodeAssit
      Compiler
      Model
      org.eclipse.core.runtime

Compiler
      Model

DOM
      Batch
      CodeAssit
      Compiler
      Model
      Search
      org.eclipse.core.resources
      org.eclipse.core.runtime

Eval
      CodeAssit
      Compiler
      Model

Formatter
      Compiler
      Model

Model
      CodeAssit
      Compiler
      Eval
      Formatter
      Search
      org.apache.xerces
      org.eclipse.core.resources
      org.eclipse.core.runtime

Search
      Batch
      CodeAssit
      Compiler
      Model
      org.eclipse.core.resources
      org.eclipse.core.runtime

So we have cycles on every project but AntAdapter. A good surprise was that
even with these cycles, one full build is successful.

Jerome



|---------+------------------------------>
|         |           "Philippe P Mulet" |
|         |           <MULETPP@xxxxxxxxxx|
|         |           >                  |
|         |           Sent by:           |
|         |           jdt-core-dev-admin@|
|         |           eclipse.org        |
|         |                              |
|         |                              |
|         |           12/17/2002 12:36 PM|
|         |           Please respond to  |
|         |           jdt-core-dev       |
|         |                              |
|---------+------------------------------>
  >--------------------------------------------------------------------------------------------------------------|
  |                                                                                                              |
  |        To:      jdt-core-dev@xxxxxxxxxxx                                                                     |
  |        cc:                                                                                                   |
  |        Subject: [jdt-core-dev] Testing for M4                                                                |
  >--------------------------------------------------------------------------------------------------------------|



Our testing effort should:
- verify bug fixes
- test exclusion filters and multiple output folders:
     - incremental scenarii both at the JavaModel and the Java builder
level
     - nesting source folders
- use linked resources to setup JDT/Core into 7 related projects and build
in one JAR.
- Ant adapter:
     - check default target VM
     - warning level.
- Assess JCK compliance and JACKS success level.



_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-core-dev






Back to the top