Re: Distributing Ofbiz without the source file

2011-08-12 Thread Nicolas Malin
On unix system, at ofbiz root directory : ant find -name *.java -delete Nicolas Le 12/08/2011 06:32, Foo Shyn Chung a écrit : Hi All, We're currently using Ofbiz as the base framework and build custom modules on top of it and distribute it to our clients. However we would like to exclude all

Re: Cannot complete OfBiz setup wizard

2011-08-12 Thread BJ Freeman
I believe Hans did respond to you. My setup code is different than trunk so I am not that familiar with the trunk version. Tim Stoel sent the following on 8/11/2011 3:12 PM: Bump Any insight on this issue? Tim From: Tim Stoel t...@paserv.com Reply-To: user@ofbiz.apache.org Date:

Re: Cannot complete OfBiz setup wizard

2011-08-12 Thread Hans Bakker
and also today privatly... On Fri, 2011-08-12 at 02:16 -0700, BJ Freeman wrote: I believe Hans did respond to you. My setup code is different than trunk so I am not that familiar with the trunk version. Tim Stoel sent the following on 8/11/2011 3:12 PM: Bump Any insight on this

Assistance required to understand Survey

2011-08-12 Thread Pankaj Singh
Hi , I need some assistance to understand the survey functionality . If i create a survey from Contentmgr site then from which place of application site i can see the posted survey and respond back on the asked questions any working example would be the great help . -- Thanks , Pankaj Kumar

Re: Distributing Ofbiz without the source file

2011-08-12 Thread Foo Shyn Chung
Hmm so it means the build.xml that comes together with the package doesn't already have a task to do this ya? Guess i'll need to come up with my own ant task to do this? Thanx FooShyn On Fri, Aug 12, 2011 at 5:13 PM, BJ Freeman bjf...@free-man.net wrote: Eclipse has an export function the

Re: Distributing Ofbiz without the source file

2011-08-12 Thread Jacques Le Roux
Ant -p would tell you that yes there is not a such target Jacques From: Foo Shyn Chung ipoh...@gmail.com Hmm so it means the build.xml that comes together with the package doesn't already have a task to do this ya? Guess i'll need to come up with my own ant task to do this? Thanx FooShyn On

Re: Distributing Ofbiz without the source file

2011-08-12 Thread BJ Freeman
you can also create you own migrate.xml called by ant. Foo Shyn Chung sent the following on 8/12/2011 6:47 AM: Hmm so it means the build.xml that comes together with the package doesn't already have a task to do this ya? Guess i'll need to come up with my own ant task to do this? Thanx

Re: Assistance required to understand Survey

2011-08-12 Thread BJ Freeman
see the specialpurpose\ecommerce\data\DemoSurvey.xml Pankaj Singh sent the following on 8/12/2011 5:04 AM: Hi , I need some assistance to understand the survey functionality . If i create a survey from Contentmgr site then from which place of application site i can see the posted survey and

Data too long for column errors

2011-08-12 Thread Tim Stoel
I am getting this ³Data too long for column² error when adding a category. I tried using only one character and still get this error. Am I making another parameter too long? I am using 11.04 downloaded via SVN on MySQL/CentOS. The full error reads: Error: ERROR: Could not complete the Create

Re: Data too long for column errors

2011-08-12 Thread Stephen Rufle
ABC-CATALOG_PROMOTIONS is greater then the default 20 chars On 8/12/2011 12:06 PM, Tim Stoel wrote: I am getting this ³Data too long for column² error when adding a category. I tried using only one character and still get this error. Am I making another parameter too long? I am using 11.04

Re: Data too long for column errors

2011-08-12 Thread Tim Stoel
Thanks for the tip Stephen, I found that the setup wizard has no safeguard against creating this situation, if you make the catalog ID longer than ten characters, when “_PROMOTIONS” gets tacked on the end, it is too long. Then, you are unable to go back and change the ID of the catalog, so I just