Missing Dependency Problem grails 1.3.4
i am trying to build it from its given source JBILLING-community-edition-3.1.0
i am using ubuntu 14.04 LTS
Grails 1.3.4
Postgresql 8
openjdk-1.6.0.65
after modifying it as per system requirement am attempting the command
grails clean:-it resolve all dependencies
grails compile:- it will stuck in Plugin rest-client-builder-1.0.3 requires version [2.0 > *] of Grails which your current Grails installation does not meet. Please try install a different version of the plugin or Grails.
this application unable to download this plugin and refused to proceed, it told me to upgrade Grails version but as documentation says it need version 1.3.4
I am sending the snapshot of this page
please guide me in a proper way
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by m.bilalshah1 on 15 Jun, 2016 04:17 PM
attached imagr
Support Staff 2 Posted by Technical Suppo... on 16 Jun, 2016 11:44 AM
Hello m.bilalshah1,
Request you to download the latest community version it has more feature than 3.1.0,
Latest CE requires jdk 1.8 and grails 2.4.3 version.
Latest community tomcat can be downloaded from here https://sourceforge.net/projects/jbilling/
And latest community source can be downloaded from here : https://sourceforge.net/projects/jbilling/files/jbilling%20Latest%2...
Request you to use latest one in the mean time.
Thanks,
jBilling Techincal Support Team.
3 Posted by m.bilalshah1 on 16 Jun, 2016 01:51 PM
But I need to use 3.1.0 because My client wants me to do it in this version. I can not use other version.
Support Staff 4 Posted by Technical Suppo... on 16 Jun, 2016 03:03 PM
Can you please provide me here the application.properties file ?
Thanks,
jBilling Technical Support Team.
5 Posted by m.bilalshah1 on 16 Jun, 2016 03:11 PM
I have attached the application.properties file.
6 Posted by m.bilalshah1 on 16 Jun, 2016 03:15 PM
I am using grails1.3.4 and jdk1.6.0_65
Support Staff 7 Posted by Technical Suppo... on 17 Jun, 2016 12:53 PM
Please try using grails 2.0.3 version with JBILLING-community-edition-3.1.0.
Thanks,
jBilling Technical Support Team
8 Posted by m.bilalshah1 on 17 Jun, 2016 10:43 PM
No. Nothing is working. There are now so many compilation errors
9 Posted by m.bilalshah1 on 17 Jun, 2016 10:45 PM
Please tell me asap I need it to get done asap.
10 Posted by m.bilalshah1 on 27 Jun, 2016 11:13 PM
any update?
Support Staff 11 Posted by Technical Suppo... on 30 Jun, 2016 01:34 PM
Hello m.bilalshah1,
Please try with this,
Remove your .grails ( take a backup of this folder before removing )folder and then compile the code.
Thanks,
jBilling Technical Support Team
12 Posted by Karan on 15 Dec, 2023 05:28 AM
Hi, I am facing problem in this:
-------------------------------------------------------------------------------------------------------------
SETUP
Run the Grails compile target to compile the jBilling source code, then run the prepare-test target to load the reference database and prepare all the required resources.
grails compile
This will start downloading dependencies (a number of jar files are needed to build jBilling). This will happen only once, the very first time. If asked to 'upgrade' a version of a jar file, answer yes.
grails prepare-test
The Grails compile target may halt with a compiler error on some environments, running compile a second time usually resolves the issue.
--------------------------------------------------------------------------------------------------------------
This step is not working, chat GPT says that the jbilling version isnt supporting. I am using Java 6+
Grails 1.3.4
PostgreSQL 8+
and along with that I am using jbilling 4.1.1
Questions: Which jbilling should I use?