Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 54553 invoked from network); 26 Aug 2006 19:45:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Aug 2006 19:45:01 -0000 Received: (qmail 74166 invoked by uid 500); 26 Aug 2006 19:45:00 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 74121 invoked by uid 500); 26 Aug 2006 19:45:00 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 74109 invoked by uid 500); 26 Aug 2006 19:45:00 -0000 Received: (qmail 74105 invoked by uid 99); 26 Aug 2006 19:45:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Aug 2006 12:45:00 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Aug 2006 12:44:57 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 7966C1A981A; Sat, 26 Aug 2006 12:44:37 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r437217 - in /ant/antlibs/dotnet/trunk: docs/ src/etc/testcases/ src/etc/testcases/src/ src/etc/testcases/wsdl/ src/tests/junit/org/apache/ant/dotnet/compile/ Date: Sat, 26 Aug 2006 19:44:36 -0000 To: ant-cvs@apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060826194437.7966C1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: bodewig Date: Sat Aug 26 12:44:35 2006 New Revision: 437217 URL: http://svn.apache.org/viewvc?rev=437217&view=rev Log: copy tests and documentation from core Added: ant/antlibs/dotnet/trunk/docs/old-core.html - copied, changed from r437213, ant/core/trunk/docs/manual/OptionalTasks/dotnet.html ant/antlibs/dotnet/trunk/src/etc/testcases/WsdlToDotnet.xml - copied, changed from r437213, ant/core/trunk/src/etc/testcases/taskdefs/optional/WsdlToDotnet.xml ant/antlibs/dotnet/trunk/src/etc/testcases/old-core.xml - copied, changed from r437213, ant/core/trunk/src/etc/testcases/taskdefs/optional/dotnet.xml ant/antlibs/dotnet/trunk/src/etc/testcases/src/HelloWorld.wsdl - copied unchanged from r437213, ant/core/trunk/src/etc/testcases/taskdefs/optional/dotnet/HelloWorld.wsdl ant/antlibs/dotnet/trunk/src/etc/testcases/src/example.il - copied unchanged from r437213, ant/core/trunk/src/etc/testcases/taskdefs/optional/dotnet/example.il ant/antlibs/dotnet/trunk/src/etc/testcases/src/example2.il - copied unchanged from r437213, ant/core/trunk/src/etc/testcases/taskdefs/optional/dotnet/example2.il ant/antlibs/dotnet/trunk/src/etc/testcases/src/example3.cs - copied unchanged from r437213, ant/core/trunk/src/etc/testcases/taskdefs/optional/dotnet/example3.cs ant/antlibs/dotnet/trunk/src/etc/testcases/src/jsharp.java - copied unchanged from r437213, ant/core/trunk/src/etc/testcases/taskdefs/optional/dotnet/jsharp.java ant/antlibs/dotnet/trunk/src/etc/testcases/src/res.resources - copied unchanged from r437213, ant/core/trunk/src/etc/testcases/taskdefs/optional/dotnet/res.resources ant/antlibs/dotnet/trunk/src/etc/testcases/wsdl/ - copied from r437213, ant/core/trunk/src/etc/testcases/taskdefs/optional/wsdl/ ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/compile/DotnetTest.java - copied, changed from r437213, ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/optional/DotnetTest.java ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/compile/WsdlToDotnetTest.java - copied, changed from r437213, ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/optional/WsdlToDotnetTest.java Modified: ant/antlibs/dotnet/trunk/docs/index.html Modified: ant/antlibs/dotnet/trunk/docs/index.html URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/docs/index.html?rev=437217&r1=437216&r2=437217&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/docs/index.html (original) +++ ant/antlibs/dotnet/trunk/docs/index.html Sat Aug 26 12:44:35 2006 @@ -13,6 +13,9 @@ href="http://nant.sourceforge.net/">NAnt or NUnit from within Ant.

+

The original .NET support from Ant's core has also been moved + to this library.

+

Requirements

The current version requires Ant 1.7 or at least a version @@ -116,6 +119,9 @@

Tasks

    +
  • The old code .NET tasks + including C#, VB.NET and J# compiler tasks.
  • +
  • dotnetexec - run a .NET assembly that's in your PATH. You can chose the framework that is going to be used - defaults to Mono on non-Windows platforms Copied: ant/antlibs/dotnet/trunk/docs/old-core.html (from r437213, ant/core/trunk/docs/manual/OptionalTasks/dotnet.html) URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/docs/old-core.html?p2=ant/antlibs/dotnet/trunk/docs/old-core.html&p1=ant/core/trunk/docs/manual/OptionalTasks/dotnet.html&r1=437213&r2=437217&rev=437217&view=diff ============================================================================== --- ant/core/trunk/docs/manual/OptionalTasks/dotnet.html (original) +++ ant/antlibs/dotnet/trunk/docs/old-core.html Sat Aug 26 12:44:35 2006 @@ -7,12 +7,6 @@

    .NET tasks

    Introduction

    - -

    These tasks are deprecated and will be removed in a future -release of Ant. They are now part of the .NET -Antlib.

    - Ant support for .NET goes back to before .NET was released, and continues to be expanded based on user demand. Users writing nothing but a .NET application, may want to look at the .NET-based Copied: ant/antlibs/dotnet/trunk/src/etc/testcases/WsdlToDotnet.xml (from r437213, ant/core/trunk/src/etc/testcases/taskdefs/optional/WsdlToDotnet.xml) URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/etc/testcases/WsdlToDotnet.xml?p2=ant/antlibs/dotnet/trunk/src/etc/testcases/WsdlToDotnet.xml&p1=ant/core/trunk/src/etc/testcases/taskdefs/optional/WsdlToDotnet.xml&r1=437213&r2=437217&rev=437217&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/WsdlToDotnet.xml (original) +++ ant/antlibs/dotnet/trunk/src/etc/testcases/WsdlToDotnet.xml Sat Aug 26 12:44:35 2006 @@ -1,7 +1,7 @@ - - + @@ -74,42 +74,42 @@ - + - + - - - - - - - - - @@ -145,30 +145,30 @@ - - - + No app created - - - - - + - - + - - + - - + Copied: ant/antlibs/dotnet/trunk/src/etc/testcases/old-core.xml (from r437213, ant/core/trunk/src/etc/testcases/taskdefs/optional/dotnet.xml) URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/etc/testcases/old-core.xml?p2=ant/antlibs/dotnet/trunk/src/etc/testcases/old-core.xml&p1=ant/core/trunk/src/etc/testcases/taskdefs/optional/dotnet.xml&r1=437213&r2=437217&rev=437217&view=diff ============================================================================== --- ant/core/trunk/src/etc/testcases/taskdefs/optional/dotnet.xml (original) +++ ant/antlibs/dotnet/trunk/src/etc/testcases/old-core.xml Sat Aug 26 12:44:35 2006 @@ -1,9 +1,10 @@ - + - - + + @@ -134,12 +135,12 @@ - - + No app ${testCSC.exe} created @@ -149,13 +150,13 @@ - - + No app ${testCSC.exe} created @@ -169,18 +170,18 @@ - - + No app ${testCSC.exe} created - - + No app ${testCSC.exe} created @@ -198,14 +199,14 @@ - - + No app ${testCSC.exe} created @@ -220,13 +221,13 @@ - - + No app ${testCSC.exe} created @@ -236,14 +237,14 @@ - - + No app ${testCSC.exe} created @@ -257,25 +258,25 @@ - - + No file ${testCSC.dll} created - - + No file ${testCSC2.dll} created @@ -283,13 +284,13 @@ - - + No file ${testCSC.dll} created @@ -301,7 +302,7 @@ if="csc.found"> - @@ -311,7 +312,7 @@ - + No app ${testCscReferences.exe} created @@ -322,7 +323,7 @@ if="mcs.found"> - - + No app ${testCscReferences.exe} created @@ -348,12 +349,12 @@ if="ilasm.found"> - - + No app ${testILASM.exe} created @@ -375,11 +376,11 @@ - - + @@ -392,7 +393,7 @@ - - + - - + - - + No app ${testCSCresponseFile.exe} created Copied: ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/compile/DotnetTest.java (from r437213, ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/optional/DotnetTest.java) URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/compile/DotnetTest.java?p2=ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/compile/DotnetTest.java&p1=ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/optional/DotnetTest.java&r1=437213&r2=437217&rev=437217&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/optional/DotnetTest.java (original) +++ ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/compile/DotnetTest.java Sat Aug 26 12:44:35 2006 @@ -14,7 +14,7 @@ * limitations under the License. * */ -package org.apache.tools.ant.taskdefs.optional; +package org.apache.ant.dotnet.compile; import org.apache.tools.ant.BuildFileTest; @@ -28,7 +28,7 @@ /** * Description of the Field */ - private final static String TASKDEFS_DIR = "src/etc/testcases/taskdefs/optional/"; + private final static String TASKDEFS_DIR = "src/etc/testcases/"; /** @@ -45,7 +45,7 @@ * The JUnit setup method */ public void setUp() { - configureProject(TASKDEFS_DIR + "dotnet.xml"); + configureProject(TASKDEFS_DIR + "old-core.xml"); } Copied: ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/compile/WsdlToDotnetTest.java (from r437213, ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/optional/WsdlToDotnetTest.java) URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/compile/WsdlToDotnetTest.java?p2=ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/compile/WsdlToDotnetTest.java&p1=ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/optional/WsdlToDotnetTest.java&r1=437213&r2=437217&rev=437217&view=diff ============================================================================== --- ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/optional/WsdlToDotnetTest.java (original) +++ ant/antlibs/dotnet/trunk/src/tests/junit/org/apache/ant/dotnet/compile/WsdlToDotnetTest.java Sat Aug 26 12:44:35 2006 @@ -14,10 +14,9 @@ * limitations under the License. * */ -package org.apache.tools.ant.taskdefs.optional; +package org.apache.ant.dotnet.compile; import org.apache.tools.ant.BuildFileTest; -import org.apache.tools.ant.taskdefs.optional.dotnet.WsdlToDotnet; /** * Tests the WsdlToDotnet task. @@ -29,7 +28,7 @@ /** * dir for taskdefs */ - private final static String TASKDEFS_DIR = "src/etc/testcases/taskdefs/optional/"; + private final static String TASKDEFS_DIR = "src/etc/testcases/"; /** * message from exec --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org