You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tuscany.apache.org by kelvin goodson <ke...@apache.org> on 2007/05/16 10:59:55 UTC

[ANNOUNCE] Apache Tuscany SDO Java 1.0-incubating-beta1 released

16th May 2007:

The Apache Tuscany community is pleased to announce its
1.0-incubating-beta1 release
of SDO (Service Data Objects) Java.

You can download binary and source distributions from:
http://people.apache.org/dist/incubator/tuscany/java/sdo/1.0-incubating-beta1/

Maven artifacts for this release are available from
http://people.apache.org/repo/m2-incubating-repository/org/apache/tuscany/sdo/

For further information, visit our web site at:
http://cwiki.apache.org/confluence/display/TUSCANY/Home

For detailed information about what's new in this release see
https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sdo/1.0-incubating-beta1/sdo/distribution/RELEASE_NOTES.txt


Incubation
========
Tuscany is an effort undergoing incubation at the Apache Software Foundation

(ASF), sponsored by the Web Services PMC.

Incubation is required of all newly accepted projects until a further review
indicates that the infrastructure, communications, and decision making
process have stabilized in a manner consistent with other successful ASF
projects.

While incubation status is not necessarily a reflection of the completeness
or stability of the code, it does indicate that the project has yet to be
fully endorsed by the ASF.

Please feel free to send any feedback to our mailing lists:
tuscany-dev@ws.apache.org
tuscany-user@ws.apache.org

Any contribution in the form of coding, testing, improving the
documentation, and reporting bugs is always welcome. For more information on
how to get involved with the development of Tuscany, visit our Get Involved
page at:
http://incubator.apache.org/tuscany/get-involved.html


Thank you for your interest in Apache Tuscany!

sdo jars as eclipse plug-ins?

Posted by Bryan Hunt <bh...@mac.com>.
As I currently understand things, the sdo jars are built such they  
can be used as OSGi bundles.  Is my understanding correct?

I tried the following with a fresh download of Eclipse 3.3 M7:

cp ~/.m2/repository/commonj/sdo-api-r2.1/1.0-incubating-SNAPSHOT/sdo- 
api-r2.1-1.0-incubating-SNAPSHOT.jar plugins/
./eclipse -clean

Eclipse fails to start with the following log file:

!SESSION 2007-05-16 11:05:44.227  
-----------------------------------------------
eclipse.buildId=I20070503-1400
java.version=1.5.0_07
java.vendor=Apple Computer, Inc.
BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
Framework arguments:  -startup /Users/bhunt/Downloads/eclipse/ 
Eclipse.app/Contents/MacOS/../../../plugins/ 
org.eclipse.equinox.launcher_1.0.0.v20070502.jar
Command-line arguments:  -os macosx -ws carbon -arch x86 -startup / 
Users/bhunt/Downloads/eclipse/Eclipse.app/Contents/MacOS/../../../ 
plugins/org.eclipse.equinox.launcher_1.0.0.v20070502.jar -clean

!ENTRY org.eclipse.update.configurator 4 0 2007-05-16 11:05:46.407
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: Exception in  
org.eclipse.update.internal.configurator.ConfigurationActivator.start 
() of bundle org.eclipse.update.configurator.
         at  
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivato 
r(BundleContextImpl.java:1018)
         at  
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start 
(BundleContextImpl.java:974)
         at  
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker 
(BundleHost.java:346)
         at  
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume 
(AbstractBundle.java:350)
         at  
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle 
(Framework.java:1118)
         at  
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles 
(StartLevelManager.java:634)
         at  
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL 
(StartLevelManager.java:508)
         at  
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLev 
el(StartLevelManager.java:282)
         at  
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent 
(StartLevelManager.java:468)
         at  
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent 
(EventManager.java:195)
         at org.eclipse.osgi.framework.eventmgr.EventManager 
$EventThread.run(EventManager.java:297)
Caused by: org.eclipse.core.runtime.CoreException: Cannot create  
configuration in file:/Users/bhunt/Downloads/eclipse/configuration/
         at  
org.eclipse.update.internal.configurator.Utils.newCoreException 
(Utils.java:96)
         at  
org.eclipse.update.internal.configurator.ConfigurationActivator.initiali 
ze(ConfigurationActivator.java:111)
         at  
org.eclipse.update.internal.configurator.ConfigurationActivator.start 
(ConfigurationActivator.java:69)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl 
$2.run(BundleContextImpl.java:999)
         at java.security.AccessController.doPrivileged(Native Method)
         at  
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivato 
r(BundleContextImpl.java:993)
         ... 10 more
Root exception:
org.eclipse.core.runtime.CoreException: Cannot create configuration  
in file:/Users/bhunt/Downloads/eclipse/configuration/
         at  
org.eclipse.update.internal.configurator.Utils.newCoreException 
(Utils.java:96)
         at  
org.eclipse.update.internal.configurator.ConfigurationActivator.initiali 
ze(ConfigurationActivator.java:111)
         at  
org.eclipse.update.internal.configurator.ConfigurationActivator.start 
(ConfigurationActivator.java:69)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl 
$2.run(BundleContextImpl.java:999)
         at java.security.AccessController.doPrivileged(Native Method)
         at  
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivato 
r(BundleContextImpl.java:993)
         at  
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start 
(BundleContextImpl.java:974)
         at  
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker 
(BundleHost.java:346)
         at  
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume 
(AbstractBundle.java:350)
         at  
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle 
(Framework.java:1118)
         at  
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles 
(StartLevelManager.java:634)
         at  
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL 
(StartLevelManager.java:508)
         at  
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLev 
el(StartLevelManager.java:282)
         at  
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent 
(StartLevelManager.java:468)
         at  
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent 
(EventManager.java:195)
         at org.eclipse.osgi.framework.eventmgr.EventManager 
$EventThread.run(EventManager.java:297)

!ENTRY org.eclipse.core.runtime 4 0 2007-05-16 11:05:46.424
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved.  
Reason: Missing Constraint: Require-Bundle: org.eclipse.core.jobs;  
bundle-version="[3.2.0,4.0.0)"
         at  
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker 
(BundleHost.java:305)
         at  
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume 
(AbstractBundle.java:350)
         at  
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle 
(Framework.java:1118)
         at  
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles 
(StartLevelManager.java:634)
         at  
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL 
(StartLevelManager.java:508)
         at  
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLev 
el(StartLevelManager.java:282)
         at  
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent 
(StartLevelManager.java:468)
         at  
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent 
(EventManager.java:195)
         at org.eclipse.osgi.framework.eventmgr.EventManager 
$EventThread.run(EventManager.java:297)

!ENTRY org.eclipse.osgi 4 0 2007-05-16 11:05:46.430
!MESSAGE Bundle initial@reference:file:plugins/ 
org.eclipse.update.configurator_3.2.100.v20070430.jar/ [2] is not  
active.

!ENTRY org.eclipse.osgi 4 0 2007-05-16 11:05:46.431
!MESSAGE Bundle initial@reference:file:plugins/ 
org.eclipse.core.runtime_3.3.100.v20070409.jar/ was not resolved.

!ENTRY org.eclipse.osgi 4 0 2007-05-16 11:05:46.439
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application  
service. Ensure that the org.eclipse.core.runtime bundle is resolved  
and started (see config.ini).
         at  
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start 
(EclipseAppLauncher.java:72)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run 
(EclipseStarter.java:363)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run 
(EclipseStarter.java:176)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.eclipse.equinox.launcher.Main.invokeFramework 
(Main.java:497)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:436)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1162)

!ENTRY org.eclipse.osgi 2 0 2007-05-16 11:05:46.449
!MESSAGE One or more bundles are not resolved because the following  
root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2007-05-16 11:05:46.450
!MESSAGE Bundle initial@reference:file:plugins/ 
org.eclipse.core.runtime_3.3.100.v20070409.jar/ was not resolved.
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2007-05-16 11:05:46.450
!MESSAGE Missing required bundle org.eclipse.equinox.app_[1.0.0,2.0.0).
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2007-05-16 11:05:46.450
!MESSAGE Missing required bundle org.eclipse.equinox.preferences_ 
[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2007-05-16 11:05:46.450
!MESSAGE Missing required bundle org.eclipse.core.contenttype_ 
[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2007-05-16 11:05:46.451
!MESSAGE Missing required bundle org.eclipse.core.jobs_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2007-05-16 11:05:46.451
!MESSAGE Missing required bundle org.eclipse.equinox.registry_ 
[3.2.0,4.0.0).

!ENTRY org.eclipse.osgi 2 0 2007-05-16 11:05:46.453
!MESSAGE The following is a complete list of bundles which are not  
resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2007-05-16 11:05:46.453
!MESSAGE Bundle initial@reference:file:plugins/ 
org.eclipse.core.runtime_3.3.100.v20070409.jar/ [3] was not resolved.
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2007-05-16 11:05:46.453
!MESSAGE Missing required bundle org.eclipse.core.jobs_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2007-05-16 11:05:46.453
!MESSAGE Missing required bundle org.eclipse.equinox.registry_ 
[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2007-05-16 11:05:46.453
!MESSAGE Missing required bundle org.eclipse.equinox.preferences_ 
[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2007-05-16 11:05:46.454
!MESSAGE Missing required bundle org.eclipse.core.contenttype_ 
[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2007-05-16 11:05:46.454
!MESSAGE Missing optionally required bundle  
org.eclipse.core.runtime.compatibility.auth_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.core.runtime 2 0 2007-05-16 11:05:46.454
!MESSAGE Missing required bundle org.eclipse.equinox.app_[1.0.0,2.0.0).


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-user-help@ws.apache.org


Re: rebuilding after an update to source?

Posted by Bryan Hunt <bh...@mac.com>.
I just did an update to 538648 and I can now successfully build das.   
Thanks.

Bryan

On May 16, 2007, at 11:37 AM, Luciano Resende wrote:

> You should be able to run mvn or mvn install under java.
>
> On 5/16/07, Bryan Hunt <bh...@mac.com> wrote:
>>
>> After I do an svn update, how do I rebuild the source?  I tried
>> executing mvn, but it didn't build anything in the compile step.
>>
>> Bryan
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
>> For additional commands, e-mail: tuscany-user-help@ws.apache.org
>>
>>
>
>
> -- 
> Luciano Resende
> http://people.apache.org/~lresende


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-user-help@ws.apache.org


Re: rebuilding after an update to source?

Posted by Bryan Hunt <bh...@mac.com>.
Ah, thanks that explains it.

Bryan

On May 16, 2007, at 11:47 AM, Luciano Resende wrote:

> Your question is probably because you got lots of updates from DAS,  
> but
> still gets "[INFO] Nothing to compile - all classes are up to date"  
> when you
> try to build, this is because the dbConfig is not part of the build  
> yet, is
> still work in progress.
>
> To force building, try mvn clean install or mvn -U clean install
>
> On 5/16/07, Bryan Hunt <bh...@mac.com> wrote:
>>
>> Hmmm, here's what I did:
>>
>> svn update sdo-api (no updates)
>> svn update sdo (no updates)
>>
>> Homer:~/Downloads/tuscany bhunt$ svn update das
>> A    das/samples/dbconfig
>> A    das/samples/dbconfig/readme.html
>> A    das/samples/dbconfig/src
>> A    das/samples/dbconfig/src/test
>> A    das/samples/dbconfig/src/test/java
>> A    das/samples/dbconfig/src/test/java/org
>> A    das/samples/dbconfig/src/test/java/org/apache
>> A    das/samples/dbconfig/src/test/java/org/apache/tuscany
>> A    das/samples/dbconfig/src/test/java/org/apache/tuscany/das
>> A    das/samples/dbconfig/src/test/java/org/apache/tuscany/das/rdb
>> A    das/samples/dbconfig/src/test/java/org/apache/tuscany/das/rdb/
>> dbconfig
>> A    das/samples/dbconfig/src/test/java/org/apache/tuscany/das/rdb/
>> dbconfig/DBInitializerTestCase.java
>> A    das/samples/dbconfig/src/test/resources
>> A    das/samples/dbconfig/src/test/resources/dbConfig.xml
>> A    das/samples/dbconfig/src/main
>> A    das/samples/dbconfig/src/main/java
>> A    das/samples/dbconfig/src/main/java/org
>> A    das/samples/dbconfig/src/main/java/org/apache
>> A    das/samples/dbconfig/src/main/java/org/apache/tuscany
>> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das
>> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb
>> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/ 
>> Data
>> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
>> Data/TestDataWithExplicitColumns.java
>> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
>> Data/TestData.java
>> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
>> dbconfig
>> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
>> dbconfig/DBDataHelper.java
>> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
>> dbconfig/DataSourceInitializationException.java
>> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
>> dbconfig/DBConnectionHelper.java
>> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
>> dbconfig/DBHelper.java
>> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
>> dbconfig/DatabaseInitializerException.java
>> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
>> dbconfig/DBConfigUtil.java
>> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
>> dbconfig/DBInitializer.java
>> A    das/samples/dbconfig/src/main/resources
>> A    das/samples/dbconfig/src/main/resources/META-INF
>> A    das/samples/dbconfig/src/main/resources/META-INF/LICENSE.txt
>> A    das/samples/dbconfig/src/main/resources/META-INF/NOTICE
>> A    das/samples/dbconfig/src/main/resources/META-INF/MANIFEST.MF
>> A    das/samples/dbconfig/src/main/resources/META-INF/README.txt
>> A    das/samples/dbconfig/src/main/resources/log4jconfig.properties
>> A    das/samples/dbconfig/src/main/resources/CannedSampleDBConfig.xml
>> A    das/samples/dbconfig/src/main/resources/DBConfig.xsd
>> A    das/samples/dbconfig/pom.xml
>> Updated to revision 538642.
>> Homer:~/Downloads/tuscany bhunt$ cd das
>> Homer:~/Downloads/tuscany/das bhunt$ mvn
>> [INFO] Scanning for projects...
>> [INFO] snapshot org.apache.tuscany:parent:2-incubating-SNAPSHOT:
>> checking for updates from apache.snapshots
>> [INFO] Reactor build order:
>> [INFO]   Tuscany DAS
>> [INFO]   Tuscany DAS for Relational Databases
>> [INFO]   Tuscany DAS Samples
>> [INFO]   Tuscany DAS Company Sample
>> [INFO]   Tuscany DAS J2SE Customer Sample
>> [INFO]   Tuscany DAS Distribution
>> [INFO]   Tuscany DAS Samples Distribution
>> [INFO]   Tuscany DAS JavaDoc Distribution
>> [INFO]
>> --------------------------------------------------------------------- 
>> ---
>> ----
>> [INFO] Building Tuscany DAS
>> [INFO]    task-segment: [install]
>> [INFO]
>> --------------------------------------------------------------------- 
>> ---
>> ----
>> [INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking
>> for updates from apache.incubator
>> [INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking
>> for updates from codehaus-snapshot
>> [INFO] artifact org.apache.maven.plugins:maven-install-plugin:
>> checking for updates from apache.incubator
>> [INFO] artifact org.apache.maven.plugins:maven-install-plugin:
>> checking for updates from codehaus-snapshot
>> [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin:
>> checking for updates from apache.incubator
>> [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin:
>> checking for updates from codehaus-snapshot
>> [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin:
>> checking for updates from apache.incubator
>> [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin:
>> checking for updates from codehaus-snapshot
>> [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking
>> for updates from apache.incubator
>> [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking
>> for updates from codehaus-snapshot
>> [INFO] [site:attach-descriptor]
>> [INFO] [install:install]
>> [INFO] Installing /Users/bhunt/Downloads/tuscany/das/pom.xml to /
>> Users/bhunt/.m2/repository/org/apache/tuscany/das/tuscany-das/1.0-
>> incubating-SNAPSHOT/tuscany-das-1.0-incubating-SNAPSHOT.pom
>> [INFO]
>> --------------------------------------------------------------------- 
>> ---
>> ----
>> [INFO] Building Tuscany DAS for Relational Databases
>> [INFO]    task-segment: [install]
>> [INFO]
>> --------------------------------------------------------------------- 
>> ---
>> ----
>> [INFO] artifact org.apache.maven.plugins:maven-resources-plugin:
>> checking for updates from apache.incubator
>> [INFO] artifact org.apache.maven.plugins:maven-resources-plugin:
>> checking for updates from codehaus-snapshot
>> [INFO] artifact org.apache.tuscany.sdo:tuscany-sdo-plugin: checking
>> for updates from apache.incubator
>> [INFO] artifact org.apache.tuscany.sdo:tuscany-sdo-plugin: checking
>> for updates from codehaus-snapshot
>> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-plugin:1.0-
>> incubating-SNAPSHOT: checking for updates from apache.snapshots
>> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-plugin:1.0-
>> incubating-SNAPSHOT: checking for updates from codehaus-snapshot
>> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo:1.0-incubating-
>> SNAPSHOT: checking for updates from apache.snapshots
>> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo:1.0-incubating-
>> SNAPSHOT: checking for updates from codehaus-snapshot
>> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-tools:1.0-
>> incubating-SNAPSHOT: checking for updates from apache.snapshots
>> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-tools:1.0-
>> incubating-SNAPSHOT: checking for updates from codehaus-snapshot
>> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-tools:1.0-
>> incubating-SNAPSHOT: checking for updates from indiana
>> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-impl:1.0-
>> incubating-SNAPSHOT: checking for updates from apache.snapshots
>> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-impl:1.0-
>> incubating-SNAPSHOT: checking for updates from codehaus-snapshot
>> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-impl:1.0-
>> incubating-SNAPSHOT: checking for updates from indiana
>> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-lib:1.0- 
>> incubating-
>> SNAPSHOT: checking for updates from apache.snapshots
>> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-lib:1.0- 
>> incubating-
>> SNAPSHOT: checking for updates from codehaus-snapshot
>> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-lib:1.0- 
>> incubating-
>> SNAPSHOT: checking for updates from indiana
>> [INFO] snapshot commonj:sdo-api-r2.1:1.0-incubating-SNAPSHOT:
>> checking for updates from apache.snapshots
>> [INFO] snapshot commonj:sdo-api-r2.1:1.0-incubating-SNAPSHOT:
>> checking for updates from codehaus-snapshot
>> [INFO] snapshot commonj:sdo-api-r2.1:1.0-incubating-SNAPSHOT:
>> checking for updates from indiana
>> [INFO] [tuscany-sdo:generate {execution: config}]
>> [INFO] [tuscany-sdo:generate {execution: company}]
>> [INFO] [tuscany-sdo:generate {execution: customer}]
>> [INFO] [resources:resources]
>> [INFO] Using default encoding to copy filtered resources.
>> [INFO] [compiler:compile]
>> [INFO] Nothing to compile - all classes are up to date
>> [INFO] [resources:testResources]
>> [INFO] Using default encoding to copy filtered resources.
>> [INFO] [compiler:testCompile]
>> [INFO] Nothing to compile - all classes are up to date
>> [INFO] [surefire:test]
>> [INFO] Surefire report directory: /Users/bhunt/Downloads/tuscany/das/
>> rdb/target/surefire-reports
>>
>>
>> I was expecting to see some activity under the compiler step.
>>
>>
>> On May 16, 2007, at 11:37 AM, Luciano Resende wrote:
>>
>> > You should be able to run mvn or mvn install under java.
>> >
>> > On 5/16/07, Bryan Hunt <bh...@mac.com> wrote:
>> >>
>> >> After I do an svn update, how do I rebuild the source?  I tried
>> >> executing mvn, but it didn't build anything in the compile step.
>> >>
>> >> Bryan
>> >>
>> >>
>> >>  
>> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
>> >> For additional commands, e-mail: tuscany-user-help@ws.apache.org
>> >>
>> >>
>> >
>> >
>> > --
>> > Luciano Resende
>> > http://people.apache.org/~lresende
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
>> For additional commands, e-mail: tuscany-user-help@ws.apache.org
>>
>>
>
>
> -- 
> Luciano Resende
> http://people.apache.org/~lresende


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-user-help@ws.apache.org


Re: rebuilding after an update to source?

Posted by Luciano Resende <lu...@gmail.com>.
Your question is probably because you got lots of updates from DAS, but
still gets "[INFO] Nothing to compile - all classes are up to date" when you
try to build, this is because the dbConfig is not part of the build yet, is
still work in progress.

To force building, try mvn clean install or mvn -U clean install

On 5/16/07, Bryan Hunt <bh...@mac.com> wrote:
>
> Hmmm, here's what I did:
>
> svn update sdo-api (no updates)
> svn update sdo (no updates)
>
> Homer:~/Downloads/tuscany bhunt$ svn update das
> A    das/samples/dbconfig
> A    das/samples/dbconfig/readme.html
> A    das/samples/dbconfig/src
> A    das/samples/dbconfig/src/test
> A    das/samples/dbconfig/src/test/java
> A    das/samples/dbconfig/src/test/java/org
> A    das/samples/dbconfig/src/test/java/org/apache
> A    das/samples/dbconfig/src/test/java/org/apache/tuscany
> A    das/samples/dbconfig/src/test/java/org/apache/tuscany/das
> A    das/samples/dbconfig/src/test/java/org/apache/tuscany/das/rdb
> A    das/samples/dbconfig/src/test/java/org/apache/tuscany/das/rdb/
> dbconfig
> A    das/samples/dbconfig/src/test/java/org/apache/tuscany/das/rdb/
> dbconfig/DBInitializerTestCase.java
> A    das/samples/dbconfig/src/test/resources
> A    das/samples/dbconfig/src/test/resources/dbConfig.xml
> A    das/samples/dbconfig/src/main
> A    das/samples/dbconfig/src/main/java
> A    das/samples/dbconfig/src/main/java/org
> A    das/samples/dbconfig/src/main/java/org/apache
> A    das/samples/dbconfig/src/main/java/org/apache/tuscany
> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das
> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb
> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/Data
> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
> Data/TestDataWithExplicitColumns.java
> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
> Data/TestData.java
> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
> dbconfig
> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
> dbconfig/DBDataHelper.java
> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
> dbconfig/DataSourceInitializationException.java
> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
> dbconfig/DBConnectionHelper.java
> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
> dbconfig/DBHelper.java
> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
> dbconfig/DatabaseInitializerException.java
> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
> dbconfig/DBConfigUtil.java
> A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/
> dbconfig/DBInitializer.java
> A    das/samples/dbconfig/src/main/resources
> A    das/samples/dbconfig/src/main/resources/META-INF
> A    das/samples/dbconfig/src/main/resources/META-INF/LICENSE.txt
> A    das/samples/dbconfig/src/main/resources/META-INF/NOTICE
> A    das/samples/dbconfig/src/main/resources/META-INF/MANIFEST.MF
> A    das/samples/dbconfig/src/main/resources/META-INF/README.txt
> A    das/samples/dbconfig/src/main/resources/log4jconfig.properties
> A    das/samples/dbconfig/src/main/resources/CannedSampleDBConfig.xml
> A    das/samples/dbconfig/src/main/resources/DBConfig.xsd
> A    das/samples/dbconfig/pom.xml
> Updated to revision 538642.
> Homer:~/Downloads/tuscany bhunt$ cd das
> Homer:~/Downloads/tuscany/das bhunt$ mvn
> [INFO] Scanning for projects...
> [INFO] snapshot org.apache.tuscany:parent:2-incubating-SNAPSHOT:
> checking for updates from apache.snapshots
> [INFO] Reactor build order:
> [INFO]   Tuscany DAS
> [INFO]   Tuscany DAS for Relational Databases
> [INFO]   Tuscany DAS Samples
> [INFO]   Tuscany DAS Company Sample
> [INFO]   Tuscany DAS J2SE Customer Sample
> [INFO]   Tuscany DAS Distribution
> [INFO]   Tuscany DAS Samples Distribution
> [INFO]   Tuscany DAS JavaDoc Distribution
> [INFO]
> ------------------------------------------------------------------------
> ----
> [INFO] Building Tuscany DAS
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> ----
> [INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking
> for updates from apache.incubator
> [INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking
> for updates from codehaus-snapshot
> [INFO] artifact org.apache.maven.plugins:maven-install-plugin:
> checking for updates from apache.incubator
> [INFO] artifact org.apache.maven.plugins:maven-install-plugin:
> checking for updates from codehaus-snapshot
> [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin:
> checking for updates from apache.incubator
> [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin:
> checking for updates from codehaus-snapshot
> [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin:
> checking for updates from apache.incubator
> [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin:
> checking for updates from codehaus-snapshot
> [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking
> for updates from apache.incubator
> [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking
> for updates from codehaus-snapshot
> [INFO] [site:attach-descriptor]
> [INFO] [install:install]
> [INFO] Installing /Users/bhunt/Downloads/tuscany/das/pom.xml to /
> Users/bhunt/.m2/repository/org/apache/tuscany/das/tuscany-das/1.0-
> incubating-SNAPSHOT/tuscany-das-1.0-incubating-SNAPSHOT.pom
> [INFO]
> ------------------------------------------------------------------------
> ----
> [INFO] Building Tuscany DAS for Relational Databases
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> ----
> [INFO] artifact org.apache.maven.plugins:maven-resources-plugin:
> checking for updates from apache.incubator
> [INFO] artifact org.apache.maven.plugins:maven-resources-plugin:
> checking for updates from codehaus-snapshot
> [INFO] artifact org.apache.tuscany.sdo:tuscany-sdo-plugin: checking
> for updates from apache.incubator
> [INFO] artifact org.apache.tuscany.sdo:tuscany-sdo-plugin: checking
> for updates from codehaus-snapshot
> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-plugin:1.0-
> incubating-SNAPSHOT: checking for updates from apache.snapshots
> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-plugin:1.0-
> incubating-SNAPSHOT: checking for updates from codehaus-snapshot
> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo:1.0-incubating-
> SNAPSHOT: checking for updates from apache.snapshots
> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo:1.0-incubating-
> SNAPSHOT: checking for updates from codehaus-snapshot
> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-tools:1.0-
> incubating-SNAPSHOT: checking for updates from apache.snapshots
> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-tools:1.0-
> incubating-SNAPSHOT: checking for updates from codehaus-snapshot
> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-tools:1.0-
> incubating-SNAPSHOT: checking for updates from indiana
> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-impl:1.0-
> incubating-SNAPSHOT: checking for updates from apache.snapshots
> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-impl:1.0-
> incubating-SNAPSHOT: checking for updates from codehaus-snapshot
> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-impl:1.0-
> incubating-SNAPSHOT: checking for updates from indiana
> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-lib:1.0-incubating-
> SNAPSHOT: checking for updates from apache.snapshots
> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-lib:1.0-incubating-
> SNAPSHOT: checking for updates from codehaus-snapshot
> [INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-lib:1.0-incubating-
> SNAPSHOT: checking for updates from indiana
> [INFO] snapshot commonj:sdo-api-r2.1:1.0-incubating-SNAPSHOT:
> checking for updates from apache.snapshots
> [INFO] snapshot commonj:sdo-api-r2.1:1.0-incubating-SNAPSHOT:
> checking for updates from codehaus-snapshot
> [INFO] snapshot commonj:sdo-api-r2.1:1.0-incubating-SNAPSHOT:
> checking for updates from indiana
> [INFO] [tuscany-sdo:generate {execution: config}]
> [INFO] [tuscany-sdo:generate {execution: company}]
> [INFO] [tuscany-sdo:generate {execution: customer}]
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test]
> [INFO] Surefire report directory: /Users/bhunt/Downloads/tuscany/das/
> rdb/target/surefire-reports
>
>
> I was expecting to see some activity under the compiler step.
>
>
> On May 16, 2007, at 11:37 AM, Luciano Resende wrote:
>
> > You should be able to run mvn or mvn install under java.
> >
> > On 5/16/07, Bryan Hunt <bh...@mac.com> wrote:
> >>
> >> After I do an svn update, how do I rebuild the source?  I tried
> >> executing mvn, but it didn't build anything in the compile step.
> >>
> >> Bryan
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
> >> For additional commands, e-mail: tuscany-user-help@ws.apache.org
> >>
> >>
> >
> >
> > --
> > Luciano Resende
> > http://people.apache.org/~lresende
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-user-help@ws.apache.org
>
>


-- 
Luciano Resende
http://people.apache.org/~lresende

Re: rebuilding after an update to source?

Posted by Bryan Hunt <bh...@mac.com>.
Hmmm, here's what I did:

svn update sdo-api (no updates)
svn update sdo (no updates)

Homer:~/Downloads/tuscany bhunt$ svn update das
A    das/samples/dbconfig
A    das/samples/dbconfig/readme.html
A    das/samples/dbconfig/src
A    das/samples/dbconfig/src/test
A    das/samples/dbconfig/src/test/java
A    das/samples/dbconfig/src/test/java/org
A    das/samples/dbconfig/src/test/java/org/apache
A    das/samples/dbconfig/src/test/java/org/apache/tuscany
A    das/samples/dbconfig/src/test/java/org/apache/tuscany/das
A    das/samples/dbconfig/src/test/java/org/apache/tuscany/das/rdb
A    das/samples/dbconfig/src/test/java/org/apache/tuscany/das/rdb/ 
dbconfig
A    das/samples/dbconfig/src/test/java/org/apache/tuscany/das/rdb/ 
dbconfig/DBInitializerTestCase.java
A    das/samples/dbconfig/src/test/resources
A    das/samples/dbconfig/src/test/resources/dbConfig.xml
A    das/samples/dbconfig/src/main
A    das/samples/dbconfig/src/main/java
A    das/samples/dbconfig/src/main/java/org
A    das/samples/dbconfig/src/main/java/org/apache
A    das/samples/dbconfig/src/main/java/org/apache/tuscany
A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das
A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb
A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/Data
A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/ 
Data/TestDataWithExplicitColumns.java
A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/ 
Data/TestData.java
A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/ 
dbconfig
A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/ 
dbconfig/DBDataHelper.java
A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/ 
dbconfig/DataSourceInitializationException.java
A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/ 
dbconfig/DBConnectionHelper.java
A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/ 
dbconfig/DBHelper.java
A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/ 
dbconfig/DatabaseInitializerException.java
A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/ 
dbconfig/DBConfigUtil.java
A    das/samples/dbconfig/src/main/java/org/apache/tuscany/das/rdb/ 
dbconfig/DBInitializer.java
A    das/samples/dbconfig/src/main/resources
A    das/samples/dbconfig/src/main/resources/META-INF
A    das/samples/dbconfig/src/main/resources/META-INF/LICENSE.txt
A    das/samples/dbconfig/src/main/resources/META-INF/NOTICE
A    das/samples/dbconfig/src/main/resources/META-INF/MANIFEST.MF
A    das/samples/dbconfig/src/main/resources/META-INF/README.txt
A    das/samples/dbconfig/src/main/resources/log4jconfig.properties
A    das/samples/dbconfig/src/main/resources/CannedSampleDBConfig.xml
A    das/samples/dbconfig/src/main/resources/DBConfig.xsd
A    das/samples/dbconfig/pom.xml
Updated to revision 538642.
Homer:~/Downloads/tuscany bhunt$ cd das
Homer:~/Downloads/tuscany/das bhunt$ mvn
[INFO] Scanning for projects...
[INFO] snapshot org.apache.tuscany:parent:2-incubating-SNAPSHOT:  
checking for updates from apache.snapshots
[INFO] Reactor build order:
[INFO]   Tuscany DAS
[INFO]   Tuscany DAS for Relational Databases
[INFO]   Tuscany DAS Samples
[INFO]   Tuscany DAS Company Sample
[INFO]   Tuscany DAS J2SE Customer Sample
[INFO]   Tuscany DAS Distribution
[INFO]   Tuscany DAS Samples Distribution
[INFO]   Tuscany DAS JavaDoc Distribution
[INFO]  
------------------------------------------------------------------------ 
----
[INFO] Building Tuscany DAS
[INFO]    task-segment: [install]
[INFO]  
------------------------------------------------------------------------ 
----
[INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking  
for updates from apache.incubator
[INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking  
for updates from codehaus-snapshot
[INFO] artifact org.apache.maven.plugins:maven-install-plugin:  
checking for updates from apache.incubator
[INFO] artifact org.apache.maven.plugins:maven-install-plugin:  
checking for updates from codehaus-snapshot
[INFO] artifact org.apache.maven.plugins:maven-compiler-plugin:  
checking for updates from apache.incubator
[INFO] artifact org.apache.maven.plugins:maven-compiler-plugin:  
checking for updates from codehaus-snapshot
[INFO] artifact org.apache.maven.plugins:maven-surefire-plugin:  
checking for updates from apache.incubator
[INFO] artifact org.apache.maven.plugins:maven-surefire-plugin:  
checking for updates from codehaus-snapshot
[INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking  
for updates from apache.incubator
[INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking  
for updates from codehaus-snapshot
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing /Users/bhunt/Downloads/tuscany/das/pom.xml to / 
Users/bhunt/.m2/repository/org/apache/tuscany/das/tuscany-das/1.0- 
incubating-SNAPSHOT/tuscany-das-1.0-incubating-SNAPSHOT.pom
[INFO]  
------------------------------------------------------------------------ 
----
[INFO] Building Tuscany DAS for Relational Databases
[INFO]    task-segment: [install]
[INFO]  
------------------------------------------------------------------------ 
----
[INFO] artifact org.apache.maven.plugins:maven-resources-plugin:  
checking for updates from apache.incubator
[INFO] artifact org.apache.maven.plugins:maven-resources-plugin:  
checking for updates from codehaus-snapshot
[INFO] artifact org.apache.tuscany.sdo:tuscany-sdo-plugin: checking  
for updates from apache.incubator
[INFO] artifact org.apache.tuscany.sdo:tuscany-sdo-plugin: checking  
for updates from codehaus-snapshot
[INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-plugin:1.0- 
incubating-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-plugin:1.0- 
incubating-SNAPSHOT: checking for updates from codehaus-snapshot
[INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo:1.0-incubating- 
SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo:1.0-incubating- 
SNAPSHOT: checking for updates from codehaus-snapshot
[INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-tools:1.0- 
incubating-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-tools:1.0- 
incubating-SNAPSHOT: checking for updates from codehaus-snapshot
[INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-tools:1.0- 
incubating-SNAPSHOT: checking for updates from indiana
[INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-impl:1.0- 
incubating-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-impl:1.0- 
incubating-SNAPSHOT: checking for updates from codehaus-snapshot
[INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-impl:1.0- 
incubating-SNAPSHOT: checking for updates from indiana
[INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-lib:1.0-incubating- 
SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-lib:1.0-incubating- 
SNAPSHOT: checking for updates from codehaus-snapshot
[INFO] snapshot org.apache.tuscany.sdo:tuscany-sdo-lib:1.0-incubating- 
SNAPSHOT: checking for updates from indiana
[INFO] snapshot commonj:sdo-api-r2.1:1.0-incubating-SNAPSHOT:  
checking for updates from apache.snapshots
[INFO] snapshot commonj:sdo-api-r2.1:1.0-incubating-SNAPSHOT:  
checking for updates from codehaus-snapshot
[INFO] snapshot commonj:sdo-api-r2.1:1.0-incubating-SNAPSHOT:  
checking for updates from indiana
[INFO] [tuscany-sdo:generate {execution: config}]
[INFO] [tuscany-sdo:generate {execution: company}]
[INFO] [tuscany-sdo:generate {execution: customer}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] Surefire report directory: /Users/bhunt/Downloads/tuscany/das/ 
rdb/target/surefire-reports


I was expecting to see some activity under the compiler step.


On May 16, 2007, at 11:37 AM, Luciano Resende wrote:

> You should be able to run mvn or mvn install under java.
>
> On 5/16/07, Bryan Hunt <bh...@mac.com> wrote:
>>
>> After I do an svn update, how do I rebuild the source?  I tried
>> executing mvn, but it didn't build anything in the compile step.
>>
>> Bryan
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
>> For additional commands, e-mail: tuscany-user-help@ws.apache.org
>>
>>
>
>
> -- 
> Luciano Resende
> http://people.apache.org/~lresende


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-user-help@ws.apache.org


Re: rebuilding after an update to source?

Posted by Luciano Resende <lu...@gmail.com>.
You should be able to run mvn or mvn install under java.

On 5/16/07, Bryan Hunt <bh...@mac.com> wrote:
>
> After I do an svn update, how do I rebuild the source?  I tried
> executing mvn, but it didn't build anything in the compile step.
>
> Bryan
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-user-help@ws.apache.org
>
>


-- 
Luciano Resende
http://people.apache.org/~lresende

rebuilding after an update to source?

Posted by Bryan Hunt <bh...@mac.com>.
After I do an svn update, how do I rebuild the source?  I tried  
executing mvn, but it didn't build anything in the compile step.

Bryan


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-user-help@ws.apache.org