I'm assuming you are doing the following steps : 1.download and extract DAS M2 source distribution 2.build the source code using maven (e.g. performing mvn on the comand prompt). This should download dependencies, such as SDO, from maven repositories 3.using maven to generate proper eclipse projects (e.g mvn -Peclipse eclipse:eclipse) 4.Importing DAS project into eclipse with all necessary dependencies
As for the files you mentioned, some of them are static SDOs that model our config files, and they are going to be generated by the mvn command. Please, let me know if you are still seeing all the issues after performing the steps above. -- Luciano Resende http://people.apache.org/~lresende On 1/23/07, Sam Su <[EMAIL PROTECTED]> wrote:
I downloaded das-1.0-incubator-M2-src.zip from Apache tuscany website. when I compile it in Eclipse, there are many errors, such as following: The import org.apache.tuscany.das.rdb.config.Command cannot be resolved ConfigHelper.java tuscany/java/org/apache/tuscany/das/rdb line 21 14:48:41 The import org.apache.tuscany.das.rdb.config.Config cannot be resolved ConfigHelper.java tuscany/java/org/apache/tuscany/das/rdb line 22 14:48:41 The import org.apache.tuscany.das.rdb.config.ConfigFactory cannot be resolved ConfigHelper.java tuscany/java/org/apache/tuscany/das/rdb line 23 14:48:41 The import org.apache.tuscany.das.rdb.config.Relationship cannot be resolved ConfigHelper.java tuscany/java/org/apache/tuscany/das/rdb line 24 14:48:41 The import org.apache.tuscany.das.rdb.config.Table cannot be resolved ConfigHelper.java tuscany/java/org/apache/tuscany/das/rdb line 25 14:48:41 I thought the errors show some source codes do not exist. I read some codes like org.apache.tuscany.das.rdb. ConfigHelper, this class import some other classes: import org.apache.tuscany.das.rdb.config.Command; import org.apache.tuscany.das.rdb.config.Config; import org.apache.tuscany.das.rdb.config.ConfigFactory; import org.apache.tuscany.das.rdb.config.Relationship; import org.apache.tuscany.das.rdb.config.Table; but in the org.apache.tuscany.das.rdb.config package, there are no these required files. I thought these class files may be missed in the das-1.0-incubator-M2-src.zip file, However I also cannot find source codes of these classes in Tuscany SVN repository. What's the matter with Apache Tuscany???
