Page 1 of 1

Issue with "Getting Started"

Posted: Sun Dec 16, 2012 11:47 am
by despot
Hi,

I am trying the http://docs.broadleafcommerce.org/current/Getting-Started.html workflow.

1. you should change the images or mention that there is additionally the combined part of the project (when downloaded the zip there was also this part of the project).

2. the !BroadleafDemoTools in the Ant View is not available if you don't add that build file too (appart from the build.xml's of admin and site).

3.
The most important thing is that the "Configuring Project Name" section fails. I can see this when doing a "Right click on DemoSite --> Run As --> Maven Install.":
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project com.company_name:combined:1.0 (C:\w-broadleaf-demo\DemoSite\combined\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Failure to find com.company_name:ecommerce-website:pom:1.0 in ... was cached in the local repository, resolution will not be reattempted until the update interval of ... has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 5, column 13 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/disp ... gException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/disp ... lException


, although I have set the identifier to nl.company_name. I worked around this by replacing the com.company_name with nl.company_name.

4. Another issue that appeared is:
[ERROR] Failed to execute goal on project core: Could not resolve dependencies for project nl.tricode:core:jar:1.0: Failure to find net.sf.ehcache:ehcache-terracotta:jar:2.4.2 in ... was cached in the local repository, resolution will not be reattempted until the update interval of ... has elapsed or updates are forced -> [Help 1]

One way to workaround this is to download http://repository.opencastproject.org/n ... -2.4.2.jar
and than execute the command:
mvn install:install-file -DgroupId=net.sf.ehcache -DartifactId=ehcache-terracotta -Dversion=2.4.2 -Dpackaging=jar -Dfile="path_to_the_jar\ehcache-terracotta-2.4.2.jar" -DgeneratePom=true
change the path_to_the_jar with the path to the downloaded jar.

Please provide the appropriate ways to handle these issues and update the page.

Kind Regards,
despot