[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mifos-developer
Subject:    Re: [Mifos-developer] Linux build issue
From:       William Pietri <william () scissor ! com>
Date:       2006-06-20 19:58:10
Message-ID: 44985352.20304 () scissor ! com
[Download RAW message or body]

Hi, Youssef. Thanks for persevering. We'll get you up and going!

I now have CruiseControl running under Linux off the current Subversion 
repository, so what you're trying to do is known to be possible. You can 
check the current status here;

    http://cruisecontrol.mifos.org:8080/


Youssef M. Assad wrote:
>> Oh, _those_ errors! Can you can post the test report? I think all we 
>> could see were the compiler warnings about the copyright character and 
>> Money.
>>     
>
> Yep, sure can! I've moved it over to the bug tracker; the issue is here:
> https://mifos.dev.java.net/issues/show_bug.cgi?id=441
>
> The first gzipped file is the test report, the second test report is
> after I made sure svn was being used as Krishan asked me to.

Alas, our error reporting with DB issues needs to be improved; it's hard 
to tell what the trouble is. Aditi folks, this isn't the first time this 
has come up; any notions yet on how to make it better?

One thing I'd check is to see if you have edited the right config files. 
It's a little hard to tell what the right ones are, so I've put a diff 
at the bottom of this message. Let me know if you need more info. This 
is an area we should definitely improve, so any comments are welcome.

> Regged then. I'll hang on to it till we can figure out how it is to be
> governed. #mifos on irc.freenode.net is now open for business.
>   


Fantastic. I have joined and will try to remember to keep connected, 
especially when working on MIFOS stuff. I think people with IRC clients 
can just click on this:

    irc://freenode/mifos


If that doesn't work and you're using Firefox, just download the 
ChatZilla extension:

    https://addons.mozilla.org/firefox/16/


William
<irc://freenode/mifos>




[william@lethem mifos 0]% svn diff
Index: conf/build.properties
===================================================================
--- conf/build.properties       (revision 10019)
+++ conf/build.properties       (working copy)
@@ -34,13 +34,13 @@
 db.name=mifos
 db.ip=localhost
 db.port=3306
-db.user=root
-db.pwd=mysql
+db.user=mifos
+db.pwd=Mifos
 ######################################################################
 #test db related properties, used by the target build_test_db
 ######################################################################
-testdb.name=test
+testdb.name=mifostest
 testdb.ip=localhost
 testdb.port=3306
-testdb.user=root
-testdb.pwd=mysql
\ No newline at end of file
+testdb.user=mifos
+testdb.pwd=*******
Index: conf/HibernateTest.properties
===================================================================
--- conf/HibernateTest.properties       (revision 10019)
+++ conf/HibernateTest.properties       (working copy)
@@ -1,9 +1,9 @@
 hibernate.connection.driver_class=com.mysql.jdbc.Driver
-hibernate.connection.url=jdbc:mysql://localhost:3306/test
-hibernate.connection.username=root
-hibernate.connection.password=mysql
+hibernate.connection.url=jdbc:mysql://localhost:3306/mifostest
+hibernate.connection.username=mifos
+hibernate.connection.password=*******
 hibernate.dialect=org.hibernate.dialect.MySQLDialect
 hibernate.show_sql=false
 hibernate.transaction.factory_class=org.hibernate.transaction.JDBCTransactionFactory
 hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider
-hibernate.connection.isolation=2
\ No newline at end of file
+hibernate.connection.isolation=2





[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic