[jira] Created: (IVYDE-77) Dynamic revisions not working

2008-02-20 Thread Guillaume (JIRA)
Dynamic revisions not working
-

 Key: IVYDE-77
 URL: https://issues.apache.org/jira/browse/IVYDE-77
 Project: IvyDE
  Issue Type: Bug
Affects Versions: 1.2.0, 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


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 
(000766) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 230 Logged on
(000766) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) TYPE I
(000766) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 200 Type set to I
(000766) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD external-lib
(000766) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 250 CWD successful. 
/external-lib is current directory.
(000766) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) CWD junit
(000766) 2/18/2008 15:05:34 PM 

[jira] Updated: (IVYDE-77) Dynamic revisions not working

2008-02-20 Thread Guillaume (JIRA)

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

Guillaume updated IVYDE-77:
---

Attachment: ivy-settings-ivyde1_2.xml

ivy settings when using IvyDE 1.2

 Dynamic revisions not working
 -

 Key: IVYDE-77
 URL: https://issues.apache.org/jira/browse/IVYDE-77
 Project: IvyDE
  Issue Type: Bug
Affects Versions: 1.2.0, 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-settings-ivyde1_2.xml, ivy-settings-ivyde1_3.xml, 
 ivy.xml


 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 
 
 (000766) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 230 Logged on
 

[jira] Issue Comment Edited: (IVYDE-77) Dynamic revisions not working

2008-02-20 Thread Guillaume (JIRA)

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

gni edited comment on IVYDE-77 at 2/20/08 1:06 AM:
-

ivy settings when using IvyDE 1.3 snapshot build

  was (Author: gni):
ivy settings when using ivyde 1.3 snapshot build
  
 Dynamic revisions not working
 -

 Key: IVYDE-77
 URL: https://issues.apache.org/jira/browse/IVYDE-77
 Project: IvyDE
  Issue Type: Bug
Affects Versions: 1.2.0, 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-settings-ivyde1_2.xml, ivy-settings-ivyde1_3.xml, 
 ivy.xml


 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
 

[jira] Updated: (IVYDE-77) Dynamic revisions not working

2008-02-20 Thread Guillaume (JIRA)

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

Guillaume updated IVYDE-77:
---

Attachment: ivy-settings-ivyde1_3.xml

ivy settings when using ivyde 1.3 snapshot build

 Dynamic revisions not working
 -

 Key: IVYDE-77
 URL: https://issues.apache.org/jira/browse/IVYDE-77
 Project: IvyDE
  Issue Type: Bug
Affects Versions: 1.2.0, 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-settings-ivyde1_2.xml, ivy-settings-ivyde1_3.xml, 
 ivy.xml


 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 
 
 (000766) 2/18/2008 15:05:34 PM - repo-central (127.0.0.1) 

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

2008-02-20 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 34 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: 22 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-20022008.jar:/srv/gump/public/workspace/ant-antlibs/dotnet/build/ant-dotnet-20022008.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.025 sec
[au:antunit] Target: test-passing took 0.008 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.123 sec
[au:antunit] Target: testWSDL took 1.096 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.87 sec
[au:antunit] Target: testCSC took 0.845 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.217 sec
[au:antunit] Target: test-passing took 0.003 sec
[au:antunit] Target: test-failing took 0 sec
[au:antunit] Target: test-failing-errorproperty took 0.119 sec
[au:antunit] Target: test-failing-with-fail took 0.01 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: 7.821 sec
[au:antunit] Target: testCSCintrinsicFileset took 0.9 sec
[au:antunit] Target: testCSCresponseFile took 0.689 sec
[au:antunit] Target: testILASM took 0.99 sec
[au:antunit] Target: testCSCdll took 0.671 sec
[au:antunit] Target: testILDASM took 0.771 sec
[au:antunit] Target: testILDASM_empty took 0.043 sec
[au:antunit] Target: testJsharp took 0.026 sec
[au:antunit] Target: testCSCResources took 2.663 sec
[au:antunit] Target: testCSC took 0.718 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.846 sec
[au:antunit] Target: testSchemaMustBeSet took 0.026 sec
[au:antunit] Target: testLocalWsdlVB took 0.021 sec
[au:antunit] Target: testInvalidExtraOps took 0.011 sec
[au:antunit] Target: testSrcIsMissing took 0.164 sec
[au:antunit] Target: testNoParams took 0.015 sec
[au:antunit] Target: testBothSrc took 0.02 sec
[au:antunit] Target: testSchemaFileMustHaveOneOptionOnly took 0.016 sec
[au:antunit] Target: testLocalWsdl took 1.471 sec
[au:antunit] Target: testSrcIsDir took 0.06 sec
[au:antunit] Target: testLocalWsdlServerVB took 0.012 sec
[au:antunit] Target: testLocalWsdlServer took 1.627 sec
[au:antunit] Target: testNoSrc took 0.021 sec
[au:antunit] Target: 

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

2008-02-20 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 test-ant has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 34 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- test-ant :  Java based build tool


Full details are available at:
http://vmgump.apache.org/gump/public/ant/test-ant/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/test-ant/gump_work/build_ant_test-ant.html
Work Name: build_ant_test-ant (Type: Build)
Work ended in a state of : Failed
Elapsed: 11 mins 26 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:/srv/gump/public/workspace/xml-xalan/build/serializer.jar:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar
 org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dtest.haltonfailure=false 
-Dant.home=/srv/gump/public/workspace/ant/dist run-tests 
[Working Directory: /srv/gump/public/workspace/ant]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/ant/build/testcases:/srv/gump/public/workspace/ant/src/tests/junit:/srv/gump/public/workspace/ant/src/etc/testcases:/srv/gump/public/workspace/ant/build/lib/ant-stylebook.jar:/srv/gump/public/workspace/ant/build/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/build/lib/ant-swing.jar:/srv/gump/public/workspace/ant/build/lib/ant-junit.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/build/lib/ant-javamail.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-bcel.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-regexp.jar:/srv/gump/public/workspace/ant/build/lib/ant-trax.jar:/srv/gump/public/workspace/ant/build/lib/ant-commons-net.jar:/srv/gump/public/workspace/ant/build/lib/ant-jsch.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-log4j.jar:/srv/gump/public/workspace/ant/build/lib/ant-antlr.jar:/srv/gump/public/workspace/ant/build/li
 
b/ant-commons-logging.jar:/srv/gump/public/workspace/ant/build/lib/ant-jdepend.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-bsf.jar:/srv/gump/public/workspace/ant/build/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/build/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-oro.jar:/srv/gump/public/workspace/ant/build/lib/ant.jar:/srv/gump/public/workspace/ant/build/lib/ant-jai.jar:/srv/gump/packages/antlr-2.7.6/antlr.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-20022008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-20022008.jar:/srv/gump/public/workspace/apache-commons/net/dist/commons-net-20022008.jar:/srv/gump/packages/jaf-1.1ea/activation.jar:/srv/gump/public/workspace/jakarta-bcel/target/bcel-5.3-SNAPSHOT.jar:/srv/gump/public/workspace/jakarta-bsf/build/lib/bsf.jar:/srv/gump/public/workspace/logging-log4j-12/dist/lib/log4j-20022008.jar:/srv/gump/public/workspace/jakarta-
 
oro/jakarta-oro-20022008.jar:/srv/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-20022008.jar:/srv/gump/public/workspace/jakarta-servletapi-4/lib/servlet.jar:/srv/gump/packages/javamail-1.4/mail.jar:/srv/gump/packages/javamail-1.4/lib/mailapi.jar:/srv/gump/packages/jdepend-2.6/lib/jdepend.jar:/srv/gump/packages/jsch/jsch-0.1.28.jar:/srv/gump/public/workspace/xml-stylebook/bin/stylebook-1.0-b3_xalan-2.jar:/srv/gump/public/workspace/ant-antlibs/antunit/build/ant-antunit-20022008.jar:/srv/gump/public/workspace/junit/dist/junit-20022008.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/jakarta-tomcat-4.0/dist/common/lib/jasper-compiler.jar:/srv/gump/public/workspace/jakarta-tomcat-4.0/dist/common/lib/jasper-runtime.jar:/srv/gump/public/workspace/xml-commons/java/build/which.jar:/srv/gump/public/workspace/rhino/build/rhino_20022008/js.jar:/srv/gump/packages/bsh-2.0b4/bsh-commands-2.0b4.jar:/srv/gump/packages/bsh-
 
2.0b4/bsh-classpath-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-core-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-bsf-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-reflect-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-util-2.0b4.jar:/srv/gump/public/workspace/apache-commons/codec/dist/commons-codec-20022008.jar
-

svn commit: r629502 - /ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java

2008-02-20 Thread kevj
Author: kevj
Date: Wed Feb 20 07:25:56 2008
New Revision: 629502

URL: http://svn.apache.org/viewvc?rev=629502view=rev
Log:
-backport Cactus fix from trunk (tried subclipse merge didn't work so 
cut-n-paste)

Modified:

ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java

Modified: 
ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java
URL: 
http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java?rev=629502r1=629501r2=629502view=diff
==
--- 
ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java
 (original)
+++ 
ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java
 Wed Feb 20 07:25:56 2008
@@ -39,6 +39,7 @@
 import java.util.Map;
 import java.util.Properties;
 import java.util.Vector;
+import java.util.Locale;
 
 import org.apache.tools.ant.AntClassLoader;
 import org.apache.tools.ant.BuildException;
@@ -161,9 +162,10 @@
 
 private boolean splitJunit = false;
 private JUnitTaskMirror delegate;
+private ClassLoader mirrorLoader;
 
 /** A boolean on whether to get the forked path for ant classes */
-private boolean   forkedPathChecked = false;
+private boolean forkedPathChecked = false;
 
 //   Attributes for basetest
 private boolean haltOnError = false;
@@ -745,14 +747,10 @@
 }
 
 /**
- * Runs the testcase.
- *
- * @throws BuildException in case of test failures or errors
- * @since Ant 1.2
+ * Sets up the delegate that will actually run the tests.
  */
-public void execute() throws BuildException {
+protected void setupJUnitDelegate() {
 ClassLoader myLoader = JUnitTask.class.getClassLoader();
-ClassLoader mirrorLoader;
 if (splitJunit) {
 Path path = new Path(getProject());
 path.add(antRuntimeClasses);
@@ -765,6 +763,16 @@
 mirrorLoader = myLoader;
 }
 delegate = createMirror(this, mirrorLoader);
+}
+
+/**
+ * Runs the testcase.
+ *
+ * @throws BuildException in case of test failures or errors
+ * @since Ant 1.2
+ */
+public void execute() throws BuildException {
+setupJUnitDelegate();
 
 List testLists = new ArrayList();
 
@@ -792,11 +800,7 @@
 }
 }
 } finally {
-deleteClassLoader();
-if (mirrorLoader instanceof SplitLoader) {
-((SplitLoader) mirrorLoader).cleanup();
-}
-delegate = null;
+cleanup();
 }
 }
 
@@ -831,10 +835,10 @@
 
 /**
  * Execute a list of tests in a single forked Java VM.
- * @param tests the list of tests to execute.
+ * @param testList the list of tests to execute.
  * @throws BuildException on error.
  */
-protected void execute(List tests) throws BuildException {
+protected void execute(List testList) throws BuildException {
 JUnitTest test = null;
 // Create a temporary file to pass the test cases to run to
 // the runner (one test case per line)
@@ -843,7 +847,7 @@
 try {
 writer =
 new PrintWriter(new BufferedWriter(new FileWriter(casesFile)));
-Iterator iter = tests.iterator();
+Iterator iter = testList.iterator();
 while (iter.hasNext()) {
 test = (JUnitTest) iter.next();
 writer.print(test.getName());
@@ -895,6 +899,7 @@
  * the test could probably hang forever.
  * @param casesFile list of test cases to execute. Can be ttnull/tt,
  * in this case only one test is executed.
+ * @return the test results from the JVM itself.
  * @throws BuildException in case of error creating a temporary property 
file,
  * or if the junit process can not be forked
  */
@@ -1049,6 +1054,7 @@
 
 /**
  * Adding ant runtime.
+ * @param cmd command to run
  */
 private void checkIncludeAntRuntime(CommandlineJava cmd) {
 if (includeAntRuntime) {
@@ -1070,10 +1076,21 @@
 }
 }
 
+
+/**
+ * check for the parameter being withoutanderr in a locale-independent 
way.
+ * @param summaryOption the summary option -can be null
+ * @return true if the run should be withoutput and error
+ */
+private boolean equalsWithOutAndErr(String summaryOption) {
+return summaryOption != null  withoutanderr.equals(
+summaryOption.toLowerCase(Locale.ENGLISH));
+}
+
 private void checkIncludeSummary(CommandlineJava cmd) {
 if (summary) {
 String prefix = ;
-if (withoutanderr.equalsIgnoreCase(summaryValue)) {
+if (equalsWithOutAndErr(summaryValue)) {

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

2008-02-20 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 14 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 44 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-20022008.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-20022008.jar:/srv/gump/public/workspace/commons-cli-1.0.x/target/commons-cli-20022008.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-
 
20022008.jar:/srv/gump/public/workspace/apache-commons/vfs/target/commons-vfs-20022008.jar:/srv/gump/public/workspace/apache-commons/vfs/sandbox/target/commons-vfs-sandbox-20022008.jar:/srv/gump/public/workspace/jakarta-slide/webdavclient/dist/lib/jakarta-slide-webdavlib-20022008.jar:/srv/gump/packages/jsch/jsch-0.1.28.jar:/srv/gump/public/workspace/junit/dist/junit-20022008.jar:/srv/gump/public/workspace/apache-commons/lang/commons-lang-20022008.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-20022008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-20022008.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-20022008.jar:/srv/gump/public/workspace/commons-sandbox/compress/target/commons-compress-20022008.jar:/srv/gump/public/workspace/apache-commons/net/dist/commons-net-20022008.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] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,851 sec
[junit] Running org.apache.ivy.plugins.conflict.StrictConflictManagerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1,193 sec
[junit] Running org.apache.ivy.plugins.latest.LatestRevisionStrategyTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,679 sec
[junit] Running org.apache.ivy.plugins.lock.ArtifactLockStrategyTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 12,942 sec
[junit] Running org.apache.ivy.plugins.namespace.MRIDTransformationRuleTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,187 sec
[junit] Running 
org.apache.ivy.plugins.parser.ModuleDescriptorParserRegistryTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,588 sec
[junit] Running 
org.apache.ivy.plugins.parser.m2.PomModuleDescriptorParserTest
[junit] Tests run: 23, Failures: 0, Errors: 0, Time elapsed: 0,846 sec
[junit] Running 
org.apache.ivy.plugins.parser.m2.PomModuleDescriptorWriterTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,776 sec
[junit] Running 
org.apache.ivy.plugins.parser.xml.XmlModuleDescriptorWriterTest
[junit] Tests run: 3, Failures: 0, Errors: 0, 

[jira] Created: (IVYDE-78) Add errors marker to the Ivy container

2008-02-20 Thread JIRA
Add errors marker to the Ivy container
--

 Key: IVYDE-78
 URL: https://issues.apache.org/jira/browse/IVYDE-78
 Project: IvyDE
  Issue Type: Improvement
  Components: classpath container
Affects Versions: 1.3.0
Reporter: Nicolas Lalevée
Priority: Minor


It should be nice to use Eclipse error markers to show that the last resolution 
on the Ivy container failed.


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



[jira] Updated: (IVYDE-70) The project ivy configuration is not taken into account on the first run

2008-02-20 Thread JIRA

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

Nicolas Lalevée updated IVYDE-70:
-

Attachment: IVYDE-70-urlish.patch

So here is a path with some URLish container path.
I also made the plugin read properly IvyDE-1.3 configurations; well at least 
the ivy.xml and the confs as the other part of the configuration is contain is 
the preference which cannot be loaded due to the bug this patch is trying to 
fix.

By the way, the result in the .classpath is not exactly what we expected, there 
are some {{amp;}} :
{code:xml}
?xml version=1.0 encoding=UTF-8?
classpath
classpathentry kind=src output=src/main/webapp/WEB-INF/classes 
path=src/main/java/
classpathentry kind=src output=src/main/webapp/WEB-INF/classes 
path=src/main/resources/
classpathentry kind=src output=bin path=src/test/java/
classpathentry kind=src output=bin path=src/test/resources/
classpathentry kind=con 
path=org.eclipse.jdt.launching.JRE_CONTAINER/
classpathentry kind=con 
path=org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?ivyXmlPath=ivy.xmlamp;confs=*amp;ivySettingsPath=file%3A%2Fhome%2Fnicolasl%2Fdev%2Fjoost%2Fsvn%2Fcode%2Fbistro%2Ftools%2F1.0%2Fivyconf-eclipse.xmlamp;acceptedTypes=jaramp;sourceTypes=source%2Csrcamp;javadocTypes=javadocamp;sourceSuffixes=-source%2C-sources%2C-srcamp;javadocSuffixes=-javadoc%2C-javadocs%2C-doc%2C-docsamp;doRetrieve=falseamp;retreivePattern=lib%2F%5Bconf%5D%2F%5Bartifact%5D.%5Bext%5Damp;alphaOrder=true/
classpathentry kind=output path=src/main/webapp/WEB-INF/classes/
/classpath
{code:xml}

 The project ivy configuration is not taken into account on the first run
 

 Key: IVYDE-70
 URL: https://issues.apache.org/jira/browse/IVYDE-70
 Project: IvyDE
  Issue Type: Bug
Affects Versions: 1.3.0
 Environment: Eclipse 3.2
Reporter: Nicolas Lalevée
 Attachments: IVYDE-70-preferenceListenerTry.patch, 
 IVYDE-70-urlish.patch, IVYDE-70.patch


 Starting with an empty workspace, I import a project which already have its 
 Ivy preferences configured.
 After the import the classpath is made of some ibiblio jars, whereas I was 
 expecting the ones from my internal repository. After a resolve, the 
 classpath has the proper jars, from my internal repository.

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



[jira] Issue Comment Edited: (IVYDE-70) The project ivy configuration is not taken into account on the first run

2008-02-20 Thread JIRA

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

hibou edited comment on IVYDE-70 at 2/20/08 9:47 AM:
---

So here is a path with some URLish container path.
I also made the plugin read properly IvyDE-1.3 configurations; well at least 
the ivy.xml and the confs as the other part of the configuration is contain is 
the preference which cannot be loaded due to the bug this patch is trying to 
fix.

By the way, the result in the .classpath is not exactly what we expected, there 
are some {{amp;}} :
{code:xml}
?xml version=1.0 encoding=UTF-8?
classpath
classpathentry kind=src output=src/main/webapp/WEB-INF/classes 
path=src/main/java/
classpathentry kind=src output=src/main/webapp/WEB-INF/classes 
path=src/main/resources/
classpathentry kind=src output=bin path=src/test/java/
classpathentry kind=src output=bin path=src/test/resources/
classpathentry kind=con 
path=org.eclipse.jdt.launching.JRE_CONTAINER/
classpathentry kind=con 
path=org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?ivyXmlPath=ivy.xmlamp;confs=*amp;ivySettingsPath=file%3A%2Fhome%2Fnicolasl%2Fdev%2Fjoost%2Fsvn%2Fcode%2Fbistro%2Ftools%2F1.0%2Fivyconf-eclipse.xmlamp;acceptedTypes=jaramp;sourceTypes=source%2Csrcamp;javadocTypes=javadocamp;sourceSuffixes=-source%2C-sources%2C-srcamp;javadocSuffixes=-javadoc%2C-javadocs%2C-doc%2C-docsamp;doRetrieve=falseamp;retreivePattern=lib%2F%5Bconf%5D%2F%5Bartifact%5D.%5Bext%5Damp;alphaOrder=true/
classpathentry kind=output path=src/main/webapp/WEB-INF/classes/
/classpath
{code}

  was (Author: hibou):
So here is a path with some URLish container path.
I also made the plugin read properly IvyDE-1.3 configurations; well at least 
the ivy.xml and the confs as the other part of the configuration is contain is 
the preference which cannot be loaded due to the bug this patch is trying to 
fix.

By the way, the result in the .classpath is not exactly what we expected, there 
are some {{amp;}} :
{code:xml}
?xml version=1.0 encoding=UTF-8?
classpath
classpathentry kind=src output=src/main/webapp/WEB-INF/classes 
path=src/main/java/
classpathentry kind=src output=src/main/webapp/WEB-INF/classes 
path=src/main/resources/
classpathentry kind=src output=bin path=src/test/java/
classpathentry kind=src output=bin path=src/test/resources/
classpathentry kind=con 
path=org.eclipse.jdt.launching.JRE_CONTAINER/
classpathentry kind=con 
path=org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?ivyXmlPath=ivy.xmlamp;confs=*amp;ivySettingsPath=file%3A%2Fhome%2Fnicolasl%2Fdev%2Fjoost%2Fsvn%2Fcode%2Fbistro%2Ftools%2F1.0%2Fivyconf-eclipse.xmlamp;acceptedTypes=jaramp;sourceTypes=source%2Csrcamp;javadocTypes=javadocamp;sourceSuffixes=-source%2C-sources%2C-srcamp;javadocSuffixes=-javadoc%2C-javadocs%2C-doc%2C-docsamp;doRetrieve=falseamp;retreivePattern=lib%2F%5Bconf%5D%2F%5Bartifact%5D.%5Bext%5Damp;alphaOrder=true/
classpathentry kind=output path=src/main/webapp/WEB-INF/classes/
/classpath
{code:xml}
  
 The project ivy configuration is not taken into account on the first run
 

 Key: IVYDE-70
 URL: https://issues.apache.org/jira/browse/IVYDE-70
 Project: IvyDE
  Issue Type: Bug
Affects Versions: 1.3.0
 Environment: Eclipse 3.2
Reporter: Nicolas Lalevée
 Attachments: IVYDE-70-preferenceListenerTry.patch, 
 IVYDE-70-urlish.patch, IVYDE-70.patch


 Starting with an empty workspace, I import a project which already have its 
 Ivy preferences configured.
 After the import the classpath is made of some ibiblio jars, whereas I was 
 expecting the ones from my internal repository. After a resolve, the 
 classpath has the proper jars, from my internal repository.

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



[jira] Issue Comment Edited: (IVYDE-70) The project ivy configuration is not taken into account on the first run

2008-02-20 Thread JIRA

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

hibou edited comment on IVYDE-70 at 2/20/08 9:49 AM:
---

So here is a path with some URLish container path.
I also made the plugin read properly IvyDE-1.3 configurations; well at least 
the ivy.xml and the confs as the other part of the configuration is contain is 
the preference which cannot be loaded due to the bug this patch is trying to 
fix.

By the way, the result in the .classpath is not exactly what we expected, there 
are some amp ; :
{code:xml}
?xml version=1.0 encoding=UTF-8?
classpath
classpathentry kind=src output=src/main/webapp/WEB-INF/classes 
path=src/main/java/
classpathentry kind=src output=src/main/webapp/WEB-INF/classes 
path=src/main/resources/
classpathentry kind=src output=bin path=src/test/java/
classpathentry kind=src output=bin path=src/test/resources/
classpathentry kind=con 
path=org.eclipse.jdt.launching.JRE_CONTAINER/
classpathentry kind=con 
path=org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?ivyXmlPath=ivy.xmlamp;confs=*amp;ivySettingsPath=file%3A%2Fhome%2Fnicolasl%2Fdev%2Fjoost%2Fsvn%2Fcode%2Fbistro%2Ftools%2F1.0%2Fivyconf-eclipse.xmlamp;acceptedTypes=jaramp;sourceTypes=source%2Csrcamp;javadocTypes=javadocamp;sourceSuffixes=-source%2C-sources%2C-srcamp;javadocSuffixes=-javadoc%2C-javadocs%2C-doc%2C-docsamp;doRetrieve=falseamp;retreivePattern=lib%2F%5Bconf%5D%2F%5Bartifact%5D.%5Bext%5Damp;alphaOrder=true/
classpathentry kind=output path=src/main/webapp/WEB-INF/classes/
/classpath
{code}

  was (Author: hibou):
So here is a path with some URLish container path.
I also made the plugin read properly IvyDE-1.3 configurations; well at least 
the ivy.xml and the confs as the other part of the configuration is contain is 
the preference which cannot be loaded due to the bug this patch is trying to 
fix.

By the way, the result in the .classpath is not exactly what we expected, there 
are some {{amp;}} :
{code:xml}
?xml version=1.0 encoding=UTF-8?
classpath
classpathentry kind=src output=src/main/webapp/WEB-INF/classes 
path=src/main/java/
classpathentry kind=src output=src/main/webapp/WEB-INF/classes 
path=src/main/resources/
classpathentry kind=src output=bin path=src/test/java/
classpathentry kind=src output=bin path=src/test/resources/
classpathentry kind=con 
path=org.eclipse.jdt.launching.JRE_CONTAINER/
classpathentry kind=con 
path=org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?ivyXmlPath=ivy.xmlamp;confs=*amp;ivySettingsPath=file%3A%2Fhome%2Fnicolasl%2Fdev%2Fjoost%2Fsvn%2Fcode%2Fbistro%2Ftools%2F1.0%2Fivyconf-eclipse.xmlamp;acceptedTypes=jaramp;sourceTypes=source%2Csrcamp;javadocTypes=javadocamp;sourceSuffixes=-source%2C-sources%2C-srcamp;javadocSuffixes=-javadoc%2C-javadocs%2C-doc%2C-docsamp;doRetrieve=falseamp;retreivePattern=lib%2F%5Bconf%5D%2F%5Bartifact%5D.%5Bext%5Damp;alphaOrder=true/
classpathentry kind=output path=src/main/webapp/WEB-INF/classes/
/classpath
{code}
  
 The project ivy configuration is not taken into account on the first run
 

 Key: IVYDE-70
 URL: https://issues.apache.org/jira/browse/IVYDE-70
 Project: IvyDE
  Issue Type: Bug
Affects Versions: 1.3.0
 Environment: Eclipse 3.2
Reporter: Nicolas Lalevée
 Attachments: IVYDE-70-preferenceListenerTry.patch, 
 IVYDE-70-urlish.patch, IVYDE-70.patch


 Starting with an empty workspace, I import a project which already have its 
 Ivy preferences configured.
 After the import the classpath is made of some ibiblio jars, whereas I was 
 expecting the ones from my internal repository. After a resolve, the 
 classpath has the proper jars, from my internal repository.

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



[jira] Resolved: (IVY-637) m2 incompatibility - IVY does not recognize property section

2008-02-20 Thread Gilles Scokart (JIRA)

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

Gilles Scokart resolved IVY-637.


Resolution: Fixed

The property section is now supported when present at the end of the pom, or in 
the parent pom

 m2 incompatibility - IVY does not recognize property section
 

 Key: IVY-637
 URL: https://issues.apache.org/jira/browse/IVY-637
 Project: Ivy
  Issue Type: Bug
  Components: Core
Affects Versions: 2.0.0-alpha-2
Reporter: David Yuctan Hodge
Assignee: Gilles Scokart
Priority: Critical
 Fix For: 2.0.0-beta-2


 Ivy does not recognize the property section for example 
 http://repo1.maven.org/maven2/org/mortbay/jetty/project/6.1.5/project-6.1.5.pom
 This is related to IVY-636

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



svn commit: r629603 - /ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomReader.java

2008-02-20 Thread maartenc
Author: maartenc
Date: Wed Feb 20 12:31:13 2008
New Revision: 629603

URL: http://svn.apache.org/viewvc?rev=629603view=rev
Log:
Made this class JDK 1.4 compatible

Modified:
ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomReader.java

Modified: 
ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomReader.java
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomReader.java?rev=629603r1=629602r2=629603view=diff
==
--- ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomReader.java 
(original)
+++ ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomReader.java 
Wed Feb 20 12:31:13 2008
@@ -177,7 +177,7 @@
 }
 }
 
-public Iterable/* PomDependencyData */ getDependencies() {
+public List /* PomDependencyData */ getDependencies() {
 Element dependenciesElement = getFirstChildElement(projectElement, 
DEPENDENCIES);
 LinkedList dependencies = new LinkedList();
 if (dependenciesElement != null) {
@@ -193,7 +193,7 @@
 }
 
 
-public Iterable/* PomDependencyMgt */ getDependencyMgt() {
+public List /* PomDependencyMgt */ getDependencyMgt() {
 Element dependenciesElement = getFirstChildElement(projectElement, 
DEPENDENCY_MGT);
 dependenciesElement = getFirstChildElement(dependenciesElement, 
DEPENDENCIES);
 LinkedList dependencies = new LinkedList();
@@ -260,7 +260,7 @@
 return getFirstChildElement(depElement, OPTIONAL) != null;
 }
 
-public Iterable/*ModuleId*/ getExcludedModules() {
+public List /*ModuleId*/ getExcludedModules() {
 Element exclusionsElement = getFirstChildElement(depElement, 
EXCLUSIONS);
 LinkedList exclusions = new LinkedList();
 if (exclusionsElement != null) {
@@ -290,7 +290,7 @@
 }
 for (Iterator it = getAllChilds(propsEl).iterator(); it.hasNext();) {
 Element prop = (Element) it.next();
-pomProperties.put(prop.getNodeName(), prop.getTextContent());
+pomProperties.put(prop.getNodeName(), getTextContent(prop));
 }
 return pomProperties;
 }
@@ -304,18 +304,32 @@
 }
 }
 
-
+private static String getTextContent(Element element) {
+StringBuffer result = new StringBuffer();
+
+NodeList childNodes = element.getChildNodes();
+for (int i = 0; i  childNodes.getLength(); i++) {
+Node child = childNodes.item(i);
+
+switch (child.getNodeType()) {
+case Node.CDATA_SECTION_NODE:
+case Node.TEXT_NODE:
+result.append(child.getNodeValue());
+break;
+}
+}
+
+return result.toString();
+}
 
 private static String getFirstChildText(Element parentElem, String name) {
 Element node = getFirstChildElement(parentElem, name);
 if (node != null) {
-node.normalize();
-return node.getTextContent();
+return getTextContent(node);
 } else {
 return null;
 }
 }
-
 
 private static Element getFirstChildElement(Element parentElem, String 
name) {
 if (parentElem == null) {




svn commit: r629619 - in /ant/ivy/core/trunk: ./ src/java/org/apache/ivy/plugins/parser/m2/ test/java/org/apache/ivy/plugins/parser/m2/

2008-02-20 Thread gscokart
Author: gscokart
Date: Wed Feb 20 13:35:02 2008
New Revision: 629619

URL: http://svn.apache.org/viewvc?rev=629619view=rev
Log:
FIX: m2 incompatibility - IVY does not recognize property section(IVY-637)

Added:

ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-parent-properties.pom
   (with props)
Modified:
ant/ivy/core/trunk/CHANGES.txt

ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorBuilder.java

ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorParser.java

ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorParserTest.java

Modified: ant/ivy/core/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev=629619r1=629618r2=629619view=diff
==
--- ant/ivy/core/trunk/CHANGES.txt (original)
+++ ant/ivy/core/trunk/CHANGES.txt Wed Feb 20 13:35:02 2008
@@ -101,6 +101,7 @@
 - FIX: Maven test scope includes all runtime dependencies (IVY-682)
 - FIX: Inherit depedencies defined in parent pom (IVY-683)
 - FIX: Incorrect ivy from maven pom generation when classifier are user 
(IVY-714) (thanks to Ruslan Shevchenko)
+- FIX: m2 incompatibility - IVY does not recognize property section(IVY-637)
 
 - TASK: Remove cache attribute on Ant tasks (IVY-685)
 

Modified: 
ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorBuilder.java
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorBuilder.java?rev=629619r1=629618r2=629619view=diff
==
--- 
ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorBuilder.java
 (original)
+++ 
ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorBuilder.java
 Wed Feb 20 13:35:02 2008
@@ -91,7 +91,8 @@
 static final Map MAVEN2_CONF_MAPPING = new HashMap();
 
 private static final String DEPENDENCY_MANAGEMENT = 
m:dependency.management;
-private static final String DEPENDENCY_MANAGEMENT_DELIMITER = __;
+private static final String PROPERTIES = m:properties;
+private static final String EXTRA_INFO_DELIMITER = __;
 
 
 static interface ConfMapper {
@@ -247,29 +248,61 @@
 
 
 public void addDependencyMgt(PomDependencyMgt dep) {
-String key = getDependencyMgtExtraDataKey(dep.getGroupId(), 
dep.getArtifaceId());
+String key = getDependencyMgtExtraInfoKey(dep.getGroupId(), 
dep.getArtifaceId());
 ivyModuleDescriptor.addExtraInfo(key, dep.getVersion());
 }
 
 private String getDefaultVersion(PomDependencyData dep) {
-String key = getDependencyMgtExtraDataKey(dep.getGroupId(), 
dep.getArtifaceId());
+String key = getDependencyMgtExtraInfoKey(dep.getGroupId(), 
dep.getArtifaceId());
 return (String) ivyModuleDescriptor.getExtraInfo().get(key);
 }
 
 
-public static String getDependencyMgtExtraDataKey(String groupId, String 
artifaceId) {
-return DEPENDENCY_MANAGEMENT + DEPENDENCY_MANAGEMENT_DELIMITER + 
groupId
-+ DEPENDENCY_MANAGEMENT_DELIMITER + artifaceId;
+private static String getDependencyMgtExtraInfoKey(String groupId, String 
artifaceId) {
+return DEPENDENCY_MANAGEMENT + EXTRA_INFO_DELIMITER + groupId
++ EXTRA_INFO_DELIMITER + artifaceId;
+}
+
+private static String getPropertyExtraInfoKey(String propertyName) {
+return PROPERTIES + EXTRA_INFO_DELIMITER + propertyName;
 }
 
+
 
-public void addExtraDescription(Map extraAttributes) {
+public void addExtraInfos(Map extraAttributes) {
 for (Iterator it = extraAttributes.entrySet().iterator(); 
it.hasNext();) {
-Map.Entry entry =  (Entry) it.next();
-if 
(!ivyModuleDescriptor.getExtraInfo().containsKey(entry.getKey())) {
-ivyModuleDescriptor.addExtraInfo((String)entry.getKey(), 
(String)entry.getValue());
+Map.Entry entry = (Entry) it.next();
+String key = (String) entry.getKey();
+String value = (String) entry.getValue();
+addExtraInfo(key, value);
+}
+}
+
+
+private void addExtraInfo(String key, String value) {
+if (!ivyModuleDescriptor.getExtraInfo().containsKey(key)) {
+ivyModuleDescriptor.addExtraInfo(key, value);
+}
+}
+
+
+
+public static Map extractPomProperties(Map extraInfo) {
+Map r = new HashMap();
+for (Iterator it = extraInfo.entrySet().iterator(); it.hasNext();) {
+Map.Entry extraInfoEntry = (Map.Entry) it.next();
+if (((String) extraInfoEntry.getKey()).startsWith(PROPERTIES)) {
+String prop = ((String) 
extraInfoEntry.getKey()).substring(PROPERTIES.length()
+ 

DO NOT REPLY [Bug 44198] - wrong ref in scp.html

2008-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=44198.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=44198





--- Additional Comments From [EMAIL PROTECTED]  2008-02-20 17:01 ---
Fixed in SVN trunk thanks

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


DO NOT REPLY [Bug 44198] - wrong ref in scp.html

2008-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=44198.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=44198


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




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


svn commit: r629665 - /ant/core/trunk/docs/manual/OptionalTasks/scp.html

2008-02-20 Thread kevj
Author: kevj
Date: Wed Feb 20 17:00:39 2008
New Revision: 629665

URL: http://svn.apache.org/viewvc?rev=629665view=rev
Log:
-bugzilla #44198

Modified:
ant/core/trunk/docs/manual/OptionalTasks/scp.html

Modified: ant/core/trunk/docs/manual/OptionalTasks/scp.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/scp.html?rev=629665r1=629664r2=629665view=diff
==
--- ant/core/trunk/docs/manual/OptionalTasks/scp.html (original)
+++ ant/core/trunk/docs/manual/OptionalTasks/scp.html Wed Feb 20 17:00:39 2008
@@ -38,7 +38,7 @@
 href=../install.html#librarydependenciesLibrary Dependencies/a
 for more information.  This task has been tested with jsch-0.1.2 and later./p
 
-pSee also the a href=scp.htmlscp task/a/p
+pSee also the a href=sshexec.htmlsshexec task/a/p
 
 h3Parameters/h3
 table border=1 cellpadding=2 cellspacing=0