Eclipse debug

2020-09-03 Thread Ingo Wolfmayr
Hello, can anybody tell me how to add a Gradle Task for debugging ofbiz in eclipse: gradlew "ofbiz" --debug-jvm Where will I have to but the "--debug-jvm"? In former ofbiz versions it used to work with adding "debugOfbiz" as gradle task. Thanks for any hint. Best regards, Ingo

Re: Eclipse debug

2020-09-03 Thread Girish Vasmatkar
Hello *gradlew ofbiz --debug-jvm* should work. --debug-jvm is just supplied as a parameter. Best, Girish On Thu, Sep 3, 2020 at 7:01 PM Ingo Wolfmayr wrote: > Hello, > > can anybody tell me how to add a Gradle Task for debugging ofbiz in > eclipse: > > gradlew "ofbiz" --debug-jvm > > Where w

Re: Ofbiz & Excel Export

2020-09-03 Thread Nicolas Malin
Hi Sakthivel, I introduced the screenxls type screen to use the spread software functionality to convert a html table to spread table with possibility to indicate the cell format. So you can use screencsv if you not need format and screenxls if you need format. If you need to export are native xls

Re: Ofbiz & Excel Export

2020-09-03 Thread Sakthivel Vellingiri
Thanks Nicolas for the quick and detailed response, Also nice of you to share the nereideutils; for now we do not have a requirement for formatting, and will use screencsv, but will keep these insights when we get the formatting requirement. regards Sakthi On Thu, Sep 3, 2020 at 10:55 AM Nicolas

AW: Eclipse debug

2020-09-03 Thread Ingo Wolfmayr
Hello Girish, it works in command line. I want to setup a eclipse gradle task under "run configurations". Best regards, Ingo -Ursprüngliche Nachricht- Von: Girish Vasmatkar Gesendet: Donnerstag, 3. September 2020 16:50 An: ofbizuser Betreff: Re: Eclipse debug Hello *gradlew ofbiz