Compile from Source
How can I compile jBilling from source?
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
Support Staff 1 Posted by Technical Suppo... on 06 Aug, 2013 02:20 PM
Hello Samantha,
The correct way to compile jBilling from source is to run the following commands:
* grails clean * grails compile * grails compile (you need this a second time due to backward compatibility issues) * grails prepare-test [-dbClean in jBilling 3.0|-hard in jBilling 3.1+]
That should do the work.
Hope this answers your question!
Let us know if we can help you with anything else.
Regards,
jBilling Technical Support Team
2 Posted by rakesh.sahadeva... on 07 Aug, 2013 10:11 AM
Below will take 10 minutes max of your time to set up from source
1) Use GGTS and import the source as eclipse project.
2) Change your Eclipse preference to point to Grails 1.3.4.
3) Change the Database config , where you want to connect
4) Then run config
Grails Command - -Ddisable.auto.recompile=true run-app
VMArg - -server -Xmx1024M -Xms256M -XX:MaxPermSize=256m
Thanks
Rakesh
3 Posted by Jan on 06 Oct, 2013 06:11 PM
I am trying to compile jBilling from source as described in jBiliing documentation.
I need Grails 1.3.4 but the only available release is 2.3.0. (as far as I can see)
Where can I get 1.3.4 ?
or
How can I make it compile with grails 2.3.0?
Thanks,
Jan
Support Staff 4 Posted by Technical Suppo... on 27 Dec, 2013 02:46 PM
Hello Jan,
You can download Grails 1.3.4 from this site: http://grails.org/download
There is an option 'Select a major version' from which you can select Grails version from the available versions to download.
Regards,
jBilling Technical Support Team
5 Posted by Alessandro on 29 Sep, 2014 03:25 PM
Hi,
I'm trying to compiling jBilling from source, but when I run comand "grails compile" it take a lot of time in "Resolving dependencies..." step. After something like one hour process ends due to time-out connection.
what can i do?
jBilling home folder is:
C:\Program Files\JBilling\jbilling-community-3.0.2
my GRAILS_HOME is:
GRAILS_HOME=C:\Program Files\Grails\grails-1.3.4
tnx for the help,
best regards,
alessandro
6 Posted by Bram Patelski on 07 Oct, 2014 02:14 PM
@Technical support team:
Grails 1.3.4 is not available from Grails website. Also, it is a 2010 version. Are there any plans to upgrade to Grails 2.x?
7 Posted by info.emsys@gmai... on 29 Oct, 2014 10:56 AM
Hi,
We have upgrade grails to 2.3 but for a fork jbilling (www.openbrm.com)
Thanks!
8 Posted by Gil Hilario on 11 Nov, 2014 03:48 PM
Hi,
You can download Grails 1.3.4 from here, I was having a hard time finding it too, but I made it.
http://www.filewatcher.com/m/grails-1.3.4.zip.48552191-0.html
Regards,
Gil
Support Staff 9 Posted by Technical Suppo... on 07 Jan, 2015 12:36 PM
Hello All
Please follow the link https://grails.org/1.3.4+Release+Notes . Hope this answers your question!
Let us know if we can help you with anything else.
Regards,
jBilling Technical Support Team