Re: svn commit: r685934 - in /ofbiz/trunk: applications/accounting/ applications/content/ applications/ecommerce/ applications/humanres/ applications/manufacturing/ applications/marketing/ applications/order/ applications/party/ applications/product/ appli...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r685934 - in /ofbiz/trunk: applications/accounting/ applications/content/ applications/ecommerce/ applications/humanres/ applications/manufacturing/ applications/marketing/ applications/order/ applications/party/ applications/product/ appli...

Bilgin Ibryam
I got an error during compilation after this commit:

      [echo] [build] ========== Done Building (Compile) ==========
run:
      [java] Exception in thread "main" java.io.IOException: Cannot load
configuration properties : org/ofbiz/base/start/start.properties
      [java] at
org.ofbiz.base.start.Start$Config.getPropertiesFile(Start.java:486)
      [java] at org.ofbiz.base.start.Start$Config.readConfig(Start.java:504)


Bilgin

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r685934 - in /ofbiz/trunk: applications/accounting/ applications/content/ applications/ecommerce/ applications/humanres/ applications/manufacturing/ applications/marketing/ applications/order/ applications/party/ applications/product/ appli...

BJ Freeman
have you done
ant clean
ant run-instll
Adam moved the start
rev 684377

Bilgin Ibryam sent the following on 8/14/2008 1:38 PM:

> I got an error during compilation after this commit:
>
>      [echo] [build] ========== Done Building (Compile) ==========
> run:
>      [java] Exception in thread "main" java.io.IOException: Cannot load
> configuration properties : org/ofbiz/base/start/start.properties
>      [java] at
> org.ofbiz.base.start.Start$Config.getPropertiesFile(Start.java:486)
>      [java] at org.ofbiz.base.start.Start$Config.readConfig(Start.java:504)
>
>
> Bilgin
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r685934 - in /ofbiz/trunk: applications/accounting/ applications/content/ applications/ecommerce/ applications/humanres/ applications/manufacturing/ applications/marketing/ applications/order/ applications/party/ applications/product/ appli...

Adam Heath-2
BJ Freeman wrote:
> have you done
> ant clean
> ant run-instll
> Adam moved the start
> rev 684377

Fixed in 686027 by jaz, then more fixed in 686034.