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

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

It is not clear whether the package name change (org.apache.acf vs 
org.apache.lcf) needs to be decided before your patch.  I am happy to do your 
stuff first.

For a list of classes, look in:

core/org/apache/lcf/core
agents/org/apache/lcf/agents
pull-agent/org/apache/lcf/crawler
pull-agent/org/apache/lcf/authorities

... Or, look at the how-to-build-and-deploy wiki page, which lists them all.

Karl

--- original message ---
From: "ext Jettro Coenradie (JIRA)" <j...@apache.org>
Subject: [jira] Commented: (CONNECTORS-91) Making the initialization commands 
more useable
Date: August 20, 2010
Time: 4:11:16  PM


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

Jettro Coenradie commented on CONNECTORS-91:
--------------------------------------------

I am going though the classes, but they are not all easy to do. It actually is 
a lot of work. Can we split the work in the most important classes first and 
maybe later on the. You talk about the actual command classes, can you provide 
a list with the classes you mean? They would help me a lot. Also for the patch 
it is easier to know if the package is actually going to be changed now that 
the name of the project is changed


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




> 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: 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