[jira] [Commented] (JCLOUDS-425) bad substitution error after compile

2014-02-14 Thread Marc Morata (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13901375#comment-13901375
 ] 

Marc Morata commented on JCLOUDS-425:
-

It worked!

Thanks.

> bad substitution error after compile
> 
>
> Key: JCLOUDS-425
> URL: https://issues.apache.org/jira/browse/JCLOUDS-425
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-cli
>Affects Versions: 1.7.0
> Environment: Linux Mint Olivia
>Reporter: Marc Morata
>
> I've downloaded the last version from the repository. This is the link:
> http://search.maven.org/remotecontent?filepath=org/apache/jclouds/cli/jclouds-cli/1.7.0/jclouds-cli-1.7.0-source-release.tar.gz
> After unpack it, I've run the mvn clean install command. When it finishes 
> with a 'BUILD SUCCESS' I try to run the jclouds and I get the following error:
> ./assembly/src/main/filtered-resources/unix/bin/jclouds
> jclouds: Ignoring predefined value for KARAF_HOME
> shell: Ignoring predefined value for KARAF_HOME
> /opt/tools/jclouds-cli-1.7.0/assembly/src/main/filtered-resources/unix/bin/shell:
>  line 264: 
> $KARAF_HOME/system/org/apache/jclouds/cli/runner/${project.version}/runner-${project.version}.jar:
>  bad substitution
> I guess ${project.version} should be changed by the right version.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (JCLOUDS-425) bad substitution error after compile

2014-02-14 Thread Ignasi Barrera (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13901348#comment-13901348
 ] 

Ignasi Barrera commented on JCLOUDS-425:


Instead of using the files in "src" you should unpack the generated zip/tar 
files in "assembly/target". Those packages should contain the generated CLI.

> bad substitution error after compile
> 
>
> Key: JCLOUDS-425
> URL: https://issues.apache.org/jira/browse/JCLOUDS-425
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-cli
>Affects Versions: 1.7.0
> Environment: Linux Mint Olivia
>Reporter: Marc Morata
>
> I've downloaded the last version from the repository. This is the link:
> http://search.maven.org/remotecontent?filepath=org/apache/jclouds/cli/jclouds-cli/1.7.0/jclouds-cli-1.7.0-source-release.tar.gz
> After unpack it, I've run the mvn clean install command. When it finishes 
> with a 'BUILD SUCCESS' I try to run the jclouds and I get the following error:
> ./assembly/src/main/filtered-resources/unix/bin/jclouds
> jclouds: Ignoring predefined value for KARAF_HOME
> shell: Ignoring predefined value for KARAF_HOME
> /opt/tools/jclouds-cli-1.7.0/assembly/src/main/filtered-resources/unix/bin/shell:
>  line 264: 
> $KARAF_HOME/system/org/apache/jclouds/cli/runner/${project.version}/runner-${project.version}.jar:
>  bad substitution
> I guess ${project.version} should be changed by the right version.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)