Hi,
OS:windowsXP
OfBiz: SVN version (http://svn.apache.org/repos/asf/incubator.ofbiz
OpenTaps: SVN version (http://svn.opentaps.org/crmsfa/versions/1.0
I'm trying to add OpenTaps into ofbiz.
I do this by deleting the hot-deploy
directory and create a new one. Otherwise
I can't pointer to an other SVN repository.
After getting the OpenTaps source in
the hot-deploy directory from the svn of
opentaps, I run: "ant run-install"
It looks like everything will be installed
no strange errors or messages.
Than when I log in I don't see the CRM
tabs. I have a role as admin and aded all
the roles as well.
Seems I see something over my head.
Any idea what I forget?
Thanks in advance,
Goosie
|
Hi,
Please read the README.txt file with the crmsfa distribution. Si has explained all the details in a very efficient manner :) Regards Ashish Vijaywargiya Perry <[hidden email]> wrote: P, UL, OL, DL, DIR, MENU, PRE { margin: 0 auto;} Hi, OS:windowsXP OfBiz: SVN version (http://svn.apache.org/repos/asf/incubator.ofbiz OpenTaps: SVN version (http://svn.opentaps.org/crmsfa/versions/1.0 I'm trying to add OpenTaps into ofbiz. I do this by deleting the hot-deploy directory and create a new one. Otherwise I can't pointer to an other SVN repository. After getting the OpenTaps source in the hot-deploy directory from the svn of opentaps, I run: "ant run-install" It looks like everything will be installed no strange errors or messages. Than when I log in I don't see the CRM tabs. I have a role as admin and aded all the roles as well. Seems I see something over my head. Any idea what I forget? Thanks in advance, Goosie --------------------------------- All-new Yahoo! Mail - Fire up a more powerful email and get things done faster. |
Well I follow that file carefully, so
let's walk to that file step by step
and pointer me what goes wrong .
The first lin uin the Readme: <<
This application is a CRM and Sales Forecast
module for the opentaps/OFBiz applications
suite>>
What does this mean? Can I add CRMSFA
into an OFBIZ installation or do I have to
start with OPENTAPS?
I suppose reading that line, both is
possible...I suppose but not clear for me,
anyway I start with an OFBIZ installation!
<< To use it,
put this entire module and all its sub-directories
in the hot-deploy/ directory
of your opentaps/OFBiz suite.>>
Oké thats clear, no doubt about
this
<< Then load the seed data from
the crmsfa/data directory.>>
This is a triggy line, what does this
mean exactly, I check if the data of the
seed data,
Or....do I have to start OfBiz first?
Or do I have to copy the data in to an other
directory, maybe?
I don't no, How to load seed data? Not
clear for me.
I tried "ant run-install" and "java
-jar ofbiz.jar -install"
<<If you have problems with building
the file with ant,
then edit the crmsfa/build.xml file and change the line for <property name="ofbiz.dir" value="../../"/ to the absolute path of your ofbiz/ directory.>>> That's oke, clear enough and indeed
when you forget this you will get a warning.
<< Please see the files in config/
and data/ directory for examples of how to
configure the application.>>
That's oke with me as well.
<< If you are using Eclipse, edit
the .classpath file in your ofbiz/ directory
and add the line
<classpathentry kind="src" path="hot-deploy/crmsfa/src"/> so that Eclipse would load the CRM/SFA application's src/ directory files as Java source code.>> However I still not see the CRMSFA tabs
when I open OfBiz.
So again, there goes something wrong,
but can't see what I do wrong.
Perry
> Please read the
README.txt file with the crmsfa distribution.
Si has explained all the details in a very efficient manner :) < |
In reply to this post by Goosie
Hi,
You can use it with either Ofbiz or Opentaps.Just keep this distribution in the hot-deploy directory. First you will change the build.xml file to provide the absolute path for ofbiz directory and you said you have done it.That's good.Then you should run "ant run-install". The command "ant run-install" and "java -jar ofbiz.jar -install" are used to load "seed" as well as "demo" data.Both the commands can be used interchangebly. (The following step is required if somebody is using ofbiz from long time and want to use crmsfa module without shutting down the server or not interested to run "ant run-install" command) To load data folder of crmsfa module you should go to Webtools and then click on "XML Data import Dir" and provide the absolute path upto the data folder that is present in crmsfa. Caution : Uncheck the checkbox otherwise it will delete your directory after loading the files. I hope this will figure out your problem. If it didn't work out for you let us know. Regards Ashish Vijaywargiya --------------------------------- All-new Yahoo! Mail - Fire up a more powerful email and get things done faster. |
Free forum by Nabble | Edit this page |