cvs commit: cocoon-2.1/src/targets compile-build.xml
cziegeler2003/06/24 05:02:41 Modified:src/targets compile-build.xml Log: Don't include manifest as a separate file Revision ChangesPath 1.12 +3 -1 cocoon-2.1/src/targets/compile-build.xml Index: compile-build.xml === RCS file: /home/cvs/cocoon-2.1/src/targets/compile-build.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- compile-build.xml 13 Jun 2003 10:27:25 - 1.11 +++ compile-build.xml 24 Jun 2003 12:02:41 - 1.12 @@ -134,7 +134,9 @@ - + + +
Re: cvs commit: cocoon-2.1/src/targets compile-build.xml docs-build.xmlforrest-build.xml ide-build.xml init-build.xml samples-build.xml test-build.xmlvalidate-build.xml webapp-build.xml
On Sat, 22 Mar 2003, Stefano Mazzocchi wrote: > [EMAIL PROTECTED] wrote: > > stephan 2003/03/22 07:05:39 > > > > Modified:.build.new.xml > >src/targets compile-build.xml docs-build.xml > > forrest-build.xml ide-build.xml init-build.xml > > samples-build.xml test-build.xml validate-build.xml > > webapp-build.xml > > Log: > > Using the statement, which Ant 1.6+ offers. Solving load issues > > by using the basedir property. > > This breaks the ability for people to use built-in ant support for many > IDEs since they don't ship unreleased code (and we shouldn't either!) > > Now, in the spirit of stop building on sand, I wanted to propose to ship > the lastest ant release. > > Is anybody against that? Okay, not bledding edge :-/ *ahh, headaches* ;-)
Re: cvs commit: cocoon-2.1/src/targets compile-build.xml docs-build.xmlforrest-build.xml ide-build.xml init-build.xml samples-build.xml test-build.xmlvalidate-build.xml webapp-build.xml
[EMAIL PROTECTED] wrote: stephan 2003/03/22 07:05:39 Modified:.build.new.xml src/targets compile-build.xml docs-build.xml forrest-build.xml ide-build.xml init-build.xml samples-build.xml test-build.xml validate-build.xml webapp-build.xml Log: Using the statement, which Ant 1.6+ offers. Solving load issues by using the basedir property. This breaks the ability for people to use built-in ant support for many IDEs since they don't ship unreleased code (and we shouldn't either!) Now, in the spirit of stop building on sand, I wanted to propose to ship the lastest ant release. Is anybody against that? Stefano.