[jira] Moved: (IVYDE-87) Support dynamic revisions with ftp in URLResolver

2008-03-18 Thread Xavier Hanin (JIRA)

 [ 
https://issues.apache.org/jira/browse/IVYDE-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xavier Hanin moved IVY-738 to IVYDE-87:
---

Affects Version/s: (was: 2.0.0-beta-1)
   1.3.0
   Issue Type: Bug  (was: Improvement)
  Key: IVYDE-87  (was: IVY-738)
  Project: IvyDE  (was: Ivy)

 Support dynamic revisions with ftp in URLResolver
 -

 Key: IVYDE-87
 URL: https://issues.apache.org/jira/browse/IVYDE-87
 Project: IvyDE
  Issue Type: Bug
Affects Versions: 1.3.0
 Environment: Eclipse 3.2 and IvyDE 1.2
 Eclipse 3.3 (MyEclipse 6.0.1) and IvyDE 1.3 
 (org.apache.ivyde.eclipse_1.3.0.2007120912.jar)
Reporter: Guillaume
 Attachments: IVY-738.patch, ivy-settings-ivyde1_2.xml, 
 ivy-settings-ivyde1_3.xml, ivy.xml, ivy_console_log.txt, test_ant.txt, 
 test_ant_debug.txt, test_ivyde.txt


 Configuration (attachments follow)
 The repository structure is a simple filesystem (on the same machine than 
 Eclipse and Ant for the test) :
 The folder ftpuser_home\external-lib\junit\junit exists and has two 
 subfolders named after version numbers :
 3.8.1 which contains ivy-3.8.1.xml, jars and so on
 3.8.2 which contains ivy-3.8.2.xml, jars and so on
 User has proper rights to list directory contents which proves to be ok with 
 ant task.
 Using Eclipse 3.3 and IvyDE 1.3 (snapshot build - 
 org.apache.ivyde.eclipse_1.3.0.2007120912.jar) :
 JUnit 3.8.+ gets resolved to the latest 3.8.x version available on my 
 repository (3.8.2 in this test) with an ant resolve task. But it isn't 
 resolved at all with IvyDE.
 In ant, the related logs are pretty simple (ant ivy settings are pointing to 
 the same ivy settings file than ivyde) :
 [ivy:retrieve] found junit#junit;3.8.2 in ftp
 [ivy:retrieve] [3.8.2] junit#junit;3.8.+
 Ivy Console summary :
 {code}
  WARNINGS
module not found: junit#junit;3.8.+
  ftp: tried
  ftp://:[EMAIL PROTECTED]/external-lib/junit/junit/3.8.+/ivy-3.8.+.xml
  ftp://:[EMAIL 
 PROTECTED]/external-lib/junit/junit/[revision]/ivy-[revision].xml
 ::
 ::  UNRESOLVED DEPENDENCIES ::
 ::
 :: junit#junit;3.8.+: not found
 :: 
 {code}
 FTP logs :
 {code}
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) Connected, 
 sending welcome message...
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220-FileZilla 
 Server version 0.9.24 beta
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220-written by 
 Tim Kosse ([EMAIL PROTECTED])
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220 Please 
 visit http://sourceforge.net/projects/filezilla/
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) USER 
 repo-central
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 331 Password 
 required for repo-central
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) PASS 
 
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 230 Logged on
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) TYPE I
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 200 Type set to I
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD external-lib
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 250 CWD 
 successful. /external-lib is current directory.
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD junit
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 250 CWD 
 successful. /external-lib/junit is current directory.
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD junit
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 250 CWD 
 successful. /external-lib/junit/junit is current directory.
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD 3.8.+
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 550 CWD failed. 
 /external-lib/junit/junit/3.8.+: directory not found.
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD external-lib
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 550 CWD failed. 
 /external-lib/junit/junit/external-lib: directory not found.
 (000766) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) Connected, 
 sending welcome message...
 (000766) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220-FileZilla 
 Server version 0.9.24 beta
 (000766) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220-written by 
 Tim Kosse ([EMAIL PROTECTED])
 (000766) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220 Please 
 visit http://sourceforge.net/projects/filezilla/
 (000766) 2/18/2008 15:05:34 PM - (not logged in) 

[jira] Commented: (IVYDE-87) Problem with vfs ftp and dynamic revisions

2008-03-18 Thread Xavier Hanin (JIRA)

[ 
https://issues.apache.org/jira/browse/IVYDE-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12579760#action_12579760
 ] 

Xavier Hanin commented on IVYDE-87:
---

About Ivy Bundle-Version, we put a Bundle-Version of 0.0.0 in svn to avoid 
changing it every time we make a change. But if you use the ant script provided 
with Ivy to build Ivy jar (using ant jar), it will update the MANIFEST with 
an up to date Bundle-Version. So if you later make changes to the MANIFEST.MF, 
remember to set Bundle-Version back to 0.0.0.

 Problem with vfs ftp and dynamic revisions
 --

 Key: IVYDE-87
 URL: https://issues.apache.org/jira/browse/IVYDE-87
 Project: IvyDE
  Issue Type: Bug
Affects Versions: 1.3.0
 Environment: Eclipse 3.2 and IvyDE 1.2
 Eclipse 3.3 (MyEclipse 6.0.1) and IvyDE 1.3 
 (org.apache.ivyde.eclipse_1.3.0.2007120912.jar)
Reporter: Guillaume
 Attachments: IVY-738.patch, ivy-settings-ivyde1_2.xml, 
 ivy-settings-ivyde1_3.xml, ivy.xml, ivy_console_log.txt, test_ant.txt, 
 test_ant_debug.txt, test_ivyde.txt


 Configuration (attachments follow)
 The repository structure is a simple filesystem (on the same machine than 
 Eclipse and Ant for the test) :
 The folder ftpuser_home\external-lib\junit\junit exists and has two 
 subfolders named after version numbers :
 3.8.1 which contains ivy-3.8.1.xml, jars and so on
 3.8.2 which contains ivy-3.8.2.xml, jars and so on
 User has proper rights to list directory contents which proves to be ok with 
 ant task.
 Using Eclipse 3.3 and IvyDE 1.3 (snapshot build - 
 org.apache.ivyde.eclipse_1.3.0.2007120912.jar) :
 JUnit 3.8.+ gets resolved to the latest 3.8.x version available on my 
 repository (3.8.2 in this test) with an ant resolve task. But it isn't 
 resolved at all with IvyDE.
 In ant, the related logs are pretty simple (ant ivy settings are pointing to 
 the same ivy settings file than ivyde) :
 [ivy:retrieve] found junit#junit;3.8.2 in ftp
 [ivy:retrieve] [3.8.2] junit#junit;3.8.+
 Ivy Console summary :
 {code}
  WARNINGS
module not found: junit#junit;3.8.+
  ftp: tried
  ftp://:[EMAIL PROTECTED]/external-lib/junit/junit/3.8.+/ivy-3.8.+.xml
  ftp://:[EMAIL 
 PROTECTED]/external-lib/junit/junit/[revision]/ivy-[revision].xml
 ::
 ::  UNRESOLVED DEPENDENCIES ::
 ::
 :: junit#junit;3.8.+: not found
 :: 
 {code}
 FTP logs :
 {code}
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) Connected, 
 sending welcome message...
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220-FileZilla 
 Server version 0.9.24 beta
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220-written by 
 Tim Kosse ([EMAIL PROTECTED])
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220 Please 
 visit http://sourceforge.net/projects/filezilla/
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) USER 
 repo-central
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 331 Password 
 required for repo-central
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) PASS 
 
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 230 Logged on
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) TYPE I
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 200 Type set to I
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD external-lib
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 250 CWD 
 successful. /external-lib is current directory.
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD junit
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 250 CWD 
 successful. /external-lib/junit is current directory.
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD junit
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 250 CWD 
 successful. /external-lib/junit/junit is current directory.
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD 3.8.+
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 550 CWD failed. 
 /external-lib/junit/junit/3.8.+: directory not found.
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD external-lib
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 550 CWD failed. 
 /external-lib/junit/junit/external-lib: directory not found.
 (000766) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) Connected, 
 sending welcome message...
 (000766) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220-FileZilla 
 Server version 0.9.24 beta
 (000766) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220-written by 
 Tim Kosse ([EMAIL PROTECTED])
 (000766) 

[jira] Commented: (IVYDE-87) Problem with vfs ftp and dynamic revisions

2008-03-18 Thread Guillaume (JIRA)

[ 
https://issues.apache.org/jira/browse/IVYDE-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12579772#action_12579772
 ] 

Guillaume commented on IVYDE-87:


There is nothing more than what i already have posted.
The dependency container doesn't appear in the package explorer view but can be 
found in java build path.

Once the 'add ivy library' fails, the plugin not longer works. I have to 
restart Eclipse. On startup it will fail to resolve dependencies again.
I have to remove the dependency container from the build path (i also delete 
the ivy cache) before restarting Eclipse.

On the FTP server the logs are confusing (see attachment FileZilla Server.log). 
It seems to me that the resolver tries to download the same file several times. 
However it looks for a folder 3.8.+ ... and then fails to get junit.


 Problem with vfs ftp and dynamic revisions
 --

 Key: IVYDE-87
 URL: https://issues.apache.org/jira/browse/IVYDE-87
 Project: IvyDE
  Issue Type: Bug
Affects Versions: 1.3.0
 Environment: Eclipse 3.2 and IvyDE 1.2
 Eclipse 3.3 (MyEclipse 6.0.1) and IvyDE 1.3 
 (org.apache.ivyde.eclipse_1.3.0.2007120912.jar)
Reporter: Guillaume
 Attachments: FileZilla Server.log, IVY-738.patch, 
 ivy-settings-ivyde1_2.xml, ivy-settings-ivyde1_3.xml, ivy.xml, 
 ivy_console_log.txt, test_ant.txt, test_ant_debug.txt, test_ivyde.txt


 Configuration (attachments follow)
 The repository structure is a simple filesystem (on the same machine than 
 Eclipse and Ant for the test) :
 The folder ftpuser_home\external-lib\junit\junit exists and has two 
 subfolders named after version numbers :
 3.8.1 which contains ivy-3.8.1.xml, jars and so on
 3.8.2 which contains ivy-3.8.2.xml, jars and so on
 User has proper rights to list directory contents which proves to be ok with 
 ant task.
 Using Eclipse 3.3 and IvyDE 1.3 (snapshot build - 
 org.apache.ivyde.eclipse_1.3.0.2007120912.jar) :
 JUnit 3.8.+ gets resolved to the latest 3.8.x version available on my 
 repository (3.8.2 in this test) with an ant resolve task. But it isn't 
 resolved at all with IvyDE.
 In ant, the related logs are pretty simple (ant ivy settings are pointing to 
 the same ivy settings file than ivyde) :
 [ivy:retrieve] found junit#junit;3.8.2 in ftp
 [ivy:retrieve] [3.8.2] junit#junit;3.8.+
 Ivy Console summary :
 {code}
  WARNINGS
module not found: junit#junit;3.8.+
  ftp: tried
  ftp://:[EMAIL PROTECTED]/external-lib/junit/junit/3.8.+/ivy-3.8.+.xml
  ftp://:[EMAIL 
 PROTECTED]/external-lib/junit/junit/[revision]/ivy-[revision].xml
 ::
 ::  UNRESOLVED DEPENDENCIES ::
 ::
 :: junit#junit;3.8.+: not found
 :: 
 {code}
 FTP logs :
 {code}
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) Connected, 
 sending welcome message...
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220-FileZilla 
 Server version 0.9.24 beta
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220-written by 
 Tim Kosse ([EMAIL PROTECTED])
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220 Please 
 visit http://sourceforge.net/projects/filezilla/
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) USER 
 repo-central
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 331 Password 
 required for repo-central
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) PASS 
 
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 230 Logged on
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) TYPE I
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 200 Type set to I
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD external-lib
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 250 CWD 
 successful. /external-lib is current directory.
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD junit
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 250 CWD 
 successful. /external-lib/junit is current directory.
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD junit
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 250 CWD 
 successful. /external-lib/junit/junit is current directory.
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD 3.8.+
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 550 CWD failed. 
 /external-lib/junit/junit/3.8.+: directory not found.
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD external-lib
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 550 CWD failed. 
 /external-lib/junit/junit/external-lib: directory not found.
 (000766) 

[jira] Updated: (IVYDE-87) Problem with vfs ftp and dynamic revisions

2008-03-18 Thread Guillaume (JIRA)

 [ 
https://issues.apache.org/jira/browse/IVYDE-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume updated IVYDE-87:
---

Attachment: FileZilla Server.log

 Problem with vfs ftp and dynamic revisions
 --

 Key: IVYDE-87
 URL: https://issues.apache.org/jira/browse/IVYDE-87
 Project: IvyDE
  Issue Type: Bug
Affects Versions: 1.3.0
 Environment: Eclipse 3.2 and IvyDE 1.2
 Eclipse 3.3 (MyEclipse 6.0.1) and IvyDE 1.3 
 (org.apache.ivyde.eclipse_1.3.0.2007120912.jar)
Reporter: Guillaume
 Attachments: FileZilla Server.log, IVY-738.patch, 
 ivy-settings-ivyde1_2.xml, ivy-settings-ivyde1_3.xml, ivy.xml, 
 ivy_console_log.txt, test_ant.txt, test_ant_debug.txt, test_ivyde.txt


 Configuration (attachments follow)
 The repository structure is a simple filesystem (on the same machine than 
 Eclipse and Ant for the test) :
 The folder ftpuser_home\external-lib\junit\junit exists and has two 
 subfolders named after version numbers :
 3.8.1 which contains ivy-3.8.1.xml, jars and so on
 3.8.2 which contains ivy-3.8.2.xml, jars and so on
 User has proper rights to list directory contents which proves to be ok with 
 ant task.
 Using Eclipse 3.3 and IvyDE 1.3 (snapshot build - 
 org.apache.ivyde.eclipse_1.3.0.2007120912.jar) :
 JUnit 3.8.+ gets resolved to the latest 3.8.x version available on my 
 repository (3.8.2 in this test) with an ant resolve task. But it isn't 
 resolved at all with IvyDE.
 In ant, the related logs are pretty simple (ant ivy settings are pointing to 
 the same ivy settings file than ivyde) :
 [ivy:retrieve] found junit#junit;3.8.2 in ftp
 [ivy:retrieve] [3.8.2] junit#junit;3.8.+
 Ivy Console summary :
 {code}
  WARNINGS
module not found: junit#junit;3.8.+
  ftp: tried
  ftp://:[EMAIL PROTECTED]/external-lib/junit/junit/3.8.+/ivy-3.8.+.xml
  ftp://:[EMAIL 
 PROTECTED]/external-lib/junit/junit/[revision]/ivy-[revision].xml
 ::
 ::  UNRESOLVED DEPENDENCIES ::
 ::
 :: junit#junit;3.8.+: not found
 :: 
 {code}
 FTP logs :
 {code}
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) Connected, 
 sending welcome message...
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220-FileZilla 
 Server version 0.9.24 beta
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220-written by 
 Tim Kosse ([EMAIL PROTECTED])
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220 Please 
 visit http://sourceforge.net/projects/filezilla/
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) USER 
 repo-central
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 331 Password 
 required for repo-central
 (000765) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) PASS 
 
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 230 Logged on
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) TYPE I
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 200 Type set to I
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD external-lib
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 250 CWD 
 successful. /external-lib is current directory.
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD junit
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 250 CWD 
 successful. /external-lib/junit is current directory.
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD junit
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 250 CWD 
 successful. /external-lib/junit/junit is current directory.
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD 3.8.+
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 550 CWD failed. 
 /external-lib/junit/junit/3.8.+: directory not found.
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD external-lib
 (000765) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 550 CWD failed. 
 /external-lib/junit/junit/external-lib: directory not found.
 (000766) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) Connected, 
 sending welcome message...
 (000766) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220-FileZilla 
 Server version 0.9.24 beta
 (000766) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220-written by 
 Tim Kosse ([EMAIL PROTECTED])
 (000766) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 220 Please 
 visit http://sourceforge.net/projects/filezilla/
 (000766) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) USER 
 repo-central
 (000766) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) 331 Password 
 required for repo-central
 (000766) 2/18/2008 15:05:34 PM - (not logged in) (127.0.0.1) PASS 

[jira] Commented: (IVY-775) Provide webservice as dependency

2008-03-18 Thread Steve Loughran (JIRA)

[ 
https://issues.apache.org/jira/browse/IVY-775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12579796#action_12579796
 ] 

Steve Loughran commented on IVY-775:


-I'm not sure it should be ivy's job to do this. 
-there are many other stacks than Axis, including axis2 and apache CXF, to name 
but two in our own codebase
-I'm not sure that going from XML to Java works long term, see Rethinking the 
Java SOAP stack...

 Provide webservice as dependency
 

 Key: IVY-775
 URL: https://issues.apache.org/jira/browse/IVY-775
 Project: Ivy
  Issue Type: New Feature
  Components: Core
Reporter: Jan Matèrne
Priority: Minor

 Just an idea: 
 Could it be use to define an URL to a WSDL as dependency and Ivy would 
 download 
 - download the document
 - create the java code (e.g. using Axis)
 - compile the code (using Ant's compile)
 - create the jar (using Ant's jar)
 - provide that JAR as library
 - provide webservice jars (Axis) as transitive dependency
 I havent any idea about versioning of the wsdl ...
 As said - only an idea.

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



[jira] Created: (IVY-777) No error or warning when a resolver references a non-existent cache

2008-03-18 Thread Carlton Brown (JIRA)
No error or warning when a resolver references a non-existent cache
---

 Key: IVY-777
 URL: https://issues.apache.org/jira/browse/IVY-777
 Project: Ivy
  Issue Type: Bug
Reporter: Carlton Brown
 Fix For: 2.0.0-beta-2


If a resolver references a cache that has not been previously defined, it 
should cause an error or at least a warning, but it does neither.  
For example, this should fail or warn because there is no cache bar.  It only 
prints an informational message that cache bar was assigned to resolver 
myfs.

caches
  cache name=foo/
/caches

resolvers
 filesystem name=myfs cache=bar
 ...
/resolvers

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



[jira] Commented: (IVY-777) No error or warning when a resolver references a non-existent cache

2008-03-18 Thread Gilles Scokart (JIRA)

[ 
https://issues.apache.org/jira/browse/IVY-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12579841#action_12579841
 ] 

Gilles Scokart commented on IVY-777:


How does it relate to IVY-774 ?

 No error or warning when a resolver references a non-existent cache
 ---

 Key: IVY-777
 URL: https://issues.apache.org/jira/browse/IVY-777
 Project: Ivy
  Issue Type: Bug
Reporter: Carlton Brown
 Fix For: 2.0.0-beta-2


 If a resolver references a cache that has not been previously defined, it 
 should cause an error or at least a warning, but it does neither.  
 For example, this should fail or warn because there is no cache bar.  It 
 only prints an informational message that cache bar was assigned to 
 resolver myfs.
 caches
   cache name=foo/
 /caches
 resolvers
  filesystem name=myfs cache=bar
  ...
 /resolvers

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



DO NOT REPLY [Bug 44628] New: Could not create task or type of type: xmlvalidate (debian stable)

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44628

   Summary: Could not create task or type of type: xmlvalidate
(debian stable)
   Product: Ant
   Version: 1.6.5
  Platform: PC
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Documentation
AssignedTo: notifications@ant.apache.org
ReportedBy: [EMAIL PROTECTED]


it appears that debian's ant lacks a few libraries.

Suggestions:
1) in http://ant.apache.org/manual/OptionalTasks/xmlvalidate.html, mention
since which ant version the the task is available built-in
   (I use 1.6.5 and on redhat, it is there)
2) in http://ant.apache.org/manual/OptionalTasks/xmlvalidate.html, mention
which particular jar's it relies on

Just to report about my work-around attempts - failed so far:
 xml-apis.jar - /home/me/james/phoenix-bin/lib/xml-apis.jar
 xercesImpl.jar - /usr/share/java/xercesImpl.jar
lrwxrwxrwx 1 me me 33 2008-03-18 17:10 xmlParserAPIs.jar -
/usr/share/java/xmlParserAPIs.jar


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 44628] Could not create task or type of type: xmlvalidate (debian stable)

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44628


Peter Reilly [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #1 from Peter Reilly [EMAIL PROTECTED]  2008-03-18 09:25:01 PST 
---
Apache Ant does not release a debian version.

The xmlvalidate task is in the ant-nodeps.jar file
(this is an idiotic location).

The manual assumes a correct (and full) installation
of ant (i.e. all the silly jar files in $ANT_HOME/lib
- ant.jar, ant-nodeps.jar, ant-junit.jar, ant-lanucher.jar,
etc).

The optional tasks may or may not depend on third party
jars - xmlvalidate does not.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[EMAIL PROTECTED]: Project dotnet-antlib-test (in module ant-antlibs) failed

2008-03-18 Thread Gump Integration Build
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project dotnet-antlib-test has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 112 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- dotnet-antlib-test :  Task and Type Libraries for Apache Ant


Full details are available at:

http://vmgump.apache.org/gump/public/ant-antlibs/dotnet-antlib-test/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -INFO- Failed with reason build failed



The following work was performed:
http://vmgump.apache.org/gump/public/ant-antlibs/dotnet-antlib-test/gump_work/build_ant-antlibs_dotnet-antlib-test.html
Work Name: build_ant-antlibs_dotnet-antlib-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 21 secs
Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true 
-Xbootclasspath/p:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar
 org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only 
-Dant-testutil.jar=/srv/gump/public/workspace/ant/build/lib/ant-testutil.jar 
test 
[Working Directory: /srv/gump/public/workspace/ant-antlibs/dotnet]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/ant-antlibs/dotnet/build/test-classes:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant-antlibs/antunit/build/ant-antunit-18032008.jar:/srv/gump/public/workspace/ant-antlibs/dotnet/build/ant-dotnet-18032008.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
-
[au:antunit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.021 sec
[au:antunit] Target: test-passing took 0.005 sec
[au:antunit] Build File: 
/srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/dir with 
spaces/wsdl-test.xml
[au:antunit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.581 sec
[au:antunit] Target: testWSDL took 1.555 sec
[au:antunit] Build File: 
/srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/dotnetexec-test.xml
[au:antunit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.822 sec
[au:antunit] Target: testCSC took 0.799 sec
[au:antunit] Build File: 
/srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/nunit/nunit-test.xml
[au:antunit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.221 sec
[au:antunit] Target: test-passing took 0.004 sec
[au:antunit] Target: test-failing took 0.003 sec
[au:antunit] Target: test-failing-errorproperty took 0.113 sec
[au:antunit] Target: test-failing-with-fail took 0.013 sec
[au:antunit] Target: test-no-assembly took 0.011 sec
[au:antunit] Build File: 
/srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/old-core-test.xml
[au:antunit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 5.45 sec
[au:antunit] Target: testCSCintrinsicFileset took 0.762 sec
[au:antunit] Target: testCSCresponseFile took 0.683 sec
[au:antunit] Target: testILASM took 0.758 sec
[au:antunit] Target: testCSCdll took 0.629 sec
[au:antunit] Target: testILDASM took 0.759 sec
[au:antunit] Target: testILDASM_empty took 0.053 sec
[au:antunit] Target: testJsharp took 0.127 sec
[au:antunit] Target: testCSCResources took 0.721 sec
[au:antunit] Target: testCSC took 0.787 sec
[au:antunit] Build File: 
/srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/wsdl2dotnet-test.xml
[au:antunit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 3.837 sec
[au:antunit] Target: testSchemaMustBeSet took 0.026 sec
[au:antunit] Target: testLocalWsdlVB took 0.021 sec
[au:antunit] Target: testInvalidExtraOps took 0.007 sec
[au:antunit] Target: testSrcIsMissing took 0.016 sec
[au:antunit] Target: testNoParams took 0.019 sec
[au:antunit] Target: testBothSrc took 0.017 sec
[au:antunit] Target: testSchemaFileMustHaveOneOptionOnly took 0.014 sec
[au:antunit] Target: testLocalWsdl took 1.708 sec
[au:antunit] Target: testSrcIsDir took 0.034 sec
[au:antunit] Target: testLocalWsdlServerVB took 0.03 sec
[au:antunit] Target: testLocalWsdlServer took 1.578 sec
[au:antunit] Target: testNoSrc took 0.053 sec
[au:antunit] Target: 

DO NOT REPLY [Bug 44630] Small error in doc (due to variable expansion?)

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44630


Vladimir Mihai Pacuraru [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #1 from Vladimir Mihai Pacuraru [EMAIL PROTECTED]  2008-03-18 
11:13:06 PST ---
I think that this might be an issue with the doc building as I've searched for
the /Users/antoine/dev/asf/ant-core string and it appears in 29 different
files in the docs folder: in the faq.html and in the manual). I'm pretty sure
that in older versions this was the not-expanded ${basedir}.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 44630] Small error in doc (due to variable expansion?)

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44630


Peter Reilly [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Comment #2 from Peter Reilly [EMAIL PROTECTED]  2008-03-18 11:30:28 PST 
---
Good catch.
This problem is in the docs directory of the tar.* (or zip) file of
the release and not on the manual page in the web site or in
the svn head or trunk.

Just checked the current beta for ant 1.7.1 - beta 2
(http://people.apache.org/~kevj/ant/ant-1.7.1beta2.tar.gz)
and the problem exists there as well..

- looks like an artifact of the ant release process.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[jira] Created: (IVY-778) multiple cleancache and inline retrive error

2008-03-18 Thread Per Hermansson (JIRA)
multiple cleancache and inline retrive error


 Key: IVY-778
 URL: https://issues.apache.org/jira/browse/IVY-778
 Project: Ivy
  Issue Type: Bug
  Components: Ant
Affects Versions: 2.0.0-beta-2, 2.0.0-beta-1
 Environment: Windows XP, Java 1.6.0, Ant 1.7
Ubuntu, Java 1.5.0, Ant 1.6.5
Reporter: Per Hermansson


Ant build script fails when multiple ivy:retrieve inline calls are being 
called after each other and separated by ivy:cleancache between each call. 
Calling multiple ivy:retreive inline=true ... tasks without any 
ivy:cleancache in between does not make the build fail.
The error can be tested by patching the example project: multi-project.

The error occurs using both Ivy 2.0.0-beta1 and 2.0.0-beta2.


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



[jira] Updated: (IVY-778) multiple cleancache and inline retrive error

2008-03-18 Thread Per Hermansson (JIRA)

 [ 
https://issues.apache.org/jira/browse/IVY-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Per Hermansson updated IVY-778:
---

Attachment: build.patch

Patch to make the multi-project fail when calling the retreive-test task from 
ant.


 multiple cleancache and inline retrive error
 

 Key: IVY-778
 URL: https://issues.apache.org/jira/browse/IVY-778
 Project: Ivy
  Issue Type: Bug
  Components: Ant
Affects Versions: 2.0.0-beta-1, 2.0.0-beta-2
 Environment: Windows XP, Java 1.6.0, Ant 1.7
 Ubuntu, Java 1.5.0, Ant 1.6.5
Reporter: Per Hermansson
 Attachments: build.patch


 Ant build script fails when multiple ivy:retrieve inline calls are being 
 called after each other and separated by ivy:cleancache between each call. 
 Calling multiple ivy:retreive inline=true ... tasks without any 
 ivy:cleancache in between does not make the build fail.
 The error can be tested by patching the example project: multi-project.
 The error occurs using both Ivy 2.0.0-beta1 and 2.0.0-beta2.

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



[jira] Updated: (IVY-778) multiple cleancache and inline retrive error

2008-03-18 Thread Per Hermansson (JIRA)

 [ 
https://issues.apache.org/jira/browse/IVY-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Per Hermansson updated IVY-778:
---

Attachment: debug.log

Debug output when executing example target that triggers the error. Including 
exception stack trace.


 multiple cleancache and inline retrive error
 

 Key: IVY-778
 URL: https://issues.apache.org/jira/browse/IVY-778
 Project: Ivy
  Issue Type: Bug
  Components: Ant
Affects Versions: 2.0.0-beta-1, 2.0.0-beta-2
 Environment: Windows XP, Java 1.6.0, Ant 1.7
 Ubuntu, Java 1.5.0, Ant 1.6.5
Reporter: Per Hermansson
 Attachments: build.patch, debug.log, output.log


 Ant build script fails when multiple ivy:retrieve inline calls are being 
 called after each other and separated by ivy:cleancache between each call. 
 Calling multiple ivy:retreive inline=true ... tasks without any 
 ivy:cleancache in between does not make the build fail.
 The error can be tested by patching the example project: multi-project.
 The error occurs using both Ivy 2.0.0-beta1 and 2.0.0-beta2.

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



[jira] Updated: (IVY-778) multiple cleancache and inline retrieve error

2008-03-18 Thread Per Hermansson (JIRA)

 [ 
https://issues.apache.org/jira/browse/IVY-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Per Hermansson updated IVY-778:
---

Description: 
Ant build script fails when multiple ivy:retrieve inline calls are being 
called after each other and separated by ivy:cleancache between each call. 
Calling multiple ivy:retrieve inline=true ... tasks without any 
ivy:cleancache in between does not make the build fail.
The error can be tested by patching the example project: multi-project.

The error occurs using both Ivy 2.0.0-beta1 and 2.0.0-beta2.


  was:
Ant build script fails when multiple ivy:retrieve inline calls are being 
called after each other and separated by ivy:cleancache between each call. 
Calling multiple ivy:retreive inline=true ... tasks without any 
ivy:cleancache in between does not make the build fail.
The error can be tested by patching the example project: multi-project.

The error occurs using both Ivy 2.0.0-beta1 and 2.0.0-beta2.


Summary: multiple cleancache and inline retrieve error  (was: multiple 
cleancache and inline retrive error)

 multiple cleancache and inline retrieve error
 -

 Key: IVY-778
 URL: https://issues.apache.org/jira/browse/IVY-778
 Project: Ivy
  Issue Type: Bug
  Components: Ant
Affects Versions: 2.0.0-beta-1, 2.0.0-beta-2
 Environment: Windows XP, Java 1.6.0, Ant 1.7
 Ubuntu, Java 1.5.0, Ant 1.6.5
Reporter: Per Hermansson
 Attachments: build.patch, debug.log, output.log


 Ant build script fails when multiple ivy:retrieve inline calls are being 
 called after each other and separated by ivy:cleancache between each call. 
 Calling multiple ivy:retrieve inline=true ... tasks without any 
 ivy:cleancache in between does not make the build fail.
 The error can be tested by patching the example project: multi-project.
 The error occurs using both Ivy 2.0.0-beta1 and 2.0.0-beta2.

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



[jira] Updated: (IVY-779) resolve fails to put metadata in cache

2008-03-18 Thread Per Hermansson (JIRA)

 [ 
https://issues.apache.org/jira/browse/IVY-779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Per Hermansson updated IVY-779:
---

Attachment: output-beta2.log

Attached normal output using Ivy 2.0.0-beta2

 resolve fails to put metadata in cache
 --

 Key: IVY-779
 URL: https://issues.apache.org/jira/browse/IVY-779
 Project: Ivy
  Issue Type: Bug
  Components: Ant
Affects Versions: 2.0.0-beta-1, 2.0.0-beta-2
 Environment: Windows XP, Java 1.6, Ant 1.7
 Ubuntu, Java 1.5, Ant 1.6.5
Reporter: Per Hermansson
 Attachments: output-beta2.log, sample-project.tar


 Ivy fails to put module metadata in cache resulting in incomplete artifact 
 retrieving.
 I've created a sample project containing two modules, a and b. Module a 
 depends on b (both modules has a single artifact a.jar and b.jar).
 With the following ant build file:
   target name=test
   ivy:cleancache /
   ivy:resolve file=repository/a/ivy.xml /
   ivy:retrieve ivypattern=output/[module]/[artifact].[ext] 
 pattern=output/[module]/[artifact].[ext]  /
   /target
 The following happens using Ivy 2.0.0-beta2:
 Ivy gives a warning that it failed to put ivy.xml for module b in cache.
 Later during the retrieve step only the artifact b.jar is copied to the 
 destination folder and not any of the following: a.jar nor the ivy files for 
 module a and b.
 When using Ivy 2.0.0-beta1:
 The resolve step gives the same warning.
 Then the build fails during the retrieve step because Ivy can't find the 
 ivy.xml file for module b in the cache.
 This is probably another bug (or a feature?) since Ivy isn't failing the 
 retrieve step when the ivy.xml file isn't found.

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



[jira] Updated: (IVY-779) resolve fails to put metadata in cache

2008-03-18 Thread Per Hermansson (JIRA)

 [ 
https://issues.apache.org/jira/browse/IVY-779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Per Hermansson updated IVY-779:
---

Attachment: sample-project.tar

Attached the sample project used to trigger the issue.

 resolve fails to put metadata in cache
 --

 Key: IVY-779
 URL: https://issues.apache.org/jira/browse/IVY-779
 Project: Ivy
  Issue Type: Bug
  Components: Ant
Affects Versions: 2.0.0-beta-1, 2.0.0-beta-2
 Environment: Windows XP, Java 1.6, Ant 1.7
 Ubuntu, Java 1.5, Ant 1.6.5
Reporter: Per Hermansson
 Attachments: output-beta2.log, sample-project.tar


 Ivy fails to put module metadata in cache resulting in incomplete artifact 
 retrieving.
 I've created a sample project containing two modules, a and b. Module a 
 depends on b (both modules has a single artifact a.jar and b.jar).
 With the following ant build file:
   target name=test
   ivy:cleancache /
   ivy:resolve file=repository/a/ivy.xml /
   ivy:retrieve ivypattern=output/[module]/[artifact].[ext] 
 pattern=output/[module]/[artifact].[ext]  /
   /target
 The following happens using Ivy 2.0.0-beta2:
 Ivy gives a warning that it failed to put ivy.xml for module b in cache.
 Later during the retrieve step only the artifact b.jar is copied to the 
 destination folder and not any of the following: a.jar nor the ivy files for 
 module a and b.
 When using Ivy 2.0.0-beta1:
 The resolve step gives the same warning.
 Then the build fails during the retrieve step because Ivy can't find the 
 ivy.xml file for module b in the cache.
 This is probably another bug (or a feature?) since Ivy isn't failing the 
 retrieve step when the ivy.xml file isn't found.

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



[EMAIL PROTECTED]: Project ivy-tests (in module ivy) failed

2008-03-18 Thread Gump Integration Build
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project ivy-tests has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 17 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- ivy-tests :  Ivy is a tool for managing (recording, tracking, resolving 
a...


Full details are available at:
http://vmgump.apache.org/gump/public/ivy/ivy-tests/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -INFO- Failed with reason build failed
 -INFO- Project Reports in: /srv/gump/public/workspace/ivy/build/test-report



The following work was performed:
http://vmgump.apache.org/gump/public/ivy/ivy-tests/gump_work/build_ivy_ivy-tests.html
Work Name: build_ivy_ivy-tests (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 mins 51 secs
Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true 
-Xbootclasspath/p:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar
 org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Doffline=true -Dno.resolve=true test 
[Working Directory: /srv/gump/public/workspace/ivy]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/ivy/build/test:/srv/gump/public/workspace/ivy/build/artifact/jars/ivy-18032008.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/httpcomponents/oac.hc3x/dist/commons-httpclient.jar:/srv/gump/public/workspace/apache-commons/codec/dist/commons-codec-18032008.jar:/srv/gump/public/workspace/commons-cli-1.0.x/target/commons-cli-18032008.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-
 
18032008.jar:/srv/gump/public/workspace/apache-commons/vfs/target/commons-vfs-18032008.jar:/srv/gump/public/workspace/apache-commons/vfs/sandbox/target/commons-vfs-sandbox-18032008.jar:/srv/gump/public/workspace/jakarta-slide/webdavclient/dist/lib/jakarta-slide-webdavlib-18032008.jar:/srv/gump/packages/jsch/jsch-0.1.28.jar:/srv/gump/public/workspace/junit/dist/junit-18032008.jar:/srv/gump/public/workspace/apache-commons/lang/commons-lang-18032008.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-18032008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-18032008.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-18032008.jar:/srv/gump/public/workspace/commons-sandbox/compress/target/commons-compress-18032008.jar:/srv/gump/public/workspace/apache-commons/net/dist/commons-net-18032008.jar:/srv/gump/public/workspa
 
ce/httpcomponents/2.0.2/commons-httpclient-2.0.2.jar:/srv/gump/packages/jcifs/jcifs-0.8.1.jar
-
[junit] Running org.apache.ivy.plugins.lock.ArtifactLockStrategyTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 12,959 sec
[junit] Running org.apache.ivy.plugins.namespace.MRIDTransformationRuleTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,198 sec
[junit] Running 
org.apache.ivy.plugins.parser.ModuleDescriptorParserRegistryTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,585 sec
[junit] Running 
org.apache.ivy.plugins.parser.m2.PomModuleDescriptorParserTest
[junit] Tests run: 25, Failures: 0, Errors: 0, Time elapsed: 0,88 sec
[junit] Running 
org.apache.ivy.plugins.parser.m2.PomModuleDescriptorWriterTest
[junit] ...)
[junit]   ...)
[junit]   ...)
[junit]   ...)
[junit] Tests run: 4, Failures: 4, Errors: 0, Time elapsed: 0,781 sec
[junit] Test org.apache.ivy.plugins.parser.m2.PomModuleDescriptorWriterTest 
FAILED
[junit] Running 
org.apache.ivy.plugins.parser.xml.XmlModuleDescriptorWriterTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,851 sec
[junit] Running org.apache.ivy.plugins.parser.xml.XmlModuleUpdaterTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 1,261 sec
[junit] Running 

svn commit: r638606 - in /ant/ivy/core/trunk: ./ src/java/org/apache/ivy/ant/ src/java/org/apache/ivy/core/ src/java/org/apache/ivy/core/install/ src/java/org/apache/ivy/core/search/ src/java/org/apac

2008-03-18 Thread maartenc
Author: maartenc
Date: Tue Mar 18 15:13:04 2008
New Revision: 638606

URL: http://svn.apache.org/viewvc?rev=638606view=rev
Log:
FIX: repreport task not working against a repository structured by branches 
(IVY-716)

Added:
ant/ivy/core/trunk/test/repositories/IVY-716/
ant/ivy/core/trunk/test/repositories/IVY-716/ivysettings.xml
ant/ivy/core/trunk/test/repositories/IVY-716/org1/
ant/ivy/core/trunk/test/repositories/IVY-716/org1/branch1/
ant/ivy/core/trunk/test/repositories/IVY-716/org1/branch1/mod1.1/
ant/ivy/core/trunk/test/repositories/IVY-716/org1/branch1/mod1.1/1.0/

ant/ivy/core/trunk/test/repositories/IVY-716/org1/branch1/mod1.1/1.0/ivy.xml.txt

ant/ivy/core/trunk/test/repositories/IVY-716/org1/branch1/mod1.1/1.0/mod1.1.jar
ant/ivy/core/trunk/test/repositories/IVY-716/org1/branch2/
ant/ivy/core/trunk/test/repositories/IVY-716/org1/branch2/mod1.1/
ant/ivy/core/trunk/test/repositories/IVY-716/org1/branch2/mod1.1/1.0/

ant/ivy/core/trunk/test/repositories/IVY-716/org1/branch2/mod1.1/1.0/ivy.xml.txt

ant/ivy/core/trunk/test/repositories/IVY-716/org1/branch2/mod1.1/1.0/mod1.1.jar
Modified:
ant/ivy/core/trunk/CHANGES.txt
ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyRepositoryReport.java
ant/ivy/core/trunk/src/java/org/apache/ivy/core/IvyPatternHelper.java
ant/ivy/core/trunk/src/java/org/apache/ivy/core/install/InstallEngine.java
ant/ivy/core/trunk/src/java/org/apache/ivy/core/search/SearchEngine.java

ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/resolver/AbstractResolver.java

ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/resolver/AbstractResourceResolver.java

ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/resolver/DependencyResolver.java

ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/resolver/RepositoryResolver.java
ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyRepositoryReportTest.java

Modified: ant/ivy/core/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev=638606r1=638605r2=638606view=diff
==
--- ant/ivy/core/trunk/CHANGES.txt (original)
+++ ant/ivy/core/trunk/CHANGES.txt Tue Mar 18 15:13:04 2008
@@ -73,6 +73,7 @@
 - IMPROVEMENT: Parse description and home page from poms (IVY-767)
 - IMPROVEMENT: Smarter determination if an expression is exact or not for 
RegexpPatternMatcher and GlobPatternMatcher
 
+- FIX: repreport task not working against a repository structured by branches 
(IVY-716)
 - FIX: Ivy reports a conflict when the same file is supposed to be retrieved 
at the same location twice (or more) (IVY-743)
 - FIX: StackOverflowError when configuration extends itself (IVY-696)
 - FIX: XML schema ambiguity (IVY-750)

Modified: 
ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyRepositoryReport.java
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyRepositoryReport.java?rev=638606r1=638605r2=638606view=diff
==
--- ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyRepositoryReport.java 
(original)
+++ ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyRepositoryReport.java Tue 
Mar 18 15:13:04 2008
@@ -20,12 +20,15 @@
 import java.io.File;
 import java.io.IOException;
 import java.util.ArrayList;
+import java.util.HashSet;
 import java.util.Iterator;
 import java.util.List;
+import java.util.Set;
 
 import org.apache.ivy.Ivy;
 import org.apache.ivy.core.cache.ResolutionCacheManager;
 import org.apache.ivy.core.module.descriptor.DefaultModuleDescriptor;
+import org.apache.ivy.core.module.descriptor.ModuleDescriptor;
 import org.apache.ivy.core.module.id.ModuleId;
 import org.apache.ivy.core.module.id.ModuleRevisionId;
 import org.apache.ivy.core.report.ResolveReport;
@@ -87,18 +90,24 @@
 ModuleRevisionId mrid = ModuleRevisionId.newInstance(organisation, 
module, revision);
 
 try {
-ModuleId[] mids = ivy.listModules(new ModuleId(organisation, 
module), settings
-.getMatcher(matcher));
-ModuleRevisionId[] mrids = new ModuleRevisionId[mids.length];
+ModuleRevisionId criteria = null;
+
+if ((revision == null) || 
settings.getVersionMatcher().isDynamic(mrid)) {
+criteria = new ModuleRevisionId(new ModuleId(organisation, 
module), branch, *);
+} else {
+criteria = new ModuleRevisionId(new ModuleId(organisation, 
module), branch, revision);
+}
+
+ModuleRevisionId[] mrids = ivy.listModules(criteria, 
settings.getMatcher(matcher));
+
+// replace all found revisions with the original requested revision
+Set modules = new HashSet();
 for (int i = 0; i  mrids.length; i++) {
-if (branch != null) {
-mrids[i] = new 

[jira] Resolved: (IVY-716) repreport task not working against a repository structured by branches

2008-03-18 Thread Maarten Coene (JIRA)

 [ 
https://issues.apache.org/jira/browse/IVY-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maarten Coene resolved IVY-716.
---

   Resolution: Fixed
Fix Version/s: (was: 2.0)
   2.0-RC1

I think I fixed it in trunk, could you please verify because I don't have a 
good test repository for this.

 repreport task not working against a repository structured by branches
 --

 Key: IVY-716
 URL: https://issues.apache.org/jira/browse/IVY-716
 Project: Ivy
  Issue Type: Bug
  Components: Core
Affects Versions: 2.0.0-alpha-2
 Environment: Windows XP, IBM JDK 1.5
Reporter: Antoine Levy-Lambert
Assignee: Maarten Coene
 Fix For: 2.0-RC1


 I am trying to use the repreport task like this 
 ivy:repreport organisation=saic branch=5.1 module=foo 
 revision=FOO_5.1.0.413 matcher=glob /
 here are my settings :
 ivysettings
   settings defaultResolver=http-resolver
   defaultBranch=${ivy.branch}/
   resolvers
 url name=http-resolver
   ivy 
 pattern=${repository.http.url}/[organisation]/[module]/[revision]/ivy.xml/
   artifact 
 pattern=${repository.http.url}/[organisation]/[module]/[revision]/[artifact].[ext]/
 /url
 url name=http-branch-resolver
   ivy 
 pattern=${repository.http.url}/[organisation]/[branch]/[module]/[revision]/ivy.xml/
   artifact 
 pattern=${repository.http.url}/[organisation]/[branch]/[module]/[revision]/[artifact].[ext]/
 /url
   /resolvers
   modules
 module organisation=saic name=* resolver=http-branch-resolver/
   /modules
 /ivysettings
 I see the following standard out :
 [ivy:repreport] :: problems summary ::
 [ivy:repreport]  WARNINGS
 [ivy:repreport]   problem while listing resources in 
 http://ivyrepo:8060/ivyrepo/saic/[branch]/ with http-branch-resolver:
 [ivy:repreport] java.lang.IllegalArgumentException Invalid uri 
 'http://ivyrepo:8060/ivyrepo/saic/[branch]/': escaped absolute path not valid
 [ivy:repreport]   problem while listing resources in 
 http://ivyrepo:8060/ivyrepo/saic/[branch]/ with http-branch-resolver:
 [ivy:repreport] java.lang.IllegalArgumentException Invalid uri 
 'http://ivyrepo:8060/ivyrepo/saic/[branch]/': escaped absolute path not valid
 [ivy:repreport]   problem while listing resources in 
 http://ivyrepo:8060/ivyrepo/saic/[branch]/ with http-branch-resolver:
 [ivy:repreport] java.lang.IllegalArgumentException Invalid uri 
 'http://ivyrepo:8060/ivyrepo/saic/[branch]/': escaped absolute path not valid
 [ivy:repreport]   problem while listing resources in 
 http://ivyrepo:8060/ivyrepo/saic/[branch]/ with http-branch-resolver:
 [ivy:repreport] java.lang.IllegalArgumentException Invalid uri 
 'http://ivyrepo:8060/ivyrepo/saic/[branch]/': escaped absolute path not valid
 [ivy:repreport] 
 Replacing [branch] by its value in my settings file is a workaround.
 Looking at the source code from SVN, it looks like public ModuleId[] 
 listModules(ModuleId criteria, PatternMatcher matcher) {
 in org.apache.ivy.core.search.SearchEngine is involved in the work.
 Should a new version of  listModules be created,  having also a branch as 
 parameter ?
 A more powerful solution might be to create a new class extending ModuleId, 
 adding a branch field to the instance variables, and to code using this class.

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



[jira] Commented: (IVY-528) repreport task does not support repositories with no organisation token.

2008-03-18 Thread Maarten Coene (JIRA)

[ 
https://issues.apache.org/jira/browse/IVY-528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580139#action_12580139
 ] 

Maarten Coene commented on IVY-528:
---

It's possible that this issue will also be fixed by my code changes for IVY-716.
However, I've ran a quick test and I get errors when I don't use [organisation] 
in a pattern while my ivy.xml files contaings the organisation attribute, so 
I'll leave it open for further investigation.

 repreport task does not support repositories with no organisation token.
 

 Key: IVY-528
 URL: https://issues.apache.org/jira/browse/IVY-528
 Project: Ivy
  Issue Type: Bug
Affects Versions: 1.4.1
 Environment: Linux
Reporter: James Poli
Assignee: Xavier Hanin
 Fix For: 2.0


 On 6/14/07, James Poli [EMAIL PROTECTED] wrote:
 
  Hello,
 
  We've created an ivy repository only containing ivy.xml files that 
  point to our already built jar repository.  Our resolver works fine 
  with our pattern's (note no organisation) of:
 
  ivy pattern=ivy repo 
  location/[module]_[revision]/META-INF/ivy.xml / artifact 
  pattern=jar repo
  location/[module]_[revision]/[artifact].[ext] /
 
  But when I run repreport I get:
  ...
  [ivy:repreport] unable to list organisation in
  /sasusr/playpens/japoli/repo_JUN06_1250_gvjr/[module]_[revision]/META-INF/ivy.xml:
  token not found in pattern
  ...
 
  Question: Is there a way I generate a report if our repository(s)  
  don't contain an organisation in the directory structure?  We've
 stored the organisation in our ivy.xml files.
 The repreport task is still too limited ATM, and does not support 
 repositories with no organisation token. We also have a bug with m2compatible 
 repos. Please open a JIRA issue requesting this enhancement.
 Xavier
 Thanks in advance,
  Jim
 
 
 
 --
 Xavier Hanin - Independent Java Consultant Manage your dependencies with Ivy!
 http://incubator.apache.org/ivy/

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



[jira] Commented: (IVY-762) Type tag in poms not supported

2008-03-18 Thread Maarten Coene (JIRA)

[ 
https://issues.apache.org/jira/browse/IVY-762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580152#action_12580152
 ] 

Maarten Coene commented on IVY-762:
---

An additional problem is that Ivy doesn't has support for the type attribute on 
dependency elements in Ivy files neither. As you can see on 
http://ant.apache.org/ivy/history/latest-milestone/ivyfile/dependency.html, 
it's not possible to specify the desired type of the dependency.

 Type tag in poms not supported
 --

 Key: IVY-762
 URL: https://issues.apache.org/jira/browse/IVY-762
 Project: Ivy
  Issue Type: Bug
  Components: Maven Compatibility
Affects Versions: 2.0.0-beta-2
Reporter: Harald Braumann

 Ivy does not support the type tag in poms and always uses jar as default. 
 If there is a dependency on an artifact living in a maven2 repository, and 
 that artifact has e.g. the  following dependency 
 dependency
   groupIdfoo/groupId
   artifactIdbar/artifactId
   version1.0/version
   typedll/type
 /dependency
 Ivy resolves this transitive dependency as ``foo#bar;1.0!bar.jar'' instead of 
 ``foo#bar;1.0!bar.dll''. This severly limits the use of maven2 repositories.
 As pointed out by Gilles Scokart on the mailing list, new types can be 
 defined by maven plug-ins.
 In many cases, however, the type just corresponds to the file extension. A 
 simple mapping of type = extension could be used as a first step to support 
 the type tag. 

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



svn commit: r638625 - /ant/core/trunk/build.xml

2008-03-18 Thread peterreilly
Author: peterreilly
Date: Tue Mar 18 15:49:50 2008
New Revision: 638625

URL: http://svn.apache.org/viewvc?rev=638625view=rev
Log:
fix for bugzilla 44630 - error expansion of properties in docs dir

Modified:
ant/core/trunk/build.xml

Modified: ant/core/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=638625r1=638624r2=638625view=diff
==
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Tue Mar 18 15:49:50 2008
@@ -108,7 +108,8 @@
   property name=junit.summary value=no/
   property name=test.haltonfailure value=false/
   property name=junit.forkmode value=once/
-  property name=unfiltered.files 
value=**/*.gif,**/*.jpg,**/*.ico,**/*.pdf,**/*.zip/
+  property name=expandproperty.files
+value=**/version.txt,**/defaultManifest.mf/
   property name=junit.collector.dir value=${build.dir}/failingTests/
   property name=junit.collector.class value=FailedTests/
 
@@ -978,14 +979,14 @@
 /checksum
 
 copy todir=${dist.docs}
-  fileset dir=${docs.dir} excludes=${unfiltered.files}
+  fileset dir=${docs.dir} includes=${expandproperty.files}
 patternset refid=site.excludes/
   /fileset
   filterchain refid=ant.filters/
 /copy
 
 copy todir=${dist.docs} filtering=false
-  fileset dir=${docs.dir} includes=${unfiltered.files}
+  fileset dir=${docs.dir} excludes=${expandproperty.files}
 patternset refid=site.excludes/
   /fileset
 /copy




[jira] Resolved: (IVY-776) NPE when specifying both resolveId and inline in an Ivy:Resolve

2008-03-18 Thread Maarten Coene (JIRA)

 [ 
https://issues.apache.org/jira/browse/IVY-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maarten Coene resolved IVY-776.
---

   Resolution: Fixed
Fix Version/s: (was: 2.0)
   2.0-RC1

Fixed in trunk, thanks for reporting this.

The reason both set of properties are set is to keep backwards compatibility to 
build scripts that were written for Ivy-1.x where the resolveId attribute 
didn't exist.

 NPE when specifying both resolveId and inline in an Ivy:Resolve 
 

 Key: IVY-776
 URL: https://issues.apache.org/jira/browse/IVY-776
 Project: Ivy
  Issue Type: Bug
  Components: Ant
Affects Versions: 2.0.0-beta-1, 2.0.0-beta-2
 Environment: Windows XP, Ivy 2 beta 1 and beta 2
Reporter: Nascif Abousalh-Neto
Assignee: Maarten Coene
 Fix For: 2.0-RC1


 If I specify both inline mode (in which case file has to be null) and 
 resolveId, IvyResolve will die with a NPE when trying to get the value to set 
 on ivy.resolved.file. + resolveId. It dies on the call to 
 file.getAbsolutePath(). Note how file is checked for null outside of the 
 resolveId code branch, but not inside.
 Also, why are the basic properties (like ivy.resolved.file) always set even 
 if resolveId is specified? I would expect that one or the other set of 
 properties would be set, but not both. 
 IvyResolve.java, line 269 (on beta-2)
 if (file != null) {
 getProject().setProperty(ivy.resolved.file, 
 file.getAbsolutePath());
 settings.setVariable(ivy.resolved.file, 
 file.getAbsolutePath());
 }
 if (resolveId != null) {
 ...
 getProject().setProperty(ivy.resolved.file. + resolveId,
 file.getAbsolutePath());
 settings
 .setVariable(ivy.resolved.file. + resolveId, 
 file.getAbsolutePath());
 }

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



svn commit: r638632 - in /ant/ivy/core/trunk/src/java/org/apache/ivy: Ivy.java core/install/InstallEngine.java

2008-03-18 Thread maartenc
Author: maartenc
Date: Tue Mar 18 16:03:10 2008
New Revision: 638632

URL: http://svn.apache.org/viewvc?rev=638632view=rev
Log:
Removed some unused code.

Modified:
ant/ivy/core/trunk/src/java/org/apache/ivy/Ivy.java
ant/ivy/core/trunk/src/java/org/apache/ivy/core/install/InstallEngine.java

Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/Ivy.java
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/Ivy.java?rev=638632r1=638631r2=638632view=diff
==
--- ant/ivy/core/trunk/src/java/org/apache/ivy/Ivy.java (original)
+++ ant/ivy/core/trunk/src/java/org/apache/ivy/Ivy.java Tue Mar 18 16:03:10 2008
@@ -295,7 +295,7 @@
 }
 if (installEngine == null) {
 installEngine = new InstallEngine(
-settings, searchEngine, resolveEngine, publishEngine);
+settings, searchEngine, resolveEngine);
 }
 if (repositoryEngine == null) {
 repositoryEngine = new RepositoryManagementEngine(

Modified: 
ant/ivy/core/trunk/src/java/org/apache/ivy/core/install/InstallEngine.java
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/core/install/InstallEngine.java?rev=638632r1=638631r2=638632view=diff
==
--- ant/ivy/core/trunk/src/java/org/apache/ivy/core/install/InstallEngine.java 
(original)
+++ ant/ivy/core/trunk/src/java/org/apache/ivy/core/install/InstallEngine.java 
Tue Mar 18 16:03:10 2008
@@ -20,9 +20,7 @@
 import java.io.File;
 import java.io.IOException;
 import java.util.Arrays;
-import java.util.Collection;
 import java.util.Date;
-import java.util.Iterator;
 
 import org.apache.ivy.core.module.descriptor.Configuration;
 import org.apache.ivy.core.module.descriptor.DefaultDependencyDescriptor;
@@ -30,7 +28,6 @@
 import org.apache.ivy.core.module.descriptor.ModuleDescriptor;
 import org.apache.ivy.core.module.id.ModuleId;
 import org.apache.ivy.core.module.id.ModuleRevisionId;
-import org.apache.ivy.core.publish.PublishEngine;
 import org.apache.ivy.core.report.ArtifactDownloadReport;
 import org.apache.ivy.core.report.ResolveReport;
 import org.apache.ivy.core.resolve.DownloadOptions;
@@ -50,16 +47,13 @@
 
 private ResolveEngine resolveEngine;
 
-private PublishEngine publishEngine;
-
 private SearchEngine searchEngine;
 
 public InstallEngine(InstallEngineSettings settings, SearchEngine 
searchEngine,
-ResolveEngine resolveEngine, PublishEngine publishEngine) {
+ResolveEngine resolveEngine) {
 this.settings = settings;
 this.searchEngine = searchEngine;
 this.resolveEngine = resolveEngine;
-this.publishEngine = publishEngine;
 }
 
 public ResolveReport install(ModuleRevisionId mrid, String from, String 
to, 




DO NOT REPLY [Bug 31947] War task should flatten files in lib element

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=31947


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 32683] Java Target Needs Improved bootclasspath options

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=32683


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 32638] Enhancement to macrodef to support new feature.

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=32638


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 32917] [Patch] Add support for CDATA into property task

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=32917


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 33026] jar task fails when zipgroupfileset contains zip files without manifest

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=33026


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 33243] Need a meta data facility.

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=33243


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 32975] Make XmlFormatter for junittask (optinally) lighter

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=32975


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 33169] ClearCase update produces verbose output---request standard output suppression feature

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=33169


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 32725] Default value for macrodef element parameter

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=32725


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 33057] VSS tasks do not handle CRLF in comments

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=33057


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 33253] a wrapper for the java.lang. String class to modify properties

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=33253


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 33506] Provide a dateFormat attribute in the stlabel task

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=33506


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 34145] InputRequest enhancement

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=34145


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 33507] Need way to have files retrieved via the stcheckout task be read-only

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=33507


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 33482] include ecj build.compiler option

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=33482


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 33404] Jar task supporting replace token using filterset

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=33404


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 35234] Make the javah task fall back to executing javahMake javah task fall back to executing javah command

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=35234


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 35158] Standard BuildListener for profiling Ant build

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=35158


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 33868] [PATCH] Xslt task should support ? xml-stylesheet ... ?

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=33868


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 33955] Tar task - username/ uid settings are not carried over into prefix parameter

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=33955


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 34525] xslt doesnt check for the transform existing

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=34525


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 34054] JUnitReport - Allow it to take name of xml files into account.

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=34054


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 35557] Feature Request: XSLT pipe line task

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=35557


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 35464] Add a dry run mode

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=35464


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 36260] Update XSLTProcess (xslt task) to support failonerror property

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=36260


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 37032] 2 new tasks for clearcase intregration

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37032


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 37728] create a warningproperty attribute for the javadoc task

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37728


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 38029] Using mail logger with large builds (code attached )

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38029


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 36667] Allow specification of a different logger for subtasks

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=36667


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 38915] ${property_value} doesn't expand in description ( FEATURE REQUEST)

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38915


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 40058] [PATCH] add two new options to the get task

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40058


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 40059] Add method to explicitly define symlinks in tar task

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40059


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 39197] SSHExec task: input property

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39197


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 39802] Have quiet attribute for more file-based tasks

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39802


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 40157] scp and sshexec Tasks to give meaningful errror messages

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40157


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 40140] Let task/types receive unexpanded attribute(s)

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40140


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 40184] [PATCH] Move property expansion from Property and MacroInstance to the PropertyHelper class

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40184


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 39957] [PATCH] improved splash task ( display text and progress)

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39957


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 40642] [PATCH] Ant. java support for command line options in a subbuild

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40642


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 40703] Demo build file

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40703


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 40810] Zipfileset: optionally include added dir as entry

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40810


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 40977] echoxml output encoding

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40977


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 41891] Add httpUseCache option to ant core 'get' task

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41891


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 41985] Zip task doesnt pick up the read-only state of files when adding

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41985


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 41907] Its nice to have a Task that can genarate certificates like JKS and P12

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41907


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 41986] Add 'quiet' attribute to 'copy' task

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41986


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 42143] Boolean expressions in if and unless attributes

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42143


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 42447] Add support for conditions to echo task and arg element

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42447


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 42462] Contributing optional task for ClearCase findmerge

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42462


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 42713] CBZip2OutputStream#finish method like in java.util .zip.GZIPOutputStream

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42713


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 42702] resource enable ReplaceTokens filter

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42702


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 42781] optional task SCP (sftp=true) fails if remote dir does not exist or does contain ~

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42781


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 43083] [SUBMIT] sshsession task

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43083


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 43271] scp task should support setting permissions

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43271


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 42828] Preserve return code of called batch files from exec task

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42828


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 43315] scriptdef should be able to load multiple script files

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43315


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 43362] Add conditional attributes

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43362


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 43349] Add ability to specify a multiplier to all memory allocations -for Java64 users

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43349


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 43368] ClearCase lsco fileset selector

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43368


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 43428] Resource Framework: Reading attributes of a resource

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43428


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 43447] Use Java 5 attributes as a replacement for XDoclet docs

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43447


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 43475] Add support for a setUp and tearDown target to be called before and after the entire set of tests

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43475


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 43582] Write log messages from test to AntUnit's log

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43582


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 43614] XML report should include properties

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43614


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 43630] Add a wsdl Nested element to the Ant WAR task

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43630


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 43689] Need a way to add symlinks to a tar

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43689


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 43907] Feature request : Minify a set of JS/CSS files

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43907


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 44081] compilerarg should support ranges

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44081


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 44119] Exec Task has no Verbose option

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44119


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 44239] Add ability of Ant resource classes to act as factories for relative resources

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44239


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 8031] [PATCH] Suggest ProjectHelperImpl use File.toURI(). toURL().toExternalForm()

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=8031


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


DO NOT REPLY [Bug 11143] Javac should load build. compiler class from a defined classloader

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=11143


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


DO NOT REPLY [Bug 2743] More sophisticated dependency analysis

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=2743


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 5748] Filtering, Default Filter

2008-03-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=5748


Kev Jackson [EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.8.0




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


  1   2   3   >