Hi,
Presently we are using ivy for version control. Every things works fine.
Presently we are facing a problem, the updated module are not able to
resolve it using (+) eg.(1.+).
We followed the tutorial
http://ant.apache.org/ivy/history/latest-milestone/ivyfile/dependency.html.
With this I attached my ivy settings xml and sample ivy xml.
Regards,
Kathir
9244689777
--
------------------------------
DISCLAIMER
This email message along with attachments, email thread if any, is for the
sole use of the intended recipients and for the intended purpose and may
contain July Systems confidential and privileged information.Any
unauthorized review, use, disclosure, copying, distribution or any other
form of unintended use is strictly prohibited. If you are not the intended
recipient, please contact the sender by reply email and destroy all copies
/ forms of the original document.
<!--
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.
-->
<ivysettings>
<settings defaultResolver="appbuilder" />
<resolvers>
<url name="appbuilder">
<artifact pattern="http://host/repository/[organisation]/[platform]/[module]/[revision]/[artifact]-[revision].[ext]" />
<ivy pattern="http://host/repository/[organisation]/[platform]/[module]/[revision]/ivy-[revision].xml" />
</url>
</resolvers>
</ivysettings>
<!--
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" xmlns:e="http://ant.apache.org/ivy/extra">
<info organisation="julysystems" module="FlightSearch" revision ="1.0" e:platform="android"/>
<dependencies>
<dependency name="res" rev="1.+" e:platform="android">
<artifact name="res" type="fpz" ext="fpz" />
</dependency>
<dependency name="MiAppEngine_AppBuilder" rev="1.+" e:platform="android">
<artifact name="MiAppEngine_AppBuilder" type="fpz" ext="fpz" />
</dependency>
<dependency name="Project_Config" rev="1.+" e:platform="android">
<artifact name="Project_Config" type="fpz" ext="fpz" />
</dependency>
</dependencies>
</ivy-module>