diqiuren / edtf

Automatically exported from code.google.com/p/edtf
0 stars 0 forks source link

Testing tool: CoreClient #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This tools will accomplish 2 things:
 - given an XML file, it will be able to perform an XPath query on the given 
document. The query result is sent to System.out.
 - if an IP is provided as a command line parameter, it will send the query 
result to edtf.core.

Original issue reported on code.google.com by marius.e...@gmail.com on 2 May 2010 at 12:31

GoogleCodeExporter commented 9 years ago

Original comment by marius.e...@gmail.com on 2 May 2010 at 12:33

GoogleCodeExporter commented 9 years ago

Original comment by marius.e...@gmail.com on 2 May 2010 at 12:34

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r278.

- testing.tools.CoreClient:
  - a new home for CoreClient: org.edtf.testing.tools.coreclient
  - added command line arguments
- core.utils:
  - a few utility calls have been added, like DateUtils, Sys and Usage
  - small refactoring for some components

Original comment by marius.e...@gmail.com on 2 May 2010 at 12:38

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r320.

- Added a simple default namespace handling for CoreClient, as the default 
namespace from XPathAdapter was conflicting with this. More housekeeping should 
be done in the XPathAdapterImp regarding how the namespaces are loaded - at 
least they should stay outside of the class.

Original comment by marius.e...@gmail.com on 22 Jun 2010 at 6:29

GoogleCodeExporter commented 9 years ago
Minimal implementation reached. edtf.client will be enhanced in future 
iterations.

Original comment by marius.e...@gmail.com on 29 Jan 2012 at 12:07

GoogleCodeExporter commented 9 years ago

Original comment by marius.e...@gmail.com on 5 Feb 2012 at 10:50