Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/src/tools/java/src/nl/cwi/monetdb/xquery/util CmdLineOpts.java, XQuery_0-20, NONE, 1.1.2.1 OptionsException.java, XQuery_0-20, NONE, 1.1.2.1
On 10-10-2007 11:01:20 +0000, Ying Zhang wrote:
Update of /cvsroot/monetdb/pathfinder/src/tools/java/src/nl/cwi/monetdb/xquery/util In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8103/src/tools/java/src/nl/cwi/monetdb/xquery/util
Added Files: Tag: XQuery_0-20 CmdLineOpts.java OptionsException.java Log Message: Moved the XRPC Wrapper stuff into pathfinder/src/tools/java, because XRPC Wrapper is not a client program and it is XQuery related.
The XRPC Wrapper is build in a separate RPM package (MonetDB4-XQuery-xrpcwrapper), so that the pathfinder package is still Java-independent.
Please note that this is code replication. (which IMHO is BAD).
On Wed, Oct 10, 2007 at 01:05:14PM +0200, Fabian Groffen wrote:
On 10-10-2007 11:01:20 +0000, Ying Zhang wrote:
Update of /cvsroot/monetdb/pathfinder/src/tools/java/src/nl/cwi/monetdb/xquery/util In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8103/src/tools/java/src/nl/cwi/monetdb/xquery/util
Added Files: Tag: XQuery_0-20 CmdLineOpts.java OptionsException.java Log Message: Moved the XRPC Wrapper stuff into pathfinder/src/tools/java, because XRPC Wrapper is not a client program and it is XQuery related.
The XRPC Wrapper is build in a separate RPM package (MonetDB4-XQuery-xrpcwrapper), so that the pathfinder package is still Java-independent.
Please note that this is code replication. (which IMHO is BAD).
Yes, I'm aware of this. But I don't see a better solution, do you?
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Monetdb-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers
On 10-10-2007 13:12:46 +0200, Ying Zhang wrote:
Please note that this is code replication. (which IMHO is BAD).
Yes, I'm aware of this. But I don't see a better solution, do you?
properly jar them up, and properly depend on them.
On Wed, Oct 10, 2007 at 01:16:00PM +0200, Fabian Groffen wrote:
On 10-10-2007 13:12:46 +0200, Ying Zhang wrote:
Please note that this is code replication. (which IMHO is BAD).
Yes, I'm aware of this. But I don't see a better solution, do you?
properly jar them up, and properly depend on them.
but, if you want these files being shared by java packages from two modules, the files should actually be moved to a third place (to be fair), which we don't really have. I think those java packages are enough independent of each other to have their own implementation of passing cmd. opt.s
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Monetdb-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers
participants (2)
-
Fabian Groffen
-
Ying Zhang