Java

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Struts 1.3.5 Quality - RESULT

    8 answers - 835 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    K, then, since we have two votes for beta and one vote for GA, we can
    release this as a beta. Since we intend a broader distribution,
    mirroring seems appropriate.
    Unfortunately, the private key that I used to sign prior releases is
    no longer available, and I've totally forgotten how to do any of this
    stuff. I'm working through the documentation. I've signed the releases
    with a new key, but I haven't updated our KEYS file, or pushed them to
    the mirroring directory.
    I can spend a bit more time on this tomorrow. I'm a very short lease
    this week, but I'll try to keep nipping at it, as time allows.
    -Ted.
    To unsubscribe, e-mail: dev-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) struts (DOT) apache.org
  • No.1 | | 1689 bytes | |

    7/30/06, Ted Husted <husted (AT) apache (DOT) orgwrote:

    K, then, since we have two votes for beta and one vote for GA,
    we can release this as a beta.

    First, a huge thank you to Ted for getting 1.3.5 done, and to everyone
    who helped get 1.3 to the point where it was possible.

    Since we intend a broader
    distribution, mirroring seems appropriate.
    Unfortunately, the private key that I used to sign prior releases is
    no longer available, and I've totally forgotten how to do any of this
    stuff. I'm working through the documentation.

    If it helps, I've got some notes and links collected here:

    I've signed the releases
    with a new key, but I haven't updated our KEYS file, or pushed them to
    the mirroring directory.

    Before they can go on ibiblio, all the jars and poms that were
    deployed to the m2 snapshot repo need signatures. (Four files for
    each artifact -- the jar itself, the -sources and -javadocs jars, and
    the pom.)

    of the links on the page I mentioned is to a script to sign
    everything in a directory structure, which should work if you still
    have the 'original' 1.3.5 build in your local repository:

    I can spend a bit more time on this tomorrow. I'm a very short lease
    this week, but I'll try to keep nipping at it, as time allows.

    I also have some time tomorrow. If you can get signatures in place
    beside all the artifacts on people.apache.org in /builds and in the
    snapshot repo, I can work on getting it all to the right place for
    mirroring. (The m2 repo that gets synced with ibiblio has moved to
    )

    Thanks,
  • No.2 | | 767 bytes | |

    7/30/06, Wendy Smoak <wsmoak (AT) gmail (DOT) comwrote:
    of the links on the page I mentioned is to a script to sign
    everything in a directory structure, which should work if you still
    have the 'original' 1.3.5 build in your local repository:

    I have PMs and JARs dated for Monday afternoon, which sounds like
    when we made the second pass, and I dont' remember running a 1.x build
    since then. But the link mentions source JARS, and I don't see any
    source JARs. If I didn't assemble this one right, we could always try
    again from the same tag.
    -Ted.

    To unsubscribe, e-mail: dev-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) struts (DOT) apache.org
  • No.3 | | 563 bytes | |

    7/31/06, Ted Husted <husted (AT) apache (DOT) orgwrote:

    I have PMs and JARs dated for Monday afternoon, which sounds like
    when we made the second pass, and I dont' remember running a 1.x build
    since then. But the link mentions source JARS, and I don't see any
    source JARs. If I didn't assemble this one right, we could always try
    again from the same tag.

    Just an idea try running

    mvn idea:idea -downloadSources=true -downloadJavadocs=true -Papps

    which should download those files from the snapshot repo.
  • No.4 | | 552 bytes | |

    7/31/06, Wendy Smoak <wsmoak (AT) gmail (DOT) comwrote:
    Just an idea try running

    mvn idea:idea -downloadSources=true -downloadJavadocs=true -Papps

    which should download those files from the snapshot repo.

    K, will do. Though, I need to stay focused on updates to MailReader
    for the rest of today, since I need the material for my course on the
    14th.
    -Ted.

    To unsubscribe, e-mail: dev-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) struts (DOT) apache.org
  • No.5 | | 881 bytes | |

    My copy of mvn doesn't seem to think that download sources is an option :(
    -Ted.

    7/31/06, Wendy Smoak <wsmoak (AT) gmail (DOT) comwrote:
    7/31/06, Ted Husted <husted (AT) apache (DOT) orgwrote:

    I have PMs and JARs dated for Monday afternoon, which sounds like
    when we made the second pass, and I dont' remember running a 1.x build
    since then. But the link mentions source JARS, and I don't see any
    source JARs. If I didn't assemble this one right, we could always try
    again from the same tag.

    Just an idea try running

    mvn idea:idea -downloadSources=true -downloadJavadocs=true -Papps

    which should download those files from the snapshot repo.

    To unsubscribe, e-mail: dev-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) struts (DOT) apache.org
  • No.6 | | 881 bytes | |

    My copy of mvn doesn't seem to think that download sources is an option :(
    -Ted.

    7/31/06, Wendy Smoak <wsmoak (AT) gmail (DOT) comwrote:
    7/31/06, Ted Husted <husted (AT) apache (DOT) orgwrote:

    I have PMs and JARs dated for Monday afternoon, which sounds like
    when we made the second pass, and I dont' remember running a 1.x build
    since then. But the link mentions source JARS, and I don't see any
    source JARs. If I didn't assemble this one right, we could always try
    again from the same tag.

    Just an idea try running

    mvn idea:idea -downloadSources=true -downloadJavadocs=true -Papps

    which should download those files from the snapshot repo.

    To unsubscribe, e-mail: dev-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) struts (DOT) apache.org
  • No.7 | | 655 bytes | |

    8/1/06, Ted Husted <husted (AT) apache (DOT) orgwrote:

    My copy of mvn doesn't seem to think that download sources is an option :(

    You try it with -U to see if you've got the latest IDEA plugin. I
    forget when that was added. If not, depending on how much time you
    have to spend on this, my next step would be to build
    maven-idea-plugin from source. I'd script a bunch of 'wget '
    statements to grab what I needed.

    Alternately, we can just deal with -sources and -javadocs later if
    anyone asks for them. Signatures for the zips and the framework jars
    will be fine for now. :)

    Thanks,
  • No.8 | | 920 bytes | |

    Wendy Smoak wrote:
    8/1/06, Ted Husted <husted (AT) apache (DOT) orgwrote:

    >My copy of mvn doesn't seem to think that download sources is an
    >option :(


    You try it with -U to see if you've got the latest IDEA plugin. I
    forget when that was added. If not, depending on how much time you
    have to spend on this, my next step would be to build
    maven-idea-plugin from source. I'd script a bunch of 'wget '
    statements to grab what I needed.

    Heh, or just munge the command slightly it should be

    mvn idea:idea -DdownloadSources=true -DdownloadJavadocs=true -Papps

    i.e. with '-Ddownload' not just '-download'. Works for me :-)

    L.

    To unsubscribe, e-mail: dev-unsubscribe (AT) struts (DOT) apache.org
    For additional commands, e-mail: dev-help (AT) struts (DOT) apache.org

Re: Struts 1.3.5 Quality - RESULT


max 4000 letters.
Your nickname that display:
In order to stop the spam: 8 + 7 =
QUESTION ON "Java"

EMSDN.COM