Anu Devarla

Greenhorn
+ Follow
since May 10, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Anu Devarla

Hi I am using maevn ant xml task for manipulating xml i.e replacing the attribute value. following is the pom.xml entries, not able to copy the file to destination folder and manipulate it .But build is successful

My xml entires are :
<deployment>
<sources>
<repository url="http://mvnrepo.9090/nexus/content/repositories/releases">

pom.xml : I downloaded xmltask.jar and added to my local m2 repository.

<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<dependencies>
<dependency>
<groupId>com.oopsconsultancy</groupId>
<artifactId>xmltask</artifactId>
<version>1.14</version>
<classifier>local</classifier>
</dependency>
</dependencies>
<executions>
<execution>
<phase>prepare-package</phase>
<configuration>
<tasks>
<echo message="Using testing configuration" />
<taskdef name="xmltask"
classname="com.oopsconsultancy.xmltask.ant.XmlTask"
classpath="xmltask-1.14-local.jar"/>
<target name="default">
<xmltask
source="C:\Maven\artifact_config.xml"
dest="C:\Maven]\artifact_config_new.xml"
preserveType="true">
<replace path="/deployment/sources/@url" withText="http;//suguna.com" />
</xmltask>
</target>
</tasks>
</configuration>
</execution>
</executions>
</plugin>


Let me now wts wrong. Any help is appreciated.
11 years ago
Hi All,

Can anyone suggest me which book to follow for SCBCD preaparation and which version to go (whether SCBCD1.3 or 5)


if it is Head First again, then do we get CD along with the book ..



Thanks in Advance
Anu
SCJP1.5 SCWCD1.4
planning for SCBCD