Re: OFBiz Documentation Team Volunteers Needed

2018-02-08 Thread Piotr Walesiak
Hello,

Not sure whether i can help much since i'm quite new to OFBiz. However
count me in, pls.

P.

08.02.2018 9:29 AM "Michael Brohl"  napisaƂ(a):

> Hi Sharan,
>
> please add me to the list :-)
>
> Regards,
>
> Michael
>
> Am 07.02.18 um 14:32 schrieb Sharan Foga:
>
>> Hi Everyone
>>
>> (Trying again as my first post didn't reach this list)
>>
>> If you have read the latest project blog post then you will have seen a
>> section about the discussions that have been happening on our development
>> list about the new proposed OFBiz documentation framework.
>>
>> https://s.apache.org/VfxE
>>
>> It is based on asciidoc and will be able to generate documentation in
>> various formats. This means that we can start to consolidate our OFBiz
>> documentation within OFBiz itself and adapt it to any new releases.
>>
>> Feedback to the proposal have been very positive and once the code is
>> moved into our current trunk we will need to start some documentation work.
>> We will be looking for volunteers to become part of a documentation team
>> that will work on reviewing the documents we already have in the wiki and
>> other sources, then help to re-structure them to fit into the new
>> documentation framework model.
>>
>> Being involved with documentation is a good way to learn OFBiz :-)
>>
>> So if you are interested in being part of the OFBiz documentation team
>> then please respond to this message and I will add you to the list.
>>
>> Thanks
>> Sharan
>>
>
>
>


./gradlew ofbiz: FAILURE: Build failed with an exception.

2018-01-10 Thread Piotr Walesiak
HI there,

Very beginner problem ... my first contact with ofbiz. Trying to start a
demo.

I'm following instructions from
https://cwiki.apache.org/confluence/display/OFBIZ/Demo+and+Test+Setup+Guide
(section Quick & Easy Setup) with:
- apache-ofbiz-16.11.04

- Linux 4.9.0-4-686 #1 SMP Debian 4.9.65-3+deb9u1 (2017-12-23) i686
GNU/Linux

- java -version
openjdk version "1.8.0_151"
OpenJDK Runtime Environment (build 1.8.0_151-8u151-b12-1~deb9u1-b12)
OpenJDK Server VM (build 25.151-b12, mixed mode)


Running './gradlew ofbiz' and the result is:

FAILURE: Build failed with an exception.

* Where:
Build file '/home/piotr/ofbiz/build.gradle' line: 975

* What went wrong:
A problem occurred evaluating root project 'ofbiz'.
> Could not resolve all dependencies for configuration ':runtime'.
   > Could not resolve
org.eclipse.birt.runtime:org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition:1.0.4.v201107221502.
 Required by:
 :ofbiz:unspecified > ofbiz.specialpurpose:birt:unspecified >
org.eclipse.birt.runtime:viewservlets:4.5.0 >
org.eclipse.birt.runtime:org.eclipse.birt.runtime:4.4.1
  > Could not resolve
org.eclipse.birt.runtime:org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition:1.0.4.v201107221502.
 > Could not get resource '
https://jcenter.bintray.com/org/eclipse/birt/runtime/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition/1.0.4.v201107221502/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition-1.0.4.v201107221502.pom
'.
> Could not GET '
https://jcenter.bintray.com/org/eclipse/birt/runtime/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition/1.0.4.v201107221502/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition-1.0.4.v201107221502.pom
'.
   > Connection reset

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or
--debug option to get more log output.

BUILD FAILED

As far as i understand it says it can't GET from URL '
https://jcenter.bintray.com/org/eclipse/birt/runtime/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition/1.0.4.v201107221502/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition-1.0.4.v201107221502.pom
'
yet when i try the same URL with wget it works. Any idea?

-- 
---
PW