You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Brian Foster (Created) (JIRA)" <ji...@apache.org> on 2012/03/19 22:05:37 UTC

[jira] [Created] (OODT-424) Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B

Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B
-------------------------------------------------------------------------------------

                 Key: OODT-424
                 URL: https://issues.apache.org/jira/browse/OODT-424
             Project: OODT
          Issue Type: Bug
    Affects Versions: 0.3
         Environment: none
            Reporter: Brian Foster
            Assignee: Brian Foster
            Priority: Minor
             Fix For: 0.4


A clean build there throws the following errors (Note: I've changed Jenkins to do a clean svn checkout and build every time because it's svn update keeps running old code -- the build is never building the correct stuff):

{code}
1) javax.transaction:jta:jar:1.0.1B

  Try downloading the file manually from: 
      http://java.sun.com/products/jta

  Then, install it using the command: 
      mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.oodt:oodt-commons:jar:0.4-SNAPSHOT
  	2) org.springframework:spring-hibernate3:jar:2.0.8
  	3) org.hibernate:hibernate:jar:3.2.5.ga
  	4) javax.transaction:jta:jar:1.0.1B
{code}

Where can we stash the zip file that needs to be installed to the mvn repository?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] [Created] (OODT-424) Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B

Posted by "Mattmann, Chris A (388J)" <ch...@jpl.nasa.gov>.
Hey Brian,

We can probably MVN exclude it since I don't think we need it to compile. Exclude probably makes the most sense since it's 
a transitive dep -- thoughts?

Cheers,
Chris

[jira] [Commented] (OODT-424) Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B

Posted by "Brian Foster (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13233005#comment-13233005 ] 

Brian Foster commented on OODT-424:
-----------------------------------

Oh, and ricky, and the ftp module problem i already fixed and checked in
                
> Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B
> -------------------------------------------------------------------------------------
>
>                 Key: OODT-424
>                 URL: https://issues.apache.org/jira/browse/OODT-424
>             Project: OODT
>          Issue Type: Bug
>    Affects Versions: 0.3
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.4
>
>
> A clean build there throws the following errors (Note: I've changed Jenkins to do a clean svn checkout and build every time because it's svn update keeps running old code -- the build is never building the correct stuff):
> {code}
> 1) javax.transaction:jta:jar:1.0.1B
>   Try downloading the file manually from: 
>       http://java.sun.com/products/jta
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>   	1) org.apache.oodt:oodt-commons:jar:0.4-SNAPSHOT
>   	2) org.springframework:spring-hibernate3:jar:2.0.8
>   	3) org.hibernate:hibernate:jar:3.2.5.ga
>   	4) javax.transaction:jta:jar:1.0.1B
> {code}
> Where can we stash the zip file that needs to be installed to the mvn repository?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OODT-424) Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B

Posted by "Chris A. Mattmann (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated OODT-424:
-----------------------------------


- push out to 0.5
                
> Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B
> -------------------------------------------------------------------------------------
>
>                 Key: OODT-424
>                 URL: https://issues.apache.org/jira/browse/OODT-424
>             Project: OODT
>          Issue Type: Bug
>    Affects Versions: 0.3
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: OODT-424.2012-03-19.patch.txt
>
>
> A clean build there throws the following errors (Note: I've changed Jenkins to do a clean svn checkout and build every time because it's svn update keeps running old code -- the build is never building the correct stuff):
> {code}
> 1) javax.transaction:jta:jar:1.0.1B
>   Try downloading the file manually from: 
>       http://java.sun.com/products/jta
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>   	1) org.apache.oodt:oodt-commons:jar:0.4-SNAPSHOT
>   	2) org.springframework:spring-hibernate3:jar:2.0.8
>   	3) org.hibernate:hibernate:jar:3.2.5.ga
>   	4) javax.transaction:jta:jar:1.0.1B
> {code}
> Where can we stash the zip file that needs to be installed to the mvn repository?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OODT-424) Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B

Posted by "Chris A. Mattmann (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated OODT-424:
-----------------------------------

    Fix Version/s:     (was: 0.4)
                   0.5

- push to 0.5
                
> Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B
> -------------------------------------------------------------------------------------
>
>                 Key: OODT-424
>                 URL: https://issues.apache.org/jira/browse/OODT-424
>             Project: OODT
>          Issue Type: Bug
>    Affects Versions: 0.3
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: OODT-424.2012-03-19.patch.txt
>
>
> A clean build there throws the following errors (Note: I've changed Jenkins to do a clean svn checkout and build every time because it's svn update keeps running old code -- the build is never building the correct stuff):
> {code}
> 1) javax.transaction:jta:jar:1.0.1B
>   Try downloading the file manually from: 
>       http://java.sun.com/products/jta
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>   	1) org.apache.oodt:oodt-commons:jar:0.4-SNAPSHOT
>   	2) org.springframework:spring-hibernate3:jar:2.0.8
>   	3) org.hibernate:hibernate:jar:3.2.5.ga
>   	4) javax.transaction:jta:jar:1.0.1B
> {code}
> Where can we stash the zip file that needs to be installed to the mvn repository?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OODT-424) Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B

Posted by "Brian Foster (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Foster updated OODT-424:
------------------------------

    Attachment: OODT-424.2012-03-19.patch.txt

- Make JTA excluded from build as per Chris's comment worked for me
- Also, Ricky i just realized that i never checked the iplantcollaborative fix in... it was still sitting on my work computer... lol... i included it in this patch as well
                
> Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B
> -------------------------------------------------------------------------------------
>
>                 Key: OODT-424
>                 URL: https://issues.apache.org/jira/browse/OODT-424
>             Project: OODT
>          Issue Type: Bug
>    Affects Versions: 0.3
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: OODT-424.2012-03-19.patch.txt
>
>
> A clean build there throws the following errors (Note: I've changed Jenkins to do a clean svn checkout and build every time because it's svn update keeps running old code -- the build is never building the correct stuff):
> {code}
> 1) javax.transaction:jta:jar:1.0.1B
>   Try downloading the file manually from: 
>       http://java.sun.com/products/jta
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>   	1) org.apache.oodt:oodt-commons:jar:0.4-SNAPSHOT
>   	2) org.springframework:spring-hibernate3:jar:2.0.8
>   	3) org.hibernate:hibernate:jar:3.2.5.ga
>   	4) javax.transaction:jta:jar:1.0.1B
> {code}
> Where can we stash the zip file that needs to be installed to the mvn repository?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OODT-424) Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B

Posted by "Ricky Nguyen (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13232967#comment-13232967 ] 

Ricky Nguyen commented on OODT-424:
-----------------------------------

I have a local patch in my env to assist with a clean build.

Let me start a review board with this issue.
                
> Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B
> -------------------------------------------------------------------------------------
>
>                 Key: OODT-424
>                 URL: https://issues.apache.org/jira/browse/OODT-424
>             Project: OODT
>          Issue Type: Bug
>    Affects Versions: 0.3
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.4
>
>
> A clean build there throws the following errors (Note: I've changed Jenkins to do a clean svn checkout and build every time because it's svn update keeps running old code -- the build is never building the correct stuff):
> {code}
> 1) javax.transaction:jta:jar:1.0.1B
>   Try downloading the file manually from: 
>       http://java.sun.com/products/jta
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>   	1) org.apache.oodt:oodt-commons:jar:0.4-SNAPSHOT
>   	2) org.springframework:spring-hibernate3:jar:2.0.8
>   	3) org.hibernate:hibernate:jar:3.2.5.ga
>   	4) javax.transaction:jta:jar:1.0.1B
> {code}
> Where can we stash the zip file that needs to be installed to the mvn repository?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OODT-424) Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B

Posted by "Brian Foster (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13232994#comment-13232994 ] 

Brian Foster commented on OODT-424:
-----------------------------------

hey ricky,

by "clean build" do you mean you deleted your local maven repository?

-brian
                
> Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B
> -------------------------------------------------------------------------------------
>
>                 Key: OODT-424
>                 URL: https://issues.apache.org/jira/browse/OODT-424
>             Project: OODT
>          Issue Type: Bug
>    Affects Versions: 0.3
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.4
>
>
> A clean build there throws the following errors (Note: I've changed Jenkins to do a clean svn checkout and build every time because it's svn update keeps running old code -- the build is never building the correct stuff):
> {code}
> 1) javax.transaction:jta:jar:1.0.1B
>   Try downloading the file manually from: 
>       http://java.sun.com/products/jta
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>   	1) org.apache.oodt:oodt-commons:jar:0.4-SNAPSHOT
>   	2) org.springframework:spring-hibernate3:jar:2.0.8
>   	3) org.hibernate:hibernate:jar:3.2.5.ga
>   	4) javax.transaction:jta:jar:1.0.1B
> {code}
> Where can we stash the zip file that needs to be installed to the mvn repository?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OODT-424) Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated OODT-424:
-----------------------------------

    Component/s: build proces

- classify
                
> Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B
> -------------------------------------------------------------------------------------
>
>                 Key: OODT-424
>                 URL: https://issues.apache.org/jira/browse/OODT-424
>             Project: OODT
>          Issue Type: Bug
>          Components: build proces
>    Affects Versions: 0.3
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: OODT-424.2012-03-19.patch.txt
>
>
> A clean build there throws the following errors (Note: I've changed Jenkins to do a clean svn checkout and build every time because it's svn update keeps running old code -- the build is never building the correct stuff):
> {code}
> 1) javax.transaction:jta:jar:1.0.1B
>   Try downloading the file manually from: 
>       http://java.sun.com/products/jta
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>   	1) org.apache.oodt:oodt-commons:jar:0.4-SNAPSHOT
>   	2) org.springframework:spring-hibernate3:jar:2.0.8
>   	3) org.hibernate:hibernate:jar:3.2.5.ga
>   	4) javax.transaction:jta:jar:1.0.1B
> {code}
> Where can we stash the zip file that needs to be installed to the mvn repository?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OODT-424) Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13233045#comment-13233045 ] 

jiraposter@reviews.apache.org commented on OODT-424:
----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4406/#review6099
-----------------------------------------------------------



trunk/curator/pom.xml
<https://reviews.apache.org/r/4406/#comment13125>

    Not sure we want to move this up to core pom.xml?... what other dependency requires this move?



trunk/pushpull/pom.xml
<https://reviews.apache.org/r/4406/#comment13126>

    Interesting... so the jar needed by this is now only in ftp protocol?... good catch... this should probably go in... wasn't in my patch... i already added it to ftp protocol jar


- brian


On 2012-03-19 22:33:53, Ricky Nguyen wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/4406/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2012-03-19 22:33:53)
bq.  
bq.  
bq.  Review request for oodt, Chris Mattmann, brian Foster, Paul Ramirez, Sheryl John, and Thomas Bennett.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  * updated super POM to use java.net maven repo
bq.  * added globus repo to FTP module
bq.  * removed old xerces dep
bq.  
bq.  
bq.  This addresses bug OODT-424.
bq.      https://issues.apache.org/jira/browse/OODT-424
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    trunk/core/pom.xml 1295249 
bq.    trunk/curator/pom.xml 1295249 
bq.    trunk/opendapps/pom.xml 1295249 
bq.    trunk/profile/pom.xml 1295249 
bq.    trunk/protocol/ftp/pom.xml 1295249 
bq.    trunk/pushpull/pom.xml 1295249 
bq.  
bq.  Diff: https://reviews.apache.org/r/4406/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  ran clean build on my machine
bq.  
bq.  I don't have jenkins access to run a one-off build to test these changes. Can someone do this?
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Ricky
bq.  
bq.


                
> Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B
> -------------------------------------------------------------------------------------
>
>                 Key: OODT-424
>                 URL: https://issues.apache.org/jira/browse/OODT-424
>             Project: OODT
>          Issue Type: Bug
>    Affects Versions: 0.3
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: OODT-424.2012-03-19.patch.txt
>
>
> A clean build there throws the following errors (Note: I've changed Jenkins to do a clean svn checkout and build every time because it's svn update keeps running old code -- the build is never building the correct stuff):
> {code}
> 1) javax.transaction:jta:jar:1.0.1B
>   Try downloading the file manually from: 
>       http://java.sun.com/products/jta
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>   	1) org.apache.oodt:oodt-commons:jar:0.4-SNAPSHOT
>   	2) org.springframework:spring-hibernate3:jar:2.0.8
>   	3) org.hibernate:hibernate:jar:3.2.5.ga
>   	4) javax.transaction:jta:jar:1.0.1B
> {code}
> Where can we stash the zip file that needs to be installed to the mvn repository?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OODT-424) Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13233226#comment-13233226 ] 

jiraposter@reviews.apache.org commented on OODT-424:
----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4406/#review6110
-----------------------------------------------------------


LGTM, but want to hear back on the dev.java.net before ship it...


trunk/core/pom.xml
<https://reviews.apache.org/r/4406/#comment13140>

    Yah I'm with Brian on this -- can we push this into the component pom that needs it?



trunk/opendapps/pom.xml
<https://reviews.apache.org/r/4406/#comment13141>

    Nice, catch!


- Chris


On 2012-03-19 22:33:53, Ricky Nguyen wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/4406/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2012-03-19 22:33:53)
bq.  
bq.  
bq.  Review request for oodt, Chris Mattmann, brian Foster, Paul Ramirez, Sheryl John, and Thomas Bennett.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  * updated super POM to use java.net maven repo
bq.  * added globus repo to FTP module
bq.  * removed old xerces dep
bq.  
bq.  
bq.  This addresses bug OODT-424.
bq.      https://issues.apache.org/jira/browse/OODT-424
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    trunk/core/pom.xml 1295249 
bq.    trunk/curator/pom.xml 1295249 
bq.    trunk/opendapps/pom.xml 1295249 
bq.    trunk/profile/pom.xml 1295249 
bq.    trunk/protocol/ftp/pom.xml 1295249 
bq.    trunk/pushpull/pom.xml 1295249 
bq.  
bq.  Diff: https://reviews.apache.org/r/4406/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  ran clean build on my machine
bq.  
bq.  I don't have jenkins access to run a one-off build to test these changes. Can someone do this?
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Ricky
bq.  
bq.


                
> Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B
> -------------------------------------------------------------------------------------
>
>                 Key: OODT-424
>                 URL: https://issues.apache.org/jira/browse/OODT-424
>             Project: OODT
>          Issue Type: Bug
>    Affects Versions: 0.3
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: OODT-424.2012-03-19.patch.txt
>
>
> A clean build there throws the following errors (Note: I've changed Jenkins to do a clean svn checkout and build every time because it's svn update keeps running old code -- the build is never building the correct stuff):
> {code}
> 1) javax.transaction:jta:jar:1.0.1B
>   Try downloading the file manually from: 
>       http://java.sun.com/products/jta
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>   	1) org.apache.oodt:oodt-commons:jar:0.4-SNAPSHOT
>   	2) org.springframework:spring-hibernate3:jar:2.0.8
>   	3) org.hibernate:hibernate:jar:3.2.5.ga
>   	4) javax.transaction:jta:jar:1.0.1B
> {code}
> Where can we stash the zip file that needs to be installed to the mvn repository?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OODT-424) Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B

Posted by "Mattmann, Chris A (388J) (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13232962#comment-13232962 ] 

Mattmann, Chris A (388J) commented on OODT-424:
-----------------------------------------------

Hey Brian,

We can probably MVN exclude it since I don't think we need it to compile. Exclude probably makes the most sense since it's 
a transitive dep -- thoughts?

Cheers,
Chris

                
> Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B
> -------------------------------------------------------------------------------------
>
>                 Key: OODT-424
>                 URL: https://issues.apache.org/jira/browse/OODT-424
>             Project: OODT
>          Issue Type: Bug
>    Affects Versions: 0.3
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.4
>
>
> A clean build there throws the following errors (Note: I've changed Jenkins to do a clean svn checkout and build every time because it's svn update keeps running old code -- the build is never building the correct stuff):
> {code}
> 1) javax.transaction:jta:jar:1.0.1B
>   Try downloading the file manually from: 
>       http://java.sun.com/products/jta
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>   	1) org.apache.oodt:oodt-commons:jar:0.4-SNAPSHOT
>   	2) org.springframework:spring-hibernate3:jar:2.0.8
>   	3) org.hibernate:hibernate:jar:3.2.5.ga
>   	4) javax.transaction:jta:jar:1.0.1B
> {code}
> Where can we stash the zip file that needs to be installed to the mvn repository?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OODT-424) Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B

Posted by "Brian Foster (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13233047#comment-13233047 ] 

Brian Foster commented on OODT-424:
-----------------------------------

committed change (in r1302731) which excluded jta dependency... also added iplantcollaborative to ftp protocol... looks like ricky's change removes it from pushpull... that change should probably go in to
                
> Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B
> -------------------------------------------------------------------------------------
>
>                 Key: OODT-424
>                 URL: https://issues.apache.org/jira/browse/OODT-424
>             Project: OODT
>          Issue Type: Bug
>    Affects Versions: 0.3
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: OODT-424.2012-03-19.patch.txt
>
>
> A clean build there throws the following errors (Note: I've changed Jenkins to do a clean svn checkout and build every time because it's svn update keeps running old code -- the build is never building the correct stuff):
> {code}
> 1) javax.transaction:jta:jar:1.0.1B
>   Try downloading the file manually from: 
>       http://java.sun.com/products/jta
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>   	1) org.apache.oodt:oodt-commons:jar:0.4-SNAPSHOT
>   	2) org.springframework:spring-hibernate3:jar:2.0.8
>   	3) org.hibernate:hibernate:jar:3.2.5.ga
>   	4) javax.transaction:jta:jar:1.0.1B
> {code}
> Where can we stash the zip file that needs to be installed to the mvn repository?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OODT-424) Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13232972#comment-13232972 ] 

jiraposter@reviews.apache.org commented on OODT-424:
----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4406/
-----------------------------------------------------------

Review request for oodt, Chris Mattmann, brian Foster, Paul Ramirez, Sheryl John, and Thomas Bennett.


Summary
-------

* updated super POM to use java.net maven repo
* added globus repo to FTP module
* removed old xerces dep


This addresses bug OODT-424.
    https://issues.apache.org/jira/browse/OODT-424


Diffs
-----

  trunk/core/pom.xml 1295249 
  trunk/curator/pom.xml 1295249 
  trunk/opendapps/pom.xml 1295249 
  trunk/profile/pom.xml 1295249 
  trunk/protocol/ftp/pom.xml 1295249 
  trunk/pushpull/pom.xml 1295249 

Diff: https://reviews.apache.org/r/4406/diff


Testing
-------

ran clean build on my machine

I don't have jenkins access to run a one-off build to test these changes. Can someone do this?


Thanks,

Ricky


                
> Need to added a pre-run script to Jenkins to install javax.transaction:jta:jar:1.0.1B
> -------------------------------------------------------------------------------------
>
>                 Key: OODT-424
>                 URL: https://issues.apache.org/jira/browse/OODT-424
>             Project: OODT
>          Issue Type: Bug
>    Affects Versions: 0.3
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.4
>
>
> A clean build there throws the following errors (Note: I've changed Jenkins to do a clean svn checkout and build every time because it's svn update keeps running old code -- the build is never building the correct stuff):
> {code}
> 1) javax.transaction:jta:jar:1.0.1B
>   Try downloading the file manually from: 
>       http://java.sun.com/products/jta
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>   	1) org.apache.oodt:oodt-commons:jar:0.4-SNAPSHOT
>   	2) org.springframework:spring-hibernate3:jar:2.0.8
>   	3) org.hibernate:hibernate:jar:3.2.5.ga
>   	4) javax.transaction:jta:jar:1.0.1B
> {code}
> Where can we stash the zip file that needs to be installed to the mvn repository?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira