Yeah, we can do it. But it seems that many guys want to try this tool quickly, they may catch some problems if we remove these jars and add dependency to the ant download target. So, i think may be we can keep these jars for a period of time, if we can get a stable version of source code, then remove these jars, your idea?
2010/8/4 Rahul Akolkar <rahul.akol...@gmail.com> > On Tue, Aug 3, 2010 at 2:00 AM, <gu...@apache.org> wrote: > > Author: guixl > > Date: Tue Aug 3 06:00:56 2010 > > New Revision: 981751 > > > > URL: http://svn.apache.org/viewvc?rev=981751&view=rev > > Log: > > add required jar for debug function > > > > Added: > > > > commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/debug/xalan.jar > (with props) > <snip/> > > Can you add the above dependency to the ant download target as > necessary and remove the jar from SVN? > > -Rahul > > > > Modified: > > > > commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/diagram/part/ModelingNewDebugFileWizard.java > > > > Added: > commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/debug/xalan.jar > > URL: > http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/debug/xalan.jar?rev=981751&view=auto > > > ============================================================================== > > Binary file - no diff available. > > > > Propchange: > commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/debug/xalan.jar > > > ------------------------------------------------------------------------------ > > svn:mime-type = application/octet-stream > > > > Modified: > commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/diagram/part/ModelingNewDebugFileWizard.java > > URL: > http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/diagram/part/ModelingNewDebugFileWizard.java?rev=981751&r1=981750&r2=981751&view=diff > > > ============================================================================== > > --- > commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/diagram/part/ModelingNewDebugFileWizard.java > (original) > > +++ > commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/src/org/apache/commons/scxml/modeling/diagram/part/ModelingNewDebugFileWizard.java > Tue Aug 3 06:00:56 2010 > > @@ -280,7 +280,7 @@ public class ModelingNewDebugFileWizard > > IFolder libFolder = > theProject.getFolder("lib"); > > if(!libFolder.exists()) > libFolder.create(0, false, null); > > monitor.worked(1); > > - String[] jarList=new > String[]{"commons-beanutils-1.8.3.jar","commons-digester-2.0.jar","commons-jexl-1.1.jar","commons-logging-1.1.1.jar","scxml.jar"}; > > + String[] jarList=new > String[]{"commons-beanutils-1.8.3.jar","commons-digester-2.0.jar","commons-jexl-1.1.jar","commons-logging-1.1.1.jar","xalan.jar","scxml.jar"}; > > > > for(int i=0;i<jarList.length;i++){ > > String jar=jarList[i]; > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Best Regards Gui Xun Long (桂训龙)