Re: what's the matter with the DAS source code???

2007-01-24 Thread Dan Murphy
Hi Sam, I too had a similar same problem. It took me a little while, but seemed to be fixed when they are (re)generated by building DAS using maven (although I was not building from the source archive). Unfortunately eclipse does not understand maven build files without using the m3clipse plugin.

Re: what's the matter with the DAS source code???

2007-01-24 Thread Luciano Resende
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 proje

what's the matter with the DAS source code???

2007-01-24 Thread Sam Su
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