Martin, Thanks for testing. Good point about the naming. For now I was just following the standard src-release and bin-release targets. Let me tweak those so I can optionally change the name.
Perhaps something like myfaces-20050308.tar.gz? I believe this is what I've seen with commons nightlies (although I can't say for sure.) I will tweak build.xml to do this plus I will add nightly examples build. Also I will modify bootstrap to "publish" to specified directory and write a chron script to run it. Then maybe we can test on your server? Even if we don't use it to actually host the nightlies it would still be a good test. sean On Tue, 8 Mar 2005 10:21:45 +0100, Martin Marinschek <[EMAIL PROTECTED]> wrote: > Ok, I checked your bootstrap files, run like a charm... > > the only thing - the name of the jar file generated does not indicate > this to be a nightly build. Is this a common practice among apache > projects? I don't really know if it wasn't good to immediately > indicate to the user that this is a take-with-care build... > > regards, > > Martin > > > On Mon, 7 Mar 2005 15:46:47 -0500, Sean Schofield > <[EMAIL PROTECTED]> wrote: > > Here you go. Also, do we have your +1 on simplified examples? I know > > you said yes earlier but now there is a WAR file for you to check. > > (See Matthias' post.) The reason why I ask is I'd like to add some > > more tree2 examples to help with that discussion and I don't want to > > add them to the old style examples. > > > > Regards, > > sean > > > > ---------- Forwarded message ---------- > > From: Sean Schofield <[EMAIL PROTECTED]> > > Date: Sat, 5 Mar 2005 15:32:37 -0500 > > Subject: Nightly bootstrap build file > > To: MyFaces Development <[email protected]> > > > > I've got an early version of the bootstrap file done. Put in any > > directory and you can do the nightly build. Eventually it will also > > possible to use it for release build. > > > > Here is the command for the build: ant -buildfile bootstrap.xml clean > > nightly > > > > You'll need the CVS binary as part of your PATH. > > > > I tested it and it seems to work fine. Right now its building the > > src-release and bin-release targets. I will eventually also add the > > examples-release but there is a small issue I'm working on first. > > Later I will add a "publish" target that will use cp or scp to copy > > the nightly builds to the publish directory. I'll wait for Martin's > > efforts on getting a build server before adding that. > > > > If someone besides myself could test and report back to me that would > > be helpful. > > > > Regards, > > sean > > > > > > >
