very Urgent-Table not found in sybase
"zousey seyzou" <[email protected]>
| Newsgroups | gmane.comp.java.ejb.middlegen.user |
|---|---|
| Message-ID | <[email protected]> |
Hello i am still having the problem that in sybase, I have just checked out the latest middlegen from cvs. but the released of version middlegen-2.0-vo.zip is working , what can be the difference ? thanks >From: [email protected] >Reply-To: [email protected] >To: [email protected] >Subject: middlegen-user digest, Vol 1 #571 - 7 msgs >Date: Fri, 12 Mar 2004 20:17:59 -0800 > >Send middlegen-user mailing list submissions to > [email protected] > >To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/middlegen-user >or, via email, send a message with subject or body 'help' to > [email protected] > >You can reach the person managing the list at > [email protected] > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of middlegen-user digest..." > > >Today's Topics: > > 1. RE: middlegen-user digest, Vol 1 #570 - 3 msgs (zousey seyzou) > 2. Re: RE: middlegen-user digest, Vol 1 #570 - 3 msgs (Eivind Waaler) > 3. Re: New Database/JDBC driver tested (Eivind Waaler) > 4. [Fwd: Extension to the Weblogic Module] >(=?ISO-8859-1?Q?Aslak_Helles=F8y?=) > 5. Which XDoclet version to use with MiddleGen? (Andreas Kemkes) > 6. Re: Which XDoclet version to use with MiddleGen? (Eivind Waaler) > 7. What is state of Middlegen (Ben Litchfield) > >--__--__-- > >Message: 1 >From: "zousey seyzou" <[email protected]> >To: [email protected] >Date: Fri, 12 Mar 2004 07:48:49 +0100 >Subject: [Middlegen-user] RE: middlegen-user digest, Vol 1 #570 - 3 msgs >Reply-To: [email protected] > >Hello Here is my table definition in the middlegen build.xml >******************************************************************************* ><middlegen > appname="${name}" > prefsdir="${src.dir}" > gui="${gui}" > databaseurl="${database.url}" > initialContextFactory="${java.naming.factory.initial}" > providerURL="${java.naming.provider.url}" > datasourceJNDIName="${datasource.jndi.name}" > driver="${database.driver}" > username="${database.userid}" > password="${database.password}" > catalog="${database.catalog}" > includeViews="false"> > > > <table name="Declaration_body" generate="true"/> > <table name="Item" generate="true"/> > > >******************************************************************************* > > > > >From: [email protected] > >Reply-To: [email protected] > >To: [email protected] > >Subject: middlegen-user digest, Vol 1 #570 - 3 msgs > >Date: Thu, 11 Mar 2004 20:07:37 -0800 > > > >Send middlegen-user mailing list submissions to > > [email protected] > > > >To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.sourceforge.net/lists/listinfo/middlegen-user > >or, via email, send a message with subject or body 'help' to > > [email protected] > > > >You can reach the person managing the list at > > [email protected] > > > >When replying, please edit your Subject line so it is more specific > >than "Re: Contents of middlegen-user digest..." > > > > > >Today's Topics: > > > > 1. SybaseConnection-problem-very urgent (zousey seyzou) > > 2. Re: SybaseConnection-problem-very urgent (Eivind Waaler) > > 3. New Database/JDBC driver tested (Sagar Saladi) > > > >-- __--__-- > > > >Message: 1 > >From: "zousey seyzou" <[email protected]> > >To: [email protected] > >Date: Thu, 11 Mar 2004 08:34:19 +0100 > >Subject: [Middlegen-user] SybaseConnection-problem-very urgent > >Reply-To: [email protected] > > > >I have checked out middlegen from sourceSafe,but whne i try to connect to > >my > >sybase I get the following error, on a table called item that exist in > >the > >db, in fack i can connect to the samme db with an older version of > >middleGen > >wothout any problem the. > >******************************************************************************* > > > >Buildfile: build.xml > >log4j:WARN No appenders could be found for logger > >(xdoclet.util.Translator.getString). > >log4j:WARN Please initialize the log4j system properly. > > > >init: > > > >fail-if-no-xdoclet-1.2: > > > >check-driver-present: > > > >panic-if-driver-not-present: > > > >middlegen: > >[middlegen] Database URL:jdbc:sybase:Tds:129.181.247.111:4100 > > > >BUILD FAILED > >file:D:/GNU/WinCvs%201.3/CVSNT/middlegen/samples/build.xml:224: > >middlegen.MiddlegenException: The database doesn't have any table named > >Item. Please > >make sure the table exists. Also note that some databases are case > >sensitive. > >Found the following tables: > > > >---- > > > > > >Total time: 5 seconds > >D:\GNU\WinCvs 1.3\CVSNT\middlegen\samples> > > > > > >******************************************************************************* > > > >_________________________________________________________________ > >Få alle de nye og sjove ikoner med MSN Messenger http://messenger.msn.dk > > > > > > > >-- __--__-- > > > >Message: 2 > >Date: Thu, 11 Mar 2004 12:20:34 +0100 (CET) > >From: Eivind Waaler <[email protected]> > >To: [email protected] > >Subject: Re: [Middlegen-user] SybaseConnection-problem-very urgent > >Reply-To: [email protected] > > > >Could you include the part of your build.xml that has the <table> > >definitions? That way I can check if there's a bug with any of the latest > >changes to MiddlegenPopulator.. > > > >=2Eeivind > > > >On Thu, 11 Mar 2004, zousey seyzou wrote: > > > > > I have checked out middlegen from sourceSafe,but whne i try to connect > >to= > > my > > > sybase I get the following error, on a table called item that exist >in > >= > >the > > > db, in fack i can connect to the samme db with an older version of > >middle= > >Gen > > > wothout any problem the. > > > > >*************************************************************************= > >****** > > > > > > Buildfile: build.xml > > > log4j:WARN No appenders could be found for logger > > > (xdoclet.util.Translator.getString). > > > log4j:WARN Please initialize the log4j system properly. > > > > > > init: > > > > > > fail-if-no-xdoclet-1.2: > > > > > > check-driver-present: > > > > > > panic-if-driver-not-present: > > > > > > middlegen: > > > [middlegen] Database URL:jdbc:sybase:Tds:129.181.247.111:4100 > > > > > > BUILD FAILED > > > file:D:/GNU/WinCvs%201.3/CVSNT/middlegen/samples/build.xml:224: > > > middlegen.MiddlegenException: The database doesn't have any table >named > > > Item. Please > > > make sure the table exists. Also note that some databases are case > > > sensitive. > > > Found the following tables: > > > > > > ---- > > > > > > > > > Total time: 5 seconds > > > D:\GNU\WinCvs 1.3\CVSNT\middlegen\samples> > > > > > > > > > > >*************************************************************************= > >****** > > > > > > _________________________________________________________________ > > > F=E5 alle de nye og sjove ikoner med MSN Messenger > >http://messenger.msn.d= > >k > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: IBM Linux Tutorials > > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > > GenToo technologies. Learn everything from fundamentals to system > > > > >administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= > >ck > > > _______________________________________________ > > > middlegen-user mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/middlegen-user > > > > > > > > >-- __--__-- > > > >Message: 3 > >Date: Thu, 11 Mar 2004 15:01:30 -0800 (PST) > >From: Sagar Saladi <[email protected]> > >To: [email protected] > >Subject: [Middlegen-user] New Database/JDBC driver tested > >Reply-To: [email protected] > > > >Hi all, > > I tested the JDBC Driver: jTDS with MSSQL with > >hibernate. It is working fine and perfect. > > > >Driver: net.sourceforge.jtds.jdbc.Driver > >Database: MSSQL > > > >Cheers!!! > >Sagar Saladi. > > > > > > > > > > > >__________________________________ > >Do you Yahoo!? > >Yahoo! Search - Find what youre looking for faster > >http://search.yahoo.com > > > > > > > >-- __--__-- > > > >_______________________________________________ > >middlegen-user mailing list > >[email protected] > >https://lists.sourceforge.net/lists/listinfo/middlegen-user > > > > > >End of middlegen-user Digest > >_________________________________________________________________ >Få alle de nye og sjove ikoner med MSN Messenger http://messenger.msn.dk > > > >--__--__-- > >Message: 2 >Date: Fri, 12 Mar 2004 09:26:31 +0100 (CET) >From: Eivind Waaler <[email protected]> >To: [email protected] >Subject: Re: [Middlegen-user] RE: middlegen-user digest, Vol 1 #570 - 3 >msgs >Reply-To: [email protected] > >Can't find anything wrong with the table definition stuff. > >The list of tables found seems to be empty. I think you need to check your >jdbc connection settings. Maybe you're connecting to an empty database or >something like that? > >=2Eeivind > >On Fri, 12 Mar 2004, zousey seyzou wrote: > > > Hello Here is my table definition in the middlegen build.xml > > >*************************************************************************= >****** > > <middlegen > > appname=3D"${name}" > > prefsdir=3D"${src.dir}" > > gui=3D"${gui}" > > databaseurl=3D"${database.url}" > > initialContextFactory=3D"${java.naming.factory.initial}" > > providerURL=3D"${java.naming.provider.url}" > > datasourceJNDIName=3D"${datasource.jndi.name}" > > driver=3D"${database.driver}" > > username=3D"${database.userid}" > > password=3D"${database.password}" > > catalog=3D"${database.catalog}" > > includeViews=3D"false"> > > > > > > <table name=3D"Declaration_body" generate=3D"true"/> > > <table name=3D"Item" generate=3D"true"/> > > > > > > >*************************************************************************= >****** > > > > > > > > >From: [email protected] > > >Reply-To: [email protected] > > >To: [email protected] > > >Subject: middlegen-user digest, Vol 1 #570 - 3 msgs > > >Date: Thu, 11 Mar 2004 20:07:37 -0800 > > > > > >Send middlegen-user mailing list submissions to > > >[email protected] > > > > > >To subscribe or unsubscribe via the World Wide Web, visit > > >=09https://lists.sourceforge.net/lists/listinfo/middlegen-user > > >or, via email, send a message with subject or body 'help' to > > >[email protected] > > > > > >You can reach the person managing the list at > > >[email protected] > > > > > >When replying, please edit your Subject line so it is more specific > > >than "Re: Contents of middlegen-user digest..." > > > > > > > > >Today's Topics: > > > > > > 1. SybaseConnection-problem-very urgent (zousey seyzou) > > > 2. Re: SybaseConnection-problem-very urgent (Eivind Waaler) > > > 3. New Database/JDBC driver tested (Sagar Saladi) > > > > > >-- __--__-- > > > > > >Message: 1 > > >From: "zousey seyzou" <[email protected]> > > >To: [email protected] > > >Date: Thu, 11 Mar 2004 08:34:19 +0100 > > >Subject: [Middlegen-user] SybaseConnection-problem-very urgent > > >Reply-To: [email protected] > > > > > >I have checked out middlegen from sourceSafe,but whne i try to connect >t= >o > > >my > > >sybase I get the following error, on a table called item that exist >in > > >the > > >db, in fack i can connect to the samme db with an older version of > > >middleGen > > >wothout any problem the. > > > >************************************************************************= >******* > > > > > >Buildfile: build.xml > > >log4j:WARN No appenders could be found for logger > > >(xdoclet.util.Translator.getString). > > >log4j:WARN Please initialize the log4j system properly. > > > > > >init: > > > > > >fail-if-no-xdoclet-1.2: > > > > > >check-driver-present: > > > > > >panic-if-driver-not-present: > > > > > >middlegen: > > >[middlegen] Database URL:jdbc:sybase:Tds:129.181.247.111:4100 > > > > > >BUILD FAILED > > >file:D:/GNU/WinCvs%201.3/CVSNT/middlegen/samples/build.xml:224: > > >middlegen.MiddlegenException: The database doesn't have any table named > > >Item. Please > > >make sure the table exists. Also note that some databases are case > > >sensitive. > > >Found the following tables: > > > > > >---- > > > > > > > > >Total time: 5 seconds > > >D:\GNU\WinCvs 1.3\CVSNT\middlegen\samples> > > > > > > > > > >************************************************************************= >******* > > > > > >_________________________________________________________________ > > >F=E5 alle de nye og sjove ikoner med MSN Messenger >http://messenger.msn.= >dk > > > > > > > > > > > >-- __--__-- > > > > > >Message: 2 > > >Date: Thu, 11 Mar 2004 12:20:34 +0100 (CET) > > >From: Eivind Waaler <[email protected]> > > >To: [email protected] > > >Subject: Re: [Middlegen-user] SybaseConnection-problem-very urgent > > >Reply-To: [email protected] > > > > > >Could you include the part of your build.xml that has the <table> > > >definitions? That way I can check if there's a bug with any of the >lates= >t > > >changes to MiddlegenPopulator.. > > > > > >=3D2Eeivind > > > > > >On Thu, 11 Mar 2004, zousey seyzou wrote: > > > > > > > I have checked out middlegen from sourceSafe,but whne i try to >connec= >t > > >to=3D > > > my > > > > sybase I get the following error, on a table called item that >exist= > in > > >=3D > > >the > > > > db, in fack i can connect to the samme db with an older version of > > >middle=3D > > >Gen > > > > wothout any problem the. > > > > > > > >************************************************************************= >*=3D > > >****** > > > > > > > > Buildfile: build.xml > > > > log4j:WARN No appenders could be found for logger > > > > (xdoclet.util.Translator.getString). > > > > log4j:WARN Please initialize the log4j system properly. > > > > > > > > init: > > > > > > > > fail-if-no-xdoclet-1.2: > > > > > > > > check-driver-present: > > > > > > > > panic-if-driver-not-present: > > > > > > > > middlegen: > > > > [middlegen] Database URL:jdbc:sybase:Tds:129.181.247.111:4100 > > > > > > > > BUILD FAILED > > > > file:D:/GNU/WinCvs%201.3/CVSNT/middlegen/samples/build.xml:224: > > > > middlegen.MiddlegenException: The database doesn't have any table >nam= >ed > > > > Item. Please > > > > make sure the table exists. Also note that some databases are case > > > > sensitive. > > > > Found the following tables: > > > > > > > > ---- > > > > > > > > > > > > Total time: 5 seconds > > > > D:\GNU\WinCvs 1.3\CVSNT\middlegen\samples> > > > > > > > > > > > > > > > >************************************************************************= >*=3D > > >****** > > > > > > > > _________________________________________________________________ > > > > F=3DE5 alle de nye og sjove ikoner med MSN Messenger > > >http://messenger.msn.d=3D > > >k > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by: IBM Linux Tutorials > > > > Free Linux tutorial presented by Daniel Robbins, President and CEO >of > > > > GenToo technologies. Learn everything from fundamentals to system > > > > > > > >administration.http://ads.osdn.com/?ad_id=3D3D1470&alloc_id=3D3D3638&op= >=3D3Dcli=3D > > >ck > > > > _______________________________________________ > > > > middlegen-user mailing list > > > > [email protected] > > > > https://lists.sourceforge.net/lists/listinfo/middlegen-user > > > > > > > > > > > > >-- __--__-- > > > > > >Message: 3 > > >Date: Thu, 11 Mar 2004 15:01:30 -0800 (PST) > > >From: Sagar Saladi <[email protected]> > > >To: [email protected] > > >Subject: [Middlegen-user] New Database/JDBC driver tested > > >Reply-To: [email protected] > > > > > >Hi all, > > > I tested the JDBC Driver: jTDS with MSSQL with > > >hibernate. It is working fine and perfect. > > > > > >Driver: net.sourceforge.jtds.jdbc.Driver > > >Database: MSSQL > > > > > >Cheers!!! > > >Sagar Saladi. > > > > > > > > > > > > > > > > > >__________________________________ > > >Do you Yahoo!? > > >Yahoo! Search - Find what you=92re looking for faster > > >http://search.yahoo.com > > > > > > > > > > > >-- __--__-- > > > > > >_______________________________________________ > > >middlegen-user mailing list > > >[email protected] > > >https://lists.sourceforge.net/lists/listinfo/middlegen-user > > > > > > > > >End of middlegen-user Digest > > > > _________________________________________________________________ > > F=E5 alle de nye og sjove ikoner med MSN Messenger >http://messenger.msn.d= >k > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > GenToo technologies. Learn everything from fundamentals to system > > >administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= >ck > > _______________________________________________ > > middlegen-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/middlegen-user > > > > >--__--__-- > >Message: 3 >Date: Fri, 12 Mar 2004 09:30:03 +0100 (CET) >From: Eivind Waaler <[email protected]> >To: [email protected] >Subject: Re: [Middlegen-user] New Database/JDBC driver tested >Reply-To: [email protected] > >Great, I'll update the list of supported database drivers. > >=2Eeivind > >On Thu, 11 Mar 2004, Sagar Saladi wrote: > > > Hi all, > > I tested the JDBC Driver: jTDS with MSSQL with > > hibernate. It is working fine and perfect. > > > > Driver: net.sourceforge.jtds.jdbc.Driver > > Database: MSSQL > > > > Cheers!!! > > Sagar Saladi. > > > > > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Search - Find what you=92re looking for faster > > http://search.yahoo.com > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > GenToo technologies. Learn everything from fundamentals to system > > >administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= >ck > > _______________________________________________ > > middlegen-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/middlegen-user > > > > >--__--__-- > >Message: 4 >Date: Fri, 12 Mar 2004 11:49:49 +0000 >From: =?ISO-8859-1?Q?Aslak_Helles=F8y?= <[email protected]> >Organization: ThoughtWorks >To: [email protected] >Subject: [Middlegen-user] [Fwd: Extension to the Weblogic Module] >Reply-To: [email protected] > >This is a multi-part message in MIME format. >--------------050704090508050602010705 >Content-Type: text/plain; charset=us-ascii; format=flowed >Content-Transfer-Encoding: 7bit > > >-- >http://blogs.codehaus.org/people/rinkrank/ > > >--------------050704090508050602010705 >Content-Type: message/rfc822; > name="Extension to the Weblogic Module" >Content-Transfer-Encoding: 7bit >Content-Disposition: inline; > filename="Extension to the Weblogic Module" > >Return-Path: <[email protected]> >X-Original-To: [email protected] >Delivered-To: [email protected] >Received: by mail.thoughtworks.net (Postfix, from userid 425) > id 388874DC036; Fri, 12 Mar 2004 02:22:43 -0800 (PST) >Received: from mail.sourceforge.net (lists.sourceforge.net [66.35.250.206]) > by mail.thoughtworks.net (Postfix) with ESMTP id 90BA94DC02E > for <[email protected]>; Fri, 12 Mar 2004 02:22:34 -0800 (PST) >Received: from neptun.sns-felb.debis.de ([53.122.101.2] >helo=sns-felb.debis.de) > by sc8-sf-mx2.sourceforge.net with smtp (Exim 4.30) > id 1B1jNw-0005Ru-Oh > for [email protected]; Fri, 12 Mar 2004 01:55:20 -0800 >Received: by sns-felb.debis.de; id LAA09970; Fri, 12 Mar 2004 11:23:30 >+0100 >Received: from unknown(53.113.82.10) by neptun.sns-felb.debis.de via smap >(V5.0) > id xma009945; Fri, 12 Mar 04 11:23:20 +0100 >Received: from mail1.c1.dsh.de (localhost [127.0.0.1]) > by dshmail1.dsh.de (8.9.1/8.8.7) with ESMTP id LAA10831 > for <[email protected]>; Fri, 12 Mar 2004 11:22:18 +0100 >(MET) >Received: from t-systems.com (ddnb106.clients.win.c1.dsh.de [172.18.32.35]) > by mail1.c1.dsh.de (8.10.0/8.10.0) with ESMTP id i2CAMIa29975 > for <[email protected]>; Fri, 12 Mar 2004 11:22:18 +0100 >Message-ID: <[email protected]> >Date: Fri, 12 Mar 2004 11:22:16 +0100 >From: Mirko Zeibig <[email protected]> >User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) >Gecko/20040113 >X-Accept-Language: de-de, de >To: [email protected] >Subject: Extension to the Weblogic Module >X-Spam-Score: 0.0 (/) >X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on > gigaton.thoughtworks.com >X-Spam-Level: >X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no >version=2.60 >X-Sanitizer: Advosys mail filter >MIME-Version: 1.0 >Content-Type: text/plain; charset="us-ascii"; format=flowed >Content-Transfer-Encoding: 7bit > >Hallo Aslak, > >recently I discovered that the tag 'dispatch-policy' is not supported by >the weblogic module of xdoclet. I had to integrate it into my local >xdoclet 1.2 and it seems to work. How can it be integrated into the >weblogic module distribution? I can send You my changes if You are >interested in. > >MfG Mirko > > > >--------------050704090508050602010705-- > > > >--__--__-- > >Message: 5 >Date: Fri, 12 Mar 2004 08:41:54 -0800 >From: Andreas Kemkes <[email protected]> >To: [email protected] >Subject: [Middlegen-user] Which XDoclet version to use with MiddleGen? >Reply-To: [email protected] > >I'm seeing an issue when using the the latest stable XDoclet 1.2 >distribution (12/19/2003). >It appears that for <entityfacade/> it generates code based on ><dataobject/>, not <valueobject/>. >Is this a known issue and which version should I be using instead. The >MiddleGen 2.1 samples have a library version that works correctly, but >it is only binary. > > > >--__--__-- > >Message: 6 >Date: Fri, 12 Mar 2004 23:49:59 +0100 (CET) >From: Eivind Waaler <[email protected]> >To: [email protected] >Subject: Re: [Middlegen-user] Which XDoclet version to use with MiddleGen? >Reply-To: [email protected] > >Yeah, the entityfacade stuff is using a modified version of the >xdoclet-ejb module. > >You can get the modified file here: >http://cvs.sourceforge.net/viewcvs.py/middlegen/middlegen/samples/lib/entityfacade.xdt > >Just replace the one in the xdoclet-ejb-module-1.2.jar with that one, >should work I think.. > >Cheers >.eivind > >On Fri, 12 Mar 2004, Andreas Kemkes wrote: > > > I'm seeing an issue when using the the latest stable XDoclet 1.2 > > distribution (12/19/2003). > > It appears that for <entityfacade/> it generates code based on > > <dataobject/>, not <valueobject/>. > > Is this a known issue and which version should I be using instead. The > > MiddleGen 2.1 samples have a library version that works correctly, but > > it is only binary. > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > GenToo technologies. Learn everything from fundamentals to system > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > _______________________________________________ > > middlegen-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/middlegen-user > > > > >--__--__-- > >Message: 7 >Date: Fri, 12 Mar 2004 21:50:23 -0500 (EST) >From: Ben Litchfield <[email protected]> >To: [email protected] >Subject: [Middlegen-user] What is state of Middlegen >Reply-To: [email protected] > > >Basically as a user of middlegen I need some feedback with what you guys >are doing with middlegen. It appears that middlegen is moving away from >SF and to other sites, but it is this state of flux. > >Is middlegen using SF or not? If middlegen is not using SF then I think a >cleaner break needs to happen. Having multiple places for >lists/bugs/downloads/... is a real pain in the ass. > >What version do you recommend we use? Where do we get this version? > >Where do we report bugs? SF or codehaus? codehaus seems to imply only >middlegen3, what about middlegen2? SF shows that the bug forum is closed. > >http://middlegen.codehaus.org doesn't work, why is it there, how about a >forward to the real site? What is middlegen's website? Is it >http://boss.bekk.no/boss/middlegen/index.html? > >I love middlegen and think it is a great tool! > >Ben > > > >--__--__-- > >_______________________________________________ >middlegen-user mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/middlegen-user > > >End of middlegen-user Digest _________________________________________________________________ Få alle de nye og sjove ikoner med MSN Messenger http://messenger.msn.dk ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click