How Can jBilling Help You?
Who’s Using jBilling?

“I can certainly recommend jBilling.”
Kevin Nelson
Web Conferencing Central
See all testimonials >

Trouble building jbilling 3.0.1

Hi

I've downloaded jbilling 3.0.1 comminity src from github, and I'm trying to build it as per the instructions on https://github.com/emilc/jbilling. However I'm unresolved errors, the log is below.
My build environment details:

Windows 7, 64Bit. Grails 1.3.7. Java version "1.6.0_22" Java(TM) SE Runtime Environment (build 1.6.0_22-b04) Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)

The "grails compile" log:

c:>grails compile
Welcome to Grails 1.3.7 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: c:\opt\grails-1.3.7

Base Directory: C:\opt\jbilling-community-3-0-final-src\emilc-jBilling-748ed1d
Resolving dependencies...
:: problems summary ::
:::: WARNINGS
::::::::::::::::::::::::::::::::::::::::::::::

:: UNRESOLVED DEPENDENCIES ::

::::::::::::::::::::::::::::::::::::::::::::::

:: commons-pool#commons-pool;1.5.5: configuration not found in commons-pool#commons-pool;1.5.5: 'master'. It was required from org.grails.internal#jbilling;community-3.0.1 runtime

::::::::::::::::::::::::::::::::::::::::::::::

Dependencies resolved in 2676ms.
Running script c:\opt\grails-1.3.7\scripts\Compile.groovy
Environment set to development
:: problems summary ::
:::: WARNINGS
::::::::::::::::::::::::::::::::::::::::::::::

:: UNRESOLVED DEPENDENCIES ::

::::::::::::::::::::::::::::::::::::::::::::::

:: commons-pool#commons-pool;1.5.5: configuration not found in commons-pool#commons-pool;1.5.5: 'master'. It was required from org.grails.internal#jbilling;community-3.0.1 runtime

::::::::::::::::::::::::::::::::::::::::::::::

Plugin [include-0.3] not installed. ...
Plugin [tomcat-1.3.6] not installed. ...
Plugin [hibernate-1.3.6] not installed. ...
Plugin [webflow-1.3.6] not installed. ...
Plugin [cookie-0.2] not installed. ...
Plugin [remote-pagination-0.2.4] not installed. ...
Plugin [log4j-xml-0.2] not installed. ...
Plugin [jquery-1.4.4.1] not installed. ...
Plugin [spring-security-core-1.0.1] not installed. ...
Plugin [jquery-ui-1.8.7] not installed. ...
Resolving new plugins. Please wait... ...
Installing zip C:\Users\smit005\.ivy2\cache\org.grails.plugins\spring-security-core\zips\spring-security-core-1.0.1.zip... ...
[mkdir] Created dir: C:\Users\smit005\.grails\1.3.7\projects\emilc-jBilling-748ed1d\plugins\spring-security-core-1.0.1
[unzip] Expanding: C:\Users\smit005\.ivy2\cache\org.grails.plugins\spring-security-core\zips\spring-security-core-1.0.1.zip into C:\Users\smit005\.grails\1.3.7\projects\emilc-jBilling-748ed1d\plugins\spring-security-core-1.0.1
Installed plugin spring-security-core-1.0.1 to location C:\Users\smit005\.grails\1.3.7\projects\emilc-jBilling-748ed1d\plugins/spring-security-core-1.0.1. ...
Resolving plugin JAR dependencies ...
:: problems summary ::
:::: WARNINGS
::::::::::::::::::::::::::::::::::::::::::::::

:: UNRESOLVED DEPENDENCIES ::

::::::::::::::::::::::::::::::::::::::::::::::

:: commons-pool#commons-pool;1.5.5: configuration not found in commons-pool#commons-pool;1.5.5: 'master'. It was required from org.grails.internal#jbilling;community-3.0.1 runtime

::::::::::::::::::::::::::::::::::::::::::::::

Failed to install plugin [spring-security-core-1.0.1]. Plugin has missing JAR dependencies.
[delete] Deleting directory C:\Users\smit005\.grails\1.3.7\projects\emilc-jBilling-748ed1d\plugins\spring-security-core-1.0.1

 
satheeshkc wrote 13 weeks 5 days ago

jbiling 3 setup

It is suggested to use STS Eclipse, which has integrated support for Grails - I am adding one document describe how do you setup jbilling env on Grails

Satheesh

 
emsys wrote 30 weeks 41 min ago

use grails 1.3.4

It expects grails 1.3.4. You are using 1.3.7

Emsys Technologies
info.emsys@gmail.com

Please register or login to post a comment.