Skip to content

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
* Solved Bugs:
- Output doesn't assign values if aliases are different
#2
* New improvements:
- Manage result from output component
#9
- Beign able to define an http proxy
#12
- Create a response field
#6
- CiviCRM Input must be able to filter using data from previous steps
#1
- list of available fields not available in the filter
#7
  • Loading branch information
juanfernandezm committed May 27, 2014
1 parent b93a203 commit 7787560
Show file tree
Hide file tree
Showing 21 changed files with 1,635 additions and 928 deletions.
Binary file modified bin/CIVICRMInput/CiviCrmInput.jar
Binary file not shown.
Binary file modified bin/CIVICRMOutput/CiviCrmOutput.jar
Binary file not shown.
19 changes: 10 additions & 9 deletions src/main/CiviCRMInput/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry combineaccessrules="false" kind="src" path="/CiviCRMUtil"/>
<classpathentry kind="lib" path="/Kettle 4.4.0/libext/feeds/jdom.jar"/>
<classpathentry kind="lib" path="/Kettle 4.4.0/libswt/jface.jar"/>
<classpathentry kind="lib" path="G:/Herramientas/pdi-ce-4.4.0-stable/data-integration/lib/kettle-core.jar"/>
<classpathentry kind="lib" path="G:/Herramientas/pdi-ce-4.4.0-stable/data-integration/lib/kettle-db.jar"/>
<classpathentry kind="lib" path="G:/Herramientas/pdi-ce-4.4.0-stable/data-integration/lib/kettle-engine.jar"/>
<classpathentry kind="lib" path="G:/Herramientas/pdi-ce-4.4.0-stable/data-integration/lib/kettle-ui-swt.jar"/>
<classpathentry kind="lib" path="/Kettle 4.4.0/libext/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="/Kettle 4.4.0/libswt/win32/swt.jar"/>
<classpathentry kind="lib" path="lib/json-3.1.1.jar"/>
<classpathentry kind="lib" path="/home/manuel/Proyectos/Eclipse/CiviCRMUtil/lib/jdom-1.1.jar"/>
<classpathentry kind="lib" path="/home/manuel/Proyectos/Eclipse/CiviCRMUtil/lib/jface.jar"/>
<classpathentry kind="lib" path="/home/manuel/Proyectos/Eclipse/CiviCRMUtil/lib/json-3.1.1.jar"/>
<classpathentry kind="lib" path="/home/manuel/Proyectos/Eclipse/CiviCRMUtil/lib/kettle-core-4.4.0-GA.jar"/>
<classpathentry kind="lib" path="/home/manuel/Proyectos/Eclipse/CiviCRMUtil/lib/kettle-db-4.4.0-GA.jar"/>
<classpathentry kind="lib" path="/home/manuel/Proyectos/Eclipse/CiviCRMUtil/lib/kettle-engine-4.4.0-GA.jar"/>
<classpathentry kind="lib" path="/home/manuel/Proyectos/Eclipse/CiviCRMUtil/lib/kettle-ui-swt-4.4.0-GA.jar" sourcepath="/Kettle-4.4/src-ui"/>
<classpathentry kind="lib" path="/home/manuel/Proyectos/Eclipse/CiviCRMUtil/lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="/home/manuel/Proyectos/Eclipse/CiviCRMUtil/lib/swt.jar"/>
<classpathentry kind="lib" path="swing2swt.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion src/main/CiviCRMInput/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>CiviCRMInput</name>
<name>CiviCrmInput</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import es.stratebi.civi.CiviData;

/*
*
*
* Esta clase es la que mantiene los datos que se van a enviar hacia el paso que sigue. El truco que
* hemos usado es crear una lista con todos aquellos valores que devueltos por el API de CIVICRM
Expand Down
Loading

0 comments on commit 7787560

Please sign in to comment.