Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.6
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Testcase included:yes
-
Number of attachments :1
Description
– I have a repository with snapshot
– I create a pom with a dependency to snapshot artifact
<dependencies> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>1.3-SNAPSHOT</version> </dependency> </dependencies>
– In ant, I obtain dependencies on my application
<artifact:dependencies filesetId="compile.dependency.fileset" useScope="compile" verbose="true"> <pom refid="pom" /> <remoteRepository refid="repository" /> <localRepository location="./cache" /> </artifact:dependencies>
The compile.dependency.fileset doesn't contains the snapshot artifact
To test this bug, you can launch my ant test by : ant test
-
Hide
- testDependencySnapshots.zip
- 24/Apr/07 9:07 AM
- 1.05 MB
- David N'DIAYE
-
- testDependencySnapshots/build.xml 3 kB
- testDependencySnapshots/maven-ant-tasks-2.0.6.jar 931 kB
- testDependencySnapshots/pom.xml 0.7 kB
- testDependencySnapshots/.../commons-io-1.3-20070424.112155-1.jar 82 kB
- testDependencySnapshots/.../commons-io-1.3-20070424.112155-1.jar.md5 0.0 kB
- testDependencySnapshots/.../commons-io-1.3-20070424.112155-1.jar.sha1 0.0 kB
- testDependencySnapshots/.../commons-io-1.3-20070424.112155-1.pom 0.2 kB
- testDependencySnapshots/.../commons-io-1.3-20070424.112155-1.pom.md5 0.0 kB
- testDependencySnapshots/.../commons-io-1.3-20070424.112155-1.pom.sha1 0.0 kB
- testDependencySnapshots/.../maven-metadata.xml 0.4 kB
- testDependencySnapshots/.../maven-metadata.xml.md5 0.0 kB
- testDependencySnapshots/.../maven-metadata.xml.sha1 0.0 kB
- testDependencySnapshots/.../maven-metadata.xml 0.3 kB
- testDependencySnapshots/.../maven-metadata.xml.md5 0.0 kB
- testDependencySnapshots/.../maven-metadata.xml.sha1 0.0 kB
- testDependencySnapshots/.../junit-3.8.1-sources.jar 56 kB
- testDependencySnapshots/.../junit-3.8.1-sources.jar.md5 0.0 kB
- testDependencySnapshots/.../junit-3.8.1-sources.jar.sha1 0.0 kB
- testDependencySnapshots/.../junit-3.8.1.jar 118 kB
- testDependencySnapshots/.../junit-3.8.1.jar.md5 0.0 kB
- testDependencySnapshots/.../junit-3.8.1.jar.sha1 0.0 kB
- testDependencySnapshots/.../junit-3.8.1.pom 0.2 kB
- testDependencySnapshots/.../junit-3.8.1.pom.md5 0.0 kB
- testDependencySnapshots/.../junit-3.8.1.pom.sha1 0.0 kB
- testDependencySnapshots/.../maven-metadata.xml 0.3 kB
- testDependencySnapshots/.../maven-metadata.xml.md5 0.0 kB
- testDependencySnapshots/.../maven-metadata.xml.sha1 0.0 kB
Issue Links
- duplicates
-
MANTTASKS-18
filesetId does not contain all dependencies when artifact was not yet locally installed
-
Activity
Hide
David N'DIAYE
added a comment -
Show
David N'DIAYE
added a comment - I confirm, MANTTASKS-18 solve my problem.
I vote for your issue, and i close this jira
thanks a lot
Show
David N'DIAYE
added a comment - Solve by patch MANTTASKS-18
patch contained in
MANTTASKS-18solves the problem