You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Peace Software (JIRA)" <ad...@incubator.apache.org> on 2006/06/23 01:55:29 UTC

[jira] Created: (ADFFACES-34) How do you know which svn revision the nightly build has been built from?

How do you know which svn revision the nightly build has been built from?
-------------------------------------------------------------------------

         Key: ADFFACES-34
         URL: http://issues.apache.org/jira/browse/ADFFACES-34
     Project: MyFaces ADF-Faces
        Type: Task

    Reporter: Peace Software


How do you know which svn revision the nightly build has been built from?

We have:
cksum adf-faces*
4089244130 694243 adf-faces-api-incubator-m1-SNAPSHOT.jar
1672540188 3156529 adf-faces-impl-incubator-m1-SNAPSHOT.jar

And need the corresponding source files so that we can debug/understand the library files using Eclipse.

I have already tried:
svn log --revision {2006-06-19}:{2006-06-24} https://svn.apache.org/repos/asf/incubator/adffaces/trunk/

to try and determine which svn revision number it is but I am getting confused because the timezone in New Zealand probably doesn't match the timezone of the date modified of the directories of the nightly build.


Thanks
Nick and Jeantine


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (ADFFACES-34) Provide source zips with builds, and/or include SVN revision numbers in builds

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-34:
---------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> Provide source zips with builds, and/or include SVN revision numbers in builds
> ------------------------------------------------------------------------------
>
>                 Key: ADFFACES-34
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-34
>             Project: MyFaces ADF-Faces
>          Issue Type: Task
>    Affects Versions: 1.0.0-incubating-core
>            Reporter: Peace Software
>         Assigned To: Matthias Weßendorf
>            Priority: Minor
>             Fix For: 1.0.0-incubating-core
>
>
> How do you know which svn revision the nightly build has been built from?
> We have:
> cksum adf-faces*
> 4089244130 694243 adf-faces-api-incubator-m1-SNAPSHOT.jar
> 1672540188 3156529 adf-faces-impl-incubator-m1-SNAPSHOT.jar
> And need the corresponding source files so that we can debug/understand the library files using Eclipse.
> I have already tried:
> svn log --revision {2006-06-19}:{2006-06-24} https://svn.apache.org/repos/asf/incubator/adffaces/trunk/
> to try and determine which svn revision number it is but I am getting confused because the timezone in New Zealand probably doesn't match the timezone of the date modified of the directories of the nightly build.
> Thanks
> Nick and Jeantine

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ADFFACES-34) Provide source zips with builds, and/or include SVN revision numbers in builds

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-34?page=all ]

Adam Winer updated ADFFACES-34:
-------------------------------

     Summary: Provide source zips with builds, and/or include SVN revision numbers in builds  (was: How do you know which svn revision the nightly build has been built from?)
    Priority: Minor  (was: Major)

There's a relatively simple system:  when you pull a SNAPSHOT build, download the source from SVN immediately.  That's a 99% solution.   We should also deploy source zips;  I'll look into that.  I'm not sure what other projects do for getting SVN revision numbers into builds.

Note that this only affects SNAPSHOT releases;  real releases will be tagged in SVN so source will always be available consistently.



> Provide source zips with builds, and/or include SVN revision numbers in builds
> ------------------------------------------------------------------------------
>
>          Key: ADFFACES-34
>          URL: http://issues.apache.org/jira/browse/ADFFACES-34
>      Project: MyFaces ADF-Faces
>         Type: Task

>     Reporter: Peace Software
>     Priority: Minor

>
> How do you know which svn revision the nightly build has been built from?
> We have:
> cksum adf-faces*
> 4089244130 694243 adf-faces-api-incubator-m1-SNAPSHOT.jar
> 1672540188 3156529 adf-faces-impl-incubator-m1-SNAPSHOT.jar
> And need the corresponding source files so that we can debug/understand the library files using Eclipse.
> I have already tried:
> svn log --revision {2006-06-19}:{2006-06-24} https://svn.apache.org/repos/asf/incubator/adffaces/trunk/
> to try and determine which svn revision number it is but I am getting confused because the timezone in New Zealand probably doesn't match the timezone of the date modified of the directories of the nightly build.
> Thanks
> Nick and Jeantine

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (ADFFACES-34) How do you know which svn revision the nightly build has been built from?

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-34?page=all ]
     
Adam Winer resolved ADFFACES-34:
--------------------------------

    Resolution: Invalid

It's not a nightly build;  it's built using a continuous integration system, so the majority of the time, what you download is exactly the latest code.

> How do you know which svn revision the nightly build has been built from?
> -------------------------------------------------------------------------
>
>          Key: ADFFACES-34
>          URL: http://issues.apache.org/jira/browse/ADFFACES-34
>      Project: MyFaces ADF-Faces
>         Type: Task

>     Reporter: Peace Software

>
> How do you know which svn revision the nightly build has been built from?
> We have:
> cksum adf-faces*
> 4089244130 694243 adf-faces-api-incubator-m1-SNAPSHOT.jar
> 1672540188 3156529 adf-faces-impl-incubator-m1-SNAPSHOT.jar
> And need the corresponding source files so that we can debug/understand the library files using Eclipse.
> I have already tried:
> svn log --revision {2006-06-19}:{2006-06-24} https://svn.apache.org/repos/asf/incubator/adffaces/trunk/
> to try and determine which svn revision number it is but I am getting confused because the timezone in New Zealand probably doesn't match the timezone of the date modified of the directories of the nightly build.
> Thanks
> Nick and Jeantine

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (ADFFACES-34) Provide source zips with builds, and/or include SVN revision numbers in builds

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-34?page=all ]

Adam Winer reassigned ADFFACES-34:
----------------------------------

    Assign To: Matthias Weßendorf

> Provide source zips with builds, and/or include SVN revision numbers in builds
> ------------------------------------------------------------------------------
>
>          Key: ADFFACES-34
>          URL: http://issues.apache.org/jira/browse/ADFFACES-34
>      Project: MyFaces ADF-Faces
>         Type: Task

>     Reporter: Peace Software
>     Assignee: Matthias Weßendorf
>     Priority: Minor

>
> How do you know which svn revision the nightly build has been built from?
> We have:
> cksum adf-faces*
> 4089244130 694243 adf-faces-api-incubator-m1-SNAPSHOT.jar
> 1672540188 3156529 adf-faces-impl-incubator-m1-SNAPSHOT.jar
> And need the corresponding source files so that we can debug/understand the library files using Eclipse.
> I have already tried:
> svn log --revision {2006-06-19}:{2006-06-24} https://svn.apache.org/repos/asf/incubator/adffaces/trunk/
> to try and determine which svn revision number it is but I am getting confused because the timezone in New Zealand probably doesn't match the timezone of the date modified of the directories of the nightly build.
> Thanks
> Nick and Jeantine

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Reopened: (ADFFACES-34) How do you know which svn revision the nightly build has been built from?

Posted by "Peace Software (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-34?page=all ]
     
Peace Software reopened ADFFACES-34:
------------------------------------


The question still stands, how do we work out which svn version related to the jars we have downloaded.

Alternatively is  it possible to get you to publish the matching source jars with the binaries?


> How do you know which svn revision the nightly build has been built from?
> -------------------------------------------------------------------------
>
>          Key: ADFFACES-34
>          URL: http://issues.apache.org/jira/browse/ADFFACES-34
>      Project: MyFaces ADF-Faces
>         Type: Task

>     Reporter: Peace Software

>
> How do you know which svn revision the nightly build has been built from?
> We have:
> cksum adf-faces*
> 4089244130 694243 adf-faces-api-incubator-m1-SNAPSHOT.jar
> 1672540188 3156529 adf-faces-impl-incubator-m1-SNAPSHOT.jar
> And need the corresponding source files so that we can debug/understand the library files using Eclipse.
> I have already tried:
> svn log --revision {2006-06-19}:{2006-06-24} https://svn.apache.org/repos/asf/incubator/adffaces/trunk/
> to try and determine which svn revision number it is but I am getting confused because the timezone in New Zealand probably doesn't match the timezone of the date modified of the directories of the nightly build.
> Thanks
> Nick and Jeantine

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (ADFFACES-34) Provide source zips with builds, and/or include SVN revision numbers in builds

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-34?page=all ]
     
Adam Winer resolved ADFFACES-34:
--------------------------------

    Resolution: Fixed

Matthias updated the build to deliver source zips to the repository.

> Provide source zips with builds, and/or include SVN revision numbers in builds
> ------------------------------------------------------------------------------
>
>          Key: ADFFACES-34
>          URL: http://issues.apache.org/jira/browse/ADFFACES-34
>      Project: MyFaces ADF-Faces
>         Type: Task

>     Reporter: Peace Software
>     Assignee: Matthias Weßendorf
>     Priority: Minor

>
> How do you know which svn revision the nightly build has been built from?
> We have:
> cksum adf-faces*
> 4089244130 694243 adf-faces-api-incubator-m1-SNAPSHOT.jar
> 1672540188 3156529 adf-faces-impl-incubator-m1-SNAPSHOT.jar
> And need the corresponding source files so that we can debug/understand the library files using Eclipse.
> I have already tried:
> svn log --revision {2006-06-19}:{2006-06-24} https://svn.apache.org/repos/asf/incubator/adffaces/trunk/
> to try and determine which svn revision number it is but I am getting confused because the timezone in New Zealand probably doesn't match the timezone of the date modified of the directories of the nightly build.
> Thanks
> Nick and Jeantine

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira