Try running your build from the very top without the -N to build all the
samples. Make sure it's NOT offline (i.e. no -o) also try adding -U option.
Then see if you go down into the individual samples if the unpack does not work.
If that fails, try looking in your maven repo for :
.m2\repository.m2\org\apache\tuscany\sca\distribution\1.0-incubator-M2\distribution-1.0-incubator-M2-bin.zip
unzip that to a directory to target/distribution. This is basically what the
unpack does.
Bert Lamb wrote:
I'm trying to play with the samples for M2 and I'm running into
problems following the readmes for the samples.
The sample I am specifically working with is the calculator-combo
sample, but I believe my problem is not specific to this sample.
In the section labeled "Setting up Tuscany Standalone Runtime" the
readme says to run the "mvn dependency:unpack" command. However,
doing so gives me the following build error:
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] One or more required plugin parameters are invalid/missing for
'dependenc
y:unpack'
[0] inside the definition for plugin: 'maven-dependency-plugin'specify
the follo
wing:
<configuration>
...
<artifactItems>VALUE</artifactItems>
</configuration>.
Any ideas what is going wrong here?
Background: On this system I have started with an empty maven local
repository and unzipped tuscany-sca-1.0-incubator-M2-samples.zip into
a new directory. I have run "mvn -N install" from the samples root,
and then run "mvn install" in the calculator-combo sample directory
before attempting the mvn dependency:unpack above.
Thanks!
-Bert
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]