2 Replies Latest reply on Apr 13, 2010 10:13 AM by chuiko.andrew

    A repetition of "<text>" tag changing <script> using Eclipse plugin

      Hello EveryBody!

       

      May be someone hava been met this bag in eclipse plugin ?

       

      For example I would like to add to my process.jpdl.xml file some SCRIPT for example this one:

      <script g="251,195,193,52" lang="python" name="BRAS Script configure">
            <text>
      #!/usr/local/bin/python
      # coding=utf-8
      import sys
      print "BRAS Script configure start!"ыуу
      print "param1=", param1
      </text>
         </script>

       

      And if I try to do something with this script in Eclipse plugin editor I return in source cod and see following

      <script g="251,195,193,52" lang="python" name="BRAS Script configure">
             <text>
      #!/usr/local/bin/python
      # coding=utf-8
      import sys
      print "BRAS Script configure start!"ыуу
      print "param1=", param1
      </text>

      <text>
      #!/usr/local/bin/python
      # coding=utf-8
      import sys
      print "BRAS Script configure start!"ыуу
      print "param1=", param1
      </text>

         </script>

       

      Tag script is repeated. It is very strange!

      Andrew