ruper2/src/test/ant/org/krysalis/ruper2/ant/task SynchronizeTaskTest.java,NONE,1.1 synchronize.xml,NONE,1.1

[email protected]
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/ruper2/src/test/ant/org/krysalis/ruper2/ant/task
In directory sc8-pr-cvs1:/tmp/cvs-serv30481/src/test/ant/org/krysalis/ruper2/ant/task

Added Files:
	SynchronizeTaskTest.java synchronize.xml 
Log Message:
Avoid clash with existing Ruper...

--- NEW FILE: SynchronizeTaskTest.java ---
/*
 * Created on Sep 11, 2003
 */
package org.krysalis.ruper2.ant.task;

import org.apache.tools.ant.BuildFileTest;

/**
 * 
 * @author $Author: arb_jack $
 * @version $Revision: 1.1 $
 */
public class SynchronizeTaskTest extends BuildFileTest {

	/**
	 * Constructor for RuperDependTaskTest.
	 * @param arg0
	 */
	public SynchronizeTaskTest(String arg0) {
		super(arg0);
	}

	public static void main(String[] args) {
		junit.textui.TestRunner.run(SynchronizeTaskTest.class);
	}

	public void setUp() {
		configureProject("src/test/ant/org/krysalis/ruper/ant/task/synchronize.xml");
	}

	public void test1() {
		executeTarget("test1");
	}
}
--- NEW FILE: synchronize.xml ---
<?xml version="1.0"?>
<project name="ruper-synchronize-test" basedir="." default="all">
	<typedef resource="krysalis-ruper2-types"/>	
	<taskdef resource="krysalis-ruper2-tasks"/>	
		
	<target name="test1">
		<sync file="lib/test.jar" />
	</target>
	
</project>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.