I just download the source (
http://sourceforge.net/projects/squirrel-sql/files/1-stable/3.4.0/squirrel-sql-3.4.0-source.zip/download)
and imported sql12/pom.xml as a maven project. The source for the "fw"
module in the zip has the following:
import net.sourceforge.squirrel_sql.fw.dialects.DialectType;
at line 21 of IDataTypeComponentFactory.java. Perhaps the source zip you
used wasn't 3.4.0 stable ?
Also, do you have your development environment set up correctly? ( see
http://sourceforge.net/apps/trac/squirrel-sql/wiki/DeveloperGuide)
Rob
On Wed, Oct 10, 2012 at 8:31 PM, Baxter, Betsy <bb...@ci...> wrote:
> I am compiling the 3.3 source that I obtained from the download page -
> squirrel-sql-3.3.0-source.zip dated 2011-11-21. I am compiling it in
> eclipse. There are a lot of compile errors. I found one that I was
> able to correct by adding an additional import.
>
> This was in fw.datasetviewer.cellcomponent module
> IDataTypeComponentFactory.java. Eclipse was complaining that Dialect
> Type could not be resolved to a type. When I added the import
> net.sourceforge.squirrel_sql.fw.dialects.DialectType The error was
> resolved.
>
> My understanding was that this source is stable. Did I get the wrong
> source? Are there updates to the 3.3.0 source that I should retrieve?
>
> Many thanks,
>
> Betsy
>
>
>
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________
> Squirrel-sql-develop mailing list
> Squ...@li...
> https://lists.sourceforge.net/lists/listinfo/squirrel-sql-develop
>
|