cvs commit: jakarta-ant/src/main/org/apache/tools/ant/helper ProjectHelper2.java

2003-01-06 Thread costin
costin 2003/01/06 08:00:56 Modified:src/main/org/apache/tools/ant/helper ProjectHelper2.java Log: Warn of duplicated project name only if importing. There are normal cases ( antcall) where the same build file is parsed many times ( this could be avoided now - as an optimizat

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/helper ProjectHelper2.java

2003-01-05 Thread conor
conor 2003/01/05 05:16:42 Modified:src/main/org/apache/tools/ant/helper ProjectHelper2.java Log: Can't compare files with strings Revision ChangesPath 1.9 +96 -93 jakarta-ant/src/main/org/apache/tools/ant/helper/ProjectHelper2.java Index: ProjectHelper2.j

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/helper ProjectHelper2.java

2002-12-31 Thread costin
costin 2002/12/31 14:07:07 Modified:src/main/org/apache/tools/ant/helper ProjectHelper2.java Log: Ant is reusing the same helper Revision ChangesPath 1.8 +1 -1 jakarta-ant/src/main/org/apache/tools/ant/helper/ProjectHelper2.java Index: ProjectHelper2.jav

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/helper ProjectHelper2.java

2002-12-31 Thread costin
costin 2002/12/31 09:33:58 Modified:src/main/org/apache/tools/ant/helper ProjectHelper2.java Log: Added back the import property. Added a small message to allow debugging of duplicated project names. Revision ChangesPath 1.7 +30 -3 jakarta-ant/src/main/org/a

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/helper ProjectHelper2.java

2002-12-27 Thread costin
costin 2002/12/27 10:14:50 Modified:src/main/org/apache/tools/ant/helper ProjectHelper2.java Log: Update with the 2 changes: set attributes explicitely ( instead of passing the SAX2 Attributes). - import will use the normal entry point and will not depend on the sax context. W

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/helper ProjectHelper2.java

2002-12-25 Thread costin
costin 2002/12/25 09:56:22 Modified:src/main/org/apache/tools/ant/helper ProjectHelper2.java Log: Revert the change, it causes gump failures ( thanks Gump ! ) I can't reproduce the error yet ( my gump works fine ), but most likely this is the cause of the errors ( classloader

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/helper ProjectHelper2.java

2002-12-24 Thread costin
costin 2002/12/24 09:40:35 Modified:src/main/org/apache/tools/ant/helper ProjectHelper2.java Log: Make the basedir of each project available. I added both ant.file.NAME and basedir.NAME, and cleaned up a bit the code. Revision ChangesPath 1.4 +41 -29 jak

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/helper ProjectHelper2.java

2002-12-17 Thread costin
costin 2002/12/16 21:47:16 Modified:src/main/org/apache/tools/ant/helper ProjectHelper2.java Log: Fix for the lowercase problem. Sorry for the delay, I didn't have access to email this weekend. The code may still have a small problem - but the original had similar issues. I

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/helper ProjectHelper2.java

2002-12-13 Thread costin
costin 2002/12/13 13:56:52 Modified:src/main/org/apache/tools/ant/helper ProjectHelper2.java Log: Project stores the targets in a hashtable. There is no way to retrieve the ordered list. This should eventually be included in Project, but for now I added a small workaround in ord

Re: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/helper ProjectHelper2.java

2002-12-13 Thread Stefan Bodewig
Nothing serious, so no reason the revert anything, just picking nits as usual ... > * Copyright (c) 2000-2002 The Apache Software Foundation. Why 2000-2002 and not 2002 alone? > public void popWrapper() { > if( wStack.size() > 0 ) > wStack.removeEleme

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/helper ProjectHelper2.java

2002-12-13 Thread costin
costin 2002/12/12 16:46:51 Added: src/main/org/apache/tools/ant/helper ProjectHelper2.java Log: This is the delayed-task creation helper. It's a clened-up version of ProjectHelperImpl from embed, with all other extensions removed. I also removed all code that supported the old