Click here to Skip to main content
15,891,941 members
Home / Discussions / Java
   

Java

 
Questionhow to read exact content of word in java Pin
priya218411-May-11 0:02
priya218411-May-11 0:02 
AnswerRe: how to read exact content of word in java Pin
Nagy Vilmos11-May-11 0:17
professionalNagy Vilmos11-May-11 0:17 
QuestionCreating an object of a superclass Pin
kurt110-May-11 9:20
kurt110-May-11 9:20 
AnswerRe: Creating an object of a superclass [modified] Pin
Luc Pattyn10-May-11 12:43
sitebuilderLuc Pattyn10-May-11 12:43 
AnswerRe: Creating an object of a superclass Pin
Nagy Vilmos10-May-11 23:11
professionalNagy Vilmos10-May-11 23:11 
GeneralRe: Creating an object of a superclass Pin
Luc Pattyn11-May-11 0:54
sitebuilderLuc Pattyn11-May-11 0:54 
AnswerRe: Creating an object of a superclass Pin
jschell11-May-11 8:49
jschell11-May-11 8:49 
QuestionHow to get only modified files from vss using ant scripts [modified] Pin
Payam Rastogi9-May-11 19:27
Payam Rastogi9-May-11 19:27 
I want to get only the modified files from vss using ant scripting. so far I was able to get all the files from the vss from a particular folder but I want only the latest modified files or the files by date-time

here goes the code:


<code>
<?xml version="1.0"?>
<project name="PDN Processing" default="" basedir=".">
<property file="${basedir}/process.properties"/>

<mkdir dir="${basedir}/Workspace/Library"/>

<echo message="${pathvss}" />

<vssget localpath=".\Workspace\Library"
recursive="true"
login="${login},${password}"
ssdir="${pathvss}"
serverPath="${serverPath}"
vsspath="${basefolder}/Library"
writable="true"
date = "4/18/11"
filetimestamp="modified"/>
</project>
</code>

Thanks



-- Modified Tuesday, May 10, 2011 2:41 AM
AnswerRe: How to get only modified files from vss using ant scripts Pin
Richard MacCutchan9-May-11 22:06
mveRichard MacCutchan9-May-11 22:06 
GeneralRe: How to get only modified files from vss using ant scripts Pin
David Skelly9-May-11 22:35
David Skelly9-May-11 22:35 
GeneralRe: How to get only modified files from vss using ant scripts Pin
Richard MacCutchan10-May-11 12:07
mveRichard MacCutchan10-May-11 12:07 
AnswerRe: How to get only modified files from vss using ant scripts Pin
TorstenH.10-May-11 4:10
TorstenH.10-May-11 4:10 
AnswerRe: How to get only modified files from vss using ant scripts Pin
jschell10-May-11 11:56
jschell10-May-11 11:56 
GeneralRe: How to get only modified files from vss using ant scripts Pin
David Skelly10-May-11 22:19
David Skelly10-May-11 22:19 
Questionrandom runtime crash Pin
kartikdasani9-May-11 3:12
kartikdasani9-May-11 3:12 
AnswerRe: random runtime crash Pin
Nagy Vilmos9-May-11 3:31
professionalNagy Vilmos9-May-11 3:31 
GeneralRe: random runtime crash Pin
jschell9-May-11 9:34
jschell9-May-11 9:34 
AnswerRe: random runtime crash Pin
jschell9-May-11 9:37
jschell9-May-11 9:37 
GeneralRe: random runtime crash Pin
TorstenH.10-May-11 4:14
TorstenH.10-May-11 4:14 
AnswerRe: random runtime crash Pin
David Skelly10-May-11 6:14
David Skelly10-May-11 6:14 
Question[Help]How to use throw and throws? Pin
tuanvu_n6-May-11 2:15
tuanvu_n6-May-11 2:15 
AnswerRe: [Help]How to use throw and throws? Pin
TorstenH.6-May-11 2:19
TorstenH.6-May-11 2:19 
GeneralRe: [Help]How to use throw and throws? Pin
tuanvu_n6-May-11 2:32
tuanvu_n6-May-11 2:32 
AnswerRe: [Help]How to use throw and throws? Pin
Luc Pattyn6-May-11 3:59
sitebuilderLuc Pattyn6-May-11 3:59 
AnswerRe: [Help]How to use throw and throws? Pin
rahul23334313-Mar-12 7:45
rahul23334313-Mar-12 7:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.