Re: GSoc Project Ideas - Tuscany

2008-03-24 Thread Dan Becker

Jacek Laskowski wrote:

On Sun, Mar 23, 2008 at 1:19 PM, ant elder [EMAIL PROTECTED] wrote:


Probably depends what you want, with -fn the tests still run with
-Dmaven.test.skip=true they don't. Not running the tests makes the build
much faster but without running the tests you don't know what problems there
might be with the jars that get built. A key thing is that with -fn a test
failure in one module does not stop the build of other modules, but, the jar
for the module with the test failure does not get built so if you want to
ignore a test failure but still rebuild a module then you need to use
-Dmaven.test.skip=true. On the other hand for things like the itest modules
you just want to see the tests results so it doesn't make much sense to use
-Dmaven.test.skip=true but -fn can be useful to see how good or bad the
state of the code is.


That's more I could dream of! I have never used -fn before so it's
nice to have read so comprehensive explanation why it might be useful.
Thanks.


And helpful to all the other developers and readers too! Thanks Ant.

--
Thanks, Dan Becker

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: GSoc Project Ideas - Tuscany

2008-03-23 Thread Jacek Laskowski
On Sun, Mar 23, 2008 at 4:55 AM, Raymond Feng [EMAIL PROTECTED] wrote:

  It's also safe to ignore this test failure. You can use mvn clean install 
 -fn to ignore test failures.

Hi,

That's interesting and although it's completely off-topic too I
couldn't resist asking why the -fn option is better than disabling the
tests at all with -Dmaven.test.skip=true?

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: GSoc Project Ideas - Tuscany

2008-03-23 Thread ant elder
On Sun, Mar 23, 2008 at 10:58 AM, Jacek Laskowski [EMAIL PROTECTED]
wrote:

 On Sun, Mar 23, 2008 at 4:55 AM, Raymond Feng [EMAIL PROTECTED] wrote:

   It's also safe to ignore this test failure. You can use mvn clean
 install -fn to ignore test failures.

 Hi,

 That's interesting and although it's completely off-topic too I
 couldn't resist asking why the -fn option is better than disabling the
 tests at all with -Dmaven.test.skip=true?

 Jacek


Probably depends what you want, with -fn the tests still run with -
Dmaven.test.skip=true they don't. Not running the tests makes the build much
faster but without running the tests you don't know what problems there
might be with the jars that get built. A key thing is that with -fn a test
failure in one module does not stop the build of other modules, but, the jar
for the module with the test failure does not get built so if you want to
ignore a test failure but still rebuild a module then you need to use -
Dmaven.test.skip=true. On the other hand for things like the itest modules
you just want to see the tests results so it doesn't make much sense to use
-Dmaven.test.skip=true but -fn can be useful to see how good or bad the
state of the code is.

   ...ant


Re: GSoc Project Ideas - Tuscany

2008-03-23 Thread Jacek Laskowski
On Sun, Mar 23, 2008 at 1:19 PM, ant elder [EMAIL PROTECTED] wrote:

 Probably depends what you want, with -fn the tests still run with
 -Dmaven.test.skip=true they don't. Not running the tests makes the build
 much faster but without running the tests you don't know what problems there
 might be with the jars that get built. A key thing is that with -fn a test
 failure in one module does not stop the build of other modules, but, the jar
 for the module with the test failure does not get built so if you want to
 ignore a test failure but still rebuild a module then you need to use
 -Dmaven.test.skip=true. On the other hand for things like the itest modules
 you just want to see the tests results so it doesn't make much sense to use
 -Dmaven.test.skip=true but -fn can be useful to see how good or bad the
 state of the code is.

That's more I could dream of! I have never used -fn before so it's
nice to have read so comprehensive explanation why it might be useful.
Thanks.

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: GSoc Project Ideas - Tuscany

2008-03-23 Thread Oscar Castaneda
Hi Raymond,
Thanks, that's good to know...and it worked, the build was successful!

I'm using JDK 5.0 that comes with Leopard, my java version is 1.5.0_13.

best,
-oscar

Oscar Castañeda
Student at Delft University of Technology
https://ocastaneda.weblog.tudelft.nl


On Sun, Mar 23, 2008 at 4:55 AM, Raymond Feng [EMAIL PROTECTED] wrote:

 Hi,

 Can you tell me which JDK you are using? Different JDKs behave differently
 in parsing the string into XMLGregorianCalendar.

 It's also safe to ignore this test failure. You can use mvn clean install
 -fn to ignore test failures.

 Thanks,
 Raymond


 From: Oscar Castaneda
 Sent: Saturday, March 22, 2008 2:49 PM
 To: tuscany-dev@ws.apache.org
 Subject: Re: GSoc Project Ideas - Tuscany


 Hi,


 I was building from the wrong directory, cd java/sca fixed it, however I'm
 still facing the same error message as that reported in [1]. Attached is the
 mvn -e output, I'll continue looking into it...


 [1] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg18302.html


 best,
 -oscar

 Oscar Castañeda
 Student at Delft University of Technology
 https://ocastaneda.weblog.tudelft.nl






 On Sat, Mar 22, 2008 at 9:59 PM, Oscar Castaneda 
 [EMAIL PROTECTED] wrote:

  Thanks Luciano!


  I reviewed the thread discussion...its exciting to see the integration
 evolving. To test on my own I installed Android on my mac and ran the
 HelloAndroid application. Then I installed Tuscany from the binary
 distribution followed by checkout of the source. Building failed, but I
 guess it was because of the issues mentioned by Adriano at the end of the
 thread. Interestingly, the failure was exactly the same as that reported in
 [1].


  One thing I found interesting is the revision number was 640068 for
 everything except ../java/sca which had a revision number of 640066. This
 recently changed to 640078 for which i'm getting the error shown below, i'll
 continue looking into it.


  [INFO] Cannot execute mojo: clean. It requires a project with an existing
 pom.xml, but the build is not using one.



  I also reviewed the documentation, which I found very useful! Any other
 info about the integration will be really useful. Also any tips for the
 application are welcome!


  Thanks in advance, i'm finding all of this to be really interesting!


  [1] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg18302.html



  best,
  -oscar

  Oscar Castañeda
  Student at Delft University of Technology
  https://ocastaneda.weblog.tudelft.nl





  On Sat, Mar 22, 2008 at 5:07 PM, Luciano Resende [EMAIL PROTECTED]
 wrote:

Welcome to Tuscany Oscar.

  We have started some discussion on the integration of Android and
SCA and you can see some details on the following thread [1]. Let's
disscuss more details in the next couple days, and let us know if you
have any questions.


[1]
 http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg28987.html


On Sat, Mar 22, 2008 at 6:43 AM, Oscar Castaneda
[EMAIL PROTECTED] wrote:
 Hi,
  I'm working on my application to collaborate on Tuscany related
 project
  ideas for GSoc. I'm eager to contribute! These are the projects
 ideas that
  interest me:

  1) Allow Google Android applications to easily consume business
 services,
  and
  2) Integrate Google services in SCA compositions

  In preparation I'm reviewing the online documentation and the
 mailing list
  archives in addition to the SCA specifications page. I'm fairly new
 to SOA
  and Web services, currently I'm working on a SOA related Web
 services
  assignment for a CS course (so this exercise is really helpful!).
 I'm trying
  to get a better understanding of the project ideas so any help or
 tips will
  be greatly appreciated :-)

  best,
  -oscar

  Oscar Castañeda
  Student at Delft University of Technology
  https://ocastaneda.weblog.tudelft.nl





--
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]









 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



GSoc Project Ideas - Tuscany

2008-03-22 Thread Oscar Castaneda
Hi,
I'm working on my application to collaborate on Tuscany related project
ideas for GSoc. I'm eager to contribute! These are the projects ideas that
interest me:

1) Allow Google Android applications to easily consume business services,
and
2) Integrate Google services in SCA compositions

In preparation I'm reviewing the online documentation and the mailing list
archives in addition to the SCA specifications page. I'm fairly new to SOA
and Web services, currently I'm working on a SOA related Web services
assignment for a CS course (so this exercise is really helpful!). I'm trying
to get a better understanding of the project ideas so any help or tips will
be greatly appreciated :-)

best,
-oscar

Oscar Castañeda
Student at Delft University of Technology
https://ocastaneda.weblog.tudelft.nl


Re: GSoc Project Ideas - Tuscany

2008-03-22 Thread Luciano Resende
Welcome to Tuscany Oscar.

   We have started some discussion on the integration of Android and
SCA and you can see some details on the following thread [1]. Let's
disscuss more details in the next couple days, and let us know if you
have any questions.


[1] http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg28987.html

On Sat, Mar 22, 2008 at 6:43 AM, Oscar Castaneda
[EMAIL PROTECTED] wrote:
 Hi,
  I'm working on my application to collaborate on Tuscany related project
  ideas for GSoc. I'm eager to contribute! These are the projects ideas that
  interest me:

  1) Allow Google Android applications to easily consume business services,
  and
  2) Integrate Google services in SCA compositions

  In preparation I'm reviewing the online documentation and the mailing list
  archives in addition to the SCA specifications page. I'm fairly new to SOA
  and Web services, currently I'm working on a SOA related Web services
  assignment for a CS course (so this exercise is really helpful!). I'm trying
  to get a better understanding of the project ideas so any help or tips will
  be greatly appreciated :-)

  best,
  -oscar

  Oscar Castañeda
  Student at Delft University of Technology
  https://ocastaneda.weblog.tudelft.nl




-- 
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]



Re: GSoc Project Ideas - Tuscany

2008-03-22 Thread Oscar Castaneda
Thanks Luciano!
I reviewed the thread discussion...its exciting to see the integration
evolving. To test on my own I installed Android on my mac and ran the
HelloAndroid application. Then I installed Tuscany from the binary
distribution followed by checkout of the source. Building failed, but I
guess it was because of the issues mentioned by Adriano at the end of the
thread. Interestingly, the failure was exactly the same as that reported in
[1].

One thing I found interesting is the revision number was 640068 for
everything except ../java/sca which had a revision number of 640066. This
recently changed to 640078 for which i'm getting the error shown below, i'll
continue looking into it.

[INFO] Cannot execute mojo: clean. It requires a project with an existing
pom.xml, but the build is not using one.

I also reviewed the documentation, which I found very useful! Any other info
about the integration will be really useful. Also any tips for the
application are welcome!

Thanks in advance, i'm finding all of this to be really interesting!

[1] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg18302.html

best,
-oscar

Oscar Castañeda
Student at Delft University of Technology
https://ocastaneda.weblog.tudelft.nl


On Sat, Mar 22, 2008 at 5:07 PM, Luciano Resende [EMAIL PROTECTED]
wrote:

 Welcome to Tuscany Oscar.

   We have started some discussion on the integration of Android and
 SCA and you can see some details on the following thread [1]. Let's
 disscuss more details in the next couple days, and let us know if you
 have any questions.


 [1] http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg28987.html

 On Sat, Mar 22, 2008 at 6:43 AM, Oscar Castaneda
 [EMAIL PROTECTED] wrote:
  Hi,
   I'm working on my application to collaborate on Tuscany related project
   ideas for GSoc. I'm eager to contribute! These are the projects ideas
 that
   interest me:
 
   1) Allow Google Android applications to easily consume business
 services,
   and
   2) Integrate Google services in SCA compositions
 
   In preparation I'm reviewing the online documentation and the mailing
 list
   archives in addition to the SCA specifications page. I'm fairly new to
 SOA
   and Web services, currently I'm working on a SOA related Web services
   assignment for a CS course (so this exercise is really helpful!). I'm
 trying
   to get a better understanding of the project ideas so any help or tips
 will
   be greatly appreciated :-)
 
   best,
   -oscar
 
   Oscar Castañeda
   Student at Delft University of Technology
   https://ocastaneda.weblog.tudelft.nl
 



 --
 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]




Re: GSoc Project Ideas - Tuscany

2008-03-22 Thread Raymond Feng
Hi,

Can you tell me which JDK you are using? Different JDKs behave differently in 
parsing the string into XMLGregorianCalendar. 

It's also safe to ignore this test failure. You can use mvn clean install -fn 
to ignore test failures.

Thanks,
Raymond


From: Oscar Castaneda 
Sent: Saturday, March 22, 2008 2:49 PM
To: tuscany-dev@ws.apache.org 
Subject: Re: GSoc Project Ideas - Tuscany


Hi,  


I was building from the wrong directory, cd java/sca fixed it, however I'm 
still facing the same error message as that reported in [1]. Attached is the 
mvn -e output, I'll continue looking into it...


[1] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg18302.html


best,
-oscar

Oscar Castañeda
Student at Delft University of Technology
https://ocastaneda.weblog.tudelft.nl






On Sat, Mar 22, 2008 at 9:59 PM, Oscar Castaneda [EMAIL PROTECTED] wrote:

  Thanks Luciano! 


  I reviewed the thread discussion...its exciting to see the integration 
evolving. To test on my own I installed Android on my mac and ran the 
HelloAndroid application. Then I installed Tuscany from the binary distribution 
followed by checkout of the source. Building failed, but I guess it was because 
of the issues mentioned by Adriano at the end of the thread. Interestingly, the 
failure was exactly the same as that reported in [1].


  One thing I found interesting is the revision number was 640068 for 
everything except ../java/sca which had a revision number of 640066. This 
recently changed to 640078 for which i'm getting the error shown below, i'll 
continue looking into it.


  [INFO] Cannot execute mojo: clean. It requires a project with an existing 
pom.xml, but the build is not using one.



  I also reviewed the documentation, which I found very useful! Any other info 
about the integration will be really useful. Also any tips for the application 
are welcome!


  Thanks in advance, i'm finding all of this to be really interesting!


  [1] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg18302.html



  best,
  -oscar

  Oscar Castañeda
  Student at Delft University of Technology
  https://ocastaneda.weblog.tudelft.nl





  On Sat, Mar 22, 2008 at 5:07 PM, Luciano Resende [EMAIL PROTECTED] wrote:

Welcome to Tuscany Oscar.

  We have started some discussion on the integration of Android and
SCA and you can see some details on the following thread [1]. Let's
disscuss more details in the next couple days, and let us know if you
have any questions.


[1] http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg28987.html


On Sat, Mar 22, 2008 at 6:43 AM, Oscar Castaneda
[EMAIL PROTECTED] wrote:
 Hi,
  I'm working on my application to collaborate on Tuscany related project
  ideas for GSoc. I'm eager to contribute! These are the projects ideas 
that
  interest me:

  1) Allow Google Android applications to easily consume business services,
  and
  2) Integrate Google services in SCA compositions

  In preparation I'm reviewing the online documentation and the mailing 
list
  archives in addition to the SCA specifications page. I'm fairly new to 
SOA
  and Web services, currently I'm working on a SOA related Web services
  assignment for a CS course (so this exercise is really helpful!). I'm 
trying
  to get a better understanding of the project ideas so any help or tips 
will
  be greatly appreciated :-)

  best,
  -oscar

  Oscar Castañeda
  Student at Delft University of Technology
  https://ocastaneda.weblog.tudelft.nl





--
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]











-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]