Re: POI site build was Re: Formula project kickoff and loose ends for1.5

2002-04-16 Thread Nicola Ken Barozzi

From: Glen Stampoultzis [EMAIL PROTECTED]

 dist build is working much better now.  A few of small nits:

 * index.html does not work (but the sliding boxes look pretty groovy)

Oh, will check it.
AFAIK is should work after a all build is done.
Anyway, I will remove it and place it in the autogenerated documentation
that I'm doing.
More on this later.

 * it picks up everything... unfortunately this includes my project file
and
 temporary files I create.

Well, it's made to pick up everything except what CVS ignores.
But the temporary files... ugh.
Please tell me what gets in that shouldn't.

 * the tar file does not get compressed

Ok, will fix.

 * tools/tmp gets included.

Oh yeah, you're right.

 * the expanded cents get included (it really should only pick up the jars)

Again, correct. Will fix.

 BTW, what's the difference between dist and quickdist?

Well, the old dist was done by first checking all the build targets, first
one by one then one after the other. Quickdist just performed junit tests
and did the dist.

As experience has showed us, the old dist build is not a good deal.

So I made the (corrected ;-) quickdist the new dist, and put the old dist as
one of the tests.

Here are the things that I'm going through and need to do to finish
Centipede 1.0, after fixing your points:

A: Docs, Docs, Docs... (in progress)

1. make the cents autodownloadable (done)
2. make the libs autodownloadable (in progress)
3. add the uml view link in the docs (almost done)
4. add a standard section in the docs with centipede made docs
5. make current index.html part of the docs
6. make a more simple index.html
7. make more nice looking default stylesheets for the simple index.html
8. make a DTD for build.xml, where you can only call cents or other builds
9. make an interactive task like Andy wants
10. add a webapp target


--
Nicola Ken Barozzi   [EMAIL PROTECTED]
- verba volant, scripta manent -
   (discussions get forgotten, just code remains)
-




POI site build was Re: Formula project kickoff and loose ends for1.5

2002-04-15 Thread Andrew C. Oliver

On Mon, 2002-04-15 at 02:54, Nicola Ken Barozzi wrote:
 From: Andrew C. Oliver [EMAIL PROTECTED]
 
  site now regenerates every 2 hours automatically 
 
 YOU ROCK! :-D
 
 Do you regenerate from the CVS or from the docs build.
 if (case==0) make use of the docs build
 else remove the build dir from CVS and tell Sam to stop his script.
 

process:

   scripts checked out from CVS
   docs build
   docs are zipped
   docs are uploaded
   docs are unzipped into the appropriate directory...
   (all over ssh!) 

Yeah..haven't gotten around to removing the build dir from CVS.. . its
on my list (if you hadn't noticed I was busy sending you patches this
weekend ;-) ).

As for Sam's script.  I don't think its running.  If it is...Sam please
disable the POI site build from your script.. . 

-Andy

 -- 
 Nicola Ken Barozzi   [EMAIL PROTECTED]
 - verba volant, scripta manent -
(discussions get forgotten, just code remains)
 -
 
 
-- 
http://www.superlinksoftware.com
http://jakarta.apache.org/poi - port of Excel/Word/OLE 2 Compound
Document 
format to java
http://developer.java.sun.com/developer/bugParade/bugs/4487555.html 
- fix java generics!
The avalanche has already started. It is too late for the pebbles to
vote.
-Ambassador Kosh




Re: POI site build was Re: Formula project kickoff and loose ends for1.5

2002-04-15 Thread Nicola Ken Barozzi

From: Andrew C. Oliver [EMAIL PROTECTED]

 process:

scripts checked out from CVS
docs build
docs are zipped
docs are uploaded
docs are unzipped into the appropriate directory...
(all over ssh!)

 Yeah..haven't gotten around to removing the build dir from CVS.. . its
 on my list (if you hadn't noticed I was busy sending you patches this
 weekend ;-) ).

;-P

Anyway, I already did it.

And BTW the build targets are now streamlined, and the dist build does now
only functional tests (not build tests) as it did before.

Glen is checking it out (well now he's sleeping ;-) and it seems quite ok.

Take a look at it and see if you like the resulting layouts.

--
Nicola Ken Barozzi   [EMAIL PROTECTED]
- verba volant, scripta manent -
   (discussions get forgotten, just code remains)
-





Re: POI site build was Re: Formula project kickoff and loose ends for1.5

2002-04-15 Thread Glen Stampoultzis


 From: Andrew C. Oliver [EMAIL PROTECTED]

  process:
 
 scripts checked out from CVS
 docs build
 docs are zipped
 docs are uploaded
 docs are unzipped into the appropriate directory...
 (all over ssh!)
 
  Yeah..haven't gotten around to removing the build dir from CVS.. . its
  on my list (if you hadn't noticed I was busy sending you patches this
  weekend ;-) ).

 ;-P

 Anyway, I already did it.

 And BTW the build targets are now streamlined, and the dist build does now
 only functional tests (not build tests) as it did before.

 Glen is checking it out (well now he's sleeping ;-) and it seems quite ok.

 Take a look at it and see if you like the resulting layouts.


dist build is working much better now.  A few of small nits:

* index.html does not work (but the sliding boxes look pretty groovy)
* it picks up everything... unfortunately this includes my project file and
temporary files I create.
* the tar file does not get compressed
* tools/tmp gets included.
* the expanded cents get included (it really should only pick up the jars)

BTW, what's the difference between dist and quickdist?

-- Glen