DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43580>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43580

           Summary: <script? tag does not support 'classpath' attribute
           Product: Ant
           Version: 1.7.0
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Keywords: TryAgain
          Severity: normal
          Priority: P2
         Component: Optional Tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


<target name="-set-profileFile" depends="-fix-config" 
description="Configures profileFile property.">
                <!-- Set up the profileFile property. -->
                <script language="javascript" classpath="F:\Dojo\release-0.4.2
\buildscripts;F:/Dojo/release-0.4.2/buildscripts/lib;F:/Dojo/release-
0.4.2/buildscripts/lib/ant-dojotest.jar">
                        <![CDATA[
                        var pf = dojo.getProperty("profileFile");
                        if((!pf)||(pf=="null")||(pf=="")){
                                var prof = dojo.getProperty("profile");
                                if((prof)&&(prof!="null")&&(prof!="")){
                                        dojo.setNewProperty
("profileFile", "profiles/"+prof+".profile.js");
                                }else{
                                        dojo.setNewProperty
("profileFile", "getDependencyList.js");
                                }
                        }                       
                ]]>
                </script>
        </target>

produces this error
F:\Dojo\release-0.4.2\buildscripts\build.xml:321: 
script doesn't support the "classpath" attribute

Please let me know if you need more info
Thank You
Martin

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to