Hi, I am getting following when using packager resolver (note operatingSystem is extra variable)
[ivy:retrieve] repackageSouthbeach: bad operatingSystem found in http://subversion.ny.localrepo.com/svn/repos/MERLINAD/shared/trunk/ivyRepository/southbeach/southbeach-TW-solaris10-gcc3.4.3/ivy.xml: expected='solaris10-gcc3.4.3' found='null' [ivy:retrieve] [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS Following is ivy.xml <ivy-module version="2.0" xmlns:e="http://ant.apache.org/ivy/extra"> * * <info organisation="southbeach" module="JavaSoamApi" /> -<http://subversion.ny.jpmorgan.com/svn/repos/MERLINAD/shared/trunk/ivyRepository/southbeach/southbeach-TW-solaris10-gcc3.4.3/ivy.xml><configurations> * * <conf name="compile" description="Only required for compiletime" /> * *</configurations> -<http://subversion.ny.jpmorgan.com/svn/repos/MERLINAD/shared/trunk/ivyRepository/southbeach/southbeach-TW-solaris10-gcc3.4.3/ivy.xml><dependencies> * * <dependency org="southbeach" name="JavaSoamApi" e:operatingSystem="linux-rhel4" rev="4.6.1" conf="compile->*" /> * *</dependencies> * * </ivy-module> Here is extcerpt from my packager resolver <packager name="repackageSouthbeach" buildRoot="${basedir}/temp" checksums="" cache="mycache2" resourceCache="${cacheLocation}"> <ivy pattern=" http://subversion.ny.localrepo.com/svn/repos/MERLINAD/shared/trunk/ivyRepository/[organisation]/southbeach-TW-[operatingSystem]/ivy.xml" /> <artifact pattern=" http://subversion.ny.localrepo.com/svn/repos/MERLINAD/shared/trunk/ivyRepository/[organisation]/southbeach-TW-[operatingSystem]/packager.xml" /> </packager> ivy.xml in http://subversion.ny.localrepo.com/svn/repos/MERLINAD/shared/trunk/ivyRepository/[organisation]/southbeach-TW-[operatingSystem]/ivy.xml * * <module organisation="southbeach" name="JavaSoamApi" resolver="repackageSouthbeach" /><dependency org="southbeach" name="JavaSoamApi" e:operatingSystem="win32-msvc7.1" rev="4.3.1" conf="internal->*"/> Please help me and let me know how can i resolve this issue. Thanks, Almas
