Re: cvs commit: gump/project ant.xml barcode4j.xml depot.xml excalibur.xml gump.xml j2ee-connector.xml jaas.xml jakarta-cactus.xml jakarta-velocity.xml jstl-jsp-12.xml jts.xml jython.xml mx4j.xml scarab.xml ws-axis.xml ws-juddi.xml wss4j.xml xml-xalan.xml

2004-10-07 Thread Stefan Bodewig
On Wed, 06 Oct 2004, Stefano Mazzocchi [EMAIL PROTECTED] wrote:
 Stefan Bodewig wrote:
 
 On 6 Oct 2004, [EMAIL PROTECTED] wrote:
 
   ant basedir=proposal/xdocs target=docs-from-scratch
  -  jvmarg value=-Xmx256m/
 
 This is the only occurence of this in the entire repository.
 
 Why doesn't anybody else has a problem with this?

Since nobody else needs more memory than the default invocation of
Java provides?  This particular project runs xdoclet on all Ant source
files and the memory impact is quite visible.

 should better be supported.

  -ant target=gump debug=true
  +ant target=gump
 Is supported by Gump (the Python incarnation) IIRC.
 
 This was used in 3/4 descriptors.

I know.

 I really don't understand why it should be a descriptor/based thing.

Sometimes you simply don't get enough information about a build
failure without that.  For the people who don't run Gump instances
themselves, this is the easiest way to get into the details.

Stefan

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



Re: cvs commit: gump/project ant.xml barcode4j.xml depot.xml excalibur.xml gump.xml j2ee-connector.xml jaas.xml jakarta-cactus.xml jakarta-velocity.xml jstl-jsp-12.xml jts.xml jython.xml mx4j.xml scarab.xml ws-axis.xml ws-juddi.xml wss4j.xml xml-xalan.xml

2004-10-07 Thread Stefano Mazzocchi
Stefan Bodewig wrote:
On Thu, 07 Oct 2004, Stefano Mazzocchi [EMAIL PROTECTED] wrote:

so what are the changes?
 jvmargs can be an empty element inside ant

I don't know, but maven probably supports it as well.

and
 debug= can be an attribute inside ant

ditto.  Not sure about nant either.
Adam?
--
Stefano.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: cvs commit: gump/project ant.xml barcode4j.xml depot.xml excalibur.xml gump.xml j2ee-connector.xml jaas.xml jakarta-cactus.xml jakarta-velocity.xml jstl-jsp-12.xml jts.xml jython.xml mx4j.xml scarab.xml ws-axis.xml ws-juddi.xml wss4j.xml xml-xalan.xml

2004-10-07 Thread Adam R. B. Jack

 On Thu, 07 Oct 2004, Stefano Mazzocchi [EMAIL PROTECTED] wrote:

  so what are the changes?
 
jvmargs can be an empty element inside ant

 I don't know, but maven probably supports it as well.

Yup, anything on the Java platform does.

  and
 
debug= can be an attribute inside ant

 ditto.  Not sure about nant either.

All builders (Ant|Maven|NAnt) and updaters (CVS|SVN|P4 -- I think) support:

debug=true|false
verbose=true|false

Certainly would be nicer if I'd coded these as level=debug|verbose (or
none) I guess...

regards,

Adam


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



Re: cvs commit: gump/project ant.xml barcode4j.xml depot.xml excalibur.xml gump.xml j2ee-connector.xml jaas.xml jakarta-cactus.xml jakarta-velocity.xml jstl-jsp-12.xml jts.xml jython.xml mx4j.xml scarab.xml ws-axis.xml ws-juddi.xml wss4j.xml xml-xalan.xml

2004-10-07 Thread Peter Janes
Adam R. B. Jack wrote:
All builders (Ant|Maven|NAnt) and updaters (CVS|SVN|P4 -- I think) support:
debug=true|false
verbose=true|false
I didn't include anything specifically for debug/verbose in the P4 updater, 
so it probably ignores those attributes.  There's not much extra info that 
it can give anyway, so I think it's okay to have them as no-ops.
--
Sometimes the Universe needs a change of perspective.
  --J. Michael Straczynski


smime.p7s
Description: S/MIME Cryptographic Signature


Re: cvs commit: gump/project ant.xml barcode4j.xml depot.xml excalibur.xml gump.xml j2ee-connector.xml jaas.xml jakarta-cactus.xml jakarta-velocity.xml jstl-jsp-12.xml jts.xml jython.xml mx4j.xml scarab.xml ws-axis.xml ws-juddi.xml wss4j.xml xml-xalan.xml

2004-10-06 Thread Stefan Bodewig
On 6 Oct 2004, [EMAIL PROTECTED] wrote:

   metadata cleanup while figuring out the DTDs

I'm afraid you are doing too much cleanup and we rather need to adjust
the DTD.

ant basedir=proposal/xdocs target=docs-from-scratch
   -  jvmarg value=-Xmx256m/

should better be supported.

   -ant target=gump debug=true
   +ant target=gump

Is supported by Gump (the Python incarnation) IIRC.

Stefan

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



Re: cvs commit: gump/project ant.xml barcode4j.xml depot.xml excalibur.xml gump.xml j2ee-connector.xml jaas.xml jakarta-cactus.xml jakarta-velocity.xml jstl-jsp-12.xml jts.xml jython.xml mx4j.xml scarab.xml ws-axis.xml ws-juddi.xml wss4j.xml xml-xalan.xml

2004-10-06 Thread Stefano Mazzocchi
Stefan Bodewig wrote:
On 6 Oct 2004, [EMAIL PROTECTED] wrote:

 metadata cleanup while figuring out the DTDs

I'm afraid you are doing too much cleanup and we rather need to adjust
the DTD.
well, not so sure.
  ant basedir=proposal/xdocs target=docs-from-scratch
 -  jvmarg value=-Xmx256m/
This is the only occurence of this in the entire repository.
Why doesn't anybody else has a problem with this?
should better be supported.

 -ant target=gump debug=true
 +ant target=gump

Is supported by Gump (the Python incarnation) IIRC.
This was used in 3/4 descriptors. I really don't understand why it 
should be a descriptor/based thing.

--
Stefano.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: cvs commit: gump/project ant.xml barcode4j.xml depot.xml excalibur.xml gump.xml j2ee-connector.xml jaas.xml jakarta-cactus.xml jakarta-velocity.xml jstl-jsp-12.xml jts.xml jython.xml mx4j.xml scarab.xml ws-axis.xml ws-juddi.xml wss4j.xml xml-xalan.xml

2004-10-06 Thread Adam R. B. Jack
  I'm afraid you are doing too much cleanup and we rather need to adjust
  the DTD.

 well, not so sure.


I do think the metadata has grown since those DTDs were written, and I agree
they need to grow.

ant basedir=proposal/xdocs target=docs-from-scratch
   -  jvmarg value=-Xmx256m/

 This is the only occurence of this in the entire repository.

 Why doesn't anybody else has a problem with this?

  should better be supported.
 
 
   -ant target=gump debug=true
   +ant target=gump
 
 
  Is supported by Gump (the Python incarnation) IIRC.

 This was used in 3/4 descriptors. I really don't understand why it
 should be a descriptor/based thing.

It allows user (perhaps with access to their metadata only, not running Gump
themselves) to request that Ant (or Maven or whatever) gives verbose
and/or debug levels of output. This is on the builders and the updaters.
[Sure, it would be nicer for folks to be able to interact with the Gump
instance to request this, but (as of today) we don't have a capability for
such workflows -- and this is simple.]

regards,

Adam


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