fastconnect / tibco-bwmaven

FastConnect TIBCO Factory - BWMaven, application lifecycle management for TIBCO BusinessWorks projects
http://fastconnect.github.io/tibco-factory/bw-maven-plugin/
Apache License 2.0
13 stars 7 forks source link

can't retrieve some dependencies #1

Closed anouarattn closed 9 years ago

anouarattn commented 9 years ago

Hey

can't retrieve the following dependencies com.tibco.hawk:console:jar:4.9, com.tibco.hawk:talon:jar:4.9, com.tibco.hawk:util:jar:4.9, com.tibco.rv:tibrvj:jar:8.3. image

if I remove them from bw-maven-plugin pom I get the following error image

any help please

debovema commented 9 years ago

Hello,

The dependencies you are missing are JARs under licensed of TIBCO that we can't provide. You have to retrieve these JARs and upload them on your private repository.

Notice: since BWMaven 2.3.2, these dependencies are not required for runtime as they will be automatically provided by using the current configuration. They remain mandatory for compilation-time of course.

Can you retry with the dependencies ? The second error might be related and the stack is too small (important information in Maven are often above the "BUILD FAILURE" message).

Regards,

Mathieu

anouarattn commented 9 years ago

It works now

the first problem, I resolve it by copying those jar files into my local repository .m2 the second problem was due to JAVA_HOME pointing to a jre instead of a jdk

thank you

debovema commented 9 years ago

Perfect :)