svn commit: r636640 - /ant/core/branches/ANT_17_BRANCH/docs/manual/credits.html

2008-03-13 Thread kevj
Author: kevj
Date: Wed Mar 12 23:11:28 2008
New Revision: 636640

URL: http://svn.apache.org/viewvc?rev=636640view=rev
Log:
-fix with entities

Modified:
ant/core/branches/ANT_17_BRANCH/docs/manual/credits.html

Modified: ant/core/branches/ANT_17_BRANCH/docs/manual/credits.html
URL: 
http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/docs/manual/credits.html?rev=636640r1=636639r2=636640view=diff
==
--- ant/core/branches/ANT_17_BRANCH/docs/manual/credits.html (original)
+++ ant/core/branches/ANT_17_BRANCH/docs/manual/credits.html Wed Mar 12 
23:11:28 2008
@@ -43,9 +43,9 @@
   liBill Kelly (a href=mailto:[EMAIL PROTECTED][EMAIL 
PROTECTED]/a)/li
   liMartijn Kruithof/li
   liArnout J. Kuiper (a href=mailto:[EMAIL PROTECTED][EMAIL 
PROTECTED]/a)/li
-  liAntoine Levy-Lambert/li
+  liAntoine Leacute;vy-Lambert/li
   liConor MacNeill/li
-  liJan Matèrne/li
+  liJan Mategrave;rne/li
   liStefano Mazzocchi (a href=mailto:[EMAIL PROTECTED][EMAIL 
PROTECTED]/a)/li
   liErik Meade (a href=mailto:[EMAIL PROTECTED][EMAIL 
PROTECTED]/a)/li
   liSam Ruby (a href=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/a)/li




[jira] Created: (IVYDE-85) On classpath issues the user is not notified

2008-03-13 Thread JIRA
On classpath issues the user is not notified


 Key: IVYDE-85
 URL: https://issues.apache.org/jira/browse/IVYDE-85
 Project: IvyDE
  Issue Type: Improvement
Affects Versions: 1.3.0
Reporter: Nicolas Lalevée


The classpath issues from IVY-738 generate an entry in the error log, but 
nothing popup to notify the user that the resolve fails.
Here is the stack trace:
{noformat}
java.lang.reflect.InvocationTargetException
at 
org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:383)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:934)
at 
org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage.AddLibraryToBuildpathAction$1.performFinish(AddLibraryToBuildpathAction.java:126)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:742)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
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.ui.wizards.buildpaths.newsourcepage.AddLibraryToBuildpathAction.run(AddLibraryToBuildpathAction.java:185)
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 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.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)
Caused by: java.lang.NoClassDefFoundError: 
org/apache/commons/vfs/FileSystemException
at org.apache.ivy.plugins.resolver.VfsResolver.init(VfsResolver.java:34)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at org.apache.ivy.util.Configurator.addChild(Configurator.java:560)
at org.apache.ivy.util.Configurator.startCreateChild(Configurator.java:482)
at 
org.apache.ivy.core.settings.XmlSettingsParser.startElement(XmlSettingsParser.java:186)
at 
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:533)
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:878)
at 

[jira] Commented: (IVY-738) Support dynamic revisions with ftp in URLResolver

2008-03-13 Thread JIRA

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

Nicolas Lalevée commented on IVY-738:
-

ah forgot to set the magic Elclipse {{-clean}} argument. Next bundle to find, 
commons-loggin:
{noformat}
Exception in thread Thread-3 java.lang.NoClassDefFoundError: 
org/apache/commons/logging/LogFactory
{noformat}


 Support dynamic revisions with ftp in URLResolver
 -

 Key: IVY-738
 URL: https://issues.apache.org/jira/browse/IVY-738
 Project: Ivy
  Issue Type: Improvement
Affects Versions: 2.0.0-beta-1
 Environment: Eclipse 3.2 and IvyDE 1.2
 Eclipse 3.3 (MyEclipse 6.0.1) and IvyDE 1.3 
 (org.apache.ivyde.eclipse_1.3.0.2007120912.jar)
Reporter: Guillaume
 Attachments: ivy-settings-ivyde1_2.xml, ivy-settings-ivyde1_3.xml, 
 ivy.xml, 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 

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

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

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

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


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

That said, some information snippets are provided here.

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



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

[jira] Created: (IVY-770) MakePom task handling of mulitple artifacts for Maven2

2008-03-13 Thread Paul Wardrip (JIRA)
MakePom task handling of mulitple artifacts for Maven2
--

 Key: IVY-770
 URL: https://issues.apache.org/jira/browse/IVY-770
 Project: Ivy
  Issue Type: Improvement
  Components: Maven Compatibility
Affects Versions: 2.0.0-beta-2
Reporter: Paul Wardrip
Priority: Minor


Maven2 won't create more than one uniquely named artifact for a project, unless 
you set the packaging to pom. Then you have a separate pom for each of the 
artifacts, referencing the project pom with a parent tag. They would get 
deployed like this:

/myorg/mymodule/1.0/mymodule-1.0.pom
/myorg/artifact-core/1.0/artifact-core-1.0.pom
/myorg/artifact-core/1.0/artifact-core-1.0.jar
/myorg/artifact-util/1.0/artifact-util-1.0.pom
/myorg/artifact-util/1.0/artifact-util-1.0.jar

Resolution: Change MakePom task to build separate poms when it detects multiple 
uniquely named artifacts.

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



[jira] Updated: (IVY-770) MakePom task handling of mulitple artifacts for Maven2

2008-03-13 Thread Paul Wardrip (JIRA)

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

Paul Wardrip updated IVY-770:
-

Attachment: apache-ivy-2.0.0-makepom.patch

A patch to handle multiple artifact projects in IvyMakePom

 MakePom task handling of mulitple artifacts for Maven2
 --

 Key: IVY-770
 URL: https://issues.apache.org/jira/browse/IVY-770
 Project: Ivy
  Issue Type: Improvement
  Components: Maven Compatibility
Affects Versions: 2.0.0-beta-2
Reporter: Paul Wardrip
Priority: Minor
 Attachments: apache-ivy-2.0.0-makepom.patch


 Maven2 won't create more than one uniquely named artifact for a project, 
 unless you set the packaging to pom. Then you have a separate pom for each 
 of the artifacts, referencing the project pom with a parent tag. They would 
 get deployed like this:
 /myorg/mymodule/1.0/mymodule-1.0.pom
 /myorg/artifact-core/1.0/artifact-core-1.0.pom
 /myorg/artifact-core/1.0/artifact-core-1.0.jar
 /myorg/artifact-util/1.0/artifact-util-1.0.pom
 /myorg/artifact-util/1.0/artifact-util-1.0.jar
 Resolution: Change MakePom task to build separate poms when it detects 
 multiple uniquely named artifacts.

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



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

2008-03-13 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 97 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- dotnet-antlib-test :  Task and Type Libraries for Apache Ant


Full details are available at:

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

That said, some information snippets are provided here.

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



The following work was performed:
http://vmgump.apache.org/gump/public/ant-antlibs/dotnet-antlib-test/gump_work/build_ant-antlibs_dotnet-antlib-test.html
Work Name: build_ant-antlibs_dotnet-antlib-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 21 secs
Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true 
-Xbootclasspath/p:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar
 org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only 
-Dant-testutil.jar=/srv/gump/public/workspace/ant/build/lib/ant-testutil.jar 
test 
[Working Directory: /srv/gump/public/workspace/ant-antlibs/dotnet]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/ant-antlibs/dotnet/build/test-classes:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant-antlibs/antunit/build/ant-antunit-13032008.jar:/srv/gump/public/workspace/ant-antlibs/dotnet/build/ant-dotnet-13032008.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.044 sec
[au:antunit] Target: test-passing took 0.006 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: 0.913 sec
[au:antunit] Target: testWSDL took 0.888 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.803 sec
[au:antunit] Target: testCSC took 0.78 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.216 sec
[au:antunit] Target: test-passing took 0.003 sec
[au:antunit] Target: test-failing took 0.003 sec
[au:antunit] Target: test-failing-errorproperty took 0.116 sec
[au:antunit] Target: test-failing-with-fail took 0.006 sec
[au:antunit] Target: test-no-assembly took 0.012 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.6 sec
[au:antunit] Target: testCSCintrinsicFileset took 0.791 sec
[au:antunit] Target: testCSCresponseFile took 0.739 sec
[au:antunit] Target: testILASM took 0.857 sec
[au:antunit] Target: testCSCdll took 0.61 sec
[au:antunit] Target: testILDASM took 0.817 sec
[au:antunit] Target: testILDASM_empty took 0.036 sec
[au:antunit] Target: testJsharp took 0.085 sec
[au:antunit] Target: testCSCResources took 0.711 sec
[au:antunit] Target: testCSC took 0.757 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.63 sec
[au:antunit] Target: testSchemaMustBeSet took 0.029 sec
[au:antunit] Target: testLocalWsdlVB took 0.027 sec
[au:antunit] Target: testInvalidExtraOps took 0.007 sec
[au:antunit] Target: testSrcIsMissing took 0.017 sec
[au:antunit] Target: testNoParams took 0.022 sec
[au:antunit] Target: testBothSrc took 0.029 sec
[au:antunit] Target: testSchemaFileMustHaveOneOptionOnly took 0.04 sec
[au:antunit] Target: testLocalWsdl took 1.532 sec
[au:antunit] Target: testSrcIsDir took 0.031 sec
[au:antunit] Target: testLocalWsdlServerVB took 0.01 sec
[au:antunit] Target: testLocalWsdlServer took 1.554 sec
[au:antunit] Target: testNoSrc took 0.024 sec
[au:antunit] Target: 

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

2008-03-13 Thread Carlton Brown (JIRA)

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

Carlton Brown updated IVY-771:
--

Attachment: ant-diagnostics.txt

Ant diagnostics for this run

 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
Priority: Minor
 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.



[jira] Updated: (IVY-772) Add new cache information to resolver doc

2008-03-13 Thread Carlton Brown (JIRA)

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

Carlton Brown updated IVY-772:
--

Attachment: resolver.patch

documentation patch

 Add new cache information to resolver doc
 -

 Key: IVY-772
 URL: https://issues.apache.org/jira/browse/IVY-772
 Project: Ivy
  Issue Type: Bug
  Components: Documentation
Affects Versions: 2.0.0-beta-2
Reporter: Carlton Brown
Priority: Minor
 Attachments: resolver.patch


 Patch attached to add description of cache attribute to resolver doc.

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



[jira] Created: (IVY-772) Add new cache information to resolver doc

2008-03-13 Thread Carlton Brown (JIRA)
Add new cache information to resolver doc
-

 Key: IVY-772
 URL: https://issues.apache.org/jira/browse/IVY-772
 Project: Ivy
  Issue Type: Bug
  Components: Documentation
Affects Versions: 2.0.0-beta-2
Reporter: Carlton Brown
Priority: Minor
 Attachments: resolver.patch

Patch attached to add description of cache attribute to resolver doc.

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



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

2008-03-13 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 97 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 50 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-13032008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-13032008.jar:/srv/gump/public/workspace/apache-commons/net/dist/commons-net-13032008.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-13032008.jar:/srv/gump/public/workspace/jakarta-
 
oro/jakarta-oro-13032008.jar:/srv/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-13032008.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-13032008.jar:/srv/gump/public/workspace/junit/dist/junit-13032008.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_13032008/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-13032008.jar
-
at org.apache.tools.ant.Project.executeTargets(Project.java:1176)
at org.apache.tools.ant.Main.runBuild(Main.java:762)
at org.apache.tools.ant.Main.startAnt(Main.java:217)
at org.apache.tools.ant.Main.start(Main.java:179)
at 

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

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

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

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


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

That said, some information snippets are provided here.

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



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

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

2008-03-13 Thread Scott Hebert (JIRA)
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


_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.