SF.net SVN: ant-contrib: [108] trunk/cpptasks/src/net/sf/antcontrib/ cpptasks/types/LibrarySet.java

[email protected]
Newsgroups gmane.comp.java.ant-contrib.devel
Message-ID <[email protected]>
Revision: 108
          http://svn.sourceforge.net/ant-contrib/?rev=108&view=rev
Author:   carnold
Date:     2007-03-27 10:20:15 -0700 (Tue, 27 Mar 2007)

Log Message:
-----------
Reverting to rev 62

Revision Links:
--------------
    http://svn.sourceforge.net/ant-contrib/?rev=62&view=rev

Modified Paths:
--------------
    trunk/cpptasks/src/net/sf/antcontrib/cpptasks/types/LibrarySet.java

Modified: trunk/cpptasks/src/net/sf/antcontrib/cpptasks/types/LibrarySet.java
===================================================================
--- trunk/cpptasks/src/net/sf/antcontrib/cpptasks/types/LibrarySet.java	2007-03-08 19:53:51 UTC (rev 107)
+++ trunk/cpptasks/src/net/sf/antcontrib/cpptasks/types/LibrarySet.java	2007-03-27 17:20:15 UTC (rev 108)
@@ -258,7 +258,7 @@
                                final File[] libpath,
                                final FileVisitor visitor) throws BuildException {
         if (isReference()) {
-	    LibrarySet master = ((LibrarySet) getCheckedRef(LibrarySet.class, "LibrarySet"));
+            LibrarySet master = ((LibrarySet) getCheckedRef(LibrarySet.class, "LibrarySet"));
             master.visitLibraries(project, linker, libpath, visitor);
         }
         //
@@ -320,7 +320,7 @@
                    //      style linkers but unnecessary fails
                    //     Unix style linkers.  Will need to revisit.
                    //
-                   if (matches == 0) {
+                   if (matches == 0 && false) {
                       StringBuffer msg = new StringBuffer("No file matching ");
                        if (patterns.length == 1) {
                            msg.append("pattern (");


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
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.