Tried the following:
- download source
- go to tuscany-das-1.0-incubating-beta1
- issue mvn

I get the following error. Any ideas?


C:\das\tuscany-das-1.0-incubating-beta1>mvn
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Apache Tuscany DAS Implementation project
[INFO]   Tuscany DAS for Relational Databases
[INFO]   Tuscany DAS Samples
[INFO]   Tuscany DAS Canned DB Initializer Utility
[INFO]   Tuscany DAS Company Sample
[INFO]   Tuscany DAS Ajax Sample
[INFO]   Tuscany DAS J2SE Customer Sample
[INFO]
-------------------------------------------------------------------------
---
[INFO] Building Apache Tuscany DAS Implementation project
[INFO]    task-segment: [install]
[INFO]
-------------------------------------------------------------------------
---
[INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking for
updates
from apache.incubator
[WARNING] repository metadata for: 'artifact
org.apache.maven.plugins:maven-site
-plugin' could not be retrieved from repository: apache.incubator due to an
erro
r: Error transferring file
[INFO] Repository 'apache.incubator' will be blacklisted
[INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking for
updates
from codehaus-snapshot
[WARNING] repository metadata for: 'artifact
org.apache.maven.plugins:maven-site
-plugin' could not be retrieved from repository: codehaus-snapshot due to an
err
or: Error transferring file
[INFO] Repository 'codehaus-snapshot' will be blacklisted
[INFO] Skipping missing optional mojo:
org.apache.maven.plugins:maven-site-plugi
n:attach-descriptor
Downloading:
http://www.ibiblio.net/pub/packages/maven2/org/apache/maven/plugins
/maven-jar-plugin/2.1/maven-jar-plugin-2.1.pom
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-jar-plugin

Reason: Error getting POM for 'org.apache.maven.plugins:maven-jar-plugin'
from t
he repository: Error transferring file
 org.apache.maven.plugins:maven-jar-plugin:pom:2.1

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 apache.incubator (http://people.apache.org/repo/m2-incubating-repository),
 apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
 codehaus-snapshot (http://snapshots.repository.codehaus.org),
 eclipse.emf (http://mirrors.cat.pdx.edu/eclipse/tools/emf/maven2/),
 indiana (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/)



[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Mon Jul 02 14:11:39 PDT 2007
[INFO] Final Memory: 2M/5M
[INFO]
------------------------------------------------------------------------

C:\das\tuscany-das-1.0-incubating-beta1>mvn
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Apache Tuscany DAS Implementation project
[INFO]   Tuscany DAS for Relational Databases
[INFO]   Tuscany DAS Samples
[INFO]   Tuscany DAS Canned DB Initializer Utility
[INFO]   Tuscany DAS Company Sample
[INFO]   Tuscany DAS Ajax Sample
[INFO]   Tuscany DAS J2SE Customer Sample
[INFO]
-------------------------------------------------------------------------
---
[INFO] Building Apache Tuscany DAS Implementation project
[INFO]    task-segment: [install]
[INFO]
-------------------------------------------------------------------------
---
[INFO] Skipping missing optional mojo:
org.apache.maven.plugins:maven-site-plugi
n:attach-descriptor
[INFO] artifact org.apache.maven.plugins:maven-install-plugin: checking for
upda
tes from apache.incubator
[WARNING] repository metadata for: 'artifact
org.apache.maven.plugins:maven-inst
all-plugin' could not be retrieved from repository: apache.incubator due to
an e
rror: Error transferring file
[INFO] Repository 'apache.incubator' will be blacklisted
[INFO] artifact org.apache.maven.plugins:maven-install-plugin: checking for
upda
tes from codehaus-snapshot
[WARNING] repository metadata for: 'artifact
org.apache.maven.plugins:maven-inst
all-plugin' could not be retrieved from repository: codehaus-snapshot due to
an
error: Error transferring file
[INFO] Repository 'codehaus-snapshot' will be blacklisted
Downloading:
http://www.ibiblio.net/pub/packages/maven2/org/apache/maven/plugins
/maven-jar-plugin/2.1/maven-jar-plugin-2.1.pom
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-jar-plugin

Reason: Error getting POM for 'org.apache.maven.plugins:maven-jar-plugin'
from t
he repository: Error transferring file
 org.apache.maven.plugins:maven-jar-plugin:pom:2.1

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 apache.incubator (http://people.apache.org/repo/m2-incubating-repository),
 apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
 codehaus-snapshot (http://snapshots.repository.codehaus.org),
 eclipse.emf (http://mirrors.cat.pdx.edu/eclipse/tools/emf/maven2/),
 indiana (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/)



[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Mon Jul 02 14:18:35 PDT 2007
[INFO] Final Memory: 2M/5M
[INFO]
------------------------------------------------------------------------

C:\das\tuscany-das-1.0-incubating-beta1>

On 7/2/07, Venkata Krishnan <[EMAIL PROTECTED]> wrote:

Hi, I tried out the source and binary distributions and here are some
observations: -

Source Distro
--------------------
- In the license file there is a mention of Tuscany SDO and Eclipse
license,
but am not able to figure out a distribution of these packages.  If we are
not distributing them why do we include them in the licenses?
- The Notice file contains a mention of packages used from osoa.org but
did
not quite find a distribution for it and don't know if something from osoa
is at all used.
- In the file BUILDING the following could be changed for clairty : -

" Change to the top level directory to Apache Tuscany source distribution"
to
"Go over to the directory where you have extracted the DAS Source
Distribution and execute the following:
- cd tuscany-das-1.0-incubating-beta1
- mvn

- I cleaned up das and sdo from my local repo and was able to build the
source successfully.

Binary Distribution
--------------------------
- There are some dependent jars that are spread into the sample
directories.  Just wonder if we can bring them all under the lib and make
the samples use them from lib as we are doing in SCA
- sample-ajax-das has a war file that has jstl.jar packaged in it.  I
don't
find any mention of jstl.jar in the license file.

- Samples (from Binary Distribution)
    - CompanyWeb Sample :
        - In the readme for section titled "Running from Tomcat configured
by the build" we should probably make it clear that this is an option to
be
tried only with the source disb.  And then there is a mention of
"java/das/samples/testing/tomcat build" which needs to be made relative to
the source disb. extraction.
        -  The section "Deploying the CompanyWeb WAR into a Tomcat you
configure yourself" needs to be updated a bit.  For example it mentions
about downloading derby. jar whereas its already a part of the war
    - Customer Sample - the readme does not have enuf info on how to go
about running it.

I will give the samples another shot tomorrow to get them to work.

Thanks

- Venkat



On 7/1/07, Luciano Resende <[EMAIL PROTECTED]> wrote:
>
> Please vote to release the beta1 distribution of Tuscany DAS for Java.
>
> The Release Candidate RC1 for Tuscany Java DAS beta1 is available at
>
>    http://people.apache.org/~lresende/tuscany/das-beta1-rc1/
>
> Release Notes are available at
>
>
>
https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/das/1.0-incubating-beta1-rc1/distribution/binary/RELEASE_NOTES
>
> The maven repository artifacts are posted in a staging repository and
> is available at
>
>    http://people.apache.org/~lresende/tuscany/das-beta1-rc1/maven/
>
> The release audit tool (rat) results are available at
>
>
>
http://people.apache.org/~lresende/tuscany/das-beta1-rc1/das-beta1-rc1-rat.log
>
> The tag for the source code is at
>
>
>
https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/das/1.0-incubating-beta1-rc1/
>
> Seems OK to me, here is my +1
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende
> http://lresende.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to