Re: [PATCH] Split jakarta-taglibs into separate projects

2002-12-03 Thread Sam Ruby
Christopher Lenz wrote:


2) Various jakarta-cactus projects fail because jakarta-taglibs no 
longer exists.

Yeah, I was planning to adjust the Cactus descriptor after the change 
was committed.

Simply deleting the dependencies on the no-longer present 
jakarta-taglibs project would make the generation successful.  This 
would enable you to see the compilation failures which would help 
indicate exactly what taglibs are refernced.  If applied early enough in 
the day, the results could be viewed on one of the interim builds [1] 
and corrected before the official nightly - preventing unnecessary 
naggling e-mails from being generated.

See http://jakarta.apache.org/gump/usage.html, and ignore the Generation 
step and beyond.

Understood. I'll try to set it up.


Once you get that far, I plan to nominate you as a committer here.

- Sam Ruby


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: [PATCH] Split jakarta-taglibs into separate projects

2002-12-03 Thread Christopher Lenz
Sam Ruby wrote:

Christopher Lenz wrote:


2) Various jakarta-cactus projects fail because jakarta-taglibs no 
longer exists.


Yeah, I was planning to adjust the Cactus descriptor after the change 
was committed.

Simply deleting the dependencies on the no-longer present 
jakarta-taglibs project would make the generation successful.  This 
would enable you to see the compilation failures which would help 
indicate exactly what taglibs are refernced.  If applied early enough in 
the day, the results could be viewed on one of the interim builds [1] 
and corrected before the official nightly - preventing unnecessary 
naggling e-mails from being generated.

Ok done. Patch with the corrected JAR names is attached.


See http://jakarta.apache.org/gump/usage.html, and ignore the 
Generation step and beyond.


Understood. I'll try to set it up.



Once you get that far, I plan to nominate you as a committer here.

- Sam Ruby


That far I got. Much less pain that I had suspected, really :-)
Might try to run the whole thing this weekend, even...

Thanks for the hints

--
Christopher Lenz
/=/ cmlenz at gmx.de

Index: proposal/gump/project/jakarta-taglibs.xml
===
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/jakarta-taglibs.xml,v
retrieving revision 1.40
diff -u -r1.40 jakarta-taglibs.xml
--- proposal/gump/project/jakarta-taglibs.xml   31 Jul 2002 14:47:38 -  1.40
+++ proposal/gump/project/jakarta-taglibs.xml   3 Dec 2002 20:19:53 -
@@ -6,108 +6,366 @@
   /description
 
   cvs repository=jakarta/
-  
-  project name=jakarta-taglibs
-packageorg.apache.taglibs/package
 
-ant target=dist
-  property name=base.dir reference=home project=jakarta-taglibs/
-  property name=build.dir path=build/
-  property name=dist.dir path=dist/
-  property name=standard.jar path=dist/standard/lib/standard.jar/
-  depend property=xerces.jar project=xml-xerces id=parser/
-  depend property=crimson.jar project=xml-xerces id=parser/
-  depend property=jaxp.jar project=xml-xerces id=apis/
-  depend property=jaxp-api.jar project=jaxp id=jaxp-api/
-  depend property=dom.jar project=jaxp id=dom/
-  depend property=sax.jar project=jaxp id=sax/
-  depend property=xercesImpl.jar project=xml-xerces id=parser/
-  depend property=xalan.jar project=xml-xalan2/
-  depend property=servlet.jar   project=jakarta-servletapi-4/
+  !-- Tag Libraries --
+
+  project name=jakarta-taglibs-application
+packageorg.apache.taglibs.application/package
+descriptionApplication Taglib/description
+ant basedir=application target=dist
+  depend property=servlet.jar project=jakarta-servletapi-4/
+/ant
+javadoc nested=dist/doc/doc/application-doc/javadoc/
+jar name=dist/application/lib/taglibs-application.jar/
+nag to=[EMAIL PROTECTED]
+ from=Ted Husted lt;[EMAIL PROTECTED]gt;/
+  /project
+
+  project name=jakarta-taglibs-benchmark
+packageorg.apache.taglibs.benchmark/package
+descriptionBenchmark Taglib/description
+ant basedir=benchmark target=dist
+  depend property=servlet.jar project=jakarta-servletapi-4/
+/ant
+javadoc nested=dist/doc/doc/benchmark-doc/javadoc/
+jar name=dist/benchmark/lib/taglibs-benchmark.jar/
+nag to=[EMAIL PROTECTED]
+ from=Ted Husted lt;[EMAIL PROTECTED]gt;/
+  /project
+
+  project name=jakarta-taglibs-bsf
+packageorg.apache.taglibs.bsf/package
+descriptionBSF Taglib/description
+ant basedir=bsf target=dist
+  depend property=bsf.jar project=jakarta-bsf/
+  depend property=servlet.jar project=jakarta-servletapi-4/
+/ant
+javadoc nested=dist/doc/doc/bsf-doc/javadoc/
+jar name=dist/bsf/lib/taglibs-bsf.jar/
+nag to=[EMAIL PROTECTED]
+ from=Ted Husted lt;[EMAIL PROTECTED]gt;/
+  /project
+
+  project name=jakarta-taglibs-cache
+packageorg.apache.taglibs.cache/package
+descriptionCache Taglib/description
+ant basedir=cache target=dist
   depend property=servlet23.jar project=jakarta-servletapi-4/
-  depend property=log4j-core.jar project=jakarta-log4j/
-  depend property=dom4j.jar  project=dom4j/
-  depend property=jakarta-oro2.jar   project=jakarta-oro/
+  depend property=standard.jar project=jakarta-taglibs-standard
+id=standard/
+/ant
+javadoc nested=dist/doc/doc/cache-doc/javadoc/
+jar name=dist/cache/lib/taglibs-cache.jar/
+nag to=[EMAIL PROTECTED]
+ from=Ted Husted lt;[EMAIL PROTECTED]gt;/
+  /project
+
+  project name=jakarta-taglibs-datetime
+packageorg.apache.taglibs.datetime/package
+descriptionDateTime Taglib/description
+ant basedir=datetime target=dist
+  depend property=servlet.jar project=jakarta-servletapi-4/
+/ant
+javadoc nested=dist/doc/doc/datetime-doc/javadoc/
+jar name=dist/datetime/lib/taglibs-datetime.jar/
+nag to=[EMAIL PROTECTED]
+ from=Ted 

RE: [PATCH] Split jakarta-taglibs into separate projects

2002-12-02 Thread Sam Ruby
Christopher Lenz wrote:


This is quite a huge change, and I'm not currently able to test it, 
so... feel free to reject this patch and point me to possible mistakes :-)

Two problems with this patch.

1) It doesn't seem to contain the previous change in which the names of 
the jar files were renamed.

2) Various jakarta-cactus projects fail because jakarta-taglibs no 
longer exists.

I am quite comfortable with people using the published builds to debug 
the actual gump runs - as long as they are attentive.  However, I really 
would prefer if people who submitted patches could take a moment and 
actually build the gen target of the build.xml in the gump directory.

See http://jakarta.apache.org/gump/usage.html, and ignore the Generation 
step and beyond.

- Sam Ruby


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



Re: [PATCH] Split jakarta-taglibs into separate projects

2002-12-02 Thread Christopher Lenz
Sam Ruby wrote:

Christopher Lenz wrote:


This is quite a huge change, and I'm not currently able to test it, 
so... feel free to reject this patch and point me to possible mistakes 
:-)


Two problems with this patch.

1) It doesn't seem to contain the previous change in which the names of 
the jar files were renamed.

Doh. Sorry. :-P


2) Various jakarta-cactus projects fail because jakarta-taglibs no 
longer exists.

Yeah, I was planning to adjust the Cactus descriptor after the change 
was committed.

I am quite comfortable with people using the published builds to debug 
the actual gump runs - as long as they are attentive.  However, I really 
would prefer if people who submitted patches could take a moment and 
actually build the gen target of the build.xml in the gump directory.

See http://jakarta.apache.org/gump/usage.html, and ignore the Generation 
step and beyond.

Understood. I'll try to set it up.

--
Christopher Lenz
/=/ cmlenz at gmx.de


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]