svn commit: r641196 - in /ant/ivy/ivyde/trunk: CHANGES.txt src/java/org/apache/ivyde/eclipse/ui/editors/IvyEditor.java

2008-03-26 Thread hibou
Author: hibou
Date: Wed Mar 26 01:19:39 2008
New Revision: 641196

URL: http://svn.apache.org/viewvc?rev=641196view=rev
Log:
IVYDE-81 : An error occur when closing a project while the ivy editor is open
 - fix the spelling mistake

Modified:
ant/ivy/ivyde/trunk/CHANGES.txt

ant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/IvyEditor.java

Modified: ant/ivy/ivyde/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/CHANGES.txt?rev=641196r1=641195r2=641196view=diff
==
--- ant/ivy/ivyde/trunk/CHANGES.txt (original)
+++ ant/ivy/ivyde/trunk/CHANGES.txt Wed Mar 26 01:19:39 2008
@@ -18,6 +18,7 @@
 - FIX: Automatic javadoc attachment is not working (IVYDE-55)
 - FIX: On startup IvyIDE can freeze eclipse (IVYDE-63) (thanks to Nicolas 
Lalevée)
 - FIX: The project ivy configuration is not taken into account on the first 
run: the configuration is no longer stored in the preferences but in the 
.classpath (IVYDE-70)
+- FIX: An error occurs when closing a project while the ivy editor is opened 
(IVYDE-81)
 
 - moved to apache, packages renamed to org.apache.ivyde


Modified: 
ant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/IvyEditor.java
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/IvyEditor.java?rev=641196r1=641195r2=641196view=diff
==
--- 
ant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/IvyEditor.java 
(original)
+++ 
ant/ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/editors/IvyEditor.java 
Wed Mar 26 01:19:39 2008
@@ -195,7 +195,7 @@
 public void run() {
 IWorkbenchPage[] pages = 
getSite().getWorkbenchWindow().getPages();
 for (int i = 0; i  pages.length; i++) {
-if (((FileEditorInput) 
xmlEditor.getEditorInput()).getFile().getProject()
+if (((IFileEditorInput) 
xmlEditor.getEditorInput()).getFile().getProject()
 .equals(res)) {
 IEditorPart editorPart = pages[i]
 .findEditor(xmlEditor.getEditorInput());




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

2008-03-26 Thread JIRA

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

Nicolas Lalevée reassigned IVYDE-70:


Assignee: Nicolas Lalevée

 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
Assignee: Nicolas Lalevée
 Attachments: IVYDE-70-preferenceListenerTry.patch, 
 IVYDE-70-urlish-r629733.patch, IVYDE-70-urlish-r629775.patch, 
 IVYDE-70-urlish-r633421.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] Assigned: (IVYDE-81) An error occur when closing a project while the ivy editor is open

2008-03-26 Thread JIRA

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

Nicolas Lalevée reassigned IVYDE-81:


Assignee: Nicolas Lalevée

 An error occur when closing a project while the ivy editor is open
 --

 Key: IVYDE-81
 URL: https://issues.apache.org/jira/browse/IVYDE-81
 Project: IvyDE
  Issue Type: Bug
Affects Versions: 1.3.0
 Environment: Eclipse 3.2, 3.3, 3.4M5
Reporter: Nicolas Lalevée
Assignee: Nicolas Lalevée
 Fix For: 1.3.0

 Attachments: IVYDE-81-r633150.patch


 The project have to hold a ivy.xml, this file being edited by the Ivy editor.
 Then close the project. On close the editor should also be closed, but it 
 fails.
 Here is the stack trace from the error log view.
 {noformat}
 org.eclipse.swt.SWTException: Failed to execute runnable 
 (java.lang.ClassCastException: 
 org.apache.ivyde.eclipse.ui.core.IvyFileEditorInput cannot be cast to 
 org.eclipse.ui.part.FileEditorInput)
   at org.eclipse.swt.SWT.error(SWT.java:3563)
   at org.eclipse.swt.SWT.error(SWT.java:3481)
   at 
 org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126)
   at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974)
   at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
   at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
   at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
   at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
   at 
 org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
   at 
 org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
   at 
 org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
   at 
 org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
   at 
 org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
   at 
 org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
   at 
 org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
   at 
 org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
   at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
   at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
 Caused by: java.lang.ClassCastException: 
 org.apache.ivyde.eclipse.ui.core.IvyFileEditorInput cannot be cast to 
 org.eclipse.ui.part.FileEditorInput
   at 
 org.apache.ivyde.eclipse.ui.editors.IvyEditor$1.run(IvyEditor.java:198)
   at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
   at 
 org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
   ... 23 more
 {noformat}

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



[jira] Resolved: (IVYDE-58) Compilation fails on Europa due to API change

2008-03-26 Thread JIRA

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

Nicolas Lalevée resolved IVYDE-58.
--

   Resolution: Fixed
Fix Version/s: 1.3.0
 Assignee: Xavier Hanin

Xavier fixed it by removing the class FixedJavaSearchPage: r633797

 Compilation fails on Europa due to API change
 -

 Key: IVYDE-58
 URL: https://issues.apache.org/jira/browse/IVYDE-58
 Project: IvyDE
  Issue Type: Bug
Affects Versions: 1.3.0
Reporter: Stephane Bailliez
Assignee: Xavier Hanin
 Fix For: 1.3.0


 I was being stupid and checked out Europa, so after downloading several GB of 
 data, I tried to compile IvyDE and the Eclipse API seems to have changed.
 Patch to make it compile is below. (there might be something more obvious 
 though, I'm not overly familiar with the api)
 Index: 
 D:/work/oss/apache-ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/search/FixedJavaSearchPage.java
 ===
 --- 
 D:/work/oss/apache-ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/search/FixedJavaSearchPage.java
(revision 557007)
 +++ 
 D:/work/oss/apache-ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/search/FixedJavaSearchPage.java
(working copy)
 @@ -289,7 +289,7 @@
   case ISearchPageContainer.SELECTED_PROJECTS_SCOPE: {
   String[] projectNames= 
 getContainer().getSelectedProjectNames();
   scope= 
 factory.createJavaProjectSearchScope(projectNames, includeJRE);
 - scopeDescription= 
 factory.getProjectScopeDescription(projectNames, includeJRE);
 + scopeDescription= 
 factory.getProjectScopeDescription(projectNames, includeJRE ? 
 JavaSearchScopeFactory.JRE : JavaSearchScopeFactory.NO_JRE);
   break;
   }
   case ISearchPageContainer.WORKING_SET_SCOPE: {

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



svn commit: r641215 - /ant/ivy/ivyde/trunk/CHANGES.txt

2008-03-26 Thread hibou
Author: hibou
Date: Wed Mar 26 02:14:22 2008
New Revision: 641215

URL: http://svn.apache.org/viewvc?rev=641215view=rev
Log:
IVYDE-58: Compilation fails on Europa due to API change
 - Xavier fixed it in the revision 633797

Modified:
ant/ivy/ivyde/trunk/CHANGES.txt

Modified: ant/ivy/ivyde/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/CHANGES.txt?rev=641215r1=641214r2=641215view=diff
==
--- ant/ivy/ivyde/trunk/CHANGES.txt (original)
+++ ant/ivy/ivyde/trunk/CHANGES.txt Wed Mar 26 02:14:22 2008
@@ -19,6 +19,7 @@
 - FIX: On startup IvyIDE can freeze eclipse (IVYDE-63) (thanks to Nicolas 
Lalevée)
 - FIX: The project ivy configuration is not taken into account on the first 
run: the configuration is no longer stored in the preferences but in the 
.classpath (IVYDE-70)
 - FIX: An error occurs when closing a project while the ivy editor is opened 
(IVYDE-81)
+- FIX: Compilation fails on Europa due to API change (IVYDE-58)
 
 - moved to apache, packages renamed to org.apache.ivyde





[jira] Resolved: (IVYDE-47) IvyDE needs a manual Resolve after Eclipse Startup to work

2008-03-26 Thread JIRA

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

Nicolas Lalevée resolved IVYDE-47.
--

Resolution: Duplicate
  Assignee: Nicolas Lalevée

I fixed the startup issue in IVYDE-70

 IvyDE needs a manual Resolve after Eclipse Startup to work
 --

 Key: IVYDE-47
 URL: https://issues.apache.org/jira/browse/IVYDE-47
 Project: IvyDE
  Issue Type: Bug
  Components: classpath container
Affects Versions: 1.2.0
 Environment: I am working under Linux and MacOSX
Reporter: Andreas Sahlbach
Assignee: Nicolas Lalevée

 I have several IvyDE classpath containers in different projects in my eclipse 
 workspace. After starting up the IDE, I get several errors reported, because 
 the IvyDE Classpath Container couldn't resolve the dependencies. Sometimes 
 some dependencies magically appear outside of the classpath container. When I 
 iterate through my projects and calling a manual Resolve on the different 
 Classpath Containers, the resolve works and after the automatic project 
 rebuild, all errors vanish.
 Smells like a startup race condition or something. Nevertheless it's 
 annoying, because of my large workspace and the several ivy based builds that 
 I have.

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



[jira] Resolved: (IVYDE-29) exception with ivy editor

2008-03-26 Thread JIRA

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

Nicolas Lalevée resolved IVYDE-29.
--

Resolution: Duplicate
  Assignee: (was: Xavier Hanin)

I should have seen this issue before opening IVYDE-81.
As I committed a fix that refers to IVYDE-81, I make this bug duplicate of 
IVYDE-81.

 exception with ivy editor
 -

 Key: IVYDE-29
 URL: https://issues.apache.org/jira/browse/IVYDE-29
 Project: IvyDE
  Issue Type: Bug
Reporter: Xavier Hanin
Priority: Minor

 I didn't see any consequence of this exception, but the error log show the 
 following exception:
 org.eclipse.swt.SWTException: Failed to execute runnable 
 (java.lang.ClassCastException: 
 org.jayasoft.ivyde.eclipse.ui.core.IvyFileEditorInput)
   at org.eclipse.swt.SWT.error(SWT.java:3374)
   at org.eclipse.swt.SWT.error(SWT.java:3297)
   at 
 org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126)
   at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
   at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
   at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
   at 
 org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
   at 
 org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
   at 
 org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
   at 
 org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
   at 
 org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
   at 
 org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
   at 
 org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
   at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
   at org.eclipse.core.launcher.Main.run(Main.java:977)
   at org.eclipse.core.launcher.Main.main(Main.java:952)
 Caused by: java.lang.ClassCastException: 
 org.jayasoft.ivyde.eclipse.ui.core.IvyFileEditorInput
   at 
 org.jayasoft.ivyde.eclipse.ui.editors.IvyEditor$1.run(IvyEditor.java:169)
   at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
   at 
 org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
   ... 20 more

-- 
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 33260] p4change task does not set p4. change property correctly

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


Daniel Dräs [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #5 from Daniel Dräs [EMAIL PROTECTED]  2008-03-26 03:23:04 PST ---
I have the same problem here. Setup is as follows:

Perforce client:
Perforce - The Fast Software Configuration Management System.
Copyright 1995-2007 Perforce Software.  All rights reserved.
Rev. P4/NTX86/2007.2/122958 (2007/05/22).

Perforce server:
Server date: 2008/03/26 10:23:12 + GMT
Server version: P4D/LINUX26X86_64/2007.3/143793 (2008/01/09)


My Ant task looks as follows:
target name=update_manifest
property name=p4.globalopts value=-P /
property name=p4.client value=/
property name=p4.user value=yy/
property name=p4.port value=host:1667/
property name=p4.change value=/

p4change description=Change Build Number in Script/
echo message=changeno: ${p4.change}/echo
p4edit
view=//cid_dev/java_src/MANIFEST.MF
change=${p4.change}
globalopts=${p4.globalopts}/
echo message=changeno: ${p4.change}/echo
p4submit change=${p4.change} globalopts=${p4.globalopts}/
 /target

This does unfortunatly not work. The p4change-command does not set the
p4.change-property as it should the echo reads as:
[echo] changeno: 


-- 
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] Resolved: (IVYDE-39) No debug info in console.

2008-03-26 Thread JIRA

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

Nicolas Lalevée resolved IVYDE-39.
--

Resolution: Fixed

There were no complain since a while, so I assume it is fixed.

 No debug info in console.
 -

 Key: IVYDE-39
 URL: https://issues.apache.org/jira/browse/IVYDE-39
 Project: IvyDE
  Issue Type: Bug
Affects Versions: 1.1.0
 Environment: Eclipse 3.2 WinXP Java 5
Reporter: easyproglife
Assignee: Xavier Hanin
Priority: Minor
 Fix For: 1.3.0

 Attachments: IVYDE-39-r595956.patch, IVYDE-39.patch


 I can't find the debug information in the IvyConsole.
 I need it to investigate why Ivy doesn't find my stuff on my local repo.

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



[jira] Resolved: (IVYDE-33) error not displayed on IvyConsole

2008-03-26 Thread JIRA

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

Nicolas Lalevée resolved IVYDE-33.
--

Resolution: Duplicate

It should been fixed within IVYDE-39

 error not displayed on IvyConsole
 -

 Key: IVYDE-33
 URL: https://issues.apache.org/jira/browse/IVYDE-33
 Project: IvyDE
  Issue Type: Bug
  Components: classpath container
Reporter: Maarten Coene
Assignee: Xavier Hanin

 Hi, I received an error while resolving my dependencies.
 I got an dialog window saying: 
 An internal error occured while resolving dependencies of 
 C:\working\vhs\scontra_vhscontract\ant\ivy.xml
 Please see eclipse error log and IvyConsole for details
 However, when I looked at the IvyConsole, there was no error message or other 
 details about the error.
 When I looked at the eclipse error log, there was this exception:
 fr.jayasoft.ivy.conflict.StrictConflictException: [ OTHER | jconnect | 2.0A ] 
 (needed by [ LCMB | salloca | 2.0.0M4 ]) conflicts with [ OTHER | jconnect | 
 2.0A20 ] (needed by [ LCMT | openutm | 3.3.0 ])
   at 
 fr.jayasoft.ivy.conflict.StrictConflictManager.resolveConflicts(StrictConflictManager.java:34)
   at 
 be.cm.ivy.LcmConflictManager.resolveConflicts(LcmConflictManager.java:102)
   at fr.jayasoft.ivy.Ivy.resolveConflict(Ivy.java:1537)
   at fr.jayasoft.ivy.Ivy.resolveConflict(Ivy.java:1567)
   at fr.jayasoft.ivy.Ivy.resolveConflict(Ivy.java:1567)
   at fr.jayasoft.ivy.Ivy.resolveConflict(Ivy.java:1519)
   at fr.jayasoft.ivy.Ivy.fetchDependencies(Ivy.java:1404)
   at fr.jayasoft.ivy.Ivy.doFetchDependencies(Ivy.java:1481)
   at fr.jayasoft.ivy.Ivy.fetchDependencies(Ivy.java:1413)
   at fr.jayasoft.ivy.Ivy.doFetchDependencies(Ivy.java:1465)
   at fr.jayasoft.ivy.Ivy.fetchDependencies(Ivy.java:1413)
   at fr.jayasoft.ivy.Ivy.doFetchDependencies(Ivy.java:1481)
   at fr.jayasoft.ivy.Ivy.fetchDependencies(Ivy.java:1413)
   at fr.jayasoft.ivy.Ivy.doFetchDependencies(Ivy.java:1481)
   at fr.jayasoft.ivy.Ivy.fetchDependencies(Ivy.java:1413)
   at fr.jayasoft.ivy.Ivy.getDependencies(Ivy.java:1332)
   at fr.jayasoft.ivy.Ivy.resolve(Ivy.java:1125)
   at fr.jayasoft.ivy.Ivy.resolve(Ivy.java:1082)
   at fr.jayasoft.ivy.Ivy.resolve(Ivy.java:1060)
   at fr.jayasoft.ivy.Ivy.resolve(Ivy.java:1057)
   at fr.jayasoft.ivy.Ivy.resolve(Ivy.java:1014)
   at fr.jayasoft.ivy.Ivy.resolve(Ivy.java:1011)
   at 
 org.jayasoft.ivyde.eclipse.cpcontainer.IvyClasspathContainer$2.run(IvyClasspathContainer.java:187)
 regards,
 Maarten

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



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

2008-03-26 Thread JIRA

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

Nicolas Lalevée commented on IVYDE-87:
--

I think you are facing IVYDE-34, as sometimes I did too.

 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: 2.0.0-beta-2
 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, ivy_console_log2.txt, IVYDE-87-r639596.patch, 
 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 

[jira] Moved: (IVY-785) Problem with vfs ftp and dynamic revisions

2008-03-26 Thread JIRA

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

Nicolas Lalevée moved IVYDE-87 to IVY-785:
--

Affects Version/s: (was: 1.3.0)
   2.0.0-beta-2
  Key: IVY-785  (was: IVYDE-87)
  Project: Ivy  (was: IvyDE)

 Problem with vfs ftp and dynamic revisions
 --

 Key: IVY-785
 URL: https://issues.apache.org/jira/browse/IVY-785
 Project: Ivy
  Issue Type: Bug
Affects Versions: 2.0.0-beta-2
 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, ivy_console_log2.txt, IVYDE-87-r639596.patch, 
 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 

[jira] Commented: (IVY-785) Problem with vfs ftp and dynamic revisions

2008-03-26 Thread JIRA

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

Nicolas Lalevée commented on IVY-785:
-

I moved back the issue in Ivy as it is an OSGI packaging issue of Ivy.

 Problem with vfs ftp and dynamic revisions
 --

 Key: IVY-785
 URL: https://issues.apache.org/jira/browse/IVY-785
 Project: Ivy
  Issue Type: Bug
Affects Versions: 2.0.0-beta-2
 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, ivy_console_log2.txt, IVYDE-87-r639596.patch, 
 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 

[jira] Commented: (IVY-731) buildlist evicts modules with the same name, but different organisation

2008-03-26 Thread Dave Watson (JIRA)

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

Dave Watson commented on IVY-731:
-

I've experienced the same problem and having looked at the 
org.apache.ivy.ant.IvyBuildList source, only the moduleId is used as the key to 
place ModuleDescriptors into a Map. Checkout line 196 (2.0.0-beta-1) or 205 
(2.0.0-beta-2). I had a play and made a crude change of that line from:
mdsMap.put(md.getModuleRevisionId().getModuleId().getName(), md);
to:
mdsMap.put(':' + mri.getOrganisation() + ':' + mri.getModuleId().getName() + 
':', md);

This appeared to fix the problem shown in your example. Hope this helps anyone 
fixing code.


 buildlist evicts modules with the same name, but different organisation
 ---

 Key: IVY-731
 URL: https://issues.apache.org/jira/browse/IVY-731
 Project: Ivy
  Issue Type: Bug
  Components: Core
Affects Versions: 2.0.0-alpha-1, 2.0.0-alpha-2, 2.0.0-beta-1
 Environment: Ant 1.7.0, Java 1.4.2, OSX 10.5.1
Reporter: George Armhold
 Fix For: 2.0

 Attachments: ivy-bug.tar.gz


 I believe there is a bug in ivy:buildlist.  I have two modules with the same 
 module name, but different organisation names.  If I try to build them under 
 a single ant/ivy invocation, the 2nd module is removed (evicted?) from the 
 build, presumably because there is already a module with the same name, 
 albeit with a different organisation. Shouldn't the organisation attribute 
 distinguish the two modules?   
 The two modules look like this: 
ivy-module version=1.4 
  info module=common organisation=initech-division-A revision=1.0/ 
/ivy-module 
ivy-module version=1.4 
  info module=common organisation=initech-division-B revision=1.0/ 
/ivy-module 
 I've attached a tar file containing an example that demonstrates this. Please 
 let me know if any further information would be helpful, and thanks for your 
 time.

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



[jira] Commented: (IVYDE-32) IvyDE 1.0.3 Run configuration problem with Eclipse 3.x

2008-03-26 Thread JIRA

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

Nicolas Lalevée commented on IVYDE-32:
--

I tested with Eclipse 3.3 and I got the non working buttons.
I fact there is an NPE. Here is the stack trace from the error log:
{noformat}
java.lang.NullPointerException
at 
org.apache.ivyde.eclipse.cpcontainer.IvydeContainerPage$3.widgetSelected(IvydeContainerPage.java:256)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
at org.eclipse.jface.window.Window.open(Window.java:796)
at 
org.eclipse.jdt.internal.ui.wizards.buildpaths.ClasspathContainerWizard.openWizard(ClasspathContainerWizard.java:226)
at 
org.eclipse.jdt.ui.wizards.BuildPathDialogAccess.chooseContainerEntries(BuildPathDialogAccess.java:272)
at 
org.eclipse.jdt.internal.debug.ui.actions.AddLibraryAction.run(AddLibraryAction.java:39)
at 
org.eclipse.jdt.internal.debug.ui.launcher.RuntimeClasspathAdvancedDialog.okPressed(RuntimeClasspathAdvancedDialog.java:156)
at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:464)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
at org.eclipse.jface.window.Window.open(Window.java:796)
at 
org.eclipse.jdt.internal.debug.ui.actions.AddAdvancedAction.run(AddAdvancedAction.java:39)
at 
org.eclipse.jdt.internal.debug.ui.actions.RuntimeClasspathAction$1.widgetSelected(RuntimeClasspathAction.java:137)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
at org.eclipse.jface.window.Window.open(Window.java:796)
at 
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.open(LaunchConfigurationsDialog.java:1133)
at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:387)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at 
org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:391)
at 
org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:333)
at 
org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:82)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
at 
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
at 
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at 

[jira] Updated: (IVYDE-65) IvyDE has not yet been released within the Apache Software Foundation

2008-03-26 Thread JIRA

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

Nicolas Lalevée updated IVYDE-65:
-

Fix Version/s: 1.3.0

 IvyDE has not yet been released within the Apache Software Foundation
 -

 Key: IVYDE-65
 URL: https://issues.apache.org/jira/browse/IVYDE-65
 Project: IvyDE
  Issue Type: New Feature
  Components: ivy editor
 Environment: ANY
Reporter: spkatana
Priority: Trivial
 Fix For: 1.3.0


 Is IvyIDE is full compliance with the last version of Ant Apache Ivy 2.0 ?

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



[jira] Updated: (IVYDE-32) IvyDE 1.0.3 Run configuration problem with Eclipse 3.x

2008-03-26 Thread JIRA

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

Nicolas Lalevée updated IVYDE-32:
-

Affects Version/s: 1.1.0
   1.2.0
Fix Version/s: 1.3.0
 Assignee: Nicolas Lalevée  (was: Xavier Hanin)

 IvyDE 1.0.3 Run configuration problem with Eclipse 3.x
 

 Key: IVYDE-32
 URL: https://issues.apache.org/jira/browse/IVYDE-32
 Project: IvyDE
  Issue Type: Bug
  Components: classpath container
Affects Versions: 1.1.0, 1.2.0
 Environment: Windows XP, Eclipse 3.2.0, IvyDE 1.0.3
Reporter: Emmanuel Cordente
Assignee: Nicolas Lalevée
 Fix For: 1.3.0


 I'm having an UI problem using IvyDE with Eclipse 3.1 et 3.2.
 When I add the IvyDE Managed Dependencies in my Eclipse project everything 
 work fine, I have the little windows the indicate where is my ivy.xml file 
 and a list of configuration when I select my ivy file.
 But when a try to do the same thing inside the Run Configuration to 
 configure a runtime dependencies, I can see the same little windows but the 
 BROWSE button doesn't work and it's impossible to find the ivy.xml file.
 I Tryed to put the ivy.xml path explicitely but I can't see the configuration 
 list below the browse button.
 The solution I found for now is to open the .launch file and to choose my 
 configuration directly inside but it's a bit tricky to do.

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



[jira] Commented: (IVYDE-88) Add new target to build.xml to build the plugin with Ant

2008-03-26 Thread JIRA

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

Nicolas Lalevée commented on IVYDE-88:
--

I know that to build an Eclipse plugin from ant, we can use Eclipse ant tasks. 
But it needs a complete Eclipse install somewhere. Will it be possible to have 
installed an Eclipse on the gump machine ?

 Add new target to build.xml to build the plugin with Ant
 

 Key: IVYDE-88
 URL: https://issues.apache.org/jira/browse/IVYDE-88
 Project: IvyDE
  Issue Type: Improvement
Reporter: Maarten Coene

 In order to add IvyDE to gump, we need an Ant target to create the plugin.
 In addition, this target could be very usefull for people wanting to build 
 the plugin theirself.

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



[jira] Resolved: (IVYDE-61) Eclipse hangs on startup

2008-03-26 Thread JIRA

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

Nicolas Lalevée resolved IVYDE-61.
--

Resolution: Duplicate

The startup freeze has been fixed there: IVYDE-63
You could try an unofficial trunk build : 
http://www.hibnet.org/ivyde/updatesite/

 Eclipse hangs on startup
 

 Key: IVYDE-61
 URL: https://issues.apache.org/jira/browse/IVYDE-61
 Project: IvyDE
  Issue Type: Bug
Affects Versions: 1.2.0
 Environment: Sun Java  1.6.0-b105, Eclipse 3.3, Ubuntu 7.04 32 bit, 
 AMD Sempron 2800+
Reporter: Nigel Charman
 Attachments: .options, build.out, debug.sh


 I've been using IvyDE on my project for around a month, and have had no 
 problems with it up till now.
 Eclipse hangs at startup on the splash screen with the progress bar about 2/3 
 full. This only occurs with one of my workspaces; Eclipse starts OK with the 
 other workspaces. 
 After removing the IvyDE plugin and features folder Eclipse starts OK.  
 Reinstate the IvyDE plugin and features folders and Eclipse hangs.  
 The following actions had no effect and Eclipse still hung on startup:
 - rebooting 
 - leaving Eclipse for an hour to start up
 - invoking Ivy retrieve from the ant script of the affected project
 - deleting the Ivy cache
 The eventual workaround was to delete the ivy.xml.  After this Eclipse 
 started OK.  I then reinstated the ivy.xml file and everything now works OK, 
 including restarting Eclipse.
 At the time of error the Eclipse .log file contains:
  !SESSION 2007-08-01 22:54:12.565
  ---
  eclipse.buildId=I20070625-1500
  java.version=1.6.0
  java.vendor=Sun Microsystems Inc.
  BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_NZ
  Command-line arguments:  -os linux -ws gtk -arch x86
  !ENTRY org.jayasoft.ivyde.eclipse 1 0 2007-08-01 22:54:25.592
  !MESSAGE starting IvyDE plugin
  !ENTRY org.jayasoft.ivyde.eclipse 1 0 2007-08-01 22:54:25.626
  !MESSAGE IvyDE plugin started
  !ENTRY org.jayasoft.ivyde.eclipse 1 0 2007-08-01 22:54:26.471
  !MESSAGE resolved dependencies of /home/nigel/jibx/jibxws/build/ivy.xml
 =
 On successful startup the Eclipse .log file shows:
  ---
  eclipse.buildId=I20070625-1500
  java.version=1.6.0
  java.vendor=Sun Microsystems Inc.
  BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_NZ
  Command-line arguments:  -os linux -ws gtk -arch x86
  !ENTRY org.jayasoft.ivyde.eclipse 1 0 2007-07-29 20:19:47.736
  !MESSAGE starting IvyDE plugin
  !ENTRY org.jayasoft.ivyde.eclipse 1 0 2007-07-29 20:19:47.887
  !MESSAGE IvyDE plugin started
  !ENTRY org.jayasoft.ivyde.eclipse 1 0 2007-07-29 20:19:59.523
  !MESSAGE resolved dependencies of /home/nigel/jibx/jibxws/build/ivy.xml
  !ENTRY org.jayasoft.ivyde.eclipse 1 0 2007-07-29 20:20:01.112
  !MESSAGE resolved dependencies of /home/nigel/jibx/jibxws/build/ivy.xml
 =
  Note the resolved dependencies message is duplicated here on successful 
 startup. 

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



[jira] Commented: (IVYDE-88) Add new target to build.xml to build the plugin with Ant

2008-03-26 Thread Maarten Coene (JIRA)

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

Maarten Coene commented on IVYDE-88:


There are some eclipse libraries on gump, I'm not sure if they will contain the 
ant tasks:
http://vmgump.apache.org/gump/public/eclipse/eclipse/index.html

 Add new target to build.xml to build the plugin with Ant
 

 Key: IVYDE-88
 URL: https://issues.apache.org/jira/browse/IVYDE-88
 Project: IvyDE
  Issue Type: Improvement
Reporter: Maarten Coene

 In order to add IvyDE to gump, we need an Ant target to create the plugin.
 In addition, this target could be very usefull for people wanting to build 
 the plugin theirself.

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



[jira] Commented: (IVYDE-88) Add new target to build.xml to build the plugin with Ant

2008-03-26 Thread Xavier Hanin (JIRA)

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

Xavier Hanin commented on IVYDE-88:
---

We need to have this to ease our releases too. If we can avoid the dependency 
on eclipse ant tasks I think it would be easier to use by people. BTW I think 
eclipse provides two ways to create an ant script to build a plugin, one of the 
two does not use eclipse tasks, but generates ugly code.

So I see several options:
- use eclipse ant tasks, and resolve the dependency on those tasks before using 
them (maybe we could use Ivy for that, but we have to see if a complete install 
is required)
- use eclipse generated build file
- manually add the target to our build.xml

The third isn't that complex and we keep control over the process (which allow 
to automatically generate a version like we do in Ivy build). The problem is 
that it isn't synchronize with build information provided to eclipse, so we 
have duplicates in maintenance. The first option require to clear out the 
dependency on eclipse for the build. I see no advantage in option 2.


 Add new target to build.xml to build the plugin with Ant
 

 Key: IVYDE-88
 URL: https://issues.apache.org/jira/browse/IVYDE-88
 Project: IvyDE
  Issue Type: Improvement
Reporter: Maarten Coene

 In order to add IvyDE to gump, we need an Ant target to create the plugin.
 In addition, this target could be very usefull for people wanting to build 
 the plugin theirself.

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



[jira] Updated: (IVYDE-43) [PATCH] New resolver allows project linking within the workspace

2008-03-26 Thread JIRA

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

Nicolas Lalevée updated IVYDE-43:
-

Attachment: IVYDE-43-r641334.patch

In order to not loose Eugene code, here is an updated version of the patch. I 
didn't tested thought. But I fear some classpath issues in the suggested 
solution since Ivy and IvyDE are two seperated bundles. Ivy would instanciate 
the WorkspaceResolver whereas it actually is in IvyDE.

 [PATCH] New resolver allows project linking within the workspace
 

 Key: IVYDE-43
 URL: https://issues.apache.org/jira/browse/IVYDE-43
 Project: IvyDE
  Issue Type: New Feature
  Components: classpath container
Reporter: Eugene Goldfarb
Assignee: Xavier Hanin
 Attachments: IVYDE-43-r641334.patch, ivyde-43.patch, 
 ivyde-example-censored.JPG, ivyde-example-censored.JPG


 I've been dreaming and tinkering with this idea for a while, and it finally 
 evolved into these changes.
 This introduces a new plugin - called WorkspaceResolver.
 DISCLAIMER: These changes should NOT change how IVYDE works unless the new 
 resolver is set up in the Ivy configuration file.  Therefore, it should be 
 safe to use with any existing Ivy configuration.  The only potential issue 
 would occur if you are using artifacts of type project, since I'm treating 
 those differently.
 When used with my custom IvyClasspathContainer changes, the WorkspaceResolver 
 will link dependent projects when they are open in the same workspace, 
 allowing full-fledged linked project functionality Eclipse provides, such as 
 incremental compilation, debugging, mouseover javadoc pop-ups, and source 
 browsing across projects.
  
  The resolver will not work until it is properly configured, see instructions 
 below.
 I attached the patch against IvyDE 1.2 rev. 605.  It also includes the minor 
 console logging changes I submitted with IVYDE-39.  Please let me know what 
 you think and if there are any major issues or suggestions.
  
  How it works:
  During a resolve, if the WorkspaceResolver is in the resolve chain (see 
 below how to set it up), it looks at all open projects in the workspace that 
 have Ivy containers.
  The first project that publishes the module on which the project being 
 resolved depends, will be picked and returned as a special type of artifact 
 called project.
  The IvyClasspathContainer will recognize the artifact as a project and put 
 the eclipse project as a dependent project within the classpath container of 
 the parent.  I will attach the screenshot to show this.
  
  If you do not want a project to be linked as a dependency, close it or 
 delete from the workspace.
  As soon as you do that, any projects that were linked to it will 
 automatically re-resolve (using  WorkspaceResourceChangeListener) (if that 
 preference is enabled) and use the standard Ivy means of finding the 
 dependency.
  
  I am also planning to have the WorkspaceResourceChangeListener auto-resolve 
 when a new project is added or opened, so opening a project will 
 automatically link it into the currently open projects where necessary.  This 
 has been problematic, since I cannot seem to catch the right event when a 
 project is open.
  
 Some limitations and potential issues:
 1)  Since the resolver is not aware which module revision an eclipse project 
 is publishing (we never put the version inside the info tag of a project's 
 ivy.xml), it optimistically matches any revision of the module.
 2) Since the resolver stops after finding the first open project which 
 matches the module, having multiple open versions of the same project in the 
 workspace (for example, different branches) may set the wrong version as a 
 dependency.
  You are advised to only open the version of the project which you want other 
 projects in the workspace to depend on.
  
 3)  NOTE: Transitive dependencies are not passed from the dependent project 
 to the parent when projects are linked.  If you find you are missing some 
 transitive dependencies, just set your dependent eclipse project to export 
 its ivy dependencies.
(Project-Properties-Java Build Path-Order and Export- check the ivy 
 container)
This will only export the configuration(s) that project is using and not 
 what a dependent project may ask for when it's being resolved.  To do that, 
 this resolver will need to be modified to pass transitive dependencies along.
  How to set it up
  Set up a custom resolver in the resolve chain (see example below),
  
Usage Example:
  
Suppose you have a main ivyconf.xml which sets up all your resolvers to be
executed at command-line.
  
   1) Create a new file which includes your main ivyconf.xml file
   2) Define the custom eclipse resolver type.
   3) Create a simple chain 

[jira] Commented: (IVY-785) Problem with vfs ftp and dynamic revisions

2008-03-26 Thread Xavier Hanin (JIRA)

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

Xavier Hanin commented on IVY-785:
--

I just found that, which may help to get some of the bundles we need:
http://wiki.eclipse.org/Orbit_Bundles

 Problem with vfs ftp and dynamic revisions
 --

 Key: IVY-785
 URL: https://issues.apache.org/jira/browse/IVY-785
 Project: Ivy
  Issue Type: Bug
Affects Versions: 2.0.0-beta-2
 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, ivy_console_log2.txt, IVYDE-87-r639596.patch, 
 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 
 

[jira] Commented: (IVY-785) Problem with vfs ftp and dynamic revisions

2008-03-26 Thread JIRA

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

Nicolas Lalevée commented on IVY-785:
-

Yep, every required bundle is on Orbit, except common-vfs. See the URLs I 
posted ;)
There is also the OSGI repository :
http://www.osgi.org/Repository/HomePage?cmd=browsekeywords=commonssubmit=search


 Problem with vfs ftp and dynamic revisions
 --

 Key: IVY-785
 URL: https://issues.apache.org/jira/browse/IVY-785
 Project: Ivy
  Issue Type: Bug
Affects Versions: 2.0.0-beta-2
 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, ivy_console_log2.txt, IVYDE-87-r639596.patch, 
 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 

[jira] Commented: (IVY-785) Problem with vfs ftp and dynamic revisions

2008-03-26 Thread Xavier Hanin (JIRA)

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

Xavier Hanin commented on IVY-785:
--

Sorry, I missed your comment, you beat me on this :-).
And thanks for the link to OSGi repository, it seems to be a good resource.

 Problem with vfs ftp and dynamic revisions
 --

 Key: IVY-785
 URL: https://issues.apache.org/jira/browse/IVY-785
 Project: Ivy
  Issue Type: Bug
Affects Versions: 2.0.0-beta-2
 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, ivy_console_log2.txt, IVYDE-87-r639596.patch, 
 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 

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

2008-03-26 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 11 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: 25 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-26032008.jar:/srv/gump/public/workspace/ant-antlibs/dotnet/build/ant-dotnet-26032008.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.02 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.526 sec
[au:antunit] Target: testWSDL took 1.519 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.727 sec
[au:antunit] Target: testCSC took 0.706 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.259 sec
[au:antunit] Target: test-passing took 0.004 sec
[au:antunit] Target: test-failing took 0.002 sec
[au:antunit] Target: test-failing-errorproperty took 0.143 sec
[au:antunit] Target: test-failing-with-fail took 0.007 sec
[au:antunit] Target: test-no-assembly took 0.01 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.452 sec
[au:antunit] Target: testCSCintrinsicFileset took 0.755 sec
[au:antunit] Target: testCSCresponseFile took 0.698 sec
[au:antunit] Target: testILASM took 0.689 sec
[au:antunit] Target: testCSCdll took 0.607 sec
[au:antunit] Target: testILDASM took 0.795 sec
[au:antunit] Target: testILDASM_empty took 0.105 sec
[au:antunit] Target: testJsharp took 0.018 sec
[au:antunit] Target: testCSCResources took 0.798 sec
[au:antunit] Target: testCSC took 0.768 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.488 sec
[au:antunit] Target: testSchemaMustBeSet took 0.141 sec
[au:antunit] Target: testLocalWsdlVB took 0.02 sec
[au:antunit] Target: testInvalidExtraOps took 0.01 sec
[au:antunit] Target: testSrcIsMissing took 0.015 sec
[au:antunit] Target: testNoParams took 0.02 sec
[au:antunit] Target: testBothSrc took 0.013 sec
[au:antunit] Target: testSchemaFileMustHaveOneOptionOnly took 0.015 sec
[au:antunit] Target: testLocalWsdl took 1.325 sec
[au:antunit] Target: testSrcIsDir took 0.07 sec
[au:antunit] Target: testLocalWsdlServerVB took 0.089 sec
[au:antunit] Target: testLocalWsdlServer took 1.513 sec
[au:antunit] Target: testNoSrc took 0.021 sec
[au:antunit] Target: 

svn commit: r641481 - in /ant/antlibs/common/trunk: build.xml stylesheets/changes2readmehtml.xsl stylesheets/changes2whatsnew.xsl stylesheets/contributors.xsl

2008-03-26 Thread bodewig
Author: bodewig
Date: Wed Mar 26 11:55:32 2008
New Revision: 641481

URL: http://svn.apache.org/viewvc?rev=641481view=rev
Log:
Add license

Modified:
ant/antlibs/common/trunk/build.xml
ant/antlibs/common/trunk/stylesheets/changes2readmehtml.xsl
ant/antlibs/common/trunk/stylesheets/changes2whatsnew.xsl
ant/antlibs/common/trunk/stylesheets/contributors.xsl

Modified: ant/antlibs/common/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/ant/antlibs/common/trunk/build.xml?rev=641481r1=641480r2=641481view=diff
==
--- ant/antlibs/common/trunk/build.xml (original)
+++ ant/antlibs/common/trunk/build.xml Wed Mar 26 11:55:32 2008
@@ -1,21 +1,19 @@
 ?xml version=1.0?
 !--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  License); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
- 
-  http://www.apache.org/licenses/LICENSE-2.0
-  
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the License); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an AS IS BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
 --
 project name=common
 

Modified: ant/antlibs/common/trunk/stylesheets/changes2readmehtml.xsl
URL: 
http://svn.apache.org/viewvc/ant/antlibs/common/trunk/stylesheets/changes2readmehtml.xsl?rev=641481r1=641480r2=641481view=diff
==
--- ant/antlibs/common/trunk/stylesheets/changes2readmehtml.xsl (original)
+++ ant/antlibs/common/trunk/stylesheets/changes2readmehtml.xsl Wed Mar 26 
11:55:32 2008
@@ -1,4 +1,20 @@
 ?xml version=1.0 encoding=utf-8?
+!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the License); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an AS IS BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+--
 xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
 version=1.0
 

Modified: ant/antlibs/common/trunk/stylesheets/changes2whatsnew.xsl
URL: 
http://svn.apache.org/viewvc/ant/antlibs/common/trunk/stylesheets/changes2whatsnew.xsl?rev=641481r1=641480r2=641481view=diff
==
--- ant/antlibs/common/trunk/stylesheets/changes2whatsnew.xsl (original)
+++ ant/antlibs/common/trunk/stylesheets/changes2whatsnew.xsl Wed Mar 26 
11:55:32 2008
@@ -1,4 +1,20 @@
 ?xml version=1.0 encoding=utf-8?
+!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the License); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an AS IS BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the 

svn commit: r641483 - in /ant/antlibs/antunit/trunk: changes.xml contributors.xml version.properties

2008-03-26 Thread bodewig
Author: bodewig
Date: Wed Mar 26 12:00:21 2008
New Revision: 641483

URL: http://svn.apache.org/viewvc?rev=641483view=rev
Log:
Add license

Modified:
ant/antlibs/antunit/trunk/changes.xml
ant/antlibs/antunit/trunk/contributors.xml
ant/antlibs/antunit/trunk/version.properties

Modified: ant/antlibs/antunit/trunk/changes.xml
URL: 
http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/changes.xml?rev=641483r1=641482r2=641483view=diff
==
--- ant/antlibs/antunit/trunk/changes.xml (original)
+++ ant/antlibs/antunit/trunk/changes.xml Wed Mar 26 12:00:21 2008
@@ -1,4 +1,20 @@
 ?xml version=1.0 encoding=utf-8?
+!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the License); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an AS IS BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+--
 !DOCTYPE document
 [
 !ELEMENT document (properties?, release+)

Modified: ant/antlibs/antunit/trunk/contributors.xml
URL: 
http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/contributors.xml?rev=641483r1=641482r2=641483view=diff
==
--- ant/antlibs/antunit/trunk/contributors.xml (original)
+++ ant/antlibs/antunit/trunk/contributors.xml Wed Mar 26 12:00:21 2008
@@ -1,4 +1,20 @@
 ?xml version=1.0 encoding=utf-8?
+!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the License); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an AS IS BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+--
 !DOCTYPE contributors
 [
 !ELEMENT name (first?, middle?, last)

Modified: ant/antlibs/antunit/trunk/version.properties
URL: 
http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/version.properties?rev=641483r1=641482r2=641483view=diff
==
--- ant/antlibs/antunit/trunk/version.properties (original)
+++ ant/antlibs/antunit/trunk/version.properties Wed Mar 26 12:00:21 2008
@@ -1 +1,15 @@
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the License); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an AS IS BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
 artifact.version=1.1alpha




svn commit: r641488 - in /ant/antlibs/dotnet/trunk: ./ src/tests/antunit/ src/tests/antunit/src/ src/tests/antunit/wsdl/

2008-03-26 Thread bodewig
Author: bodewig
Date: Wed Mar 26 12:06:53 2008
New Revision: 641488

URL: http://svn.apache.org/viewvc?rev=641488view=rev
Log:
Add license

Modified:
ant/antlibs/dotnet/trunk/changes.xml
ant/antlibs/dotnet/trunk/contributors.xml
ant/antlibs/dotnet/trunk/src/tests/antunit/old-core-test.xml
ant/antlibs/dotnet/trunk/src/tests/antunit/src/HelloWorld.wsdl
ant/antlibs/dotnet/trunk/src/tests/antunit/src/example.il
ant/antlibs/dotnet/trunk/src/tests/antunit/src/example2.il
ant/antlibs/dotnet/trunk/src/tests/antunit/wsdl/StockQuoteService.wsdl
ant/antlibs/dotnet/trunk/src/tests/antunit/wsdl2dotnet-test.xml
ant/antlibs/dotnet/trunk/version.properties

Modified: ant/antlibs/dotnet/trunk/changes.xml
URL: 
http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/changes.xml?rev=641488r1=641487r2=641488view=diff
==
--- ant/antlibs/dotnet/trunk/changes.xml (original)
+++ ant/antlibs/dotnet/trunk/changes.xml Wed Mar 26 12:06:53 2008
@@ -1,4 +1,20 @@
 ?xml version=1.0 encoding=utf-8?
+!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the License); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an AS IS BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+--
 !DOCTYPE document
 [
 !ELEMENT document (properties?, release+)

Modified: ant/antlibs/dotnet/trunk/contributors.xml
URL: 
http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/contributors.xml?rev=641488r1=641487r2=641488view=diff
==
--- ant/antlibs/dotnet/trunk/contributors.xml (original)
+++ ant/antlibs/dotnet/trunk/contributors.xml Wed Mar 26 12:06:53 2008
@@ -1,4 +1,20 @@
 ?xml version=1.0 encoding=utf-8?
+!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the License); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an AS IS BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+--
 !DOCTYPE contributors
 [
 !ELEMENT name (first?, middle?, last)
@@ -62,4 +78,4 @@
 firstSteve/first
 lastLoughran/last
   /name
-/contributors
\ No newline at end of file
+/contributors

Modified: ant/antlibs/dotnet/trunk/src/tests/antunit/old-core-test.xml
URL: 
http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/antunit/old-core-test.xml?rev=641488r1=641487r2=641488view=diff
==
--- ant/antlibs/dotnet/trunk/src/tests/antunit/old-core-test.xml (original)
+++ ant/antlibs/dotnet/trunk/src/tests/antunit/old-core-test.xml Wed Mar 26 
12:06:53 2008
@@ -1,5 +1,20 @@
 ?xml version=1.0?
+!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the License); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
 
+   http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an AS IS BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+--
 project name=dotnet basedir=. default=init
   xmlns:dn=antlib:org.apache.ant.dotnet
   xmlns:au=antlib:org.apache.ant.antunit

Modified: ant/antlibs/dotnet/trunk/src/tests/antunit/src/HelloWorld.wsdl
URL: 

svn commit: r641496 - in /ant/sandbox/antlibs/debian/trunk: ./ src/tests/antunit/

2008-03-26 Thread bodewig
Author: bodewig
Date: Wed Mar 26 12:20:01 2008
New Revision: 641496

URL: http://svn.apache.org/viewvc?rev=641496view=rev
Log:
Add license

Modified:
ant/sandbox/antlibs/debian/trunk/contributors.xml
ant/sandbox/antlibs/debian/trunk/libraries.properties
ant/sandbox/antlibs/debian/trunk/src/tests/antunit/build-test.xml
ant/sandbox/antlibs/debian/trunk/src/tests/antunit/checksum-test.xml
ant/sandbox/antlibs/debian/trunk/src/tests/antunit/controlfile-test.xml
ant/sandbox/antlibs/debian/trunk/src/tests/antunit/install-test.xml
ant/sandbox/antlibs/debian/trunk/src/tests/antunit/remove-test.xml
ant/sandbox/antlibs/debian/trunk/version.properties

Modified: ant/sandbox/antlibs/debian/trunk/contributors.xml
URL: 
http://svn.apache.org/viewvc/ant/sandbox/antlibs/debian/trunk/contributors.xml?rev=641496r1=641495r2=641496view=diff
==
--- ant/sandbox/antlibs/debian/trunk/contributors.xml (original)
+++ ant/sandbox/antlibs/debian/trunk/contributors.xml Wed Mar 26 12:20:01 2008
@@ -1,4 +1,20 @@
 ?xml version=1.0 encoding=utf-8?
+!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the License); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an AS IS BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+--
 !DOCTYPE contributors
 [
 !ELEMENT name (first?, middle?, last)
@@ -18,4 +34,4 @@
 firstKevin/first
 lastJackson/last
   /name
-/contributors
\ No newline at end of file
+/contributors

Modified: ant/sandbox/antlibs/debian/trunk/libraries.properties
URL: 
http://svn.apache.org/viewvc/ant/sandbox/antlibs/debian/trunk/libraries.properties?rev=641496r1=641495r2=641496view=diff
==
--- ant/sandbox/antlibs/debian/trunk/libraries.properties (original)
+++ ant/sandbox/antlibs/debian/trunk/libraries.properties Wed Mar 26 12:20:01 
2008
@@ -1 +1,15 @@
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the License); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an AS IS BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
 artifact.version=1.0-beta-SNAPSHOT

Modified: ant/sandbox/antlibs/debian/trunk/src/tests/antunit/build-test.xml
URL: 
http://svn.apache.org/viewvc/ant/sandbox/antlibs/debian/trunk/src/tests/antunit/build-test.xml?rev=641496r1=641495r2=641496view=diff
==
--- ant/sandbox/antlibs/debian/trunk/src/tests/antunit/build-test.xml (original)
+++ ant/sandbox/antlibs/debian/trunk/src/tests/antunit/build-test.xml Wed Mar 
26 12:20:01 2008
@@ -1,4 +1,20 @@
 ?xml version=1.0?
+!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the License); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an AS IS BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+--
 project default=all basedir=../../../..
   xmlns:au=antlib:org.apache.ant.antunit
   xmlns:deb=antlib:org.apache.ant.debian
@@ -49,4 +65,4 @@
   au:plainlistener/
 /au:antunit
   /target
-/project
\ No newline at end of file
+/project

Modified: 

svn commit: r641501 - in /ant/sandbox/antlibs/gendoc: LICENSE NOTICE build.xml manual.xsl manual/ant.xml manual/mkdir.xml whatsnew.xml whatsnew.xsl

2008-03-26 Thread bodewig
Author: bodewig
Date: Wed Mar 26 12:23:47 2008
New Revision: 641501

URL: http://svn.apache.org/viewvc?rev=641501view=rev
Log:
Add license

Added:
ant/sandbox/antlibs/gendoc/LICENSE
  - copied unchanged from r641474, ant/antlibs/common/trunk/LICENSE
ant/sandbox/antlibs/gendoc/NOTICE
  - copied, changed from r641474, ant/antlibs/common/trunk/NOTICE.template
Modified:
ant/sandbox/antlibs/gendoc/build.xml
ant/sandbox/antlibs/gendoc/manual.xsl
ant/sandbox/antlibs/gendoc/manual/ant.xml
ant/sandbox/antlibs/gendoc/manual/mkdir.xml
ant/sandbox/antlibs/gendoc/whatsnew.xml
ant/sandbox/antlibs/gendoc/whatsnew.xsl

Copied: ant/sandbox/antlibs/gendoc/NOTICE (from r641474, 
ant/antlibs/common/trunk/NOTICE.template)
URL: 
http://svn.apache.org/viewvc/ant/sandbox/antlibs/gendoc/NOTICE?p2=ant/sandbox/antlibs/gendoc/NOTICEp1=ant/antlibs/common/trunk/NOTICE.templater1=641474r2=641501rev=641501view=diff
==
--- ant/antlibs/common/trunk/NOTICE.template (original)
+++ ant/sandbox/antlibs/gendoc/NOTICE Wed Mar 26 12:23:47 2008
@@ -3,8 +3,8 @@
==  the Apache License, Version 2.0==
=
 
-   Apache [PRODUCT_NAME]
-   Copyright [] The Apache Software Foundation
+   Apache Ant GenDoc
+   Copyright 2005 The Apache Software Foundation
 
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).

Modified: ant/sandbox/antlibs/gendoc/build.xml
URL: 
http://svn.apache.org/viewvc/ant/sandbox/antlibs/gendoc/build.xml?rev=641501r1=641500r2=641501view=diff
==
--- ant/sandbox/antlibs/gendoc/build.xml (original)
+++ ant/sandbox/antlibs/gendoc/build.xml Wed Mar 26 12:23:47 2008
@@ -1,4 +1,20 @@
 ?xml version=1.0?
+!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the License); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an AS IS BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+--
 
 !--
 

Modified: ant/sandbox/antlibs/gendoc/manual.xsl
URL: 
http://svn.apache.org/viewvc/ant/sandbox/antlibs/gendoc/manual.xsl?rev=641501r1=641500r2=641501view=diff
==
--- ant/sandbox/antlibs/gendoc/manual.xsl (original)
+++ ant/sandbox/antlibs/gendoc/manual.xsl Wed Mar 26 12:23:47 2008
@@ -1,4 +1,20 @@
 ?xml version=1.0 encoding=UTF-8?
+!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the License); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an AS IS BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+--
 
 xsl:stylesheet version=1.0
 xmlns:m=uri:org.apache.ant:manual

Modified: ant/sandbox/antlibs/gendoc/manual/ant.xml
URL: 
http://svn.apache.org/viewvc/ant/sandbox/antlibs/gendoc/manual/ant.xml?rev=641501r1=641500r2=641501view=diff
==
--- ant/sandbox/antlibs/gendoc/manual/ant.xml (original)
+++ ant/sandbox/antlibs/gendoc/manual/ant.xml Wed Mar 26 12:23:47 2008
@@ -1,4 +1,20 @@
 ?xml version=1.0?
+!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the License); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+   

svn commit: r641503 - in /ant/sandbox/antlibs/http/trunk: libraries.properties src/war/WEB-INF/web.xml src/war/resources/headers.jsp src/war/resources/index.html

2008-03-26 Thread bodewig
Author: bodewig
Date: Wed Mar 26 12:26:58 2008
New Revision: 641503

URL: http://svn.apache.org/viewvc?rev=641503view=rev
Log:
Add license

Modified:
ant/sandbox/antlibs/http/trunk/libraries.properties
ant/sandbox/antlibs/http/trunk/src/war/WEB-INF/web.xml
ant/sandbox/antlibs/http/trunk/src/war/resources/headers.jsp
ant/sandbox/antlibs/http/trunk/src/war/resources/index.html

Modified: ant/sandbox/antlibs/http/trunk/libraries.properties
URL: 
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/libraries.properties?rev=641503r1=641502r2=641503view=diff
==
--- ant/sandbox/antlibs/http/trunk/libraries.properties (original)
+++ ant/sandbox/antlibs/http/trunk/libraries.properties Wed Mar 26 12:26:58 2008
@@ -1 +1,15 @@
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the License); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an AS IS BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
 artifact.version=1.0-alpha-SNAPSHOT

Modified: ant/sandbox/antlibs/http/trunk/src/war/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/war/WEB-INF/web.xml?rev=641503r1=641502r2=641503view=diff
==
--- ant/sandbox/antlibs/http/trunk/src/war/WEB-INF/web.xml (original)
+++ ant/sandbox/antlibs/http/trunk/src/war/WEB-INF/web.xml Wed Mar 26 12:26:58 
2008
@@ -1,5 +1,20 @@
 ?xml version=1.0 encoding=UTF-8?
+!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the License); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
 
+   http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an AS IS BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+--
 !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 
2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd;
 web-app
-/web-app
\ No newline at end of file
+/web-app

Modified: ant/sandbox/antlibs/http/trunk/src/war/resources/headers.jsp
URL: 
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/war/resources/headers.jsp?rev=641503r1=641502r2=641503view=diff
==
--- ant/sandbox/antlibs/http/trunk/src/war/resources/headers.jsp (original)
+++ ant/sandbox/antlibs/http/trunk/src/war/resources/headers.jsp Wed Mar 26 
12:26:58 2008
@@ -1,4 +1,20 @@
 %@ page import=java.util.Enumeration %
+!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the License); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an AS IS BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+--
 %--
 List all headers in the message.
 If you post a header with HTML or javascript in it wont be escaped, which
@@ -35,4 +51,4 @@
 %
 /ol
 /body
-/html
\ No newline at end of file
+/html

Modified: ant/sandbox/antlibs/http/trunk/src/war/resources/index.html
URL: 
http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/trunk/src/war/resources/index.html?rev=641503r1=641502r2=641503view=diff
==
--- ant/sandbox/antlibs/http/trunk/src/war/resources/index.html 

svn commit: r641508 - in /ant/sandbox/antlibs/manual4eclipse: build.properties docs/buildPlugin.html docs/cover.html docs/index.html docs/m4e.html docs/toc.html libraries.properties src/main/org/apach

2008-03-26 Thread bodewig
Author: bodewig
Date: Wed Mar 26 12:36:59 2008
New Revision: 641508

URL: http://svn.apache.org/viewvc?rev=641508view=rev
Log:
Add license and fix line-ends

Modified:
ant/sandbox/antlibs/manual4eclipse/build.properties   (contents, props 
changed)
ant/sandbox/antlibs/manual4eclipse/docs/buildPlugin.html   (contents, props 
changed)
ant/sandbox/antlibs/manual4eclipse/docs/cover.html   (contents, props 
changed)
ant/sandbox/antlibs/manual4eclipse/docs/index.html   (contents, props 
changed)
ant/sandbox/antlibs/manual4eclipse/docs/m4e.html   (contents, props changed)
ant/sandbox/antlibs/manual4eclipse/docs/toc.html   (contents, props changed)
ant/sandbox/antlibs/manual4eclipse/libraries.properties

ant/sandbox/antlibs/manual4eclipse/src/main/org/apache/ant/manual4eclipse/antlib.xml
   (contents, props changed)
ant/sandbox/antlibs/manual4eclipse/src/manual170.patch   (contents, props 
changed)

Modified: ant/sandbox/antlibs/manual4eclipse/build.properties
URL: 
http://svn.apache.org/viewvc/ant/sandbox/antlibs/manual4eclipse/build.properties?rev=641508r1=641507r2=641508view=diff
==
--- ant/sandbox/antlibs/manual4eclipse/build.properties (original)
+++ ant/sandbox/antlibs/manual4eclipse/build.properties Wed Mar 26 12:36:59 2008
@@ -1,6 +1,20 @@
-# Overwrite JavaC properties
-# This AntLib is not part of the Core and only intended for building
-# an Eclipse help plugin from the manual. This AntLib was not designed
-# for other use. So we could use Java5 here (instead of 1.2).
-javac.-source=1.5
-javac.-target=1.5
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the License); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an AS IS BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+# Overwrite JavaC properties
+# This AntLib is not part of the Core and only intended for building
+# an Eclipse help plugin from the manual. This AntLib was not designed
+# for other use. So we could use Java5 here (instead of 1.2).
+javac.-source=1.5
+javac.-target=1.5

Propchange: ant/sandbox/antlibs/manual4eclipse/build.properties
--
svn.eol-style = native

Modified: ant/sandbox/antlibs/manual4eclipse/docs/buildPlugin.html
URL: 
http://svn.apache.org/viewvc/ant/sandbox/antlibs/manual4eclipse/docs/buildPlugin.html?rev=641508r1=641507r2=641508view=diff
==
--- ant/sandbox/antlibs/manual4eclipse/docs/buildPlugin.html (original)
+++ ant/sandbox/antlibs/manual4eclipse/docs/buildPlugin.html Wed Mar 26 
12:36:59 2008
@@ -1,98 +1,98 @@
-!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the License); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an AS IS BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
---
-html
-
-head
-meta http-equiv=Content-Language content=en-us
-link rel=stylesheet type=text/css href=stylesheets/style.css
-titleBuildPlugin Task/title
-/head
-
-body
-
-
-
-h2a name=m4eBuildPlugin/a/h2
-h3Description/h3
-p
-Building an Eclipse Help plugin is more than creating a itoc.xml/i and a 
iplugin.xml/i.
-You have to collect all needed files in the needed file structure and create a 
JAR with OSGi bundle 
-information. Also references between the files should not be go outside the 
structure in a relative way (you could use links like 
ihttp://ant.apache.org/i but no i../images/i). The makro 
ibuildPlugin/i does this work.
-/p
-p
-Mainly the icover.html/i from the Ant Manual loads an image from the site 
directory (../images).
-The link will be modified an the graphic will be copied.
-/p
-
-
-
-h3Parameters/h3
-table 

svn commit: r641510 - in /ant/sandbox/antlibs/props/trunk/src: main/org/apache/ant/props/StaticPrefixedEvaluator.java tests/antunit/nested-test.xml tests/antunit/refs-test.xml tests/antunit/stringops-

2008-03-26 Thread bodewig
Author: bodewig
Date: Wed Mar 26 12:41:23 2008
New Revision: 641510

URL: http://svn.apache.org/viewvc?rev=641510view=rev
Log:
Add license

Modified:

ant/sandbox/antlibs/props/trunk/src/main/org/apache/ant/props/StaticPrefixedEvaluator.java
ant/sandbox/antlibs/props/trunk/src/tests/antunit/nested-test.xml
ant/sandbox/antlibs/props/trunk/src/tests/antunit/refs-test.xml
ant/sandbox/antlibs/props/trunk/src/tests/antunit/stringops-test.xml
ant/sandbox/antlibs/props/trunk/src/tests/antunit/types-test.xml

Modified: 
ant/sandbox/antlibs/props/trunk/src/main/org/apache/ant/props/StaticPrefixedEvaluator.java
URL: 
http://svn.apache.org/viewvc/ant/sandbox/antlibs/props/trunk/src/main/org/apache/ant/props/StaticPrefixedEvaluator.java?rev=641510r1=641509r2=641510view=diff
==
--- 
ant/sandbox/antlibs/props/trunk/src/main/org/apache/ant/props/StaticPrefixedEvaluator.java
 (original)
+++ 
ant/sandbox/antlibs/props/trunk/src/main/org/apache/ant/props/StaticPrefixedEvaluator.java
 Wed Mar 26 12:41:23 2008
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * License); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
 package org.apache.ant.props;
 
 /**

Modified: ant/sandbox/antlibs/props/trunk/src/tests/antunit/nested-test.xml
URL: 
http://svn.apache.org/viewvc/ant/sandbox/antlibs/props/trunk/src/tests/antunit/nested-test.xml?rev=641510r1=641509r2=641510view=diff
==
--- ant/sandbox/antlibs/props/trunk/src/tests/antunit/nested-test.xml (original)
+++ ant/sandbox/antlibs/props/trunk/src/tests/antunit/nested-test.xml Wed Mar 
26 12:41:23 2008
@@ -1,3 +1,20 @@
+?xml version=1.0?
+!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the License); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an AS IS BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+--
 project default=antunit xmlns:au=antlib:org.apache.ant.antunit
  xmlns:props=antlib:org.apache.ant.props
 

Modified: ant/sandbox/antlibs/props/trunk/src/tests/antunit/refs-test.xml
URL: 
http://svn.apache.org/viewvc/ant/sandbox/antlibs/props/trunk/src/tests/antunit/refs-test.xml?rev=641510r1=641509r2=641510view=diff
==
--- ant/sandbox/antlibs/props/trunk/src/tests/antunit/refs-test.xml (original)
+++ ant/sandbox/antlibs/props/trunk/src/tests/antunit/refs-test.xml Wed Mar 26 
12:41:23 2008
@@ -1,3 +1,20 @@
+?xml version=1.0?
+!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the License); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an AS IS BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+--
 project default=antunit xmlns:au=antlib:org.apache.ant.antunit
  xmlns:props=antlib:org.apache.ant.props
   target name=setUp

Modified: ant/sandbox/antlibs/props/trunk/src/tests/antunit/stringops-test.xml
URL: 

[jira] Commented: (IVY-773) Extra Attributes are not available to resolver after resolve if cache was empty

2008-03-26 Thread Scott Hebert (JIRA)

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

Scott Hebert commented on IVY-773:
--

I tried it ... seems to behave differently compared to a dynamic revision.

With a dependency section of 

{code:xml}
dependencies
dependency org=CAE name=TEST2 rev=2.15.0/ 
/dependencies
{code}

I'm getting this warning:

{noformat}
ivy internal error: no node found for CAE#TEST2#MAIN;2.15.0: looked in 
[CAE#TEST1#MAIN;1.0, CAE#TEST2#MAIN;2.15.0, 3rdParties#CAE-Boost#MAIN;1.34.0] 
and root module id was CAE#TEST1#MAIN;1.0
{noformat}

It also mentions a file is being evicted:

{noformat}
:: evicted modules:
3rdParties#CAE-Boost#MAIN;1.34.0 transitively in [default]
-
|  |modules||   artifacts   |
|   conf   | number| search|dwnlded|evicted|| number|dwnlded|
-
|  default |   2   |   2   |   2   |   1   ||   1   |   1   |
-
{noformat}

If I use this:

{code:xml}
dependencies
dependency org=CAE name=TEST2 rev=2.15.+/ 
/dependencies
{code}

There are no errors, evictions or warnings.


{noformat}
:: resolution report :: resolve 791ms :: artifacts dl 1372ms
-
|  |modules||   artifacts   |
|   conf   | number| search|dwnlded|evicted|| number|dwnlded|
-
|  default |   2   |   2   |   2   |   0   ||   2   |   2   |
-
{noformat}

 Extra Attributes are not available to resolver after resolve if cache was 
 empty
 ---

 Key: IVY-773
 URL: https://issues.apache.org/jira/browse/IVY-773
 Project: Ivy
  Issue Type: Bug
  Components: Core
Affects Versions: 2.0.0-beta-2
Reporter: Scott Hebert
Assignee: Xavier Hanin

 _A bit of background_
 I am creating a resolver that I've called *BuddyResolver*. Essentially, I 
 need to enforce an access scheme whereby I only want certain modules to use a 
 module as a dependency. My thought was to add an extra attribute to the info 
 section of an ivy file and have the resolver peek at its attributes to see if 
 the current module is a buddy of the one is trying to download.
 Let me illustrate
 *ComponentA* is published on a repository. The authors have deemed that it is 
 only available to *ComponentB*. 
 *ComponentA* has the following in its +ivy.xml+:
 {code:xml}
 info organisation=ABC module=ComponentA revision=2.15.0 
 status=Development publication=20070919115137 
 buddies=ABC/ComponentB branch=MAIN
 {code} 
 Now *ComponentC* adds *ComponentA* to its dependency section.
 A resolve operation is done and my BuddyResolver attempts to query the extra 
 attributes. If the cache is clean, then the attributes are lost. The method 
 that I using to query this is: 
 *BasicResolver.getDependency(DependencyDescriptor arg0, ResolveData arg1)*. 
 Note, that it is run again with a populated cache, the I can obtain the value 
 of my extra attribute.
 I think I narrowed it down to this line in BasicResolver:
 {code:java}
 281: systemMd.setResolvedModuleRevisionId(resolvedMrid);
 {code}
 This method seems to modify the object *rmr* that is going to be returned by 
 the _getDependency()_ method.
 I'd be happy to provide any information I can to help solve the bug.
 Thanks,
 Scott

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



svn commit: r641554 - /ant/core/trunk/ReleaseInstructions

2008-03-26 Thread bodewig
Author: bodewig
Date: Wed Mar 26 13:31:08 2008
New Revision: 641554

URL: http://svn.apache.org/viewvc?rev=641554view=rev
Log:
update release instructions

Modified:
ant/core/trunk/ReleaseInstructions

Modified: ant/core/trunk/ReleaseInstructions
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/ReleaseInstructions?rev=641554r1=641553r2=641554view=diff
==
--- ant/core/trunk/ReleaseInstructions (original)
+++ ant/core/trunk/ReleaseInstructions Wed Mar 26 13:31:08 2008
@@ -12,13 +12,14 @@
 1.  Propose a release plan for vote.  This should set out the timetable for
 the release under ideal circumstances.  
 
-The issue of whether to create a branch for the release should be discussed
-in the release vote.
+The issue of whether to create a branch for the release should be
+discussed in the release vote.
 
-The level of bugs reported  can delay things. Generally, give a few weeks 
to 
-close the source tree to further changes so people can finalise 
-contributions, etc. At this time, the first beta will be cut and there 
will be 
-then a period of beta testing, usually 1 month but this should be flexible.
+The level of bugs reported can delay things. Generally, give a few
+weeks to close the source tree to further changes so people can
+finalise contributions, etc. At this time, the first beta will be
+cut and there will be then a period of beta testing, usually 1
+month but this should be flexible.
 
 2.  Note that any mention of a deadline causes a flood of bug fixes, new tasks,
 etc.  This needs to be managed as best it can. Some fixes will be applied,
@@ -51,8 +52,8 @@
 
 the first beta on the 1.7 branch has been called 1.7.0Beta1, ...
 
-the project.version property in build.xml governs the output of ant 
-version and
-the naming of the distribution files.
+the project.version property in build.xml governs the output of
+ant -version and the naming of the distribution files.
 
 Update the following files for version number:
 
@@ -84,9 +85,10 @@
 Unable to load
 
 7.  Make sure that your directory tree is clean by running svn status.
-Some tests leave behind leftovers which end up in the source distribution 
otherwise.
+Some tests leave behind leftovers which end up in the source
+distribution otherwise.
 
-8.   Next bootstrap, build and run the tests.  Then build the distribution
+8.  Next bootstrap, build and run the tests.  Then build the distribution
 on the branch. It is important that this be a clean build. Label this with
 a tag ANT_170_B1.
 
@@ -109,8 +111,10 @@
 see http://www.gnupg.org/(en)/documentation/faqs.html#q5.5.
 
 Before you do that, ensure that the key you use is inside the KEYS
-file in Ant's SVN repository - and that you perform a svn update on
-the KEYS file in /www/www.apache.org/dist/ant/
+file in Ant's SVN repository
+https://svn.apache.org/repos/asf/ant/antlibs/common/trunk/KEYS -
+and that you perform a svn update on the KEYS file in
+/www/www.apache.org/dist/ant/common
 
 Also make sure you have sent the key that you use to a public
 keyserver.
@@ -128,29 +132,35 @@
 
 Name the generated file RELEASE-NOTES-x.y.z.html.
 
-Change the title to something like Release Notes of Apache Ant 
1.7.0Beta2 (from the default txt2html)
+Change the title to something like Release Notes of Apache Ant
+1.7.0Beta2 (from the default txt2html)
 
 [[ TODO: This must perhaps be an Ant task. ]]
 
-12. Once this is uploaded, unpack things, create the release directory,
+12. Once this is uploaded, unpack things in your home directory
+and call for a release vote on [EMAIL PROTECTED]  The vote will only pass
+if at least three PMC members have voted +1 and more +1s than -1s
+have been cast.  The vote will run for a week.
+
+13. Once the vote has passed, create the release directory,
 something like v1.7.0Beta1, push the release and RELEASE-NOTES files
 into this directory.  Create a symbolic link named README.html
 that points to the RELEASE-NOTES.
 
-The files should go to /www/people.apache.org/dist/ant/ on 
people.apache.org.
+The files should go to /www/www.apache.org/dist/ant/ on people.apache.org.
 
-13. Address the available release tags in BugZilla. Create a new tag 
1.7.0Beta1.
+14. Address the available release tags in BugZilla. Create a new tag 
1.7.0Beta1.
 If there is a separate main branch, create a 1.8alpha tag.
 Assign all existing 1.7 alpha bugs to 1.7.0Beta1.
 Note that such massive changes can be done at once by choosing the
 link Change several bugs at once at the bottom of the bug list
 displaying the 1.7alpha bugs.
 
-14. Once that is done, do a test download to make sure everything is OK. A
+15. Once that is done, do a test download to make sure everything is OK. A
 common 

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

2008-03-26 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 11 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 11 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-26032008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-26032008.jar:/srv/gump/public/workspace/apache-commons/net/dist/commons-net-26032008.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-26032008.jar:/srv/gump/public/workspace/jakarta-
 
oro/jakarta-oro-26032008.jar:/srv/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-26032008.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-26032008.jar:/srv/gump/public/workspace/junit/dist/junit-26032008.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_26032008/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-26032008.jar
-

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

2008-03-26 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-no-xerces has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 11 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-no-xerces :  Java based build tool


Full details are available at:
http://vmgump.apache.org/gump/public/ant/test-ant-no-xerces/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-no-xerces/gump_work/build_ant_test-ant-no-xerces.html
Work Name: build_ant_test-ant-no-xerces (Type: Build)
Work ended in a state of : Failed
Elapsed: 11 mins 34 secs
Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true 
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-26032008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-26032008.jar:/srv/gump/public/workspace/apache-commons/net/dist/commons-net-26032008.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-26032008.jar:/srv/gump/public/workspace/jakarta-
 
oro/jakarta-oro-26032008.jar:/srv/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-26032008.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-26032008.jar:/srv/gump/public/workspace/junit/dist/junit-26032008.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_26032008/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.ja
 
r:/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-26032008.jar
-
[au:antunit] Target: testresource took 0.05 sec
[au:antunit] Target: testpath took 0.015 sec
[au:antunit] Target: testfilelist took 0.01 sec
[au:antunit] Target: testpropertyset took 0.014 sec
[au:antunit] Target: testintersect took 0.011 sec
[au:antunit] Target: testzipfileset took 0.045 

svn commit: r641617 - in /ant/ivy/core/trunk: ivy.xml test/java/org/apache/ivy/ant/IvyAntSettingsBuildFile.xml test/java/org/apache/ivy/ant/IvyAntSettingsBuildFileTest.java

2008-03-26 Thread maartenc
Author: maartenc
Date: Wed Mar 26 15:44:06 2008
New Revision: 641617

URL: http://svn.apache.org/viewvc?rev=641617view=rev
Log:
Added junit tests for IVY-771.

Added:
ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyAntSettingsBuildFile.xml

ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyAntSettingsBuildFileTest.java
Modified:
ant/ivy/core/trunk/ivy.xml

Modified: ant/ivy/core/trunk/ivy.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/ivy.xml?rev=641617r1=641616r2=641617view=diff
==
--- ant/ivy/core/trunk/ivy.xml (original)
+++ ant/ivy/core/trunk/ivy.xml Wed Mar 26 15:44:06 2008
@@ -50,6 +50,8 @@
!-- Test dependencies --
dependency org=junit name=junit rev=3.8.2 
conf=test-default /
dependency org=commons-lang name=commons-lang 
rev=[1.0,3.0[ conf=test-default /
+   dependency org=org.apache.ant name=ant-testutil 
rev=1.7.0 conf=test-default transitive=false /
+   dependency org=ant name=ant-launcher rev=1.6 
conf=test-default transitive=false/

!-- This dependency is necessary for having validation in 
junit tests when running with JDK1.4 --
dependency org=xerces name=xercesImpl rev=2.6.2 
conf=test-default /

Added: 
ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyAntSettingsBuildFile.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyAntSettingsBuildFile.xml?rev=641617view=auto
==
--- ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyAntSettingsBuildFile.xml 
(added)
+++ ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyAntSettingsBuildFile.xml 
Wed Mar 26 15:44:06 2008
@@ -0,0 +1,37 @@
+!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   License); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+--
+project xmlns:ivy=antlib:org.apache.ivy.ant basedir=../../../../../..
+  target name=setUp
+property name=ivy.cache.repository value=build/cache /
+  /target
+
+  target name=tearDown
+   delete dir=build/cache /
+  /target
+
+  target name=testOverrideNotSpecified
+   ivy:settings id=test1 file=test/repositories/ivysettings.xml /
+   ivy:resolve settingsRef=test1 
file=test/java/org/apache/ivy/ant/ivy-simple.xml /
+  /target
+
+  target name=testOverrideSetToFalse
+   ivy:settings id=test2 file=test/repositories/ivysettings.xml 
override=false /
+   ivy:resolve settingsRef=test2 
file=test/java/org/apache/ivy/ant/ivy-simple.xml /
+  /target
+/project
\ No newline at end of file

Added: 
ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyAntSettingsBuildFileTest.java
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyAntSettingsBuildFileTest.java?rev=641617view=auto
==
--- 
ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyAntSettingsBuildFileTest.java
 (added)
+++ 
ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyAntSettingsBuildFileTest.java
 Wed Mar 26 15:44:06 2008
@@ -0,0 +1,45 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the License); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an AS IS BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ *
+ */
+package org.apache.ivy.ant;
+
+import org.apache.ivy.core.report.ResolveReport;
+import org.apache.tools.ant.BuildFileTest;
+
+public class IvyAntSettingsBuildFileTest extends BuildFileTest {
+
+protected void setUp() throws Exception {
+

[jira] Resolved: (IVY-771) ivy:settings fails when override is not set to 'true'

2008-03-26 Thread Maarten Coene (JIRA)

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

Maarten Coene resolved IVY-771.
---

Resolution: Fixed

Added junit test, so I'll mark this issue as resolved.

 ivy:settings fails when override is not set to 'true'
 -

 Key: IVY-771
 URL: https://issues.apache.org/jira/browse/IVY-771
 Project: Ivy
  Issue Type: Bug
  Components: Ant
Affects Versions: 2.0.0-beta-2
 Environment: Windows XP
Reporter: Carlton Brown
Assignee: Maarten Coene
Priority: Minor
 Fix For: 2.0-RC1

 Attachments: ant-diagnostics.txt, build-wrapper.xml


 Call to ivy:settings results in different errors if override is not 
 explicitly set to 'true'.   The failure behavior depends whether override is 
 set to false or not set at all.
 These tests both call the target resolve-dependencies which depends on a 
 target  bootstrap-ivy.  The ivy:settings only gets called from 
 bootstrap-ivy.
 If override is not set at all, this is the error:
 C:\allworkspaces\ivy-poc\hellorm\hello-A\src\build-wrapper.xml:47: overriding 
 a previous definition of ivy:settings with the id 'module-settings' is not 
 allowed when using override='notallowed'.
   at org.apache.ivy.ant.IvyAntSettings.execute(IvyAntSettings.java:262)
 If override is set to 'false', I get this error:
 C:\allworkspaces\ivy-poc\hellorm\hello-A\src\build-wrapper.xml:47: 
 java.lang.NullPointerException
   at org.apache.tools.ant.Task.perform(Task.java:357)
   at 
 org.apache.ivy.ant.IvyAntSettings.getConfiguredIvyInstance(IvyAntSettings.java:249).

 This test calls the target bootstrap-ivy directly.   The behavior is same 
 as above if I don't set override.   However, if I set override to false, I 
 don't get the NPE anymore, I get a warning about the settings already being 
 defined:
 [ivy:settings] a settings definition is already available for 
 module-settings: skipping

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



svn commit: r641704 - in /ant/antlibs/svn/trunk: contributors.xml libraries.properties

2008-03-26 Thread bodewig
Author: bodewig
Date: Wed Mar 26 21:51:22 2008
New Revision: 641704

URL: http://svn.apache.org/viewvc?rev=641704view=rev
Log:
Add license

Modified:
ant/antlibs/svn/trunk/contributors.xml
ant/antlibs/svn/trunk/libraries.properties

Modified: ant/antlibs/svn/trunk/contributors.xml
URL: 
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/contributors.xml?rev=641704r1=641703r2=641704view=diff
==
--- ant/antlibs/svn/trunk/contributors.xml (original)
+++ ant/antlibs/svn/trunk/contributors.xml Wed Mar 26 21:51:22 2008
@@ -1,4 +1,20 @@
 ?xml version=1.0 encoding=utf-8?
+!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the License); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an AS IS BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+--
 !DOCTYPE contributors
 [
 !ELEMENT name (first?, middle?, last)
@@ -31,4 +47,4 @@
 firstSteve/first
 lastLoughran/last
   /name
-/contributors
\ No newline at end of file
+/contributors

Modified: ant/antlibs/svn/trunk/libraries.properties
URL: 
http://svn.apache.org/viewvc/ant/antlibs/svn/trunk/libraries.properties?rev=641704r1=641703r2=641704view=diff
==
--- ant/antlibs/svn/trunk/libraries.properties (original)
+++ ant/antlibs/svn/trunk/libraries.properties Wed Mar 26 21:51:22 2008
@@ -1 +1,15 @@
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the License); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+# 
+#  http://www.apache.org/licenses/LICENSE-2.0
+# 
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an AS IS BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
 artifact.version=1.0-beta-SNAPSHOT