Author: hibou
Date: Sat Aug 16 06:41:02 2008
New Revision: 686500
URL: http://svn.apache.org/viewvc?rev=686500&view=rev
Log:
IVYDE-96 : try to reproduce the bug
Added:
ant/ivy/ivyde/trunk/test/custom-attributes/ (with props)
ant/ivy/ivyde/trunk/test/custom-attributes/.classpath
ant/ivy/ivyde/trunk/test/custom-attributes/.project
ant/ivy/ivyde/trunk/test/custom-attributes/ivy.xml (with props)
ant/ivy/ivyde/trunk/test/custom-attributes/ivysettings.xml (with props)
ant/ivy/ivyde/trunk/test/custom-attributes/src/
ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/
ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/ivy-1.1.xml (with
props)
ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/jars/
ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/jars/mybluemodule-1.1.jar
ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/javadocs/
ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/javadocs/mybluemodule-1.1.jar
ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/sources/
ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/sources/mybluemodule-1.1.jar
Propchange: ant/ivy/ivyde/trunk/test/custom-attributes/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Aug 16 06:41:02 2008
@@ -0,0 +1,2 @@
+bin
+
Added: ant/ivy/ivyde/trunk/test/custom-attributes/.classpath
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/custom-attributes/.classpath?rev=686500&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/custom-attributes/.classpath (added)
+++ ant/ivy/ivyde/trunk/test/custom-attributes/.classpath Sat Aug 16 06:41:02
2008
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con"
path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?ivyXmlPath=ivy.xml&confs=*&ivySettingsPath=file%3A%2F%2F.%2Fivysettings.xml&acceptedTypes=jar&sourceTypes=source&javadocTypes=javadoc&sourceSuffixes=-source%2C-sources%2C-src&javadocSuffixes=-javadoc%2C-javadocs%2C-doc%2C-docs&doRetrieve=false&retrievePattern=lib%2F%5Bconf%5D%2F%5Bartifact%5D.%5Bext%5D&alphaOrder=false"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: ant/ivy/ivyde/trunk/test/custom-attributes/.project
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/custom-attributes/.project?rev=686500&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/custom-attributes/.project (added)
+++ ant/ivy/ivyde/trunk/test/custom-attributes/.project Sat Aug 16 06:41:02 2008
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>ivydetest-custom-attributes</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Added: ant/ivy/ivyde/trunk/test/custom-attributes/ivy.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/custom-attributes/ivy.xml?rev=686500&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/custom-attributes/ivy.xml (added)
+++ ant/ivy/ivyde/trunk/test/custom-attributes/ivy.xml Sat Aug 16 06:41:02 2008
@@ -0,0 +1,30 @@
+<!--
+ 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.
+-->
+<ivy-module version="2.0" xmlns:e="http://ant.apache.org/ivy/extra">
+ <info organisation="org.apache.ivyde"
module="ivytest-custom-attributes">
+ <description>
+ </description>
+ </info>
+ <configurations>
+ <conf name="default" />
+ </configurations>
+ <dependencies>
+ <dependency org="myorg" name="mybluemodule" e:color="blue"
rev="1.1" conf="default" />
+ </dependencies>
+</ivy-module>
Propchange: ant/ivy/ivyde/trunk/test/custom-attributes/ivy.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/ivy/ivyde/trunk/test/custom-attributes/ivy.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/ivy/ivyde/trunk/test/custom-attributes/ivy.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: ant/ivy/ivyde/trunk/test/custom-attributes/ivysettings.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/custom-attributes/ivysettings.xml?rev=686500&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/custom-attributes/ivysettings.xml (added)
+++ ant/ivy/ivyde/trunk/test/custom-attributes/ivysettings.xml Sat Aug 16
06:41:02 2008
@@ -0,0 +1,10 @@
+<ivysettings>
+ <caches defaultCacheDir="${ivy.settings.dir}/../cache-fakerepo"
useOrigin="false" />
+ <settings defaultResolver="fakerepo" checkUpToDate="false"
validate="false" />
+ <resolvers>
+ <filesystem name="fakerepo">
+ <ivy
pattern="${ivy.settings.dir}/../fakerepo/[organisation]/[module]/ivy-[revision].xml"/>
+ <artifact
pattern="${ivy.settings.dir}/../fakerepo/[organisation]/[module]/[type]s/[artifact]-[revision].[ext]"/>
+ </filesystem>
+ </resolvers>
+</ivysettings>
Propchange: ant/ivy/ivyde/trunk/test/custom-attributes/ivysettings.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/ivy/ivyde/trunk/test/custom-attributes/ivysettings.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/ivy/ivyde/trunk/test/custom-attributes/ivysettings.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/ivy-1.1.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/ivy-1.1.xml?rev=686500&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/ivy-1.1.xml (added)
+++ ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/ivy-1.1.xml Sat Aug 16
06:41:02 2008
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.0" xmlns:e="http://ant.apache.org/ivy/extra">
+ <info organisation="myorg"
+ module="mybluemodule"
+ revision="1.1"
+ e:color="blue"
+ status="release"
+ publication="20080811152510"
+ default="true"
+ />
+ <configurations>
+ <conf name="default" visibility="public"/>
+ </configurations>
+ <publications>
+ <artifact name="mybluemodule" type="jar" ext="jar"
conf="default"/>
+ <artifact name="mybluemodule" type="source" ext="jar" conf="default"/>
+ <artifact name="mybluemodule" type="javadoc" ext="jar" conf="default"/>
+ </publications>
+</ivy-module>
Propchange: ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/ivy-1.1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/ivy-1.1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/ivy-1.1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/jars/mybluemodule-1.1.jar
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/jars/mybluemodule-1.1.jar?rev=686500&view=auto
==============================================================================
(empty)
Added:
ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/javadocs/mybluemodule-1.1.jar
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/javadocs/mybluemodule-1.1.jar?rev=686500&view=auto
==============================================================================
(empty)
Added:
ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/sources/mybluemodule-1.1.jar
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/fakerepo/myorg/mybluemodule/sources/mybluemodule-1.1.jar?rev=686500&view=auto
==============================================================================
(empty)