[ 
https://issues.apache.org/jira/browse/CONNECTORS-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901193#action_12901193
 ] 

Karl Wright commented on CONNECTORS-91:
---------------------------------------

Yes, your trunk version is too out of date.  For example:

kwri...@osore:~/wip/lcf-command-patch$ svn info 
trunk/modules/framework/agents/org/apache/lcf/agents/SynchronizeAll.java
Path: trunk/modules/framework/agents/org/apache/lcf/agents/SynchronizeAll.java
Name: SynchronizeAll.java
URL: 
https://svn.apache.org/repos/asf/incubator/lcf/trunk/modules/framework/agents/org/apache/lcf/agents/SynchronizeAll.java
Repository Root: https://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 987926
Node Kind: file
Schedule: normal
Last Changed Author: kwright
Last Changed Rev: 921329
Last Changed Date: 2010-03-10 07:44:20 -0500 (Wed, 10 Mar 2010)
Text Last Updated: 2010-08-22 12:50:36 -0400 (Sun, 22 Aug 2010)
Checksum: 42dcca2a9eab1c6d5b48bdcd5c083a0b

... and the patch says:

Index: modules/framework/agents/org/apache/lcf/agents/SynchronizeAll.java
===================================================================
--- modules/framework/agents/org/apache/lcf/agents/SynchronizeAll.java  
(revision 987465)
+++ modules/framework/agents/org/apache/lcf/agents/SynchronizeAll.java  
(working copy)
....

so, I am afraid you will need to synch up and reissue the patch.




> Making the initialization commands more useable
> -----------------------------------------------
>
>                 Key: CONNECTORS-91
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-91
>             Project: Apache Connectors Framework
>          Issue Type: Improvement
>          Components: Framework core
>            Reporter: Jettro Coenradie
>             Fix For: LCF Release 0.5
>
>         Attachments: changesToCommandClasses.patch, commandsPatch.patch
>
>
> At the moment LCF comes with some classes that can be used to run command 
> line to interact with the system. Examples are DBCreate, DBDrop and 
> LockClean. I wanted to create a class that rebuilds my complete environment. 
> So dropping a database, creating a database, cleaning the synch folder, 
> registering agents, etc. Due to the structure of the classes with all the 
> logic in the main method, I could not easily reuse these classes. In the 
> patch I submit with issue I have refactored the current solution in a better 
> reuseable solution that can still be called command line.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to