You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2009/03/02 18:27:42 UTC

svn commit: r749371 - in /ant/ivy/ivyde/trunk/test: fakerepo/myorg/helloworld/ fakerepo/myorg/helloworld/jars/ fakerepo/myorg/helloworld/javadocs/ javadocs/ javadocs/src/

Author: hibou
Date: Mon Mar  2 17:27:41 2009
New Revision: 749371

URL: http://svn.apache.org/viewvc?rev=749371&view=rev
Log:
IVYDE-166:
 - add a project to try to reproduce the bug

Added:
    ant/ivy/ivyde/trunk/test/fakerepo/myorg/helloworld/
    ant/ivy/ivyde/trunk/test/fakerepo/myorg/helloworld/ivy-1.1.xml   (with props)
    ant/ivy/ivyde/trunk/test/fakerepo/myorg/helloworld/jars/
    ant/ivy/ivyde/trunk/test/fakerepo/myorg/helloworld/jars/helloworld-1.1.jar   (with props)
    ant/ivy/ivyde/trunk/test/fakerepo/myorg/helloworld/javadocs/
    ant/ivy/ivyde/trunk/test/fakerepo/myorg/helloworld/javadocs/helloworld-doc-1.1.zip   (with props)
    ant/ivy/ivyde/trunk/test/javadocs/   (with props)
    ant/ivy/ivyde/trunk/test/javadocs/.classpath
    ant/ivy/ivyde/trunk/test/javadocs/.project
    ant/ivy/ivyde/trunk/test/javadocs/ivy.xml   (with props)
    ant/ivy/ivyde/trunk/test/javadocs/ivysettings.xml   (with props)
    ant/ivy/ivyde/trunk/test/javadocs/src/

Added: ant/ivy/ivyde/trunk/test/fakerepo/myorg/helloworld/ivy-1.1.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/fakerepo/myorg/helloworld/ivy-1.1.xml?rev=749371&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/fakerepo/myorg/helloworld/ivy-1.1.xml (added)
+++ ant/ivy/ivyde/trunk/test/fakerepo/myorg/helloworld/ivy-1.1.xml Mon Mar  2 17:27:41 2009
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.4">
+	<info organisation="myorg"
+		module="helloworld"
+		revision="1.1"
+		status="release"
+		publication="20080811152510"
+		default="true"
+	/>
+	<configurations>
+<conf name="default"/>
+<conf name="ide" extends="default" description="+ Javadocs and sources"/>
+	</configurations>
+	<publications>
+		<artifact name="helloworld"     type="jar"     ext="jar" conf="default"/>
+        <artifact name="helloworld-doc" type="javadoc" ext="zip" conf="ide"/>
+	</publications>
+</ivy-module>

Propchange: ant/ivy/ivyde/trunk/test/fakerepo/myorg/helloworld/ivy-1.1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ant/ivy/ivyde/trunk/test/fakerepo/myorg/helloworld/ivy-1.1.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: ant/ivy/ivyde/trunk/test/fakerepo/myorg/helloworld/ivy-1.1.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: ant/ivy/ivyde/trunk/test/fakerepo/myorg/helloworld/jars/helloworld-1.1.jar
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/fakerepo/myorg/helloworld/jars/helloworld-1.1.jar?rev=749371&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/ivy/ivyde/trunk/test/fakerepo/myorg/helloworld/jars/helloworld-1.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ant/ivy/ivyde/trunk/test/fakerepo/myorg/helloworld/javadocs/helloworld-doc-1.1.zip
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/fakerepo/myorg/helloworld/javadocs/helloworld-doc-1.1.zip?rev=749371&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/ivy/ivyde/trunk/test/fakerepo/myorg/helloworld/javadocs/helloworld-doc-1.1.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: ant/ivy/ivyde/trunk/test/javadocs/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Mar  2 17:27:41 2009
@@ -0,0 +1,2 @@
+bin
+

Added: ant/ivy/ivyde/trunk/test/javadocs/.classpath
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/javadocs/.classpath?rev=749371&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/javadocs/.classpath (added)
+++ ant/ivy/ivyde/trunk/test/javadocs/.classpath Mon Mar  2 17:27:41 2009
@@ -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&amp;confs=*&amp;ivySettingsPath=file%3A%2F%2F%2Fivysettings.xml&amp;loadSettingsOnDemand=false&amp;propertyFiles="/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Added: ant/ivy/ivyde/trunk/test/javadocs/.project
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/javadocs/.project?rev=749371&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/javadocs/.project (added)
+++ ant/ivy/ivyde/trunk/test/javadocs/.project Mon Mar  2 17:27:41 2009
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>ivydetest-javadocs</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/javadocs/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/javadocs/ivy.xml?rev=749371&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/javadocs/ivy.xml (added)
+++ ant/ivy/ivyde/trunk/test/javadocs/ivy.xml Mon Mar  2 17:27:41 2009
@@ -0,0 +1,31 @@
+<!--
+   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="1.0">
+    <info organisation="org.apache.ivyde" module="ivytest-javadocs">
+        <description>
+            Test the attachement of javadoc
+        </description>
+    </info>
+    <configurations>
+        <conf name="default" />
+    </configurations>
+    <dependencies>
+        <dependency org="myorg" name="helloworld" rev="1.1" conf="default->ide" />
+    </dependencies>
+</ivy-module>

Propchange: ant/ivy/ivyde/trunk/test/javadocs/ivy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ant/ivy/ivyde/trunk/test/javadocs/ivy.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: ant/ivy/ivyde/trunk/test/javadocs/ivy.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: ant/ivy/ivyde/trunk/test/javadocs/ivysettings.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/javadocs/ivysettings.xml?rev=749371&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/javadocs/ivysettings.xml (added)
+++ ant/ivy/ivyde/trunk/test/javadocs/ivysettings.xml Mon Mar  2 17:27:41 2009
@@ -0,0 +1,10 @@
+<ivysettings>
+    <caches defaultCacheDir="${ivy.settings.dir}/../cache-fakerepo" useOrigin="false" />
+    <settings defaultResolver="fakerepo" checkUpToDate="false" />
+    <resolvers>
+        <filesystem name="fakerepo" checkmodified="true">
+            <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/javadocs/ivysettings.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ant/ivy/ivyde/trunk/test/javadocs/ivysettings.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: ant/ivy/ivyde/trunk/test/javadocs/ivysettings.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml