1 |
#!/usr/bin/perl |
#!/usr/bin/perl |
2 |
|
|
3 |
|
## -------------------------------------------------------------------------------- |
4 |
|
## $Id$ |
5 |
|
## -------------------------------------------------------------------------------- |
6 |
|
## $Log$ |
7 |
|
## Revision 1.4 2003/01/23 15:30:24 janosch |
8 |
|
## Added a Cmd Line to feed_contacts.pl |
9 |
|
## |
10 |
|
## Revision 1.3 2003/01/20 21:50:49 joko |
11 |
|
## + now utilizing 'org::netfrag::preambel' |
12 |
|
## |
13 |
|
## Revision 1.2 2003/01/20 21:20:35 joko |
14 |
|
## - now doesn't use a hardcoded $libpath any more |
15 |
|
## |
16 |
|
## -------------------------------------------------------------------------------- |
17 |
|
|
18 |
|
|
19 |
use strict; |
use strict; |
20 |
use warnings; |
use warnings; |
21 |
|
|
22 |
BEGIN { |
use lib qw( ../libs ); |
23 |
use FindBin qw($Bin); |
use org::netfrag::preambel; |
24 |
} |
|
25 |
|
|
26 |
use lib qw( c:\home\amo\develop\netfrag.org\nfo\perl\libs ); |
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - main |
27 |
|
|
28 |
use org::netfrag::shortcuts qw( run_cmd ); |
use org::netfrag::shortcuts qw( run_cmd ); |
29 |
|
|
35 |
#run_cmd('feed.pl --action=save --source=outlook --source-type=ContactItem --source-node=test.test --target=ldap --target-node=Addressbooks --mapping-module=Torus::Map::Outlook'); |
#run_cmd('feed.pl --action=save --source=outlook --source-type=ContactItem --source-node=test.test --target=ldap --target-node=Addressbooks --mapping-module=Torus::Map::Outlook'); |
36 |
#run_cmd('feed.pl --action=save --source=outlook --source-type=ContactItem --source-node=test.test --target=ldap --target-node=Adressen --mapping-module=Torus::Map::Outlook'); |
#run_cmd('feed.pl --action=save --source=outlook --source-type=ContactItem --source-node=test.test --target=ldap --target-node=Adressen --mapping-module=Torus::Map::Outlook'); |
37 |
run_cmd('feed.pl --action=save --source=outlook --source-type=ContactItem --source-node=Adressen.test --target=ldap --target-node=Adressen.test --mapping-module=Torus::Map::Outlook'); |
run_cmd('feed.pl --action=save --source=outlook --source-type=ContactItem --source-node=Adressen.test --target=ldap --target-node=Adressen.test --mapping-module=Torus::Map::Outlook'); |
38 |
|
#run_cmd('feed.pl --action=save --source=outlook --source-type=ContactItem --source-node=test --target=ldap --target-node=test --mapping-module=Torus::Map::Outlook'); |
39 |
#run_cmd('feed.pl --action=save --source=outlook --source-type=ContactItem --source-node=test.test --target=ldap --target-node=Adressen.test --mapping-module=Torus::Map::Outlook'); |
#run_cmd('feed.pl --action=save --source=outlook --source-type=ContactItem --source-node=test.test --target=ldap --target-node=Adressen.test --mapping-module=Torus::Map::Outlook'); |
40 |
|
|
41 |
print $hr, "\n"; |
print $hr, "\n"; |